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
*
Update for llvm change.
Rafael Espindola
2017-11-08
1
-1
/
+2
*
Update for llvm change.
Rafael Espindola
2017-11-08
1
-3
/
+3
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-3
/
+3
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-4
/
+4
*
ReaderWriter: Use ilist_noalloc_traits for TrieEdge, NFC
Duncan P. N. Exon Smith
2016-09-03
1
-8
/
+3
*
ADT: Remove uses of ilist_*sentinel_traits, NFC
Duncan P. N. Exon Smith
2016-08-22
1
-4
/
+0
*
MachO: Use ilist_half_embedded_sentinel_traits, NFC
Duncan P. N. Exon Smith
2016-08-12
1
-12
/
+4
*
Better compress lazy binding info to match ld64.
Pete Cooper
2016-08-11
1
-8
/
+11
*
Generate slightly more compressed binding opcodes when entries are the same a...
Pete Cooper
2016-08-11
1
-12
/
+37
*
[lld][MachO] Fix LC_SEGEMENT[_64] filesize computation in -r mode.
Lang Hames
2016-08-10
1
-1
/
+3
*
The first string table entry should be a null terminated space, not just null.
Pete Cooper
2016-08-08
1
-2
/
+5
*
ExportTrie nodes need to be visisted in order.
Pete Cooper
2016-08-05
1
-2
/
+30
*
[lld][MachO] Re-apply r276921 with fix - initialize strings for debug string
Lang Hames
2016-07-27
1
-7
/
+14
*
[lld][MachO] Temporarily revert r276921 - it's causing bot-failures on Linux.
Lang Hames
2016-07-27
1
-14
/
+7
*
[lld][MachO] Add debug info support for MachO.
Lang Hames
2016-07-27
1
-7
/
+14
*
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
[next]