summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/JIT
Commit message (Expand)AuthorAge
* 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
* Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber2013-12-30
* Attempt to fix JIT unit tests after r198087.Nico Weber2013-12-27
* Remove some dead codeRichard Barton2013-12-12
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* 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
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-26
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-26
* Fix -Wsign-compare warning and remove windows-style line endings introduced b...David Blaikie2013-07-02
* Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky2013-07-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
* Explicitly add -Wl,--export-all-symbols on mingw/cygwin.Rafael Espindola2013-04-04
* Don't export symbols in every binary on linux.Rafael Espindola2013-04-04
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-28
* 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
* Use an export list when building JIT unittests. <rdar://problem/12473675>Bob Wilson2012-10-18
* 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
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-28
* Fix of hang during Intel JIT profilingAndrew Kaylor2012-09-26
* 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
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-29
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi2012-06-21
* llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt: Unbreak build.NAKAMURA Takumi2012-06-21
* Add some missing dependencies here that I missed in my first passChandler Carruth2012-06-21
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-21
* Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubsSimon Atanasyan2012-05-16
* Fix missed files in JIT unittests MakefileDanil Malyshev2012-03-29
* 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
* Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...Eli Bendersky2012-03-15