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
...
*
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
*
Collect the Addend for external relocs.
Rafael Espindola
2013-04-30
1
-5
/
+12
*
Use a RelocationRef instead of a relocation_iterator.
Rafael Espindola
2013-04-29
1
-4
/
+4
*
Propagate relocation info to resolveRelocation.
Rafael Espindola
2013-04-29
1
-7
/
+18
*
Replace ObjRelocationInfo with relocation_iterator.
Rafael Espindola
2013-04-29
1
-9
/
+16
*
RuntimeDyld: Fix errant fallthrough.
Jim Grosbach
2013-01-31
1
-0
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Change resolveRelocation parameters so the relocations can find placeholder v...
Andrew Kaylor
2012-11-02
1
-5
/
+6
*
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-02
1
-2
/
+4
*
MCJIT: relocation addends encoded in the target aren't quite so easy.
Jim Grosbach
2012-09-13
1
-1
/
+6
*
MCJIT: Make sure to mask off non-type-field bits.
Jim Grosbach
2012-09-13
1
-1
/
+1
*
MCJIT: Pass the i386 MachO relocation type properly.
Jim Grosbach
2012-09-13
1
-1
/
+1
[prev]
[next]