index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
JIT
/
JITMemoryManager.cpp
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-04-01
Use CHAR_BIT instead of hard-coding 8 in several places where it
Dan Gohman
2009-03-09
Fix PR3724 by searching for the largest free block when
Chris Lattner
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-08
Add <cstdio> include where needed by gcc-4.4.
Duncan Sands
2008-10-03
On Darwin ARM, memory needs special handling to do JIT. This patch expands
Jim Grosbach
2008-09-18
Preliminary support for systems which require changing JIT memory regions pri...
Evan Cheng
2008-08-07
Rewrite JIT handling of GlobalVariables so they
Dale Johannesen
2008-07-29
Fix for PR2578. Do not split off a block whose size is less than FreeRangeHea...
Evan Cheng
2008-06-21
Use static_cast instead of reinterpret_cast for casting void*.
Dan Gohman
2008-04-16
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...
Nicolas Geoffray
2008-03-07
fix 80 col violations
Chris Lattner
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-13
Enable exception handling int JIT
Nicolas Geoffray
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-06
Adjust VStudio files to add JITMemoryManager files + include <cassert> from s...
Chuck Rose III
2007-12-05
split the JIT memory management code out from the main JIT logic into its
Chris Lattner