index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
/
JIT
/
JITMemoryManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use uint8_t and int32_t in {JIT,Machine}CodeEmiters
Bruno Cardoso Lopes
2009-05-30
1
-28
/
+26
*
Use CHAR_BIT instead of hard-coding 8 in several places where it
Dan Gohman
2009-04-01
1
-1
/
+2
*
Fix PR3724 by searching for the largest free block when
Chris Lattner
2009-03-09
1
-2
/
+19
*
Add support to the JIT for true non-lazy operation. When a call to a function
Nate Begeman
2009-02-18
1
-1
/
+11
*
fix a tricky bug in the JIT global variable emitter, that was triggered when ...
Nuno Lopes
2008-10-21
1
-1
/
+18
*
Add <cstdio> include where needed by gcc-4.4.
Duncan Sands
2008-10-08
1
-0
/
+1
*
On Darwin ARM, memory needs special handling to do JIT. This patch expands
Jim Grosbach
2008-10-03
1
-0
/
+15
*
Preliminary support for systems which require changing JIT memory regions pri...
Evan Cheng
2008-09-18
1
-0
/
+4
*
Rewrite JIT handling of GlobalVariables so they
Dale Johannesen
2008-08-07
1
-1
/
+1
*
Fix for PR2578. Do not split off a block whose size is less than FreeRangeHea...
Evan Cheng
2008-07-29
1
-0
/
+3
*
Use static_cast instead of reinterpret_cast for casting void*.
Dan Gohman
2008-06-21
1
-1
/
+1
*
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...
Nicolas Geoffray
2008-04-16
1
-2
/
+5
*
fix 80 col violations
Chris Lattner
2008-03-07
1
-1
/
+2
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-0
/
+2
*
Enable exception handling int JIT
Nicolas Geoffray
2008-02-13
1
-0
/
+41
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Adjust VStudio files to add JITMemoryManager files + include <cassert> from s...
Chuck Rose III
2007-12-06
1
-0
/
+1
*
split the JIT memory management code out from the main JIT logic into its
Chris Lattner
2007-12-05
1
-0
/
+427
[prev]