summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli
Commit message (Expand)AuthorAgeFilesLines
* Simplify a few uses of remove_filename by using parent_path instead.Rafael Espindola2015-07-151-2/+1
* Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola2015-06-231-3/+1
* Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...Daniel Sanders2015-06-161-1/+1
* [Orc] Tidy up initialization based on review feedback for r239561 from dblaikie.Lang Hames2015-06-121-20/+19
* [Orc] Fix a bug in the CompileOnDemand layer where stub decls were not clonedLang Hames2015-06-121-1/+1
* Wrap some long lines in LLVMBuild files. NFCDouglas Katzman2015-06-121-1/+11
* [Orc] Remove some unnecesary includes and whitespace that slipped in to r239561.Lang Hames2015-06-111-2/+1
* [Orc] Make partition identification in the CompileOnDemand layer lazy.Lang Hames2015-06-111-16/+20
* [lli] Make the OptLevel (-O=<char>) option accessible to the lazy JIT.Lang Hames2015-06-092-13/+20
* add missing dependency on Target lib for toolsSanjay Patel2015-06-031-0/+1
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-2/+1
* Migrate existing backends that care about software floating pointEric Christopher2015-05-121-3/+0
* [Orc] Reapply r236465 with fixes for the MSVC bots.Lang Hames2015-05-051-7/+2
* [Orc] Revert r236465 - It broke the Windows bots.Lang Hames2015-05-041-2/+7
* Add TransformUtils dependency to lli.Pete Cooper2015-05-042-1/+2
* [Orc] Refactor the compile-on-demand layer to make module partitioning lazy,Lang Hames2015-05-041-7/+2
* Fix -Wpessimizing-move warnings by removing std::move calls.Richard Trieu2015-04-301-4/+4
* Remove the JITEmitDebugInfo TargetOptions as they're only set andEric Christopher2015-04-191-23/+0
* lli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduced in r234908.NAKAMURA Takumi2015-04-171-0/+1
* [Orc] Refactor the CompileOnDemandLayer to make its addModuleSet methodLang Hames2015-04-151-11/+14
* [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-132-7/+90
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-113-3/+3
* [Orc] Add support classes for inspecting and running C++ static ctor/dtors, andLang Hames2015-04-022-8/+56
* [Orc] Reflect process symbols into the LLI Orc-lazy JIT.Lang Hames2015-04-012-1/+21
* [Orc] Separate callback manager selection from callback manager construction forLang Hames2015-03-302-21/+29
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-302-2/+3
* [Orc] Remove another unnecessary typedef.Lang Hames2015-03-251-1/+1
* [Orc][lli] Add a very simple Orc-based lazy JIT to lli.Lang Hames2015-03-254-7/+172
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-232-0/+2
* Fix cmake build.Rafael Espindola2015-03-181-1/+1
* CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner2015-03-181-1/+1
* Replace a few instances of NULL with nullptr.David Majnemer2015-02-261-1/+1
* [CMake] Add RuntimeDyld to libdeps corresponding to r229343.NAKAMURA Takumi2015-02-161-0/+1
* Fix lli after the DebugInfo move.Zachary Turner2015-01-301-1/+1
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-1/+1
* [Orc] Add orcjit to the dependencies list in the Makefile for lli.Lang Hames2015-01-241-1/+1
* [Orc] New JIT APIs.Lang Hames2015-01-232-0/+10
* Assigning and copying command line option objects shouldn't be allowed.Chris Bieneman2015-01-221-1/+1
* Silence gcc 4.9.1 warning 'xyz' is used uninitialized in this function.Yaron Keren2014-12-121-7/+7
* [MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.Lang Hames2014-12-031-1/+5
* DebugIR: Delete -debug-irDuncan P. N. Exon Smith2014-11-291-9/+0
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-262-3/+3
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-262-3/+3
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-262-3/+3
* [MCJIT] Remove a few more references to JITMemoryManager that survived r218316.Lang Hames2014-09-231-1/+0
* [MCJIT] Delete the JTIMemoryManager and associated APIs.Lang Hames2014-09-233-58/+6
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-024-37/+10
OpenPOWER on IntegriCloud