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
/
JITEmitter.cpp
Age
Commit message (
Expand
)
Author
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
Get rid of the duplicate '0x' in debug mode.
Brian Gaeke
2003-06-17
Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms.
Brian Gaeke
2003-06-08
Add #include for older GCC's
Chris Lattner
2003-06-06
Output function address as hex.
Misha Brukman
2003-06-06
Removed debug print statement.
Misha Brukman
2003-06-04
* Institute a hack for the Sparc call to mmap() to get our generated code to be
Misha Brukman
2003-06-02
* Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp
Misha Brukman
2003-06-02
Remove obsolete code
Chris Lattner
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-09
Add support for function stubs, which allow calling functions which need to
Chris Lattner
2003-05-08
Minor speedup by avoiding callbacks to functions already generated
Chris Lattner
2003-05-08
Improve efficiency of JIT by having it use direct function calls instead of
Chris Lattner
2003-01-29
Fix warnings on sparc
Chris Lattner
2003-01-13
Add support for new types of values
Chris Lattner
2002-12-24
Initial checkin of new LLI with JIT compiler
Chris Lattner