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
...
*
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
*
[mach-o]: atomize zero-terminated literals correctly.
Tim Northover
2014-06-25
1
-5
/
+5
*
[mach-o] don't assume all sections have symbols
Tim Northover
2014-06-25
1
-4
/
+6
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-13
/
+13
*
[mach-o] add support for parsing resolver functions
Nick Kledzik
2014-06-11
1
-7
/
+10
*
[mach-o] refactor mach-o output section selection to be table driven.
Nick Kledzik
2014-06-10
1
-37
/
+63
*
[mach-o] parse multiple symbols on same address into aliases
Nick Kledzik
2014-06-09
1
-2
/
+11
*
[mach-o] Make anonymous atom out of section content before any symbol
Nick Kledzik
2014-06-04
1
-16
/
+20
*
[mach-o] Refactor sections -> atoms to be table driven.
Nick Kledzik
2014-06-03
1
-373
/
+312
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-7
/
+7
*
[mach-o] Add support for custom sections
Nick Kledzik
2014-05-30
1
-4
/
+32
*
[mach-0] Add support for parsing compact unwind info section
Nick Kledzik
2014-05-29
1
-0
/
+25
*
[mach-o] Add support for parsing __eh_frame section. Generalize support for w...
Nick Kledzik
2014-05-29
1
-21
/
+104
*
[mach-o] Add support for parsing CFString sections
Nick Kledzik
2014-05-29
1
-25
/
+64
*
[mach-o] Add support for parsing of weak-def symbols
Nick Kledzik
2014-05-28
1
-2
/
+4
*
[mach-o] Support parsing of non-lazy-pointer sections
Nick Kledzik
2014-05-28
1
-10
/
+37
*
[mach-o] Add support for initializers and terminators in object files
Nick Kledzik
2014-05-27
1
-2
/
+38
*
[mach-o] Add checks that string literals in object files are zero terminated
Nick Kledzik
2014-05-27
1
-0
/
+15
*
[mach-o] Add support for reading utf16 string literal sections
Nick Kledzik
2014-05-27
1
-0
/
+17
*
Add make_dynamic_error_code().
Nick Kledzik
2014-05-27
1
-3
/
+16
*
[mach-o] Fix so that mach-o semantic errors return an error rather than assert
Nick Kledzik
2014-05-22
1
-7
/
+12
*
[mach-o] parse literal sections into atoms
Nick Kledzik
2014-05-22
1
-3
/
+60
*
[mach-o] Add support for zero-fill sections.
Nick Kledzik
2014-05-15
1
-2
/
+12
*
[mach-o] Add support and test cases for parsing tentative definitions
Nick Kledzik
2014-05-15
1
-1
/
+14
*
[MachO] Add undefined atoms.
Joey Gouly
2014-02-02
1
-2
/
+3
*
[MachO] Add basic support for local symbols.
Joey Gouly
2014-01-13
1
-3
/
+26
*
Factor the symbol handling in normalizedToAtoms into a separate function.
Joey Gouly
2014-01-12
1
-7
/
+12
[prev]
[next]