aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable JIT/MCJIT unit tests for targets with JIT support.Jyotsna Verma2013-04-051-2/+3
* Explicitly add -Wl,--export-all-symbols on mingw/cygwin.Rafael Espindola2013-04-041-0/+3
* Don't export symbols in every binary on linux.Rafael Espindola2013-04-041-3/+1
* Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don...Jyotsna Verma2013-03-282-3/+10
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-282-1/+3
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-161-1/+1
* Fix bug in exception table allocation (PR13678)Eli Bendersky2013-01-111-3/+50
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-027-35/+35
* Sort the #include lines for unittest/...Chandler Carruth2012-12-0410-38/+33
* 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-153-4/+8
* 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
* Disable all old-JIT unit tests on PowerPC.Ulrich Weigand2012-10-312-21/+22
* Use an export list when building JIT unittests. <rdar://problem/12473675>Bob Wilson2012-10-181-0/+7
* Marked this variable as 'used' so that LTO doesn't get rid of it.Bill Wendling2012-10-171-1/+1
* JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly!NAKAMURA Takumi2012-10-121-1/+1
* Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling2012-10-121-0/+1
* Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid o...NAKAMURA Takumi2012-10-121-1/+1
* Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling2012-10-121-1/+1
* Some regression tests which are testing the old jit and are exercising functi...James Molloy2012-10-081-1/+14
* Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor2012-10-049-1/+769
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-282-3/+4
* Fix of hang during Intel JIT profilingAndrew Kaylor2012-09-261-1/+1