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.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/X86_64] Simplify isDataInCodeTransition().
Davide Italiano
2017-04-15
1
-8
/
+1
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-2
/
+2
*
Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.
Pete Cooper
2016-03-30
1
-29
/
+25
*
Fix more cases of UB from allocating 0 sized data. NFC.
Pete Cooper
2016-03-23
1
-3
/
+4
*
Move empty atom check to target independent code. NFC.
Pete Cooper
2016-03-22
1
-5
/
+0
*
Avoid memcpy from nullptr. NFC.
Pete Cooper
2016-03-22
1
-0
/
+5
*
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 Clang-tidy misc-use-override warnings, other minor fixes.
Rui Ueyama
2015-09-10
1
-9
/
+4
*
Define make_dynamic_error_code(const char *).
Rui Ueyama
2015-04-14
1
-4
/
+4
*
[Core,MachO,Test] Remove trailing whitespace.
Shankar Easwaran
2015-02-22
1
-11
/
+11
*
[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
-8
/
+10
*
Break some test. Revert until I got a proper fix
Jean-Daniel Dupas
2015-02-14
1
-35
/
+33
*
Update ARM and x86 ArchHandler to match 64bits counterparts. NFC
Jean-Daniel Dupas
2015-02-14
1
-33
/
+35
*
[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
-10
/
+14
*
[mach-o] Fix lazy binding offsets
Nick Kledzik
2014-11-11
1
-1
/
+3
*
[mach-o] explicitly cast little_n uses to ints to silence MSVC
Tim Northover
2014-10-31
1
-6
/
+6
*
TMP: fix readN & writeN to not encourage UB
Tim Northover
2014-10-27
1
-34
/
+38
*
[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
-0
/
+4
*
[mach-o] make __unwind_info defer to __eh_frame when necessary.
Tim Northover
2014-10-15
1
-0
/
+11
*
[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
-3
/
+16
*
[mach-o] Add support for arm64 (AAarch64)
Nick Kledzik
2014-09-09
1
-1
/
+4
*
[mach-o] Add support for LC_DATA_IN_CODE
Nick Kledzik
2014-07-24
1
-0
/
+33
*
[mach-o] add support for old x86 __eh_frame sections
Nick Kledzik
2014-07-21
1
-24
/
+45
*
[mach-o] Add support for x86 pointers which use scattered relocations
Nick Kledzik
2014-07-18
1
-4
/
+20
*
[mach-o] Add support for x86 CALL instruction that uses a scattered relocation
Nick Kledzik
2014-07-18
1
-14
/
+47
*
[mach-o] implement more x86 and x86_64 relocation support
Nick Kledzik
2014-07-17
1
-25
/
+184
*
[mach-o] refactor KindHandler into ArchHandler and simplify passes.
Nick Kledzik
2014-07-16
1
-0
/
+331