aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-06Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg1-3/+3
2015-08-11Fix UB in MCJIT test cases that relied on union type punningDavid Blaikie1-52/+30
2015-08-03[MCJIT] Fix a cast warning in the unit-test introduced in r243589.Lang Hames1-1/+7
2015-07-30MCJITTests/MCJITCAPITest.cpp: Try to appease i686-win32.NAKAMURA Takumi1-0/+1
2015-07-30[MCJIT] Fix a memory leak in a unit test that was introduced in r243589.Lang Hames1-0/+1
2015-07-29[MCJIT] Fix PR20656 by teaching MCJIT to honor ExecutionEngine's global mapping.Lang Hames1-0/+33
2015-05-28[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic1-0/+2
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-14/+14
2015-01-15Fix the C-API MCJIT test for 32-bit big endian machines.Vasileios Kalintiris1-12/+6
2014-12-22[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.Peter Zotov1-0/+38
2014-08-09ADT: remove MinGW32 and Cygwin OSType enumSaleem Abdulrasool1-2/+0
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-11/+11
2014-05-16Add C API for thread yielding callback.Juergen Ributzka1-0/+27
2014-05-15Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka1-28/+0
2014-04-28[PM] Add pass run listeners to the pass manager.Juergen Ributzka1-0/+28
2014-03-31MCJIT: ensure that cygwin is identified properlySaleem Abdulrasool1-0/+2
2014-03-04[cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth1-2/+2
2014-02-24Disable an MCJIT test on older Darwins until we have a better interface.Andrew Trick1-0/+4
2014-02-21This test was failing on non-X86-64 platforms because stackmaps only work on ...Filip Pizlo1-0/+9
2014-02-20Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...Filip Pizlo1-0/+90
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-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-11-19[weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka1-11/+10
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-8/+11
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-10/+8
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-8/+10
2013-10-02This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo1-3/+5
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-19SubArch support in MCJIT unittestRenato Golin1-0/+7
2013-05-19AArch64: enable MCJIT unittestsTim Northover1-0/+1
2013-05-10Fix MCJITCAPITest.cpp unit test on Windows.Andrew Kaylor1-0/+2
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 Kaylor1-0/+93
2013-04-25Revert "Exposing MCJIT through C API"Rafael Espindola1-93/+0
2013-04-24Exposing MCJIT through C APIAndrew Kaylor1-0/+93