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
/
lld
/
lib
/
ReaderWriter
/
MachO
/
ArchHandler_arm64.cpp
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
*
[MACH-O] Fix the ASM code generated for __stub_helpers section
Rui Ueyama
2017-08-24
1
-0
/
+4
*
[MachO/AArch64] Merge multiple switch cases into one. NFCI.
Davide Italiano
2017-04-15
1
-4
/
+0
*
Fix wrong formatting in lld introduced in r286561 (NFC)
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-15
/
+15
*
Arm64 stubs alignment is 2, not 4.
Pete Cooper
2016-08-11
1
-2
/
+2
*
Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.
Pete Cooper
2016-03-30
1
-30
/
+31
*
Use unaligned read to fix UB. NFC.
Pete Cooper
2016-03-24
1
-3
/
+4
*
Fix more cases of UB from allocating 0 sized data. NFC.
Pete Cooper
2016-03-23
1
-3
/
+4
*
Fix EHFrame processing to add implicit references when needed.
Pete Cooper
2016-03-15
1
-2
/
+36
*
Use __nl_symbol_ptr instead of __got in the stubs pass on x86 archs.
Pete Cooper
2016-02-09
1
-0
/
+3
*
Aligned __stub_helper section to 4-bytes.
Pete Cooper
2016-02-09
1
-0
/
+2
*
Add pointerKind() method to the MachO ArchHandler's. NFC.
Pete Cooper
2016-02-02
1
-0
/
+4
*
Always generate the fixup content for unwindFDEToFunction as we no
Pete Cooper
2016-01-07
1
-3
/
+11
*
Fix MachO arm64 delta32ToGOT reloc encoding in -r.
Pete Cooper
2016-01-06
1
-1
/
+1
*
Improved debugging printing. NFC
Pete Cooper
2016-01-05
1
-0
/
+17
*
Fix negDelta32 relocatable fixups for arm64 in mach-o.
Pete Cooper
2015-12-16
1
-1
/
+1
*
Verify that macho-o delta64 relocs have the same offset.
Pete Cooper
2015-12-10
1
-0
/
+3
*
Don't bypass the GOT for delta32toGOT references.
Pete Cooper
2015-12-09
1
-0
/
+6
*
Fix Clang-tidy misc-use-override warnings, other minor fixes.
Rui Ueyama
2015-09-10
1
-6
/
+2
*
Define make_dynamic_error_code(const char *).
Rui Ueyama
2015-04-14
1
-2
/
+2
*
[Mach-O] Rename enum typename for consistency. NFC
Jean-Daniel Dupas
2015-02-19
1
-6
/
+6
*
[cleanup] Re-sort #include lines using llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+0
*
[mach-o] add support for arm64 compact unwind info
Nick Kledzik
2014-12-02
1
-11
/
+68
*
Silence a -Wcast-qual warning
David Majnemer
2014-11-22
1
-1
/
+1
*
[mach-o] enhance arm64 reloc parser to support local pointer relocations
Nick Kledzik
2014-11-18
1
-1
/
+5
*
[mach-o] fix typos. No function change
Nick Kledzik
2014-11-18
1
-5
/
+1
*
[mach-o] enhance arm64 reloc parser to support local pointer relocations
Nick Kledzik
2014-11-18
1
-5
/
+19
*
[mach-o] fix typos. No function change
Nick Kledzik
2014-11-18
1
-4
/
+3
*
Follow-up to r221913. Fix some -Wcast-qual warning reasons.
Simon Atanasyan
2014-11-14
1
-4
/
+4
*
[mach-o] Fix lazy binding offsets
Nick Kledzik
2014-11-11
1
-1
/
+3
*
Fix warnings about missing override.
Rafael Espindola
2014-11-03
1
-1
/
+1
*
[mach-o] explicitly cast little_n uses to ints to silence MSVC
Tim Northover
2014-10-31
1
-2
/
+2
*
TMP: fix readN & writeN to not encourage UB
Tim Northover
2014-10-27
1
-49
/
+42
*
[mach-o] Support missing MH_SUBSECTIONS_VIA_SYMBOLS
Nick Kledzik
2014-10-21
1
-2
/
+2
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-2
/
+0
*
[mach-o] avoid overly clever std::find_if
Tim Northover
2014-10-15
1
-0
/
+4
*
[mach-o] make __unwind_info defer to __eh_frame when necessary.
Tim Northover
2014-10-15
1
-5
/
+14
*
[macho] Create references from __eh_frame FDEs to their function.
Tim Northover
2014-10-15
1
-0
/
+4
*
[mach-o] Add Pass to create are shim Atoms for ARM interworking.
Nick Kledzik
2014-10-14
1
-0
/
+4
*
[mach-o] create __unwind_info section on x86_64
Tim Northover
2014-09-30
1
-0
/
+13
*
Remove unused local typedef.
Eric Christopher
2014-09-10
1
-1
/
+0
*
[mach-o] Add support for arm64 (AAarch64)
Nick Kledzik
2014-09-09
1
-0
/
+727