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_x86_64.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mach-o] Extend LC_DATA_IN_CODE support to x86_64
Rui Ueyama
2019-08-28
1
-8
/
+42
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-0
/
+1
*
[ELF] Fix IsPreemptible comment and typo. NFC
Fangrui Song
2018-02-23
1
-2
/
+2
*
[MACH-O] Fix the ASM code generated for __stub_helpers section
Rui Ueyama
2017-08-24
1
-0
/
+4
*
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
-8
/
+8
*
[lld][MachO] Re-apply r276921 with fix - initialize strings for debug string
Lang Hames
2016-07-27
1
-1
/
+4
*
[lld][MachO] Temporarily revert r276921 - it's causing bot-failures on Linux.
Lang Hames
2016-07-27
1
-4
/
+1
*
[lld][MachO] Add debug info support for MachO.
Lang Hames
2016-07-27
1
-1
/
+4
*
[lld][MachO] Add support for x86-64 negDelta64 references and fix negDelta32.
Lang Hames
2016-06-25
1
-37
/
+59
*
Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.
Pete Cooper
2016-03-30
1
-34
/
+32
*
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
-0
/
+4
*
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
*
Fix x86_64 delta*Anon relocs.
Pete Cooper
2016-01-04
1
-2
/
+22
*
Fix Clang-tidy misc-use-override warnings, other minor fixes.
Rui Ueyama
2015-09-10
1
-9
/
+4
*
[lld] Add MachO thread-local storage support.
Lang Hames
2015-06-23
1
-2
/
+42
*
[LLD] Add support for MachO ripRel32MinusNAnon relocations.
Lang Hames
2015-05-13
1
-2
/
+48
*
Define make_dynamic_error_code(const char *).
Rui Ueyama
2015-04-14
1
-3
/
+3
*
[Core,MachO,Test] Remove trailing whitespace.
Shankar Easwaran
2015-02-22
1
-20
/
+20
*
[Mach-O] Rename enum typename for consistency. NFC
Jean-Daniel Dupas
2015-02-19
1
-4
/
+4
*
Update ARM and x86 ArchHandler to check switch completeness. NFC
Jean-Daniel Dupas
2015-02-15
1
-2
/
+5
*
[cleanup] Re-sort #include lines using llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+0
*
Follow-up to r221913. Fix some -Wcast-qual warning reasons.
Simon Atanasyan
2014-11-14
1
-12
/
+12
*
[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
-7
/
+7
*
[mach-o] use the addend in GOT-based relocations.
Tim Northover
2014-10-30
1
-1
/
+1
*
TMP: fix readN & writeN to not encourage UB
Tim Northover
2014-10-27
1
-47
/
+51
*
[mach-o] Support missing MH_SUBSECTIONS_VIA_SYMBOLS
Nick Kledzik
2014-10-21
1
-1
/
+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
-1
/
+14
*
[mach-o] make __unwind_info defer to __eh_frame when necessary.
Tim Northover
2014-10-15
1
-15
/
+32
*
[macho] Create references from __eh_frame FDEs to their function.
Tim Northover
2014-10-15
1
-0
/
+14
*
[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
-5
/
+52
*
[mach-o] Add support for arm64 (AAarch64)
Nick Kledzik
2014-09-09
1
-1
/
+4
*
[mach-o] Improve x86_64 reference kind switch statements.
Nick Kledzik
2014-09-03
1
-46
/
+57
*
[mach-o] implement more x86 and x86_64 relocation support
Nick Kledzik
2014-07-17
1
-24
/
+210
*
[mach-o] refactor KindHandler into ArchHandler and simplify passes.
Nick Kledzik
2014-07-16
1
-0
/
+421