Taints upcoming store and adds bogus conditional branches else where. Now as a separa...
[oota-llvm.git] / tools / llvm-rtdyld /
2015-12-07 Lang Hames[Orc] Removing traces of takeOwnershipOfBuffers left...
2015-11-23 Sanjoy Das[RuntimeDyld] Don't allocate unnecessary stub buffer...
2015-11-22 Davide Italiano[llvm-rtdyld] Refactor to reduce indentation.
2015-11-21 Davide Italiano[llvm-rtdyld] Fail early if we can't load dynamic libra...
2015-11-21 Davide Italiano[llvm-rtdyld] Turn assertion into errors, it seems...
2015-11-21 Davide Italiano[llvm-rtdyld] Improve error handling, use Error().
2015-11-21 Davide Italiano[llvm-rtdyld] Use report_fatal_error().
2015-11-20 Davide Italiano[llvm-rtdyld] Message() is used only once. Inline....
2015-11-17 Davide Italiano[llvm-rtdyld] Don't waste cycles invalidating instructi...
2015-10-21 Davide Italiano[JIT] Towards a working small memory model.
2015-10-15 Davide Italiano[JIT] TrivialMemoryManager: Fail if we can't allocate...
2015-10-12 Davide Italiano[llvm-rtdyld] General modernization/cleanup in preparat...
2015-10-10 Davide Italiano[llvm-rtdyld] Use range-based loop. NFC.
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-07-28 Lang Hames[RuntimeDyld] Remove a memory-leak that was introduced...
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
2015-07-04 Lang Hames[RuntimeDyld] Skip relocations for external symbols...
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-24 Rafael EspindolaMake computeSymbolSizes never fail.
2015-06-23 Petar JovanovicAdd "-mcpu=" option to llvm-rtdyld
2015-06-23 Rafael EspindolaExtract an utility for computing symbol sizes on MachO...
2015-06-03 Tim NorthoverRuntimeDyld: override EH frame registration with trivia...
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-05-31 Rafael EspindolaFor COFF and MachO, compute the gap between to symbols.
2015-05-31 Rafael EspindolaUse a range loop. NFC.
2015-05-30 Keno FischerAdd RelocVisitor support for MachO
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-04-23 Zachary TurnerMove DIContext.h to common DebugInfo location.
2015-04-15 Lang Hames[RuntimeDyld] Work around a bug in RuntimeDyldELF expos...
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-11 Lang Hames[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724...
2015-03-10 Eric ChristopherTemporarily revert r231726 and r231724 as they're break...
2015-03-09 Lang Hames[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols...
2015-03-09 Benjamin KramerMake helper functions static.
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-27 Lang Hames[MCJIT] Update CMakeLists.txt for llvm-rtdyld to add...
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-04 Lang Hames[MCJIT] Add command-line argument to llvm-rtdyld to...
2014-09-03 David Blaikieunique_ptrify a bunch of stuff through RuntimeDyld...
2014-09-03 Lang Hames[MCJIT] Make llvm-rtdyld process eh_frame sections...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
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-05 Lang Hames[MCJIT] Make llvm-rtdyld check RuntimeDyld's error...
2014-07-31 Rafael EspindolaUse a reference instead of a pointer.
2014-07-30 Lang Hames[MCJIT] Actually remap sections based llvm-rtdyld optio...
2014-07-29 Lang Hames[MCJIT] Add options to llvm-rtdyld to describe a phony...
2014-07-22 Lang Hames[MCJIT] Refactor and add stub inspection to the Runtime...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-27 Lang Hames[RuntimeDyld] Add a framework for testing relocation...
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-06-12 Rafael EspindolaRemove system_error.h.
2014-05-13 Lang Hames[tools][llvm-rtdyld] Add a '-dylib <file>' option to...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-18 Alexey Samsonov[DWARF parser] Turn DILineInfo into a struct.
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...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-11-05 Alp TokerSuppress OS crash dialog in llvm-rtdyld
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-08-03 Benjamin KramerUnbreak llvm-rtdyld build.
2013-08-03 Benjamin Kramerllvm-rtdyld: Don't leak memory managers.
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-04-26 Rafael EspindolaUse llvm/Object/MachO.h in macho-dumper. Drop the old...
2013-01-26 Andrew KaylorAdd DIContext::getLineInfoForAddressRange() function...
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...
2012-05-16 Danil MalyshevAdded LLIMCJITMemoryManager to the lli. This manager...
2012-03-30 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-21 Danil Malyshevgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-01-17 David BlaikieRemove unreachable code. (replace with llvm_unreachable...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-04-13 Jim GrosbachLoad multiple object files and link them via RuntimeDyl...
2011-04-13 Jim GrosbachAllow user-specified program entry point for llvm-rtdyld.
next