summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/lli.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim2016-11-201-1/+1
* [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-111-9/+9
* [ORC] Revert r286620 while I investigate a bot failure.Lang Hames2016-11-111-9/+9
* [ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames2016-11-111-9/+9
* 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
* [lli] Pass command line arguments in to the orc-lazy JIT.Lang Hames2016-10-281-1/+5
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-8/+4
* [ORC] Rename RPCChannel to RPCByteChannel. NFC.Lang Hames2016-09-111-1/+2
* [lli] Add the ability for OrcLazyJIT to accept multiple input modules.Lang Hames2016-08-021-2/+12
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-3/+3
* Change Archive::create() from ErrorOr<...> to Expected<...> and updateKevin Enderby2016-06-291-3/+7
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Avoid copies of std::strings and APInt/APFloats where we only read from itBenjamin Kramer2016-06-081-2/+2
* [RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method whenLang Hames2016-05-251-2/+2
* Delete Reloc::Default.Rafael Espindola2016-05-181-15/+11
* [ORC] Thread Error/Expected through the RPC library.Lang Hames2016-04-251-21/+12
* [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.Lang Hames2016-04-181-9/+12
* lli: avoid global variables, use a local unique_ptr insteadMehdi Amini2016-04-181-24/+11
* Revert 266581 (and follow-up 266588), it doesn't build on Windows.Nico Weber2016-04-181-12/+9
* [ORC] Generalize the ORC RPC utils to support RPC function return values andLang Hames2016-04-181-9/+12
* lli.cpp: Appease some builders. There might be ownership issues between LLVMC...NAKAMURA Takumi2016-04-151-1/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+1
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-1/+3
* Remove some stale comments and fix a typo as suggested by David Blaikie in hisLang Hames2016-01-171-1/+1
* lli: use llvm::utostr() instead of std::to_string().NAKAMURA Takumi2016-01-151-2/+3
* XFAIL the LLI remote JIT tests on Win32.Lang Hames2016-01-111-3/+1
* [LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.Lang Hames2016-01-111-52/+129
* Drop materializeAllPermanently.Rafael Espindola2015-12-181-1/+1
* Simplify a few uses of remove_filename by using parent_path instead.Rafael Espindola2015-07-151-2/+1
* [lli] Make the OptLevel (-O=<char>) option accessible to the lazy JIT.Lang Hames2015-06-091-12/+14
* Migrate existing backends that care about software floating pointEric Christopher2015-05-121-3/+0
* Remove the JITEmitDebugInfo TargetOptions as they're only set andEric Christopher2015-04-191-23/+0
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* [Orc][lli] Add a very simple Orc-based lazy JIT to lli.Lang Hames2015-03-251-7/+21
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* Replace a few instances of NULL with nullptr.David Majnemer2015-02-261-1/+1
* [Orc] New JIT APIs.Lang Hames2015-01-231-0/+9
* Assigning and copying command line option objects shouldn't be allowed.Chris Bieneman2015-01-221-1/+1
* [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
OpenPOWER on IntegriCloud