summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/Targets
Commit message (Expand)AuthorAgeFilesLines
* [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.Lang Hames2014-11-274-8/+8
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-264-77/+79
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-264-79/+77
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-264-77/+79
* [JIT] Fix more missing endian conversions (opcodes for AArch64, ARM, and Mips...Daniel Sanders2014-11-061-9/+7
* [MCJIT] Defer application of AArch64 MachO GOT relocations until resolve time.Lang Hames2014-10-211-5/+5
* [MCJIT] Replace memcpy with readBytesUnaligned in RuntimeDyldMachOI386.Lang Hames2014-10-101-4/+2
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-082-16/+8
* [MCJIT] Add support for ARM HALF_DIFF relocations to MCJIT.Lang Hames2014-09-112-58/+115
* [MCJIT] Take the relocation addend into account when applying ARM MachO VANILLALang Hames2014-09-111-1/+2
* [MCJIT] Remove redundant architecture check from RuntimeDyldMachOI386.Lang Hames2014-09-101-1/+1
* [MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset'Lang Hames2014-09-074-9/+9
* [MCJIT] Make sure eh-frame fixups use the target's pointer type, not the host's.Lang Hames2014-09-044-0/+12
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-034-4/+4
* [MCJIT] Move endian-aware read/writes from RuntimeDyldMachO intoLang Hames2014-08-293-4/+4
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-134-12/+12
* [MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy.Lang Hames2014-08-084-12/+20
* [MCJIT] Replace a c-style cast with reinterpret_cast + static_cast.Lang Hames2014-08-071-4/+4
* [MCJIT] Fix an overly-aggressive check in RuntimeDyldMachOARM.Lang Hames2014-08-021-5/+0
* [MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.Lang Hames2014-07-304-8/+26
* [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-291-6/+8
* RuntimeDyldMachOAArch64.h: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2014-07-231-0/+1
* 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
* [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
* [MCJIT] Significantly refactor the RuntimeDyldMachO class.Lang Hames2014-07-174-0/+854
OpenPOWER on IntegriCloud