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
/
include
/
llvm
/
ExecutionEngine
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is the proper code for this method, thanks to Reid for getting CVS working
Chris Lattner
2004-11-22
1
-5
/
+14
*
Implement a missing function called by JIT/Emitter.cpp but never defined.
Reid Spencer
2004-11-22
1
-0
/
+7
*
Add method to delete machine code generated for a Function
Misha Brukman
2004-11-07
1
-0
/
+6
*
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-03
1
-0
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)
Brian Gaeke
2004-02-25
1
-0
/
+1
*
Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently
Chris Lattner
2003-12-31
1
-6
/
+25
*
We may now pass IntrinsicLowering implementations into these methods
Chris Lattner
2003-12-28
1
-2
/
+5
*
New method
Chris Lattner
2003-12-26
1
-0
/
+7
*
Rename 'run' to 'runFunction' to emphasize that it is usable to run any
Chris Lattner
2003-12-26
1
-6
/
+8
*
Cleanups to implement PR135
Chris Lattner
2003-12-20
1
-4
/
+11
*
Simple refactorings to prepare for lazy global emission
Chris Lattner
2003-12-20
1
-3
/
+10
*
Doxygenify comments, remove extraneous #include
Chris Lattner
2003-12-12
1
-16
/
+15
*
Use uintptr_t for pointer values in the ExecutionEngine.
Brian Gaeke
2003-12-12
1
-1
/
+1
*
add two new virtual functions:
Chris Lattner
2003-12-08
1
-0
/
+17
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
2
-0
/
+9
*
ExecutionEngine::create no longer takes a TraceMode argument.
Brian Gaeke
2003-10-24
1
-2
/
+1
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
2
-0
/
+14
*
If we move the constructors to the .cpp file, we can drop the #include
Misha Brukman
2003-10-16
1
-7
/
+3
*
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-14
1
-7
/
+13
*
Make getOperandValue and executeCastOperation methods of Interpreter.
Brian Gaeke
2003-09-05
1
-4
/
+3
*
Make CreateArgv part of lli rather than part of ExecutionEngine.
Brian Gaeke
2003-09-05
1
-4
/
+2
*
Zap some more unused static method decls
Brian Gaeke
2003-09-05
1
-9
/
+0
*
Interpreter cleanups:
Brian Gaeke
2003-09-04
1
-3
/
+2
*
ExecutionEngine.cpp: Move execution engine creation stuff into a new
Brian Gaeke
2003-09-03
1
-0
/
+3
*
Targets now configure themselves based on the source module, not on the
Chris Lattner
2003-08-24
1
-3
/
+3
*
The JIT now passes the environment pointer to the main() function when it
John Criswell
2003-08-21
1
-2
/
+4
*
Deconstify parameter to getPointerToFunction().
Brian Gaeke
2003-08-13
1
-1
/
+1
*
More cassert inclusion for GCC 3.3
Chris Lattner
2003-07-25
1
-0
/
+1
*
Make sure that globals are emitted AFTER the passmanager is set up for the JIT,
Chris Lattner
2003-05-12
1
-2
/
+1
*
Add new method to check to see if a global is available
Chris Lattner
2003-05-09
1
-0
/
+8
*
Add a pointersize/endianness safe load routine to match the store routine
Chris Lattner
2003-05-08
1
-0
/
+1
*
Initial checkin of new LLI with JIT compiler
Chris Lattner
2002-12-24
2
-0
/
+126