index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
Interpreter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
4
-8
/
+8
*
remove attribution from lib Makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add explicit keywords, and fix a minor typo that they uncovered.
Dan Gohman
2007-12-14
1
-1
/
+1
*
Add a guard to cxxabi header as other platform may
Zhou Sheng
2007-12-12
1
-0
/
+12
*
Fixed PR1629.
Zhou Sheng
2007-12-12
1
-0
/
+40
*
It looks like this has been broken for some time -
Duncan Sands
2007-12-10
1
-2
/
+2
*
simplify creation of the interpreter, make ExecutionEngine ctor protected,
Chris Lattner
2007-12-06
2
-13
/
+5
*
Add some convenience methods for querying attributes, and
Duncan Sands
2007-11-28
1
-12
/
+9
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
1
-2
/
+2
*
Fix an assertion abort on sparc. malloc(0) is allowed to
Gabor Greif
2007-10-11
1
-1
/
+3
*
#ifdef out unsafe tracing code, which fixes PR1689
Chris Lattner
2007-09-21
1
-15
/
+17
*
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Chris Lattner
2007-08-23
1
-2
/
+3
*
Add a comment: don't expect from external function resolver in interpreter
Anton Korobeynikov
2007-07-30
1
-0
/
+5
*
More explicit keywords.
Dan Gohman
2007-07-30
1
-1
/
+1
*
VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic...
Chuck Rose III
2007-07-27
1
-4
/
+5
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
5
-0
/
+2490