summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove TypeBuilder.h, and fix the few locations using it.James Y Knight2019-01-131-32/+28
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-8/+2
* Delete dead code. Reloc::Default is the default.Rafael Espindola2016-05-181-3/+0
* 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-061-9/+6
* [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic2015-05-281-0/+2
* [MCJIT] Enable MCJIT regression tests on Darwin.Lang Hames2015-03-311-5/+0
* Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".Lang Hames2015-01-281-19/+0
* [ExecutionEngine] Fix r227228 tests on WindowsKeno Fischer2015-01-271-0/+1
* [ExecutionEngine] Add weak symbol support to RuntimeDyldKeno Fischer2015-01-271-0/+18
* [MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.Lang Hames2014-12-031-2/+2
* [MCJIT] Make repeat calls to MCJIT::getPointerToFunction for declarations safe.Lang Hames2014-10-221-0/+9
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-2/+0
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-191-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-3/+3
* ADT: remove MinGW32 and Cygwin OSType enumSaleem Abdulrasool2014-08-091-1/+0
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+2
* Nuke the old JIT.Rafael Espindola2014-08-071-2/+0
* MCJIT: ensure that cygwin is identified properlySaleem Abdulrasool2014-03-311-0/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-23/+16
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Tests for MCJIT multiple module supportAndrew Kaylor2013-10-011-2/+140
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-241-0/+2
* Adding tests for DebugIR passDaniel Malea2013-06-281-34/+43
* [mips] Remove Triple:mips from SupportedArchs in MCJIT unittestsAkira Hatanaka2013-06-201-1/+0
* Remove unused member.Rafael Espindola2013-05-301-1/+0
* SubArch support in MCJIT unittestRenato Golin2013-05-191-0/+7
* AArch64: enable MCJIT unittestsTim Northover2013-05-191-0/+1
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-141-2/+2
* Exposing MCJIT through C APIAndrew Kaylor2013-04-291-48/+2
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-251-2/+48
* Exposing MCJIT through C APIAndrew Kaylor2013-04-241-48/+2
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-161-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-1/+1
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-271-2/+1
* Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor2012-10-041-0/+245
OpenPOWER on IntegriCloud