Make member variables of AsmToken private. Remove unnecessary forward declarations...
[oota-llvm.git] / tools / llvm-rtdyld /
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.