summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Untabify.NAKAMURA Takumi2017-08-281-2/+3
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Kill LLVMAddTargetDataAmaury Sechet2016-02-161-3/+0
* [RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method ofLang Hames2016-01-101-2/+3
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-3/+3
* Fix UB in MCJIT test cases that relied on union type punningDavid Blaikie2015-08-111-52/+30
* [MCJIT] Fix a cast warning in the unit-test introduced in r243589.Lang Hames2015-08-031-1/+7
* MCJITTests/MCJITCAPITest.cpp: Try to appease i686-win32.NAKAMURA Takumi2015-07-301-0/+1
* [MCJIT] Fix a memory leak in a unit test that was introduced in r243589.Lang Hames2015-07-301-0/+1
* [MCJIT] Fix PR20656 by teaching MCJIT to honor ExecutionEngine's global mapping.Lang Hames2015-07-291-0/+33
* [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic2015-05-281-0/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-14/+14
* Fix the C-API MCJIT test for 32-bit big endian machines.Vasileios Kalintiris2015-01-151-12/+6
* [C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.Peter Zotov2014-12-221-0/+38
* ADT: remove MinGW32 and Cygwin OSType enumSaleem Abdulrasool2014-08-091-2/+0
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-11/+11
* Add C API for thread yielding callback.Juergen Ributzka2014-05-161-0/+27
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-151-28/+0
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-281-0/+28
* MCJIT: ensure that cygwin is identified properlySaleem Abdulrasool2014-03-311-0/+2
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-2/+2
* Disable an MCJIT test on older Darwins until we have a better interface.Andrew Trick2014-02-241-0/+4
* This test was failing on non-X86-64 platforms because stackmaps only work on ...Filip Pizlo2014-02-211-0/+9
* Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...Filip Pizlo2014-02-201-0/+90
* Remove tautological test line (unsigneds are always >=0).Lang Hames2014-02-151-1/+0
* Fix misleading comment.Lang Hames2014-02-131-1/+1
* The new MCJIT C-API unit test is generating objects without constant dataLang Hames2014-02-131-1/+1
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-121-1/+132
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-191-11/+10
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-8/+11
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-10/+8
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-8/+10
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-021-3/+5
* 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
* SubArch support in MCJIT unittestRenato Golin2013-05-191-0/+7
* AArch64: enable MCJIT unittestsTim Northover2013-05-191-0/+1
* Fix MCJITCAPITest.cpp unit test on Windows.Andrew Kaylor2013-05-101-0/+2
* 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-291-0/+93
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-251-93/+0
* Exposing MCJIT through C APIAndrew Kaylor2013-04-241-0/+93
OpenPOWER on IntegriCloud