summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli
Commit message (Expand)AuthorAgeFilesLines
...
* [lli] Fix syntax error: missing ';'Jonas Devlieghere2018-04-221-2/+2
* [lli] Make error handling more consistent.Jonas Devlieghere2018-04-221-15/+23
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-6/+2
* Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie2018-04-111-1/+1
* [ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.Lang Hames2018-04-021-1/+2
* [ORC] Re-apply r327566 with a fix for test-global-ctors.ll.Lang Hames2018-03-152-22/+21
* Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."Reid Kleckner2018-03-142-7/+7
* [ORC] Switch from shared_ptr to unique_ptr for addModule methods.Lang Hames2018-03-142-7/+7
* [ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into aLang Hames2018-02-141-5/+4
* [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.Lang Hames2018-02-141-2/+2
* [ORC] Remove Layer handles from the layer concept.Lang Hames2018-02-091-17/+12
* [ORC] Remove some unused lambda captures.Lang Hames2018-02-061-3/+3
* [ORC] Start migrating ORC layers to use the new ORC Core.h APIs.Lang Hames2018-02-061-18/+74
* [ORC] Re-apply r322913 with a fix for a read-after-free error.Lang Hames2018-01-191-2/+2
* [ORC] Revert r322913 while I investigate an ASan failure.Lang Hames2018-01-191-2/+2
* [ORC] Redesign the JITSymbolResolver interface to support bulk queries.Lang Hames2018-01-191-2/+2
* [lli] Make lli support -mcpu=native for CPU autodetectionCraig Topper2018-01-091-2/+2
* Rename CommandFlags.h -> CommandFlags.defDavid Blaikie2017-11-271-2/+2
* [ORC] Refactor OrcRemoteTarget code to expose its RPC API, reduceLang Hames2017-09-041-5/+3
* Untabify.NAKAMURA Takumi2017-08-282-11/+10
* Orc: PR33769: Don't rely on comparisons with default constructed iteratorsDavid Blaikie2017-08-111-8/+8
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-55/+5
* fix typos in comments; NFCHiroshi Inoue2017-07-111-1/+1
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-072-18/+31
* [Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames2017-07-042-6/+5
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-232-51/+53
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-232-53/+51
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-232-51/+53
* [ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames2017-06-221-3/+4
* [ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...Eugene Zelenko2017-06-192-50/+66
* [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames2017-05-091-3/+2
* Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton2017-04-111-2/+1
* Revert "Turn some C-style vararg into variadic templates"Diana Picus2017-04-111-1/+2
* Turn some C-style vararg into variadic templatesSerge Guelton2017-04-111-2/+1
* Revert "Turn some C-style vararg into variadic templates"Mehdi Amini2017-04-061-1/+2
* Turn some C-style vararg into variadic templatesMehdi Amini2017-04-061-2/+1
* [Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.Lang Hames2017-02-201-2/+2
* Prune unused libdeps.NAKAMURA Takumi2016-12-081-1/+0
* Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim2016-11-201-1/+1
* [CMake] lli-child-target depends on intrinsics genChris Bieneman2016-11-191-0/+3
* [CMake] lli depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [lli] Prefer `exit(1)` to `return 1` for consistency.Davide Italiano2016-11-171-1/+1
* [lli] Factor out error handling. NFCI.Davide Italiano2016-11-171-18/+15
* [ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames2016-11-113-29/+19
* [ORC] Revert r286620 while I investigate a bot failure.Lang Hames2016-11-113-19/+29
* [ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames2016-11-113-29/+19
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+1
* [tools] Unbreak the GCC build (workaround a GCC bug).Davide Italiano2016-11-091-1/+2
* Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne2016-11-091-5/+3
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
OpenPOWER on IntegriCloud