summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/OrcLazyJIT.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Orc] Add lazy-JITting support for i386.Lang Hames2016-02-101-0/+11
* [Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion withLang Hames2016-01-111-1/+1
* [Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.Lang Hames2015-12-061-1/+2
* [Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.Lang Hames2015-12-041-1/+1
* Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...Rafael Espindola2015-11-031-14/+8
* Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...Rafael Espindola2015-11-031-8/+14
* [Orc] Directly emit machine code for the x86 resolver block and trampolines.Lang Hames2015-11-031-14/+8
* [Orc] Add support for emitting indirect stubs directly into the JIT target'sLang Hames2015-10-191-7/+40
* Fix lli with OrcLazyJIT: the default DataLayout was used.Mehdi Amini2015-07-301-0/+1
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-1/+2
* Revert "Remove access to the DataLayout in the TargetMachine"Mehdi Amini2015-07-241-2/+1
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-1/+2
* Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...Daniel Sanders2015-06-161-1/+1
* [lli] Make the OptLevel (-O=<char>) option accessible to the lazy JIT.Lang Hames2015-06-091-1/+6
* Fix -Wpessimizing-move warnings by removing std::move calls.Richard Trieu2015-04-301-4/+4
* lli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduced in r234908.NAKAMURA Takumi2015-04-171-0/+1
* [Orc] Reapply r234815, outputting via stdout instead.Lang Hames2015-04-141-11/+12
* Silencing a -Wreturn-type warning, as the switch is fully-covered; NFC.Aaron Ballman2015-04-141-0/+1
* [Orc] Disambiguate call to make_unique. This should fix the builders broken byLang Hames2015-04-131-1/+2
* [Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to addLang Hames2015-04-131-3/+78
* [Orc] Add support classes for inspecting and running C++ static ctor/dtors, andLang Hames2015-04-021-3/+1
* [Orc] Reflect process symbols into the LLI Orc-lazy JIT.Lang Hames2015-04-011-0/+13
* [Orc] Separate callback manager selection from callback manager construction forLang Hames2015-03-301-12/+17
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-301-1/+1
* [Orc][lli] Add a very simple Orc-based lazy JIT to lli.Lang Hames2015-03-251-0/+53
OpenPOWER on IntegriCloud