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_arm.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
*
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
-10
/
+10
*
Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.
Pete Cooper
2016-03-30
1
-56
/
+48
*
Fix more cases of UB from allocating 0 sized data. NFC.
Pete Cooper
2016-03-23
1
-3
/
+4
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-0
/
+4
*
Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."
Pete Cooper
2016-03-22
1
-4
/
+0
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-0
/
+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
*
Move SimpleDefinedAtom::addReference to DefinedAtom.
Pete Cooper
2016-02-01
1
-1
/
+2
*
Fix Clang-tidy misc-use-override warnings, other minor fixes.
Rui Ueyama
2015-09-10
1
-13
/
+2
*
Define make_dynamic_error_code(const char *).
Rui Ueyama
2015-04-14
1
-15
/
+14
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-6
/
+2
*
[Core,MachO,Test] Remove trailing whitespace.
Shankar Easwaran
2015-02-22
1
-9
/
+9
*
[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
-7
/
+10
*
Break some test. Revert until I got a proper fix
Jean-Daniel Dupas
2015-02-14
1
-41
/
+39
*
Update ARM and x86 ArchHandler to match 64bits counterparts. NFC
Jean-Daniel Dupas
2015-02-14
1
-39
/
+41
*
[cleanup] Re-sort #include lines using llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+0
*
[mach-o] for 32-bit arm, in -r mode support B (not BL) to undefined symbol
Nick Kledzik
2014-11-18
1
-1
/
+3
*
Follow-up to r221913. Fix some -Wcast-qual warning reasons.
Simon Atanasyan
2014-11-14
1
-2
/
+2
*
[mach-o] Fix lazy binding offsets
Nick Kledzik
2014-11-11
1
-1
/
+3
*
TMP: fix readN & writeN to not encourage UB
Tim Northover
2014-10-27
1
-49
/
+52
*
[mach-o] Support missing MH_SUBSECTIONS_VIA_SYMBOLS
Nick Kledzik
2014-10-21
1
-2
/
+3
*
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
-13
/
+195
*
[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] Fix arm interworking with movw/movt
Nick Kledzik
2014-07-30
1
-0
/
+8
*
[mach-o] fix non-debug warnings
Nick Kledzik
2014-07-28
1
-4
/
+4
*
[mach-o] Implement interworking between thumb and arm code
Nick Kledzik
2014-07-28
1
-44
/
+116
*
[mach-o] Add support for LC_DATA_IN_CODE
Nick Kledzik
2014-07-24
1
-1
/
+31
*
[mach-o] add initial support for modes in arm code.
Nick Kledzik
2014-07-23
1
-6
/
+72
*
[mach-o] add support for round tripping all arm/thumb relocations
Nick Kledzik
2014-07-22
1
-60
/
+464
*
[mach-o] Add test case for armv6 (arm not thumb) hello world
Nick Kledzik
2014-07-22
1
-6
/
+5
*
[mach-o] implement more x86 and x86_64 relocation support
Nick Kledzik
2014-07-17
1
-15
/
+73
*
[mach-o] refactor KindHandler into ArchHandler and simplify passes.
Nick Kledzik
2014-07-16
1
-0
/
+662