summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli
Commit message (Expand)AuthorAgeFilesLines
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-1/+1
* [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.Lang Hames2018-10-231-7/+39
* Revert r345077 "[ORC] Change how non-exported symbols are matched during look...Reid Kleckner2018-10-231-39/+7
* [ORC] Change how non-exported symbols are matched during lookup.Lang Hames2018-10-231-7/+39
* [ORC] Rename ORC layers to make the "new" ORC layers the default.Lang Hames2018-10-151-3/+3
* [ORC] Simplify naming for JITDylib definition generators.Lang Hames2018-10-151-2/+2
* [ORC] Add convenience methods for creating DynamicLibraryFallbackGenerators forLang Hames2018-10-011-12/+2
* [ORC] Add a method to JITTargetMachineBuilder to get the default data layoutLang Hames2018-10-011-6/+1
* [ORC] Extract and tidy up JITTargetMachineBuilder, add unit test.Lang Hames2018-09-301-2/+6
* [ORC] Add partitioning support to CompileOnDemandLayer2.Lang Hames2018-09-291-13/+31
* [ORC] Add more utilities to aid debugging output.Lang Hames2018-09-281-6/+11
* [ORC] Coalesce all of ORC's symbol renaming / linkage-promotion utilities intoLang Hames2018-09-271-1/+0
* [lli] Fix ArgV setup bug when running in -jit-kind=orc-lazy mode.Lang Hames2018-09-271-1/+4
* Reapply r343058 with a fix for -DLLVM_ENABLE_THREADS=OFF.Lang Hames2018-09-261-6/+48
* Revert r343058 "[ORC] Add support for multithreaded compiles to LLJIT and LLL...Hans Wennborg2018-09-261-48/+6
* [ORC] Add support for multithreaded compiles to LLJIT and LLLazyJIT.Lang Hames2018-09-261-6/+48
* [ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrentLang Hames2018-09-261-26/+27
* [ORC] Simplify LLJIT::Create by removing the ExecutionSession parameter.Lang Hames2018-09-101-3/+1
* [ORC] Add an addObjectFile method to LLJIT.Lang Hames2018-08-281-25/+38
* [ORC] Rename VSO to JITDylib.Lang Hames2018-08-171-2/+2
* Add PerfJITEventListener for perf profiling support.Andres Freund2018-07-242-0/+12
* [ORC] Verify modules when running LLLazyJIT in LLI, and deal with fallout.Lang Hames2018-07-021-2/+14
* [ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.Lang Hames2018-06-264-410/+141
* [ORC] Update JITCompileCallbackManager to support multi-threaded code.Lang Hames2018-05-303-16/+7
* [ORC] Rewrite the VSO symbol table yet again. Update related utilities.Lang Hames2018-05-161-2/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-2/+2
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [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
OpenPOWER on IntegriCloud