aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-296-65/+59
* Teach the interpreter to handle vector compares and additional vector arithme...Nadav Rotem2013-04-261-44/+280
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-261-1/+1
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-252-18/+68
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-252-65/+18
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-251-48/+0
* Exposing MCJIT through C APIAndrew Kaylor2013-04-241-0/+48
* Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor2013-04-241-0/+5
* Fix dependency layering issues caused by r180112.Eric Christopher2013-04-231-1/+0
* Adding object caching support to MCJITAndrew Kaylor2013-04-232-18/+65
* Wrap.h: Define wrap / unwrap function for ExecutionEngineTom Stellard2013-04-231-1/+0
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+22
* Two small cleanups for ELF's templates.Rafael Espindola2013-04-171-1/+1
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-152-6/+6
* Revert r179409 because it caused some warnings and some of the build bots fail.Nadav Rotem2013-04-121-277/+44
* Add support for additional vector instructions in the interpreter.Nadav Rotem2013-04-121-44/+277
* Respect Addend when processing MCJIT relocations to local/global symbols.Ulrich Weigand2013-04-051-2/+2
* Add support for vector data types in the LLVM interpreter.Nadav Rotem2013-04-013-3/+182
* Formatting, grammarAndrew Kaylor2013-02-201-3/+2
* Adding support for absolute relocations. This occurs in ELF files when a rel...Andrew Kaylor2013-02-201-7/+14
* [patch] bug 15055 Add Unistd.h to OProfileWrapper.cppWill Schmidt2013-02-071-0/+1
* Fix misplaced 'break'.Jim Grosbach2013-02-011-3/+3
* interpreter: Fix errant fallthrough.Jim Grosbach2013-01-311-1/+3
* RuntimeDyld: Fix errant fallthrough.Jim Grosbach2013-01-311-0/+1
* Formatting correctionAndrew Kaylor2013-01-291-2/+1
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-281-8/+45
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-251-0/+2
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-222-8/+14
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-161-13/+2