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
/
include
/
llvm
/
ExecutionEngine
/
JITMemoryManager.h
Age
Commit message (
Expand
)
Author
2009-07-08
Add an option to allocate JITed global data separately from code. By
Jeffrey Yasskin
2009-06-04
Use uint8_t and int32_t in {JIT,Machine}CodeEmiters
Bruno Cardoso Lopes
2009-06-03
Revert 72650
Bruno Cardoso Lopes
2009-05-30
Use uint8_t and int32_t in {JIT,Machine}CodeEmiters
Bruno Cardoso Lopes
2009-02-18
Add support to the JIT for true non-lazy operation. When a call to a function
Nate Begeman
2008-10-21
fix a tricky bug in the JIT global variable emitter, that was triggered when ...
Nuno Lopes
2008-10-03
On Darwin ARM, memory needs special handling to do JIT. This patch expands
Jim Grosbach
2008-04-20
Cosmetic changes, as suggested by Evan. No functionality changes.
Nicolas Geoffray
2008-04-18
Enable jitting with a known memory size.
Nicolas Geoffray
2008-04-16
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...
Nicolas Geoffray
2008-02-13
Enable exception handling int JIT
Nicolas Geoffray
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-05
improve header guard
Chris Lattner
2007-12-05
split the JIT memory management code out from the main JIT logic into its
Chris Lattner