OSDN Git Service

[llvm-objdump] Use %08 instead of %016 to print leading addresses for 32-bit binaries
[android-x86/external-llvm.git] / tools / lli /
2019-05-21 Lang Hames[ORC] Guarantee unique JITDylib names in lli, add usage...
2019-04-29 Lang Hames[ORC] Replace the LLJIT/LLLazyJIT Create methods with...
2019-04-27 Lang Hames[lli] Fix a typo in a cl::opt description.
2019-04-20 Lang HamesInitial implementation of JITLink - A replacement for...
2019-02-01 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-01-31 James Y KnightRevert "[opaque pointer types] Add a FunctionCallee...
2019-01-31 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-13 James Y KnightRemove TypeBuilder.h, and fix the few locations using it.
2018-11-11 Jonas Devlieghere[Support] Make error banner optional in logAllUnhandled...
2018-10-23 Lang Hames[ORC] Re-apply r345077 with fixes to remove ambiguity...
2018-10-23 Reid KlecknerRevert r345077 "[ORC] Change how non-exported symbols...
2018-10-23 Lang Hames[ORC] Change how non-exported symbols are matched durin...
2018-10-15 Lang Hames[ORC] Rename ORC layers to make the "new" ORC layers...
2018-10-15 Lang Hames[ORC] Simplify naming for JITDylib definition generators.
2018-10-01 Lang Hames[ORC] Add convenience methods for creating DynamicLibra...
2018-10-01 Lang Hames[ORC] Add a method to JITTargetMachineBuilder to get...
2018-09-30 Lang Hames[ORC] Extract and tidy up JITTargetMachineBuilder,...
2018-09-29 Lang Hames[ORC] Add partitioning support to CompileOnDemandLayer2.
2018-09-28 Lang Hames[ORC] Add more utilities to aid debugging output.
2018-09-27 Lang Hames[ORC] Coalesce all of ORC's symbol renaming / linkage...
2018-09-27 Lang Hames[lli] Fix ArgV setup bug when running in -jit-kind...
2018-09-26 Lang HamesReapply r343058 with a fix for -DLLVM_ENABLE_THREADS...
2018-09-26 Hans WennborgRevert r343058 "[ORC] Add support for multithreaded...
2018-09-26 Lang Hames[ORC] Add support for multithreaded compiles to LLJIT...
2018-09-26 Lang Hames[ORC] Add ThreadSafeModule and ThreadSafeContext wrappe...
2018-09-10 Lang Hames[ORC] Simplify LLJIT::Create by removing the ExecutionS...
2018-08-28 Lang Hames[ORC] Add an addObjectFile method to LLJIT.
2018-08-17 Lang Hames[ORC] Rename VSO to JITDylib.
2018-07-24 Andres FreundAdd PerfJITEventListener for perf profiling support.
2018-07-02 Lang Hames[ORC] Verify modules when running LLLazyJIT in LLI...
2018-06-26 Lang Hames[ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT...
2018-05-30 Lang Hames[ORC] Update JITCompileCallbackManager to support multi...
2018-05-16 Lang Hames[ORC] Rewrite the VSO symbol table yet again. Update...
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-22 Jonas Devlieghere[lli] Fix syntax error: missing ';'
2018-04-22 Jonas Devlieghere[lli] Make error handling more consistent.
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-11 David BlaikieRename *CommandFlags.def to *CommandFlags.inc
2018-04-02 Lang Hames[ORC] Create a new SymbolStringPool by default in Execu...
2018-03-15 Lang Hames[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
2018-03-14 Reid KlecknerRevert "[ORC] Switch from shared_ptr to unique_ptr...
2018-03-14 Lang Hames[ORC] Switch from shared_ptr to unique_ptr for addModul...
2018-02-14 Lang Hames[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr...
2018-02-14 Lang Hames[ORC] Switch to shared_ptr ownership for AsynchronousSy...
2018-02-09 Lang Hames[ORC] Remove Layer handles from the layer concept.
2018-02-06 Lang Hames[ORC] Remove some unused lambda captures.
2018-02-06 Lang Hames[ORC] Start migrating ORC layers to use the new ORC...
2018-01-19 Lang Hames[ORC] Re-apply r322913 with a fix for a read-after...
2018-01-19 Lang Hames[ORC] Revert r322913 while I investigate an ASan failure.
2018-01-19 Lang Hames[ORC] Redesign the JITSymbolResolver interface to suppo...
2018-01-09 Craig Topper[lli] Make lli support -mcpu=native for CPU autodetection
2017-11-27 David BlaikieRename CommandFlags.h -> CommandFlags.def
2017-09-04 Lang Hames[ORC] Refactor OrcRemoteTarget code to expose its RPC...
2017-08-28 NAKAMURA TakumiUntabify.
2017-08-11 David BlaikieOrc: PR33769: Don't rely on comparisons with default...
2017-08-03 Rafael EspindolaDelete Default and JITDefault code models
2017-07-11 Hiroshi Inouefix typos in comments; NFC
2017-07-07 Lang Hames[ORC] Errorize the ORC APIs.
2017-07-04 Lang Hames[Orc] Remove the memory manager argument to addModule...
2017-06-23 Lang Hames[ORC] Re-apply r306166 and r306168 with fix for regress...
2017-06-23 Rafael EspindolaThis reverts commit r306166 and r306168.
2017-06-23 Lang Hames[ORC] Move ORC IR layer interface from addModuleSet...
2017-06-22 Lang Hames[ORC] Switch the object layer API from addObjectSet...
2017-06-19 Eugene Zelenko[ExecutionEngine] Fix some Clang-tidy modernize-use...
2017-05-09 Lang Hames[ExecutionEngine] Make RuntimeDyld::MemoryManager respo...
2017-04-11 Serge GueltonModule::getOrInsertFunction is using C-style vararg...
2017-04-11 Diana PicusRevert "Turn some C-style vararg into variadic templates"
2017-04-11 Serge GueltonTurn some C-style vararg into variadic templates
2017-04-06 Mehdi AminiRevert "Turn some C-style vararg into variadic templates"
2017-04-06 Mehdi AminiTurn some C-style vararg into variadic templates
2017-02-20 Lang Hames[Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingL...
2016-12-08 NAKAMURA TakumiPrune unused libdeps.
2016-11-20 Simon PilgrimFix spelling mistakes in Tools/Tests comments. NFC.
2016-11-19 Chris Bieneman[CMake] lli-child-target depends on intrinsics gen
2016-11-19 Chris Bieneman[CMake] lli depends on intrinsics_gen
2016-11-17 Davide Italiano[lli] Prefer `exit(1)` to `return 1` for consistency.
2016-11-17 Davide Italiano[lli] Factor out error handling. NFCI.
2016-11-11 Lang Hames[ORC] Re-apply 286620 with fixes for the ErrorSuccess...
2016-11-11 Lang Hames[ORC] Revert r286620 while I investigate a bot failure.
2016-11-11 Lang Hames[ORC] Refactor the ORC RPC utilities to add some new...
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-09 Davide Italiano[tools] Unbreak the GCC build (workaround a GCC bug).
2016-11-09 Peter CollingbourneBitcode: Change the materializer interface to return...
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-10-31 Davide Italiano[lli] Don't strip away const qualifier. Unbreak the...
2016-10-28 Lang Hames[lli] Pass command line arguments in to the orc-lazy...
2016-10-08 Mehdi AminiTurn cl::values() (for enum) from a vararg function...
2016-09-11 Lang Hames[ORC] Rename RPCChannel to RPCByteChannel. NFC.
2016-09-04 Lang Hames[ORC] Clone module flags metadata into the globals...
2016-08-29 Lang Hames[Orc] Simplify LogicalDylib and move it back inside...
2016-08-06 Lang Hames[ORC] Re-apply r277896, removing bogus triples and...
2016-08-06 Nico WeberRevert r277896.
2016-08-06 Lang Hames[ORC] Add (partial) weak symbol support to the CompileO...
2016-08-02 Lang Hames[lli] Add the ability for OrcLazyJIT to accept multiple...
2016-08-01 Lang Hames[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld:...
2016-07-10 Michael Gottesman[cmake] Change lli-child-target to use add_llvm_utility...
2016-06-29 Kevin EnderbyChange Archive::create() from ErrorOr<...> to Expected...
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
next