OSDN Git Service

transform-td-to-out to transform-td-to-out70
[android-x86/external-llvm.git] / tools / lli /
2018-06-09 Qiang YuLLVM_GEN_ to LLVM70_GEN_
2018-06-09 Qiang YuLLVM_HOST_BUILD_MK to LLVM70_HOST_BUILD_MK
2018-06-09 Qiang YuLLVM_ROOT_PATH to LLVM70_ROOT_PATH
2018-06-09 Qiang Yurename libLLVM to libLLVM70
2018-06-09 Qiang Yumove all mk file
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...
2016-06-08 Benjamin KramerAvoid copies of std::strings and APInt/APFloats where...
2016-05-31 Lang Hames[Orc] Add conversion to/from RuntimeDyld::SymbolInfo...
2016-05-26 Lang Hames[Orc] Merge some common code for creating CompileCallba...
2016-05-25 Lang Hames[RuntimeDyld] Call the SymbolResolver::findSymbolInLogi...
2016-05-18 Rafael EspindolaDelete Reloc::Default.
2016-05-07 Lang Hames[Orc] Fix missing rename from r268845.
2016-05-07 Lang Hames[Orc] Rename OrcArchitectureSupport to OrcABISupport...
2016-04-26 Lang Hames[lli] Fix a sign-compare warning.
2016-04-25 Lang Hames[ORC] Thread Error/Expected through the RPC library.
2016-04-18 Lang Hames[Orc] Re-commit r266581 with fixes for MSVC, and format...
2016-04-18 Mehdi Aminilli: avoid global variables, use a local unique_ptr...
2016-04-18 Nico WeberRevert 266581 (and follow-up 266588), it doesn't build...
2016-04-18 Lang Hames[ORC] Generalize the ORC RPC utils to support RPC funct...
2016-04-15 NAKAMURA Takumilli.cpp: Appease some builders. There might be ownershi...
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-04-06 Kevin EnderbyThread Expected<...> up from createMachOObjectFile...
2016-02-10 Lang Hames[Orc] Add lazy-JITting support for i386.
2016-01-26 Chris BienemanRemove autoconf support
2016-01-17 Lang HamesRemove some stale comments and fix a typo as suggested...
2016-01-15 Lang Hames[Orc] Make FDRPCChannel final.
2016-01-15 NAKAMURA Takumilli: use llvm::utostr() instead of std::to_string().
2016-01-14 Lang Hames[Orc] Add support for EH-frame registration to the...
2016-01-12 NAKAMURA Takumilli: Fix warnings. [-Wsign-compare]
2016-01-11 NAKAMURA Takumilli-child-target: Introduce a new dependency on Runtime...
2016-01-11 Lang HamesXFAIL the LLI remote JIT tests on Win32.
2016-01-11 Lang Hameslli/ChildTarget now depends on OrcJIT. Add that compone...
2016-01-11 Lang Hames[LLI] Remove dependence on RemoteTarget.cpp from ChildT...
next