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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MCJIT] Add support for ARM HALF_DIFF relocations to MCJIT.
Lang Hames
2014-09-11
1
-0
/
+58
*
[MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset'
Lang Hames
2014-09-07
1
-5
/
+5
*
[MCJIT] Make sure eh-frame fixups use the target's pointer type, not the host's.
Lang Hames
2014-09-04
1
-16
/
+46
*
[MCJIT] Move endian-aware read/writes from RuntimeDyldMachO into
Lang Hames
2014-08-29
1
-34
/
+2
*
[MCJIT] Fix format specifiers for debug output in RuntimeDyld.
Lang Hames
2014-08-28
1
-2
/
+2
*
[MCJIT] More endianness fixes for RuntimeDyldMachO.
Lang Hames
2014-08-27
1
-7
/
+20
*
[MCJIT] Make RuntimeDyld dump section contents in -debug mode.
Lang Hames
2014-08-25
1
-2
/
+2
*
[MCJIT] Respect target endianness in RuntimeDyldMachO and RuntimeDyldChecker.
Lang Hames
2014-08-18
1
-4
/
+11
*
[MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy.
Lang Hames
2014-08-08
1
-2
/
+4
*
[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
Lang Hames
2014-07-30
1
-3
/
+3
*
[RuntimeDyld][AArch64] Make encode/decodeAddend more typesafe by using the re...
Juergen Ributzka
2014-07-29
1
-1
/
+1
*
AArch64: remove arm64 triple enumerator.
Tim Northover
2014-07-23
1
-1
/
+1
*
[RuntimeDyld] Change the return type of decodeAddend to match the storage type.
Juergen Ributzka
2014-07-22
1
-3
/
+3
*
Fixing an MSVC conversion warning about implicitly converting the shift resul...
Aaron Ballman
2014-07-21
1
-1
/
+1
*
[MCJIT] Add a 'decodeAddend' method to RuntimeDyldMachO and teach
Lang Hames
2014-07-19
1
-20
/
+3
*
[MCJIT] Significantly refactor the RuntimeDyldMachO class.
Lang Hames
2014-07-17
1
-754
/
+141
*
[RuntimeDyld] Revert r211652 - MachO object GDB registration support.
Lang Hames
2014-07-15
1
-142
/
+14
*
[RuntimeDyld] Handle endiannes differences between the host and target while
Lang Hames
2014-07-14
1
-14
/
+19
*
[RuntimeDyld] Add GOT support for AArch64 to RuntimeDyldMachO.
Lang Hames
2014-07-11
1
-24
/
+174
*
Silencing some -Wcast-qual warnings. No functional changes intended.
Aaron Ballman
2014-06-27
1
-2
/
+2
*
[RuntimeDyld] Teach MachOObjectImage to deregister itself with the debugger upon
Lang Hames
2014-06-26
1
-1
/
+4
*
[RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generated
Lang Hames
2014-06-25
1
-2
/
+122
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-3
/
+4
*
[RuntimeDyld] Teach RuntimeDyldMachO how to handle scattered VANILLA relocs on
Lang Hames
2014-05-22
1
-9
/
+55
*
[RuntimeDyld] Fix x86-64 MachO GOT relocation handling.
Lang Hames
2014-05-19
1
-2
/
+7
*
[RuntimeDyld] Fix handling of i386 PC-rel external relocations. This fixes
Lang Hames
2014-05-13
1
-0
/
+11
*
[RuntimeDyld] Add support for MachO __jump_table and __pointers sections, and
Lang Hames
2014-05-12
1
-3
/
+175
*
[RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Relocation method signatures
Lang Hames
2014-05-09
1
-126
/
+101
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
ARM64: initial backend import
Tim Northover
2014-03-29
1
-0
/
+53
*
[RuntimeDyld] clang-format files.
Juergen Ributzka
2014-03-21
1
-98
/
+68
*
[RuntimeDyld] Allow processRelocationRef to process more than one relocation ...
Juergen Ributzka
2014-03-21
1
-10
/
+13
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+0
*
Consistently check 'IsCode' when allocating sections in RuntimeDyld (via
Lang Hames
2014-02-18
1
-1
/
+3
*
Add support for PC-relative non-extern relocations to RuntimeDyldMachO.
Lang Hames
2014-01-29
1
-0
/
+2
*
Re-apply r196639: Add support for archives and object file caching under MCJIT.
Lang Hames
2014-01-08
1
-0
/
+5
*
Whitespace cleanups.
NAKAMURA Takumi
2013-12-07
1
-1
/
+1
*
Revert r196639 while I investigate a bot failure.
Lang Hames
2013-12-07
1
-5
/
+0
*
Add support for archives and object file caching under MCJIT.
Lang Hames
2013-12-07
1
-0
/
+5
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
1
-25
/
+50
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-31
/
+31
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-32
/
+32
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
1
-32
/
+32
*
Adding comments to document RuntimeDyld relocation handling
Andrew Kaylor
2013-08-19
1
-0
/
+20
*
Support X86_64_GOTLoad relocations in RuntimeDyldMachO by treating them the
Lang Hames
2013-08-15
1
-4
/
+4
*
Optimistically ignore scattered relocations in MachO in RuntimeDyld. This
Lang Hames
2013-08-09
1
-0
/
+10
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
1
-3
/
+2
*
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
1
-1
/
+87
*
Fix Addend computation for non external relocations on Macho.
Rafael Espindola
2013-04-30
1
-28
/
+10
[next]