Rafael Espindola
|
3f4ed32b43
Make it explicit that ExecutionEngine takes ownership of the modules.
|
11 years ago |
Craig Topper
|
b177041dfa
[C++11] Use 'nullptr'.
|
11 years ago |
Ahmed Charles
|
f4ccd11075
Replace OwningPtr<T> with std::unique_ptr<T>.
|
11 years ago |
Chandler Carruth
|
0b8c9a80f2
Move all of the header files which are involved in modelling the LLVM IR
|
12 years ago |
Chandler Carruth
|
5a88dda4be
Sort the #include lines for unittest/...
|
12 years ago |
Dylan Noblesmith
|
35af1d7e2c
unittests: add ErrorStr to ExecutionEngine test
|
13 years ago |
Chris Lattner
|
db125cfaf5
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
14 years ago |
Jeffrey Yasskin
|
4c5b23b24f
Make the ExecutionEngine automatically remove global mappings on when their
|
16 years ago |
Jeffrey Yasskin
|
c89d27a440
ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse
|
16 years ago |
Owen Anderson
|
1d0be15f89
Push LLVMContexts through the IntegerType APIs.
|
16 years ago |
Jeffrey Yasskin
|
0a962314fb
Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old
|
16 years ago |