summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAgeFilesLines
* Skip MCJIT unit tests if LLVM is not configured for native compilationDavid Blaikie2019-09-031-1/+7
* [opaque pointer types] Pass value type to LoadInst creation.James Y Knight2019-02-012-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-197-28/+21
* Remove TypeBuilder.h, and fix the few locations using it.James Y Knight2019-01-133-51/+62
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-2/+2
* Link to AggressiveInstCombine in a few places. Unbreaks build for me.Roman Lebedev2018-04-241-0/+1
* Remove redundant includes from unittests.Michael Zolotukhin2017-12-131-1/+0
* Untabify.NAKAMURA Takumi2017-08-281-2/+3
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-8/+2
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-063-3/+3
* Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper2016-12-191-0/+4
* Remove the AssumptionCacheHal Finkel2016-12-151-4/+0
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-8/+6
* Delete dead code. Reloc::Default is the default.Rafael Espindola2016-05-181-3/+0
* Kill LLVMAddTargetDataAmaury Sechet2016-02-161-3/+0
* Remove autoconf supportChris Bieneman2016-01-261-18/+0
* [RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method ofLang Hames2016-01-101-2/+3
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-043-11/+8
* unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-6/+5
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-064-18/+15
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-0/+6
* 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
* [ExecutionEngine] Re-apply r241962 with fixes for ARM.Lang Hames2015-07-141-0/+82
* Revert "[ExecutionEngine] Use std::function rather than a function pointer fo...Renato Golin2015-07-111-64/+0
* [ExecutionEngine] Add a static cast to the unittest for r241962 to suppress aLang Hames2015-07-111-1/+1
* [ExecutionEngine] Remove cruft and fix a couple of warnings in the test case forLang Hames2015-07-111-3/+2
* [ExecutionEngine] Use std::function rather than a function pointer for theLang Hames2015-07-101-0/+65
* [MCJIT] Add a FindGlobalVariableNamed utilityKeno Fischer2015-06-201-3/+12
* [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic2015-05-282-0/+4
* Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie2015-05-181-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-113-17/+17
* [MCJIT] Enable MCJIT regression tests on Darwin.Lang Hames2015-03-311-5/+0
* [CMake] Add RuntimeDyld to libdeps corresponding to r229343.NAKAMURA Takumi2015-02-161-0/+1
* Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".Lang Hames2015-01-284-63/+1
* [ExecutionEngine] Fix r227228 tests on WindowsKeno Fischer2015-01-271-0/+1
* [ExecutionEngine] Add weak symbol support to RuntimeDyldKeno Fischer2015-01-274-1/+62
* [ExecutionEngine] FindFunctionNamed: Skip declarationsKeno Fischer2015-01-271-0/+19
* 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
* [MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.Lang Hames2014-12-032-4/+4
* [MCJIT] Make repeat calls to MCJIT::getPointerToFunction for declarations safe.Lang Hames2014-10-222-0/+21
* Adds 'override' to overriding methods. NFC.Argyrios Kyrtzidis2014-10-011-1/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-025-6/+1
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-4/+3
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-3/+3
OpenPOWER on IntegriCloud