summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* [MCJIT] Support DisableSymbolSearching and InstallLazyFunctionCreator in MCJIT.Lang Hames2014-08-141-5/+13
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-1313-33/+33
* [MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy.Lang Hames2014-08-086-44/+49
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-0717-12/+2295
* [MCJIT] Replace a c-style cast with reinterpret_cast + static_cast.Lang Hames2014-08-071-4/+4
* fix configure+make buildRafael Espindola2014-08-071-1/+1
* Nuke the old JIT.Rafael Espindola2014-08-0716-2294/+11
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-042-9/+11
* [MCJIT] Fix an overly-aggressive check in RuntimeDyldMachOARM.Lang Hames2014-08-021-5/+0
* Include Archive.hRafael Espindola2014-08-011-0/+1
* Move virtual method out of line.Rafael Espindola2014-08-011-0/+4
* Replace comment about ownership with std::unique_ptr.Rafael Espindola2014-08-012-9/+5
* Use range loop.Rafael Espindola2014-08-011-7/+3
* Remove some calls to std::move.Rafael Espindola2014-08-011-1/+1
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-1/+1
* Delete dead code.Rafael Espindola2014-07-313-10/+4
* [MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.Lang Hames2014-07-306-12/+31
* [MCJIT] Add options to llvm-rtdyld to describe a phony target address space forLang Hames2014-07-291-3/+3
* [MCJIT] Make sure we print the full 64-bit result of exprs in RuntimeDyldChec...Lang Hames2014-07-291-2/+2
* [MCJIT] Make the RuntimeDyldChecker stub_addr builtin use file names rather thanLang Hames2014-07-292-2/+4
* [RuntimeDyld][AArch64] Make encode/decodeAddend also work on big-endian hosts.Juergen Ributzka2014-07-291-18/+31
* [RuntimeDyld][AArch64] Make encode/decodeAddend more typesafe by using the re...Juergen Ributzka2014-07-293-9/+12
* Remove dead code.Rafael Espindola2014-07-242-66/+0
* ExecutionEngine: remove a stray semicolonSaleem Abdulrasool2014-07-231-1/+1
* AArch64: remove arm64 triple enumerator.Tim Northover2014-07-234-11/+4
* RuntimeDyldMachOAArch64.h: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2014-07-231-0/+1
* [MCJIT] Make stub_addr functionality in RuntimeDyldChecker work in release mode.Lang Hames2014-07-221-2/+0
* [MCJIT] Teach RuntimeDyldChecker to handle underscores at the start of symbols.Lang Hames2014-07-221-1/+1
* [MCJIT] Improve stub_addr file-not-found diagnostic to help track down aLang Hames2014-07-221-2/+17
* [MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.Lang Hames2014-07-225-548/+777
* Appease the buildbots.Juergen Ributzka2014-07-221-0/+1
* [RuntimeDyld][MachO][AArch64] Add a helper function for encoding addends in i...Juergen Ributzka2014-07-221-75/+110
* [RuntimeDyld][MachO][AArch64] Implement the decodeAddend method.Juergen Ributzka2014-07-221-0/+92
* [RuntimeDyld][MachO][AArch64] Add assertion to check for duplicate addend def...Juergen Ributzka2014-07-221-4/+4
* [RuntimeDyld] Change the return type of decodeAddend to match the storage type.Juergen Ributzka2014-07-222-6/+6
* Fixing an MSVC conversion warning about implicitly converting the shift resul...Aaron Ballman2014-07-211-1/+1
* [PowerPC] ELFv2 dynamic loader supportUlrich Weigand2014-07-203-20/+47
* [MCJIT] Add a 'decodeAddend' method to RuntimeDyldMachO and teachLang Hames2014-07-192-26/+33
* [MCJIT] [AArch64] Make sure to propegate ARM64_RELOC_ADDEND values into theLang Hames2014-07-181-1/+3
* [MCJIT] Fix the alignment requirements for ARM and AArch64 which were mistakenlyLang Hames2014-07-172-2/+2
* Drop the udis86 wrapper from llvm::sysAlp Toker2014-07-171-7/+0
* [MCJIT] Significantly refactor the RuntimeDyldMachO class.Lang Hames2014-07-177-826/+1097
* [MCJIT] Improve a RuntimeDyldChecker diagnostic.Lang Hames2014-07-161-3/+7
* [RuntimeDyld] Revert r211652 - MachO object GDB registration support.Lang Hames2014-07-152-144/+21
* [RuntimeDyld] Handle endiannes differences between the host and target whileLang Hames2014-07-141-14/+19
* [RuntimeDyld] Fix stub size and offset for AArch64 in RuntimeDyldMachO.h.Lang Hames2014-07-121-2/+10
* [RuntimeDyld] Add GOT support for AArch64 to RuntimeDyldMachO.Lang Hames2014-07-111-24/+174
* [RuntimeDyld] Improve error diagnostic in RuntimeDyldChecker.Lang Hames2014-07-101-4/+15
* ExecutionEngine::create(): fix interpreter fallback when JIT is unavailableAlp Toker2014-07-011-7/+8
* Fix build following r211956Alp Toker2014-06-281-1/+1
OpenPOWER on IntegriCloud