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
/
MachONormalizedFileBinaryWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bunch more of -Wpessimizing-move issues.
Pete Cooper
2016-03-31
1
-4
/
+4
*
Fix a bunch of -Wpessimizing-move issues.
Pete Cooper
2016-03-31
1
-1
/
+1
*
Convert a few macho reader/writer helpers to new error handling. NFC.
Pete Cooper
2016-03-31
1
-21
/
+25
*
Convert lld file writing to llvm::Error. NFC.
Pete Cooper
2016-03-30
1
-7
/
+7
*
Use a memcpy to avoid unaligned store UB.
Pete Cooper
2016-03-24
1
-6
/
+9
*
Use a memcpy to avoid unaligned store UB.
Pete Cooper
2016-03-23
1
-5
/
+8
*
Don't memcpy from a null source. Found by UBSan
Pete Cooper
2016-03-22
1
-0
/
+2
*
Add cmdline options for LC_DATA_IN_CODE load command.
Pete Cooper
2016-02-09
1
-7
/
+8
*
Generate LC_FUNCTION_STARTS load command.
Pete Cooper
2016-02-09
1
-43
/
+56
*
Set max segment protection level.
Pete Cooper
2016-02-06
1
-6
/
+6
*
Move creation of "__LINKEDIT" segment. NFC.
Pete Cooper
2016-02-06
1
-24
/
+28
*
Set CPU_SUBTYPE_LIB64 in mach_header.
Pete Cooper
2016-02-04
1
-1
/
+14
*
Add support for the source_version cmdline option.
Pete Cooper
2016-02-04
1
-0
/
+15
*
Generate version min load commands when the platform is unknown.
Pete Cooper
2016-02-04
1
-26
/
+42
*
Add generation of LC_VERSION_MIN load commands.
Pete Cooper
2016-02-03
1
-2
/
+46
*
Use an ilist instead of std::list. NFC.
Pete Cooper
2016-01-25
1
-78
/
+115
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-7
/
+5
*
[lld][MachO] Recognize __thread_bss sections as zero-fill and set all the
Lang Hames
2015-12-11
1
-6
/
+6
*
[lld][MachO] Always reserve space for the empty string in the mach-o symbol
Lang Hames
2015-12-10
1
-1
/
+1
*
Fix Clang-tidy modernize-use-auto warnings, other minor fixes.
Eugene Zelenko
2015-11-10
1
-14
/
+8
*
[lld][MachO] Make sure LC_RPATH command size is a multiple of the pointer size.
Lang Hames
2015-10-29
1
-2
/
+2
*
[lld][MachO] Initial implementation of -flat_namespace and -undefined.
Lang Hames
2015-09-28
1
-2
/
+12
*
Update for llvm api change.
Rafael Espindola
2015-08-13
1
-6
/
+5
*
Wdeprecated: Remove unnecessary user-defined dtor that was getting in the way...
David Blaikie
2015-08-12
1
-1
/
+0
*
[LLD] Add support for the -stack_size option to Darwin ld.
Lang Hames
2015-05-20
1
-1
/
+1
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-3
/
+3
*
Remove implicit constructor and operator int from PowerOf2.
Rui Ueyama
2015-03-26
1
-4
/
+3
*
[macho] Minor install_name fixes
Jean-Daniel Dupas
2014-12-20
1
-1
/
+3
*
[macho] -rpath support
Jean-Daniel Dupas
2014-12-18
1
-0
/
+21
*
[mach-o] Fix TrieEdge leak
Nick Kledzik
2014-12-02
1
-5
/
+6
*
[mach-o] propagate dylib version numbers
Nick Kledzik
2014-11-19
1
-6
/
+6
*
[mach-o] zero-fill sections have no file offset
Nick Kledzik
2014-11-18
1
-9
/
+17
*
[mach-o] Fix lazy binding offsets
Nick Kledzik
2014-11-11
1
-2
/
+11
*
[mach-o] generate LC_DATA_IN_CODE in final linked images
Nick Kledzik
2014-10-28
1
-0
/
+18
*
[mach-o] Support data-only dylibs
Nick Kledzik
2014-10-24
1
-0
/
+3
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-1
/
+1
*
[mach-o] Add support for upward linking
Nick Kledzik
2014-10-16
1
-1
/
+1
*
[mach-o] Add support for arm64 (AAarch64)
Nick Kledzik
2014-09-09
1
-11
/
+19
*
[mach-o] Add support for using export tries
Nick Kledzik
2014-09-03
1
-4
/
+236
*
[mach-o] Add support for -sectalign option
Nick Kledzik
2014-07-30
1
-1
/
+7
*
[mach-o] Add support for LC_DATA_IN_CODE
Nick Kledzik
2014-07-24
1
-5
/
+46
*
[mach-o] add representation for LC_ID_DYLIB to MachONormalizedFile
Tim Northover
2014-07-01
1
-1
/
+24
*
MachO: calculate segment offsets in final MachO files properly.
Tim Northover
2014-06-30
1
-6
/
+16
*
Left two files out of the previous commit
Artyom Skrobov
2014-06-14
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-06-13
1
-3
/
+4
*
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
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-22
/
+15
*
Don't use make_error_code from the llvm namespace.
Rafael Espindola
2014-06-12
1
-3
/
+3
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-3
/
+3
[next]