summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine
Commit message (Expand)AuthorAge
* 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
* Adding object caching support to MCJITAndrew Kaylor2013-04-23
* Enable JIT/MCJIT unit tests for targets with JIT support.Jyotsna Verma2013-04-05
* 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
* Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don...Jyotsna Verma2013-03-28
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-28
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-16
* 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
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-27
* Implementing page permission setting in MCJIT unit test SectionMemoryManager.cppAndrew Kaylor2012-11-27
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-15
* MCJIT unit test: add calls to ensure that instruction caches are properly inv...Amara Emerson2012-10-31