aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Merging r195092:Bill Wendling3-28/+15
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka3-12/+24
2013-11-18Revert r194865 and r194874.Alexey Samsonov3-22/+12
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka3-12/+22
2013-10-21Removing unnecessary link component for MCJIT unittestsAndrew Kaylor2-2/+1
2013-10-16Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola1-12/+0
2013-10-02MCJIT: skip some more new multi-module tests on unsupported platforms.Tim Northover1-0/+8
2013-10-02This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo4-26/+32
2013-10-01Tests for MCJIT multiple module supportAndrew Kaylor4-75/+556
2013-07-26Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola1-2/+1
2013-07-26[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt1-1/+2
2013-07-24[mips] Use pristine object file while processing relocations.Akira Hatanaka1-0/+2
2013-07-13Convert Windows to Unix line endings, no functionality change.Stephen Lin1-172/+172
2013-07-04Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper1-1/+1
2013-07-02Fix -Wsign-compare warning and remove windows-style line endings introduced b...David Blaikie1-17/+17
2013-07-02Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky1-0/+23
2013-06-28Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor1-7/+10
2013-06-28Adding tests for DebugIR passDaniel Malea1-34/+43
2013-06-20[mips] Remove Triple:mips from SupportedArchs in MCJIT unittestsAkira Hatanaka1-1/+0
2013-05-30Remove unused member.Rafael Espindola1-1/+0
2013-05-22Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo1-38/+125
2013-05-21Roll out r182407 and r182408 because they broke builds.Filip Pizlo1-125/+38
2013-05-21Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo1-38/+125
2013-05-21Alternative fix for problem addressed in r182233Ulrich Weigand1-42/+19
2013-05-20Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.Bob Wilson1-3/+25
2013-05-19SubArch support in MCJIT unittestRenato Golin3-3/+31
2013-05-19AArch64: enable MCJIT unittestsTim Northover2-0/+2
2013-05-17Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed4-16/+18
2013-05-15Use only explicit bool conversion operatorsDavid Blaikie1-1/+1
2013-05-14SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo1-2/+2
2013-05-10Fix MCJITCAPITest.cpp unit test on Windows.Andrew Kaylor1-0/+2
2013-05-07Remove exception handling support from the old JIT.Rafael Espindola1-110/+0
2013-05-06[SystemZ] Set up JIT/MCJIT test casesUlrich Weigand3-6/+9
2013-05-06Simplify JIT unit test #ifdefsUlrich Weigand2-28/+10
2013-05-01This exposes more MCJIT options via the C API:Filip Pizlo1-1/+1
2013-05-01Wrap some lines to bring MCJITCAPITest into conformance with the 80 column li...Filip Pizlo1-3/+5
2013-04-29Exposing MCJIT through C APIAndrew Kaylor4-48/+173
2013-04-25Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2-0/+241
2013-04-25Revert "Adding object caching support to MCJIT"Rafael Espindola2-241/+0
2013-04-25Revert "Exposing MCJIT through C API"Rafael Espindola4-173/+48
2013-04-24Exposing MCJIT through C APIAndrew Kaylor4-48/+173
2013-04-23Fixing cmake build for MCJIT unit testsAndrew Kaylor1-0/+1
2013-04-23Adding object caching support to MCJITAndrew Kaylor1-0/+240
2013-04-05Enable JIT/MCJIT unit tests for targets with JIT support.Jyotsna Verma1-2/+3
2013-04-04Explicitly add -Wl,--export-all-symbols on mingw/cygwin.Rafael Espindola1-0/+3
2013-04-04Don't export symbols in every binary on linux.Rafael Espindola1-3/+1
2013-03-28Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don...Jyotsna Verma2-3/+10
2013-01-28Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2-1/+3
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne1-1/+1
2013-01-11Fix bug in exception table allocation (PR13678)Eli Bendersky1-3/+50