aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/RuntimeDyld
Commit message (Expand)AuthorAgeFilesLines
* Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky2012-01-226-135/+373
* RuntimeDyld alignment adjustment from MachO file.Jim Grosbach2012-01-211-2/+4
* Fix inverted condition.Jim Grosbach2012-01-201-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* Tidy up.Jim Grosbach2012-01-164-5/+5
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-163-1/+23
* MCJIT handle a few more simple x86 relocations for MachO.Jim Grosbach2012-01-161-4/+5
* MCJIT support for non-function sections.Jim Grosbach2012-01-164-266/+393
* A fix for the previous commit: "integer constant is too large for ‘long’ ...Eli Bendersky2012-01-161-2/+2
* Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky2012-01-164-5/+373
* Fix typo in stringEli Bendersky2012-01-061-1/+1
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-5/+0
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+23
* Ignore MachO symbol flags in the upper nibble of n_desc.Jim Grosbach2011-11-011-2/+4
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+5
* Extra semi-colon.Eric Christopher2011-07-201-1/+1
* Add to RuntimeDyld support different object formatsDanil Malyshev2011-07-134-599/+693
* Be a bit more permissive about symbols we don't understand. Just skip themJim Grosbach2011-05-131-4/+12
* Teach the RtDyld to tell the memory manager about how much space a functionJim Grosbach2011-05-131-3/+4
* MCJIT section loading should just skip non-text sections rather thanJim Grosbach2011-05-121-4/+4
* MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach2011-04-121-98/+234
* Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach2011-04-121-7/+1
* Make error message more useful.Benjamin Kramer2011-04-091-2/+2
* Workaround g++ 4.2.1 warning diagnostic false positive.Jim Grosbach2011-04-081-2/+2
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-081-82/+61
* tidy up.Jim Grosbach2011-04-061-1/+1
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-061-82/+83
* Make the virtual destructor out-of-line so we have a key function.Chandler Carruth2011-04-051-0/+3
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-041-13/+12
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-291-3/+7
* Runtime dylib simple ARM 24-bit branch relocation support.Jim Grosbach2011-03-231-14/+49
* Split out relocation resolution into target-specific bits.Jim Grosbach2011-03-231-3/+71
* Start of relocation resolution for the runtime dyld library.Jim Grosbach2011-03-231-21/+130
* Tidy up.Jim Grosbach2011-03-221-2/+1
* Propogate the error message, not just the error state.Jim Grosbach2011-03-221-0/+5
* Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach2011-03-221-2/+8
* Initialize HasError.Jim Grosbach2011-03-221-0/+2
* Library-ize the dyld components of llvm-rtdyld.Jim Grosbach2011-03-213-0/+345