summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/JIT/JITTest.cpp
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* Replace a virtual with an override.Rafael Espindola2014-05-07
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Disable old JIT unittests for AARch64Renato Golin2014-02-25
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-13
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-16
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Alternative fix for problem addressed in r182233Ulrich Weigand2013-05-21
* Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.Bob Wilson2013-05-20
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-07
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-06
* Simplify JIT unit test #ifdefsUlrich Weigand2013-05-06
* Fix bug in exception table allocation (PR13678)Eli Bendersky2013-01-11
* 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
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-15
* Disable all old-JIT unit tests on PowerPC.Ulrich Weigand2012-10-31
* Marked this variable as 'used' so that LTO doesn't get rid of it.Bill Wendling2012-10-17
* JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly!NAKAMURA Takumi2012-10-12
* Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling2012-10-12
* Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid o...NAKAMURA Takumi2012-10-12
* Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling2012-10-12
* Some regression tests which are testing the old jit and are exercising functi...James Molloy2012-10-08
* Implement MipsJITInfo::replaceMachineCodeForFunction.Akira Hatanaka2012-08-01
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-15
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubsSimon Atanasyan2012-05-16
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-28
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-21
* MCJIT support for non-function sections.Jim Grosbach2012-01-16
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Exclude more arm jit failures pending PR10783.Andrew Trick2011-09-03
* Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick2011-08-26
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* missed a use of SizeRequired.Chris Lattner2010-07-22
* instead of migrating it to the MC instruction encoder, justChris Lattner2010-07-22
* update unit test for api change.Chris Lattner2010-04-05
* Fix PR6360. It's easy for a stub's address to escape to user code, so we can'tJeffrey Yasskin2010-03-04
* Fix PR5291, in which a SmallPtrSet iterator was held across an insertion intoJeffrey Yasskin2010-03-04