summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine
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
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler 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
* Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.NAKAMURA Takumi2013-12-10
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Removing unnecessary link component for MCJIT unittestsAndrew Kaylor2013-10-21
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-16
* MCJIT: skip some more new multi-module tests on unsupported platforms.Tim Northover2013-10-02
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Tests for MCJIT multiple module supportAndrew Kaylor2013-10-01
* 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
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-24
* Convert Windows to Unix line endings, no functionality change.Stephen Lin2013-07-13
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* 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
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-28
* Adding tests for DebugIR passDaniel Malea2013-06-28
* [mips] Remove Triple:mips from SupportedArchs in MCJIT unittestsAkira Hatanaka2013-06-20
* Remove unused member.Rafael Espindola2013-05-30
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-22
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-21
* 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
* SubArch support in MCJIT unittestRenato Golin2013-05-19
* AArch64: enable MCJIT unittestsTim Northover2013-05-19
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-14
* Fix MCJITCAPITest.cpp unit test on Windows.Andrew Kaylor2013-05-10
* 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
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-01
* Wrap some lines to bring MCJITCAPITest into conformance with the 80 column li...Filip Pizlo2013-05-01
* Exposing MCJIT through C APIAndrew Kaylor2013-04-29
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-25
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-25
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-25
* Exposing MCJIT through C APIAndrew Kaylor2013-04-24
* Fixing cmake build for MCJIT unit testsAndrew Kaylor2013-04-23