aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld
AgeCommit message (Expand)Author
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth
2012-03-21Re-factored RuntimeDyld.Danil Malyshev
2012-03-20RuntimeDyldMachO has the ability to keep track ofSean Callanan
2012-03-07Improved support in RuntimeDyldMachO for generatingSean Callanan
2012-03-01Fixed the 32-bit runtime dynamic loader to allocateSean Callanan
2012-02-19Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles
2012-02-13Remove duplicate code in this header file which seemed to undergo a copy/past...Ahmed Charles
2012-02-13Fix various issues (or do cleanups) found by enabling certain MSVC warnings.Ahmed Charles
2012-02-12Expose the ELFObjectFile class directly in the Object/ELF.h header, similarlyEli Bendersky
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-02-05Explain to the compiler why TargetAddr is not used uninitialized later.Duncan Sands
2012-01-22Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky
2012-01-21RuntimeDyld alignment adjustment from MachO file.Jim Grosbach
2012-01-20Fix inverted condition.Jim Grosbach
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-16Tidy up.Jim Grosbach
2012-01-16ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach
2012-01-16MCJIT handle a few more simple x86 relocations for MachO.Jim Grosbach
2012-01-16MCJIT support for non-function sections.Jim Grosbach
2012-01-16A fix for the previous commit: "integer constant is too large for ‘long’ ...Eli Bendersky
2012-01-16Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky
2012-01-06Fix typo in stringEli Bendersky
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-11-01Ignore MachO symbol flags in the upper nibble of n_desc.Jim Grosbach
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-20Extra semi-colon.Eric Christopher
2011-07-13Add to RuntimeDyld support different object formatsDanil Malyshev
2011-05-13Be a bit more permissive about symbols we don't understand. Just skip themJim Grosbach
2011-05-13Teach the RtDyld to tell the memory manager about how much space a functionJim Grosbach
2011-05-12MCJIT section loading should just skip non-text sections rather thanJim Grosbach
2011-04-12MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach
2011-04-12Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach
2011-04-09Make error message more useful.Benjamin Kramer
2011-04-08Workaround g++ 4.2.1 warning diagnostic false positive.Jim Grosbach
2011-04-08Refactor MCJIT 32-bit section loading.Jim Grosbach
2011-04-06tidy up.Jim Grosbach
2011-04-06RuntimeDyld should use the memory manager API.Jim Grosbach
2011-04-05Make the virtual destructor out-of-line so we have a key function.Chandler Carruth
2011-04-04Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach
2011-03-29Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach
2011-03-23Runtime dylib simple ARM 24-bit branch relocation support.Jim Grosbach
2011-03-23Split out relocation resolution into target-specific bits.Jim Grosbach
2011-03-23Start of relocation resolution for the runtime dyld library.Jim Grosbach
2011-03-22Tidy up.Jim Grosbach
2011-03-22Propogate the error message, not just the error state.Jim Grosbach
2011-03-22Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach
2011-03-22Initialize HasError.Jim Grosbach
2011-03-21Library-ize the dyld components of llvm-rtdyld.Jim Grosbach