summaryrefslogtreecommitdiff
path: root/tools/lli
AgeCommit message (Expand)Author
2017-11-27Rename CommandFlags.h -> CommandFlags.defDavid Blaikie
2017-09-04[ORC] Refactor OrcRemoteTarget code to expose its RPC API, reduceLang Hames
2017-08-28Untabify.NAKAMURA Takumi
2017-08-11Orc: PR33769: Don't rely on comparisons with default constructed iteratorsDavid Blaikie
2017-08-03Delete Default and JITDefault code modelsRafael Espindola
2017-07-11fix typos in comments; NFCHiroshi Inoue
2017-07-07[ORC] Errorize the ORC APIs.Lang Hames
2017-07-04[Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames
2017-06-23[ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames
2017-06-23This reverts commit r306166 and r306168.Rafael Espindola
2017-06-23[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames
2017-06-22[ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames
2017-06-19[ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...Eugene Zelenko
2017-05-09[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames
2017-04-11Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton
2017-04-11Revert "Turn some C-style vararg into variadic templates"Diana Picus
2017-04-11Turn some C-style vararg into variadic templatesSerge Guelton
2017-04-06Revert "Turn some C-style vararg into variadic templates"Mehdi Amini
2017-04-06Turn some C-style vararg into variadic templatesMehdi Amini
2017-02-20[Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.Lang Hames
2016-12-08Prune unused libdeps.NAKAMURA Takumi
2016-11-20Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim
2016-11-19[CMake] lli-child-target depends on intrinsics genChris Bieneman
2016-11-19[CMake] lli depends on intrinsics_genChris Bieneman
2016-11-17[lli] Prefer `exit(1)` to `return 1` for consistency.Davide Italiano
2016-11-17[lli] Factor out error handling. NFCI.Davide Italiano
2016-11-11[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames
2016-11-11[ORC] Revert r286620 while I investigate a bot failure.Lang Hames
2016-11-11[ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-11-09[tools] Unbreak the GCC build (workaround a GCC bug).Davide Italiano
2016-11-09Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-10-31[lli] Don't strip away const qualifier. Unbreak the gcc6 build.Davide Italiano
2016-10-28[lli] Pass command line arguments in to the orc-lazy JIT.Lang Hames
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-09-11[ORC] Rename RPCChannel to RPCByteChannel. NFC.Lang Hames
2016-09-04[ORC] Clone module flags metadata into the globals module in theLang Hames
2016-08-29[Orc] Simplify LogicalDylib and move it back inside CompileOnDemandLayer. AlsoLang Hames
2016-08-06[ORC] Re-apply r277896, removing bogus triples and datalayouts that broke testsLang Hames
2016-08-06Revert r277896.Nico Weber
2016-08-06[ORC] Add (partial) weak symbol support to the CompileOnDemand layer.Lang Hames
2016-08-02[lli] Add the ability for OrcLazyJIT to accept multiple input modules.Lang Hames
2016-08-01[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames
2016-07-10[cmake] Change lli-child-target to use add_llvm_utility instead of add_llvm_e...Michael Gottesman
2016-06-29Change Archive::create() from ErrorOr<...> to Expected<...> and updateKevin Enderby
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-06-08Avoid copies of std::strings and APInt/APFloats where we only read from itBenjamin Kramer
2016-05-31[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames
2016-05-26[Orc] Merge some common code for creating CompileCallbackManagers andLang Hames