index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
JIT
/
JIT.cpp
Age
Commit message (
Expand
)
Author
2003-10-14
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-09-05
ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/
Brian Gaeke
2003-09-05
Make CreateArgv part of lli rather than part of ExecutionEngine.
Brian Gaeke
2003-09-03
ExecutionEngine.cpp: Move execution engine creation stuff into a new
Brian Gaeke
2003-08-24
Targets now configure themselves based on the source module, not on the
Chris Lattner
2003-08-21
Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format and
Chris Lattner
2003-08-21
The JIT now passes the environment pointer to the main() function when it
John Criswell
2003-07-23
Fix space
Chris Lattner
2003-07-02
* If compiling on X86 or Sparc, automagically enable the JIT for that arch
Misha Brukman
2003-06-17
Apparently "sparc" is a macro on sparcs. Ugh. :)
Chris Lattner
2003-06-17
Use more structured command line option processing
Chris Lattner
2003-06-17
#ifdef out code that only applies when the HOSTARCH = sparc
Chris Lattner
2003-06-06
::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT :::
Misha Brukman
2003-06-02
* Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp
Misha Brukman
2003-06-01
Move target specific code to target files. The new MachineCodeEmitter
Chris Lattner
2003-05-27
Allow for specification of which JIT to run on the commandline.
Misha Brukman
2003-05-14
Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.c
Chris Lattner
2003-05-12
Make sure that globals are emitted AFTER the passmanager is set up for the JIT,
Chris Lattner
2002-12-24
Initial checkin of new LLI with JIT compiler
Chris Lattner
[prev]