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
/
MachONormalizedFileToAtoms.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate version min load commands when the platform is unknown.
Pete Cooper
2016-02-04
1
-0
/
+2
*
Move SimpleDefinedAtom::addReference to DefinedAtom.
Pete Cooper
2016-02-01
1
-16
/
+18
*
Atomize the ObjC category list section.
Pete Cooper
2016-02-01
1
-0
/
+3
*
Add an ObjCPass to the MachO linker.
Pete Cooper
2016-01-19
1
-31
/
+27
*
Cache the objc image info constraints in file.
Pete Cooper
2016-01-19
1
-6
/
+7
*
Only emit files with subsections_via_symbols if all inputs had that set.
Pete Cooper
2016-01-16
1
-0
/
+1
*
Give error on binaries containing GC objc image infos.
Pete Cooper
2016-01-16
1
-4
/
+12
*
Add checking of differing swift versions in input files.
Pete Cooper
2016-01-16
1
-0
/
+3
*
Check that the objc image info version is exactly 0
Pete Cooper
2016-01-15
1
-0
/
+8
*
Error check the size of the __objc_imageinfo section
Pete Cooper
2016-01-14
1
-0
/
+44
*
Check for mismatched arch and OS when linking MachO files.
Pete Cooper
2016-01-14
1
-0
/
+4
*
Don't emit relocs for the __eh_frame section as they can be implicit.
Pete Cooper
2016-01-07
1
-1
/
+5
*
Add more debugging output to MachO lld. NFC.
Pete Cooper
2015-12-16
1
-0
/
+15
*
[lld][MachO] Recognize __thread_bss sections as zero-fill and set all the
Lang Hames
2015-12-11
1
-1
/
+3
*
Verify that macho-o delta64 relocs have the same offset.
Pete Cooper
2015-12-10
1
-21
/
+47
*
[lld] Add MachO thread-local storage support.
Lang Hames
2015-06-23
1
-0
/
+3
*
[LLD] Make sure MachO FDEs read their augmentation data strings from the right
Lang Hames
2015-05-16
1
-18
/
+28
*
[LLD] Properly relocate the LSDA field of MachO eh-frames.
Lang Hames
2015-05-13
1
-40
/
+153
*
Define make_dynamic_error_code(const char *).
Rui Ueyama
2015-04-14
1
-3
/
+3
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-1
/
+2
*
[Core,MachO,Test] Remove trailing whitespace.
Shankar Easwaran
2015-02-22
1
-19
/
+19
*
Separate file parsing from File's constructors.
Rui Ueyama
2014-12-12
1
-19
/
+36
*
[mach-o] propagate dylib version numbers
Nick Kledzik
2014-11-19
1
-1
/
+3
*
[mach-o] remove extra leading underscore on __bss and __got
Nick Kledzik
2014-11-06
1
-2
/
+2
*
[mach-o] Add support for interposing tuples section
Nick Kledzik
2014-11-06
1
-0
/
+2
*
MachO: Remove an unused variable from processSection
David Majnemer
2014-11-05
1
-2
/
+0
*
TMP: fix readN & writeN to not encourage UB
Tim Northover
2014-10-27
1
-19
/
+17
*
[mach-o] Support missing MH_SUBSECTIONS_VIA_SYMBOLS
Nick Kledzik
2014-10-21
1
-14
/
+37
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-4
/
+1
*
[mach-o] update __eh_frame handling for Nick's suggestions
Tim Northover
2014-10-16
1
-1
/
+3
*
[mach-o] avoid overly clever std::find_if
Tim Northover
2014-10-15
1
-4
/
+19
*
[mach-o] make __unwind_info defer to __eh_frame when necessary.
Tim Northover
2014-10-15
1
-12
/
+1
*
[macho] Create references from __eh_frame FDEs to their function.
Tim Northover
2014-10-15
1
-0
/
+91
*
[mach-o] preserve custom section names on coalesable strings
Nick Kledzik
2014-10-02
1
-5
/
+23
*
[mach-o] Add support for arm64 (AAarch64)
Nick Kledzik
2014-09-09
1
-2
/
+15
*
[mach-o] Add support for using export tries
Nick Kledzik
2014-09-03
1
-5
/
+14
*
[mach-o] support N_NO_DEAD_STRIP nlist.desc bit
Nick Kledzik
2014-08-21
1
-6
/
+7
*
[mach-o] Support re-exported dylibs
Nick Kledzik
2014-08-13
1
-3
/
+11
*
[mach-o] Add support for LC_DATA_IN_CODE
Nick Kledzik
2014-07-24
1
-10
/
+58
*
[mach-o] add initial support for modes in arm code.
Nick Kledzik
2014-07-23
1
-0
/
+6
*
[mach-o] add support for old x86 __eh_frame sections
Nick Kledzik
2014-07-21
1
-3
/
+2
*
[mach-o] refactor KindHandler into ArchHandler and simplify passes.
Nick Kledzik
2014-07-16
1
-30
/
+12
*
[mach-o] Add parsing of arm/thumb relocations
Nick Kledzik
2014-07-04
1
-10
/
+5
*
[mach-o] Fix warning on enumeration cases not handled
Nick Kledzik
2014-07-03
1
-0
/
+10
*
[mach-o] add parsing of x86 relocations
Nick Kledzik
2014-07-02
1
-6
/
+32
*
[mach-o] add representation for LC_ID_DYLIB to MachONormalizedFile
Tim Northover
2014-07-01
1
-1
/
+2
*
[mach-o] x86_64 relocation code review fixes
Nick Kledzik
2014-06-30
1
-3
/
+2
*
MachO: support atomization of dylibs.
Tim Northover
2014-06-30
1
-0
/
+16
*
[mach-o] refactor x86_64 relocation handling.
Nick Kledzik
2014-06-27
1
-25
/
+197
*
[mach-o]: make sure custom sort method is irreflexive.
Tim Northover
2014-06-25
1
-2
/
+2
[next]