Merging r259236:
[oota-llvm.git] / tools / lli /
2016-01-20 NAKAMURA Takumi[r257857] lli: use llvm::utostr() instead of std::to_st...
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
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-05-05 Lang Hames[Orc] Reapply r236465 with fixes for the MSVC bots.
2015-05-04 Lang Hames[Orc] Revert r236465 - It broke the Windows bots.
2015-05-04 Pete CooperAdd TransformUtils dependency to lli.
2015-05-04 Lang Hames[Orc] Refactor the compile-on-demand layer to make...
2015-04-30 Richard TrieuFix -Wpessimizing-move warnings by removing std::move...
2015-04-19 Eric ChristopherRemove the JITEmitDebugInfo TargetOptions as they're...
2015-04-17 NAKAMURA Takumilli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduc...
2015-04-15 Lang Hames[Orc] Refactor the CompileOnDemandLayer to make its...
2015-04-14 Lang Hames[Orc] Reapply r234815, outputting via stdout instead.
2015-04-14 Aaron BallmanSilencing a -Wreturn-type warning, as the switch is...
2015-04-13 Lang Hames[Orc] Disambiguate call to make_unique. This should...
2015-04-13 Lang Hames[Orc] Add an Orc layer for applying arbitrary transform...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-02 Lang Hames[Orc] Add support classes for inspecting and running...
2015-04-01 Lang Hames[Orc] Reflect process symbols into the LLI Orc-lazy...
2015-03-30 Lang Hames[Orc] Separate callback manager selection from callback...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-25 Lang Hames[Orc] Remove another unnecessary typedef.
2015-03-25 Lang Hames[Orc][lli] Add a very simple Orc-based lazy JIT to...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-18 Rafael EspindolaFix cmake build.
2015-03-18 Reid KlecknerCMake: Disable ENABLE_EXPORTS for executables with...
2015-02-26 David MajnemerReplace a few instances of NULL with nullptr.
2015-02-16 NAKAMURA Takumi[CMake] Add RuntimeDyld to libdeps corresponding to...
2015-01-30 Zachary TurnerFix lli after the DebugInfo move.
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.
2015-01-24 Lang Hames[Orc] Add orcjit to the dependencies list in the Makefi...
2015-01-23 Lang Hames[Orc] New JIT APIs.
2015-01-22 Chris BienemanAssigning and copying command line option objects shoul...
2014-12-12 Yaron KerenSilence gcc 4.9.1 warning 'xyz' is used uninitialized...
2014-12-03 Lang Hames[MCJIT] Unique-ptrify the RTDyldMemoryManager member...
2014-11-29 Duncan P. N. Exon... DebugIR: Delete -debug-ir
2014-11-26 Lang Hames[MCJIT] Reapply r222828 and r222810-r222812 with fix...
2014-11-26 Aaron BallmanReverting r222828 and r222810-r222812 as they broke...
2014-11-26 Lang Hames[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
2014-09-23 Lang Hames[MCJIT] Remove a few more references to JITMemoryManage...
2014-09-23 Lang Hames[MCJIT] Delete the JTIMemoryManager and associated...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-26 Rafael EspindolaGive ExecutionEngine of top level buffers.
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from the IRReader.h functions...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-20 Rafael EspindolaQuick fix for an use after free.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-13 Rafael EspindolaSimplify ownership with std::unique_ptr. NFC.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael Espindolafix configure+make build
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-01 Rafael EspindolaUse object::Archive::create instead of new object:...
2014-08-01 Rafael EspindolaReplace comment about ownership with std::unique_ptr.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
next