aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAgeFilesLines
* Removing unnecessary link component for MCJIT unittestsAndrew Kaylor2013-10-212-2/+1
* MCJIT: skip some more new multi-module tests on unsupported platforms.Tim Northover2013-10-021-0/+8
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-022-15/+17
* Tests for MCJIT multiple module supportAndrew Kaylor2013-10-014-75/+556
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-241-0/+2
* Convert Windows to Unix line endings, no functionality change.Stephen Lin2013-07-131-172/+172
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-1/+1
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-281-7/+10
* Adding tests for DebugIR passDaniel Malea2013-06-281-34/+43
* [mips] Remove Triple:mips from SupportedArchs in MCJIT unittestsAkira Hatanaka2013-06-201-1/+0
* Remove unused member.Rafael Espindola2013-05-301-1/+0
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-221-38/+125
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-211-125/+38
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-211-38/+125
* SubArch support in MCJIT unittestRenato Golin2013-05-193-3/+31
* AArch64: enable MCJIT unittestsTim Northover2013-05-192-0/+2
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-173-15/+17
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-151-1/+1
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-141-2/+2
* Fix MCJITCAPITest.cpp unit test on Windows.Andrew Kaylor2013-05-101-0/+2
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-011-1/+1
* Wrap some lines to bring MCJITCAPITest into conformance with the 80 column li...Filip Pizlo2013-05-011-3/+5
* Exposing MCJIT through C APIAndrew Kaylor2013-04-294-48/+173
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-252-0/+241
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-252-241/+0
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-254-173/+48
* Exposing MCJIT through C APIAndrew Kaylor2013-04-244-48/+173
* Fixing cmake build for MCJIT unit testsAndrew Kaylor2013-04-231-0/+1
* Adding object caching support to MCJITAndrew Kaylor2013-04-231-0/+240
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-161-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Sort the #include lines for unittest/...Chandler Carruth2012-12-043-4/+4
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-275-406/+175
* Implementing page permission setting in MCJIT unit test SectionMemoryManager.cppAndrew Kaylor2012-11-273-63/+205
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-152-2/+5
* MCJIT unit test: add calls to ensure that instruction caches are properly inv...Amara Emerson2012-10-311-0/+5
* Port lli bug fix from r166920 to MCJIT unit test.Amara Emerson2012-10-311-3/+11
* Commit access test.Amara Emerson2012-10-311-0/+1
* Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor2012-10-047-0/+767