aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-186-27/+25
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2310-5/+117
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0222-2145/+127
* Update LLVM for rebase to r212749.Stephen Hines2014-07-219-74/+75
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-293-3/+30
* Update to LLVM 3.5a.Stephen Hines2014-04-2418-159/+418
* Merging r195092:Bill Wendling2013-11-193-28/+15
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-193-12/+24
* Revert r194865 and r194874.Alexey Samsonov2013-11-183-22/+12
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-153-12/+22
* Removing unnecessary link component for MCJIT unittestsAndrew Kaylor2013-10-212-2/+1
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-161-12/+0
* 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-024-26/+32
* Tests for MCJIT multiple module supportAndrew Kaylor2013-10-014-75/+556
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-261-2/+1
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-261-1/+2
* [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
* Fix -Wsign-compare warning and remove windows-style line endings introduced b...David Blaikie2013-07-021-17/+17
* Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky2013-07-021-0/+23
* 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
* Alternative fix for problem addressed in r182233Ulrich Weigand2013-05-211-42/+19
* Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.Bob Wilson2013-05-201-3/+25
* 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-174-16/+18
* 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
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-071-110/+0
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-063-6/+9
* Simplify JIT unit test #ifdefsUlrich Weigand2013-05-062-28/+10
* 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