Chandler Carruth
|
5a88dda4be
Sort the #include lines for unittest/...
|
12 years ago |
Chris Lattner
|
db125cfaf5
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
14 years ago |
Jay Foad
|
5fdd6c8793
Second attempt at de-constifying LLVM Types in FunctionType::get(),
|
14 years ago |
Bill Wendling
|
2280ebd614
Revert r134893 and r134888 (and related patches in other trees). It was causing
|
14 years ago |
Jay Foad
|
f362affa3a
De-constify Types in FunctionType::get().
|
14 years ago |
Chris Lattner
|
e817127e0a
add some #includes that will soon be needed.
|
14 years ago |
Benjamin Kramer
|
f3a3b0fc0e
Update unittest for allocator laziness.
|
15 years ago |
Chris Lattner
|
f3523592b2
Type.h doesn't need to #include LLVMContext.h
|
16 years ago |
Jeffrey Yasskin
|
1e86132122
Move the Function*->allocated blocks map from the JITMemoryManager to the
|
16 years ago |
Owen Anderson
|
1d0be15f89
Push LLVMContexts through the IntegerType APIs.
|
16 years ago |
Reid Kleckner
|
535c9c3c9d
Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U .
|
16 years ago |
Reid Kleckner
|
10b4fc552f
Re-committing r76828 with the JIT memory manager changes now that the build
|
16 years ago |
Reid Kleckner
|
4bf370698a
Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset.
|
16 years ago |
Reid Kleckner
|
81ce3ed08c
Make the JIT code emitter properly retry and ask for more memory when it runs
|
16 years ago |