index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
/
RuntimeDyld
/
RuntimeDyldMachO.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM.
Lang Hames
2017-08-09
1
-1
/
+2
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-3
/
+3
*
[RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.
Lang Hames
2016-04-27
1
-13
/
+14
*
[RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das
2015-11-23
1
-1
/
+1
*
[RuntimeDyld] MachO: Add support for ARM scattered vanilla relocations.
Lang Hames
2015-07-24
1
-0
/
+6
*
Remove getRelocationAddress.
Rafael Espindola
2015-07-06
1
-1
/
+0
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
1
-2
/
+1
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
1
-4
/
+10
*
[MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.
Lang Hames
2014-11-27
1
-2
/
+1
*
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2014-11-26
1
-20
/
+12
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
1
-12
/
+20
*
Add missing "override".
Evgeniy Stepanov
2014-11-26
1
-1
/
+1
*
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2014-11-26
1
-20
/
+12
*
[MCJIT] Add support for ARM HALF_DIFF relocations to MCJIT.
Lang Hames
2014-09-11
1
-0
/
+10
*
[MCJIT] Make sure eh-frame fixups use the target's pointer type, not the host's.
Lang Hames
2014-09-04
1
-23
/
+5
*
unique_ptrify a bunch of stuff through RuntimeDyld::loadObject
David Blaikie
2014-09-03
1
-2
/
+3
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-1
/
+2
*
[MCJIT] Move endian-aware read/writes from RuntimeDyldMachO into
Lang Hames
2014-08-29
1
-4
/
+0
*
[MCJIT] Respect target endianness in RuntimeDyldMachO and RuntimeDyldChecker.
Lang Hames
2014-08-18
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy.
Lang Hames
2014-08-08
1
-30
/
+25
*
[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
Lang Hames
2014-07-30
1
-1
/
+2
*
[RuntimeDyld][AArch64] Make encode/decodeAddend more typesafe by using the re...
Juergen Ributzka
2014-07-29
1
-2
/
+3
*
[MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.
Lang Hames
2014-07-22
1
-0
/
+1
*
[RuntimeDyld] Change the return type of decodeAddend to match the storage type.
Juergen Ributzka
2014-07-22
1
-3
/
+3
*
[MCJIT] Add a 'decodeAddend' method to RuntimeDyldMachO and teach
Lang Hames
2014-07-19
1
-6
/
+30
*
[MCJIT] Significantly refactor the RuntimeDyldMachO class.
Lang Hames
2014-07-17
1
-68
/
+93
*
[RuntimeDyld] Revert r211652 - MachO object GDB registration support.
Lang Hames
2014-07-15
1
-2
/
+7
*
[RuntimeDyld] Fix stub size and offset for AArch64 in RuntimeDyldMachO.h.
Lang Hames
2014-07-12
1
-2
/
+10
*
[RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generated
Lang Hames
2014-06-25
1
-7
/
+2
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-1
/
+1
*
[RuntimeDyld] Remove relocation bounds check introduced in r208375 (MachO only).
Lang Hames
2014-05-23
1
-4
/
+1
*
[RuntimeDyld] Teach RuntimeDyldMachO how to handle scattered VANILLA relocs on
Lang Hames
2014-05-22
1
-0
/
+6
*
[RuntimeDyld] Add support for MachO __jump_table and __pointers sections, and
Lang Hames
2014-05-12
1
-1
/
+16
*
[RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Relocation method signatures
Lang Hames
2014-05-09
1
-16
/
+20
*
PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile
David Blaikie
2014-04-29
1
-2
/
+2
*
ARM64: initial backend import
Tim Northover
2014-03-29
1
-0
/
+3
*
[RuntimeDyld] clang-format files.
Juergen Ributzka
2014-03-21
1
-39
/
+22
*
[RuntimeDyld] Allow processRelocationRef to process more than one relocation ...
Juergen Ributzka
2014-03-21
1
-4
/
+4
*
Make createObjectImage and createObjectImageFromFile static methods on the
Lang Hames
2014-03-08
1
-0
/
+10
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-13
/
+11
*
Re-apply r196639: Add support for archives and object file caching under MCJIT.
Lang Hames
2014-01-08
1
-0
/
+1
*
Whitespace cleanups.
NAKAMURA Takumi
2013-12-07
1
-1
/
+1
*
Revert r196639 while I investigate a bot failure.
Lang Hames
2013-12-07
1
-1
/
+0
*
Add support for archives and object file caching under MCJIT.
Lang Hames
2013-12-07
1
-0
/
+1
*
Separating ELF and MachO stub info functions for RuntimeDyld
Andrew Kaylor
2013-10-15
1
-0
/
+13
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
1
-1
/
+18
*
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
1
-0
/
+1
*
Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.
Rafael Espindola
2013-04-29
1
-11
/
+8
[next]