summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
2014-02-20Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...Filip Pizlo3-1/+92
2014-02-15Remove tautological test line (unsigneds are always >=0).Lang Hames1-1/+0
2014-02-13Fix misleading comment.Lang Hames1-1/+1
2014-02-13The new MCJIT C-API unit test is generating objects without constant dataLang Hames1-1/+1
2014-02-12Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames1-1/+132
2014-01-13Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola1-4/+5
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2-2/+2
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth3-3/+3
2013-12-30Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber1-0/+3
2013-12-27Attempt to fix JIT unit tests after r198087.Nico Weber1-0/+3
2013-12-12Remove some dead codeRichard Barton1-2/+0
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi3-9/+19
2013-12-10Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.NAKAMURA Takumi1-1/+1
2013-11-19[weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka3-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