Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
805d09459df33da12c3dc3cf6ab7806baebbe4c8
/
llvm
/
unittests
/
ExecutionEngine
/
JIT
/
JITMemoryManagerTest.cpp
b804a2b
Second attempt at de-constifying LLVM Types in FunctionType::get(),
by Jay Foad
· 14 years ago
a78cd22
Revert r134893 and r134888 (and related patches in other trees). It was causing
by Bill Wendling
· 14 years ago
56cc153
De-constify Types in FunctionType::get().
by Jay Foad
· 14 years ago
3e9f21f
add some #includes that will soon be needed.
by Chris Lattner
· 14 years ago
5d8eb77
Update unittest for allocator laziness.
by Benjamin Kramer
· 16 years ago
26a7ae4
Type.h doesn't need to #include LLVMContext.h
by Chris Lattner
· 16 years ago
27c6692
Move the Function*->allocated blocks map from the JITMemoryManager to the
by Jeffrey Yasskin
· 16 years ago
55f1c09
Push LLVMContexts through the IntegerType APIs.
by Owen Anderson
· 16 years ago
cbb9348
Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U .
by Reid Kleckner
· 16 years ago
4b3a356
Re-committing r76828 with the JIT memory manager changes now that the build
by Reid Kleckner
· 16 years ago
9216732
Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset.
by Reid Kleckner
· 16 years ago
1a722d9
Make the JIT code emitter properly retry and ask for more memory when it runs
by Reid Kleckner
· 16 years ago