index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
ExecutionEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorder #includes to follow LLVM conventions
Chris Lattner
2003-09-05
1
-5
/
+5
*
ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/
Brian Gaeke
2003-09-05
1
-4
/
+4
*
Make CreateArgv part of lli rather than part of ExecutionEngine.
Brian Gaeke
2003-09-05
1
-39
/
+0
*
Move EE dtor where it belongs
Brian Gaeke
2003-09-04
1
-0
/
+4
*
Interpreter cleanups:
Brian Gaeke
2003-09-04
1
-3
/
+3
*
ExecutionEngine.cpp: Move execution engine creation stuff into a new
Brian Gaeke
2003-09-03
1
-2
/
+16
*
Consult the target data, not the module, about how large the current pointer
Chris Lattner
2003-08-24
1
-4
/
+4
*
Add preliminary support for "any" pointersize/endianness. This will need
Chris Lattner
2003-08-24
1
-4
/
+4
*
no really, implement it!
Chris Lattner
2003-08-18
1
-2
/
+1
*
Add support for casting any pointer to any integer type
Chris Lattner
2003-08-18
1
-6
/
+8
*
In ExecutionEngine::getPointerToGlobal(), throw away const qualifier
Brian Gaeke
2003-08-13
1
-1
/
+1
*
Specify DEBUG_TYPE's for the JIT debug messages
Chris Lattner
2003-08-05
1
-0
/
+1
*
DEBUG got moved to Debug.h
Chris Lattner
2003-08-01
1
-3
/
+2
*
Cleaned up the code which chooses the appropriate value for the file descriptor
Misha Brukman
2003-07-18
1
-5
/
+4
*
Clean up my last checkin: code is easier to read and explains the differences in
Misha Brukman
2003-07-15
1
-4
/
+5
*
On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring to
Misha Brukman
2003-07-15
1
-1
/
+6
*
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
1
-1
/
+1
*
Fix typeos
Chris Lattner
2003-05-14
1
-4
/
+4
*
Add support for more constant expressions
Chris Lattner
2003-05-14
1
-6
/
+35
*
Clean up cast
Chris Lattner
2003-05-13
1
-1
/
+1
*
Add a pointersize/endianness safe load routine to match the store routine
Chris Lattner
2003-05-08
1
-0
/
+76
*
Fix bug: Jello/2003-05-07-ArgumentTest.llx
Chris Lattner
2003-05-07
1
-17
/
+33
*
Fix bug where pointers were assumed to always be 64 bits in size!
Chris Lattner
2003-04-23
1
-4
/
+8
*
* Implement access to external variables in LLI
Chris Lattner
2003-04-23
1
-10
/
+31
*
Make stderr, stdout, stdin work with LLI
Chris Lattner
2003-04-21
1
-0
/
+6
*
Add fixme
Chris Lattner
2003-01-13
1
-1
/
+2
*
Add diagnostic output
Chris Lattner
2002-12-28
1
-0
/
+1
*
Fixes to compile with GCC 3.2
Chris Lattner
2002-12-24
1
-5
/
+5
*
Initial checkin of new LLI with JIT compiler
Chris Lattner
2002-12-24
1
-0
/
+226