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
/
JIT
/
JIT.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Remove #include of PassManager.h which was marked FIXME, and apparently is no
Brian Gaeke
2003-11-09
1
-3
/
+0
*
Remove the *BIG UGLY HACK* from the JIT: PreSelection is now a FunctionPass.
Misha Brukman
2003-11-07
1
-15
/
+0
*
In VM::create(), comment out almost the whole function if NO_JITS_ENABLED,
Brian Gaeke
2003-10-29
1
-3
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
JIT.cpp:
Misha Brukman
2003-10-16
1
-3
/
+4
*
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-14
1
-5
/
+10
*
ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/
Brian Gaeke
2003-09-05
1
-1
/
+1
*
Make CreateArgv part of lli rather than part of ExecutionEngine.
Brian Gaeke
2003-09-05
1
-28
/
+15
*
ExecutionEngine.cpp: Move execution engine creation stuff into a new
Brian Gaeke
2003-09-03
1
-4
/
+3
*
Targets now configure themselves based on the source module, not on the
Chris Lattner
2003-08-24
1
-3
/
+3
*
Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format and
Chris Lattner
2003-08-21
1
-26
/
+17
*
The JIT now passes the environment pointer to the main() function when it
John Criswell
2003-08-21
1
-3
/
+27
*
Fix space
Chris Lattner
2003-07-23
1
-1
/
+1
*
* If compiling on X86 or Sparc, automagically enable the JIT for that arch
Misha Brukman
2003-07-02
1
-12
/
+23
*
Apparently "sparc" is a macro on sparcs. Ugh. :)
Chris Lattner
2003-06-17
1
-4
/
+4
*
Use more structured command line option processing
Chris Lattner
2003-06-17
1
-22
/
+28
*
#ifdef out code that only applies when the HOSTARCH = sparc
Chris Lattner
2003-06-17
1
-1
/
+4
*
::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT :::
Misha Brukman
2003-06-06
1
-1
/
+14
*
* Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp
Misha Brukman
2003-06-02
1
-6
/
+2
*
Move target specific code to target files. The new MachineCodeEmitter
Chris Lattner
2003-06-01
1
-3
/
+2
*
Allow for specification of which JIT to run on the commandline.
Misha Brukman
2003-05-27
1
-11
/
+48
*
Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.c
Chris Lattner
2003-05-14
1
-1
/
+5
*
Make sure that globals are emitted AFTER the passmanager is set up for the JIT,
Chris Lattner
2003-05-12
1
-0
/
+1
*
Initial checkin of new LLI with JIT compiler
Chris Lattner
2002-12-24
1
-0
/
+53