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
/
JITLink
/
MachO_x86_64.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[JITLink] Make sure MachO/x86-64 handles 32-bit signed addends correctly.
Lang Hames
2019-11-27
1
-4
/
+4
*
[JITLink] Refactor EH-frame handling to support eh-frames with existing relocs.
Lang Hames
2019-11-06
1
-13
/
+6
*
[JITLink] Switch from an atom-based model to a "blocks and symbols" model.
Lang Hames
2019-10-04
1
-127
/
+134
*
[JITLink] Add support for MachO/x86-64 UNSIGNED relocs with length=2.
Lang Hames
2019-08-03
1
-2
/
+22
*
[JITLink] Fix error message formatting.
Lang Hames
2019-08-03
1
-1
/
+1
*
[JITLink] Track section alignment and make sure it is respected during layout.
Lang Hames
2019-05-13
1
-2
/
+2
*
[JITLink] Fixed a signedness bug when processing X86_64_RELOC_SUBTRACTOR.
Lang Hames
2019-05-09
1
-2
/
+2
*
[JITLink] Improve/fix some JITLink debugging output.
Lang Hames
2019-05-09
1
-6
/
+8
*
Reapply r360194 "[JITLink] Add support for MachO .alt_entry atoms." with fixes.
Lang Hames
2019-05-07
1
-3
/
+4
*
Revert r360194 "[JITLink] Add support for MachO .alt_entry atoms."
Lang Hames
2019-05-07
1
-4
/
+3
*
[JITLink] Add support for MachO .alt_entry atoms.
Lang Hames
2019-05-07
1
-3
/
+4
*
Fix MSVC "32-bit shift implicitly converted to 64 bits" warning. NFCI.
Simon Pilgrim
2019-04-23
1
-2
/
+2
*
[JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.
Lang Hames
2019-04-22
1
-0
/
+605