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
/
MachONormalizedFileFromAtoms.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-5
/
+5
*
Define an implicit constructor which takes actual alignment value to PowerOf2.
Rui Ueyama
2015-03-26
1
-2
/
+2
*
Make PowerOf2's constructor private.
Rui Ueyama
2015-03-26
1
-2
/
+2
*
Remove implicit constructor and operator int from PowerOf2.
Rui Ueyama
2015-03-26
1
-4
/
+4
*
Add a scaffolding to merge alignment representations.
Rui Ueyama
2015-03-26
1
-5
/
+4
*
[Core,MachO,Test] Remove trailing whitespace.
Shankar Easwaran
2015-02-22
1
-1
/
+1
*
Using 'isa' instead of 'dyn_cast'
Jean-Daniel Dupas
2015-02-13
1
-1
/
+1
*
[macho] -rpath support
Jean-Daniel Dupas
2014-12-18
1
-0
/
+1
*
Fix Darwin linker. Patch from Jean-Daniel Dupas.
Rui Ueyama
2014-12-10
1
-1
/
+1
*
[mach-o] fix leak in atoms -> normalized
Nick Kledzik
2014-12-05
1
-0
/
+17
*
[mach-o] propagate dylib version numbers
Nick Kledzik
2014-11-19
1
-0
/
+4
*
[mach-o] zero-fill sections have no file offset
Nick Kledzik
2014-11-18
1
-2
/
+5
*
[mach-o] Support linker synthesized mach_header symbols.
Nick Kledzik
2014-11-12
1
-1
/
+13
*
[mach-o] Fix lazy binding offsets
Nick Kledzik
2014-11-11
1
-0
/
+1
*
[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
/
+1
*
[mach-o] remove __compact_unwind atoms once __unwind_info has been generated
Tim Northover
2014-11-04
1
-6
/
+0
*
[mach-o] Support data-only dylibs
Nick Kledzik
2014-10-24
1
-2
/
+12
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-2
/
+0
*
[mach-o] Add support for upward linking
Nick Kledzik
2014-10-16
1
-0
/
+2
*
[mach-o] make __unwind_info defer to __eh_frame when necessary.
Tim Northover
2014-10-15
1
-0
/
+9
*
[mach-o] create __unwind_info section on x86_64
Tim Northover
2014-09-30
1
-1
/
+3
*
Modified per David Blakie suggestion.
Yaron Keren
2014-09-21
1
-3
/
+1
*
Silence these C4715 warnings from Visual C++ (NFC)
Yaron Keren
2014-09-21
1
-0
/
+3
*
[mach-o] Fix two-level namespace ordinals
Nick Kledzik
2014-09-16
1
-11
/
+14
*
[mach-o]: implement -image_base option on Darwin.
Tim Northover
2014-09-10
1
-5
/
+8
*
[mach-o] Add support for arm64 (AAarch64)
Nick Kledzik
2014-09-09
1
-0
/
+1
*
[mach-o] Add support for -pie and -no_pie
Nick Kledzik
2014-09-09
1
-1
/
+4
*
[mach-o] Add support for using export tries
Nick Kledzik
2014-09-03
1
-0
/
+31
*
[mach-o] support N_NO_DEAD_STRIP nlist.desc bit
Nick Kledzik
2014-08-21
1
-0
/
+5
*
[mach-o] Add support for -exported_symbols_list and -keep_private_externs
Nick Kledzik
2014-08-21
1
-32
/
+69
*
[mach-o] set ordinal in n_desc for undefined symbols
Nick Kledzik
2014-08-13
1
-1
/
+6
*
[mach-o] Add support for -sectalign option
Nick Kledzik
2014-07-30
1
-44
/
+90
*
[mach-o] Implement interworking between thumb and arm code
Nick Kledzik
2014-07-28
1
-1
/
+4
*
[mach-o] Add support for LC_DATA_IN_CODE
Nick Kledzik
2014-07-24
1
-0
/
+42
*
[mach-o] add initial support for modes in arm code.
Nick Kledzik
2014-07-23
1
-1
/
+3
*
[mach-o] Add test case for armv6 (arm not thumb) hello world
Nick Kledzik
2014-07-22
1
-1
/
+6
*
[mach-o] implement more x86 and x86_64 relocation support
Nick Kledzik
2014-07-17
1
-31
/
+70
*
[mach-o] refactor KindHandler into ArchHandler and simplify passes.
Nick Kledzik
2014-07-16
1
-5
/
+7
*
[mach-o] add x86 test case to build hello world. Fix bugs it uncovered.
Nick Kledzik
2014-07-03
1
-2
/
+4
*
[mach-o] add representation for LC_ID_DYLIB to MachONormalizedFile
Tim Northover
2014-07-01
1
-0
/
+1
*
MachO: stop iterating past the end of an array
Tim Northover
2014-06-30
1
-8
/
+7
*
MachO: re-enable writing of compact-unwind sections.
Tim Northover
2014-06-30
1
-1
/
+7
*
MachO: align segment virtual addresses to page size.
Tim Northover
2014-06-30
1
-2
/
+5
*
[mach-o] refactor x86_64 relocation handling.
Nick Kledzik
2014-06-27
1
-1
/
+7
*
MachO: rename _outputFileType to avoid shadowing parent field.
Tim Northover
2014-06-20
1
-9
/
+9
*
include system_error directly.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Run llvm/utils/sort_includes.py in a few files.
Rafael Espindola
2014-06-12
1
-3
/
+0
*
[mach-o] fix use of resolver functions to not cause duplicate sections.
Nick Kledzik
2014-06-11
1
-14
/
+23
*
[mach-o] add support for parsing resolver functions
Nick Kledzik
2014-06-11
1
-1
/
+24
[prev]
[next]