OSDN Git Service

[cmake] Fix host tools build in when LLVM_EXPERIMENTAL_TARGETS_TO_BUILD is set
[android-x86/external-llvm.git] / tools / lli /
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...
2016-01-11 Lang Hames[LLI] Replace the LLI remote-JIT support with the new...
2016-01-11 Lang Hames[Orc] Rename OrcTargetSupport to OrcArchitectureSupport...
2016-01-09 Lang Hames[Orc] Enable user-supplied memory managers in the Compi...
2015-12-18 Rafael EspindolaDrop materializeAllPermanently.
2015-12-06 Lang Hames[Orc] Rename IndirectStubsManagerBase to IndirectStubsM...
2015-12-04 Lang Hames[Orc] Rename JITCompileCallbackManagerBase to JITCompil...
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-03 Rafael EspindolaRevert "Revert "[Orc] Directly emit machine code for...
2015-11-03 Rafael EspindolaRevert "[Orc] Directly emit machine code for the x86...
2015-11-03 Lang Hames[Orc] Directly emit machine code for the x86 resolver...
2015-10-19 Lang Hames[Orc] Add support for emitting indirect stubs directly...
2015-10-07 Lang Hames[Orc] Enable user supplied partitioning functors in...
2015-07-30 Mehdi AminiFix lli with OrcLazyJIT: the default DataLayout was...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-15 Rafael EspindolaSimplify a few uses of remove_filename by using parent_...
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-16 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-12 Lang Hames[Orc] Tidy up initialization based on review feedback...
2015-06-12 Lang Hames[Orc] Fix a bug in the CompileOnDemand layer where...
2015-06-12 Douglas KatzmanWrap some long lines in LLVMBuild files. NFC
2015-06-11 Lang Hames[Orc] Remove some unnecesary includes and whitespace...
2015-06-11 Lang Hames[Orc] Make partition identification in the CompileOnDem...
2015-06-09 Lang Hames[lli] Make the OptLevel (-O=<char>) option accessible...
2015-06-03 Sanjay Pateladd missing dependency on Target lib for tools
next