summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien2013-06-14
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-11
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-10
* Handle (at least don't crash on) relocations with no symbols.Rafael Espindola2013-06-05
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* Preserve const correctness.Benjamin Kramer2013-06-04
* Update RuntimeDyldELF::findOPDEntrySection the new relocation iterators.Rafael Espindola2013-06-03
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* ARM: use pristine object file while processing relocationsTim Northover2013-05-28
* Add missing header for atexit.Michael J. Spencer2013-05-24
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-22
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-21
* Fix busted comment. This conditional include block used to be in SectionMemor...Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* AArch64: make RuntimeDyld relocations idempotentTim Northover2013-05-19
* r182085 introduced a change that triggered an assertion on ARM. This is an im...David Tweed2013-05-17
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-14
* Remove dead code.Rafael Espindola2013-05-10
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-09
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-07
* PowerPC: Fix unimplemented relocation on ppc64Adhemerval Zanella2013-05-06
* Add EH support to the MCJIT.Rafael Espindola2013-05-05
* AArch64: implement 64-bit absolute relocation in MCJITTim Northover2013-05-04
* AArch64: add stubs to support long function calls on MCJITTim Northover2013-05-04
* AArch64: implement relocations for global accessTim Northover2013-05-04
* AArch64: implement first relocation required for MCJITTim Northover2013-05-04
* [SystemZ] Add MCJIT supportRichard Sandiford2013-05-03
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-01
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-30
* Collect the Addend for external relocs.Rafael Espindola2013-04-30
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-29
* Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.Rafael Espindola2013-04-29
* Update the documentation.Rafael Espindola2013-04-29
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-29
* Exposing MCJIT through C APIAndrew Kaylor2013-04-29
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-29
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-29
* Teach the interpreter to handle vector compares and additional vector arithme...Nadav Rotem2013-04-26
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-26
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-25
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-25
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-25
* Exposing MCJIT through C APIAndrew Kaylor2013-04-24