index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
Interpreter
/
Execution.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't assert and die on out of range (undefined) shifts. This fixes
Chris Lattner
2009-01-16
1
-4
/
+16
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
1
-2
/
+2
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-2
/
+2
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
1
-1
/
+0
*
Add a new hidden option to the interpreter to cause it to print
Chris Lattner
2008-07-08
1
-0
/
+8
*
fix warnings with assertions disabled.
Chris Lattner
2008-04-06
1
-21
/
+6
*
Update gcc 4.3 warnings fix patch with recent head changes
Anton Korobeynikov
2008-02-20
1
-11
/
+12
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-1
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+1374