summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/ExecutionEngineTest.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* unittests: add ErrorStr to ExecutionEngine testDylan Noblesmith2011-12-02
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Make the ExecutionEngine automatically remove global mappings on when theirJeffrey Yasskin2009-10-13
* ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverseJeffrey Yasskin2009-10-09
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's oldJeffrey Yasskin2009-08-04