Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
8a1be5e4a93eb6e29dc759b5357274267b5d4722
/
llvm
/
lib
/
ExecutionEngine
/
JIT
/
JITMemoryManager.cpp
8a1be5e
Use uint8_t and int32_t in {JIT,Machine}CodeEmiters
by Bruno Cardoso Lopes
· 17 years ago
2f04887
Revert 72650
by Bruno Cardoso Lopes
· 17 years ago
b922abb
Use uint8_t and int32_t in {JIT,Machine}CodeEmiters
by Bruno Cardoso Lopes
· 17 years ago
cff6953
Use CHAR_BIT instead of hard-coding 8 in several places where it
by Dan Gohman
· 17 years ago
26161cd
Fix PR3724 by searching for the largest free block when
by Chris Lattner
· 17 years ago
18d85e7
Add support to the JIT for true non-lazy operation. When a call to a function
by Nate Begeman
· 17 years ago
94844e2
fix a tricky bug in the JIT global variable emitter, that was triggered when JITing a variable independently of a function. This lead to sharing memory memory between functions and GVs thus changing the value of a GV could change the code in execution. more details on the ML.
by Nuno Lopes
· 17 years ago
26ff6f9
Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu.
by Duncan Sands
· 17 years ago
b22ef71
On Darwin ARM, memory needs special handling to do JIT. This patch expands
by Jim Grosbach
· 17 years ago
5cc53c3
Preliminary support for systems which require changing JIT memory regions privilege from read / write to read / executable.
by Evan Cheng
· 17 years ago
b086d38
Rewrite JIT handling of GlobalVariables so they
by Dale Johannesen
· 17 years ago
bf83579
Fix for PR2578. Do not split off a block whose size is less than FreeRangeHeader::getMinBlockSize(). Patch by Damien.
by Evan Cheng
· 17 years ago
1cf5af9
Use static_cast instead of reinterpret_cast for casting void*.
by Dan Gohman
· 17 years ago
a7557df
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells the memory manager which function
by Nicolas Geoffray
· 18 years ago
c1969de
fix 80 col violations
by Chris Lattner
· 18 years ago
579f071
Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
by Anton Korobeynikov
· 18 years ago
21ad494
Enable exception handling int JIT
by Nicolas Geoffray
· 18 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
cc2a661
Adjust VStudio files to add JITMemoryManager files + include <cassert> from same.
by Chuck Rose III
· 18 years ago
55d8c3f
split the JIT memory management code out from the main JIT logic into its
by Chris Lattner
· 18 years ago