aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/RuntimeDyld
Commit message (Expand)AuthorAgeFilesLines
* 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