[MCJIT] Update CMakeLists.txt for llvm-rtdyld to add Object as a requirement.
[oota-llvm.git] / tools / llvm-rtdyld /
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.
2011-04-12 Jim GrosbachMCJIT lazy relocation resolution and symbol address...
2011-04-12 Jim GrosbachTidy up a bit now that we're using the MemoryManager...
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-04 Jim GrosbachLayer the memory manager between the JIT and the runtim...
2011-03-29 Francois PichetUpdate CMake link dependency.
2011-03-29 Jim GrosbachInstantiate a JITMemoryManager for MCJIT Dyld
2011-03-22 Jim GrosbachPropogate the error message, not just the error state.
2011-03-21 Oscar FuentesBuild the new RuntimeDyld library.
2011-03-21 Jim GrosbachLibrary-ize the dyld components of llvm-rtdyld.
2011-03-18 Jim GrosbachAdd llvm-rtdyld support for loading 32-bit code.
2011-03-18 Oscar FuentesUpdate list of link components for llvm-rtdyld.
2011-03-18 Jim GrosbachNaming conventional tidy up.
2011-03-18 Jim GrosbachMachO file loader and execution utility.