aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-263-4/+5
* AArch64: don't mask off shift bits when processing JIT relocations.Tim Northover2013-07-251-4/+4
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-241-7/+20
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-1/+1
* Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky2013-07-021-2/+7
* AArch64: correct CodeGen of MOVZ/MOVK combinations.Tim Northover2013-07-011-7/+8
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-281-1/+1
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+1
* Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien2013-06-141-0/+8
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-26/+28
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-101-3/+1
* Handle (at least don't crash on) relocations with no symbols.Rafael Espindola2013-06-051-6/+11
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-052-11/+8
* Preserve const correctness.Benjamin Kramer2013-06-041-3/+3
* Update RuntimeDyldELF::findOPDEntrySection the new relocation iterators.Rafael Espindola2013-06-031-3/+7
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-4/+21
* ARM: use pristine object file while processing relocationsTim Northover2013-05-281-15/+23
* Add missing header for atexit.Michael J. Spencer2013-05-241-0/+2
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-221-3/+111
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-214-96/+117
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-214-116/+96
* Fix busted comment. This conditional include block used to be in SectionMemor...Filip Pizlo2013-05-211-1/+1
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-214-96/+116
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-215-217/+89
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-211-3/+111
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-214-86/+106
* AArch64: make RuntimeDyld relocations idempotentTim Northover2013-05-191-2/+22
* r182085 introduced a change that triggered an assertion on ARM. This is an im...David Tweed2013-05-171-2/+4
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-174-3/+10
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-143-9/+20
* Remove dead code.Rafael Espindola2013-05-102-82/+0
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-091-4/+4
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-074-669/+1
* PowerPC: Fix unimplemented relocation on ppc64Adhemerval Zanella2013-05-061-0/+5
* Add EH support to the MCJIT.Rafael Espindola2013-05-058-14/+153
* AArch64: implement 64-bit absolute relocation in MCJITTim Northover2013-05-041-0/+5
* AArch64: add stubs to support long function calls on MCJITTim Northover2013-05-043-2/+84
* AArch64: implement relocations for global accessTim Northover2013-05-041-0/+31
* AArch64: implement first relocation required for MCJITTim Northover2013-05-042-0/+39
* [SystemZ] Add MCJIT supportRichard Sandiford2013-05-034-0/+113
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-012-10/+25
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+3
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-301-28/+10
* Collect the Addend for external relocs.Rafael Espindola2013-04-301-5/+12
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-294-18/+2
* Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.Rafael Espindola2013-04-292-25/+18
* Update the documentation.Rafael Espindola2013-04-291-5/+1
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-296-13/+13
* Exposing MCJIT through C APIAndrew Kaylor2013-04-292-1/+48
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-296-41/+58