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
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-5
/
+5
*
Don't emit relocs for the __eh_frame section as they can be implicit.
Pete Cooper
2016-01-07
1
-6
/
+27
*
Improved debugging printing. NFC
Pete Cooper
2016-01-05
1
-9
/
+37
*
Sort sections in relocatable files.
Pete Cooper
2016-01-04
1
-102
/
+62
*
[lld][MachO] Recognize __thread_bss sections as zero-fill and set all the
Lang Hames
2015-12-11
1
-1
/
+3
*
Fix Clang-tidy modernize-use-auto warnings, other minor fixes.
Eugene Zelenko
2015-11-10
1
-26
/
+4
*
[lld][MachO] Initial implementation of -flat_namespace and -undefined.
Lang Hames
2015-09-28
1
-9
/
+25
*
[LLD][MachO] Fix a FIXME: Subtract base address from atom address when building
Lang Hames
2015-09-21
1
-1
/
+1
*
[lld] Add MachO thread-local storage support.
Lang Hames
2015-06-23
1
-4
/
+17
*
[LLD] Add support for the -stack_size option to Darwin ld.
Lang Hames
2015-05-20
1
-0
/
+1
*
Do s/_context/_ctx/g globally.
Rui Ueyama
2015-04-10
1
-49
/
+45
*
Rename align2 -> align.
Rui Ueyama
2015-03-26
1
-4
/
+4
*
Use arithmetic type to represent alignments (not in log2) everywhere.
Rui Ueyama
2015-03-26
1
-10
/
+5
*
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
[next]