Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
1d0be15f89cb5056e20e2d24faa8d6afb1573bca
/
unittests
/
ExecutionEngine
1d0be15
Push LLVMContexts through the IntegerType APIs.
by Owen Anderson
· 16 years ago
0a96231
Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old
by Jeffrey Yasskin
· 16 years ago
feba756
Update unittest for LLVM API change.
by Benjamin Kramer
· 16 years ago
debcb01
Move types back to the 2.5 API.
by Owen Anderson
· 16 years ago
eed707b
Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come.
by Owen Anderson
· 16 years ago
535c9c3
Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U .
by Reid Kleckner
· 16 years ago
10b4fc5
Re-committing r76828 with the JIT memory manager changes now that the build
by Reid Kleckner
· 16 years ago
4bf3706
Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset.
by Reid Kleckner
· 16 years ago
81ce3ed
Make the JIT code emitter properly retry and ask for more memory when it runs
by Reid Kleckner
· 16 years ago
d370d77
Unbreak unittests build.
by Daniel Dunbar
· 16 years ago
4b1511b
Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create().
by Reid Kleckner
· 16 years ago
9adc0ab
Move EVER MORE stuff over to LLVMContext.
by Owen Anderson
· 16 years ago
0a5372e
Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp.
by Owen Anderson
· 16 years ago
c6f40b6
Don't use a void return type with a function that returns a value.
by Dan Gohman
· 16 years ago
a439ee0
Fix unit tests.
by Owen Anderson
· 16 years ago
489393d
Add an option to allocate JITed global data separately from code. By
by Jeffrey Yasskin
· 16 years ago
31895e7
Hold the LLVMContext by reference rather than by pointer.
by Owen Anderson
· 16 years ago
0b19bb7
Fix unit tests for LLVMContext+Module.
by Owen Anderson
· 16 years ago
df5a7da
Add a JITEventListener interface that gets called back when a new function is
by Jeffrey Yasskin
· 16 years ago