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
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-1
/
+1
*
[RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.
Lang Hames
2016-04-27
1
-35
/
+61
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-6
/
+16
*
[RuntimeDyld][MachO] Fix handling of empty eh-frame sections.
Lang Hames
2016-01-28
1
-2
/
+2
*
[RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das
2015-11-23
1
-17
/
+16
*
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
2015-08-05
1
-1
/
+1
*
[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRef
Lang Hames
2015-07-28
1
-7
/
+4
*
[RuntimeDyld] MachO: Add support for ARM scattered vanilla relocations.
Lang Hames
2015-07-24
1
-0
/
+36
*
Remove getRelocationAddress.
Rafael Espindola
2015-07-06
1
-11
/
+3
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-4
/
+8
*
Use ErrorOr in getRelocationAdress.
Rafael Espindola
2015-06-30
1
-3
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for D...
NAKAMURA Takumi
2015-05-22
1
-4
/
+3
*
Revert "Fix Clang -Wmissing-override warning"
Tobias Grosser
2015-05-22
1
-3
/
+4
*
Fix Clang -Wmissing-override warning
David Blaikie
2015-05-22
1
-4
/
+3
*
Make it easier to use DwarfContext with MCJIT
Keno Fischer
2015-05-21
1
-1
/
+3
*
[RuntimeDyld] Add casts to make delta computation 64-bit.
Lang Hames
2015-04-15
1
-1
/
+2
*
[RuntimeDyld] Make sure we emit MachO __eh_frame and __gcc_except_tab sections,
Lang Hames
2015-04-15
1
-11
/
+16
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
1
-9
/
+13
*
[RuntimeDyld] Track symbol visibility in RuntimeDyld.
Lang Hames
2015-01-16
1
-3
/
+4
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-4
/
+3
*
[MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.
Lang Hames
2014-11-27
1
-12
/
+6
*
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2014-11-26
1
-26
/
+34
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
1
-34
/
+26
*
Removing a spurious semicolon; NFC
Aaron Ballman
2014-11-26
1
-1
/
+1
*
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2014-11-26
1
-26
/
+34
*
[JIT] Fix some more missing endian conversions in RuntimeDyld
Daniel Sanders
2014-11-01
1
-6
/
+7
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
1
-7
/
+4
*
[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
[next]