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
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
1
-4
/
+4
*
[MachO] Fix detecting malformed DWARF.
Igor Kudrin
2019-12-17
1
-2
/
+2
*
Fix component build
Rui Ueyama
2019-11-19
1
-1
/
+1
*
Make it possible to redirect not only errs() but also outs()
Rui Ueyama
2019-11-18
1
-2
/
+2
*
[LLD] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-4
/
+4
*
[MachO] Update LLD to use 64-bit offsets with DataExtractor (3/5)
Igor Kudrin
2019-08-06
1
-6
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-2
/
+2
*
Fix build broken by llvm r327486
Pavel Labath
2018-03-14
1
-1
/
+1
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
Tweak to match change in LLVM API, in r306315.
Paul Robinson
2017-06-26
1
-2
/
+2
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-3
/
+3
*
Fix code to deal with recent LLVM changes.
Greg Clayton
2016-11-11
1
-2
/
+5
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-16
/
+16
*
Fix build breakage on buildbots that was due to 285309.
Greg Clayton
2016-10-27
1
-3
/
+4
*
[lld][MachO] Replace some std::string with char* buffers to eliminate mem leaks.
Lang Hames
2016-07-29
1
-4
/
+4
*
[lld][MachO] Remove some debugging output code that was mistakenly left in in
Lang Hames
2016-07-28
1
-16
/
+0
*
[lld][MachO] Re-apply r276921 with fix - initialize strings for debug string
Lang Hames
2016-07-27
1
-12
/
+322
*
[lld][MachO] Temporarily revert r276921 - it's causing bot-failures on Linux.
Lang Hames
2016-07-27
1
-321
/
+12
*
[lld][MachO] Add debug info support for MachO.
Lang Hames
2016-07-27
1
-12
/
+321
*
Fix a bunch of -Wpessimizing-move issues.
Pete Cooper
2016-03-31
1
-1
/
+1
*
Convert normalized file to atoms methods to new error handling. NFC.
Pete Cooper
2016-03-30
1
-105
/
+110
*
Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.
Pete Cooper
2016-03-30
1
-62
/
+68
*
Fix EHFrame processing to add implicit references when needed.
Pete Cooper
2016-03-15
1
-30
/
+199
*
Generate version min load commands when the platform is unknown.
Pete Cooper
2016-02-04
1
-0
/
+2
*
Move SimpleDefinedAtom::addReference to DefinedAtom.
Pete Cooper
2016-02-01
1
-16
/
+18
*
Atomize the ObjC category list section.
Pete Cooper
2016-02-01
1
-0
/
+3
*
Add an ObjCPass to the MachO linker.
Pete Cooper
2016-01-19
1
-31
/
+27
*
Cache the objc image info constraints in file.
Pete Cooper
2016-01-19
1
-6
/
+7
*
Only emit files with subsections_via_symbols if all inputs had that set.
Pete Cooper
2016-01-16
1
-0
/
+1
*
Give error on binaries containing GC objc image infos.
Pete Cooper
2016-01-16
1
-4
/
+12
*
Add checking of differing swift versions in input files.
Pete Cooper
2016-01-16
1
-0
/
+3
*
Check that the objc image info version is exactly 0
Pete Cooper
2016-01-15
1
-0
/
+8
*
Error check the size of the __objc_imageinfo section
Pete Cooper
2016-01-14
1
-0
/
+44
*
Check for mismatched arch and OS when linking MachO files.
Pete Cooper
2016-01-14
1
-0
/
+4
*
Don't emit relocs for the __eh_frame section as they can be implicit.
Pete Cooper
2016-01-07
1
-1
/
+5
*
Add more debugging output to MachO lld. NFC.
Pete Cooper
2015-12-16
1
-0
/
+15
*
[lld][MachO] Recognize __thread_bss sections as zero-fill and set all the
Lang Hames
2015-12-11
1
-1
/
+3
*
Verify that macho-o delta64 relocs have the same offset.
Pete Cooper
2015-12-10
1
-21
/
+47
*
[lld] Add MachO thread-local storage support.
Lang Hames
2015-06-23
1
-0
/
+3
*
[LLD] Make sure MachO FDEs read their augmentation data strings from the right
Lang Hames
2015-05-16
1
-18
/
+28
*
[LLD] Properly relocate the LSDA field of MachO eh-frames.
Lang Hames
2015-05-13
1
-40
/
+153
*
Define make_dynamic_error_code(const char *).
Rui Ueyama
2015-04-14
1
-3
/
+3
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-1
/
+2
*
[Core,MachO,Test] Remove trailing whitespace.
Shankar Easwaran
2015-02-22
1
-19
/
+19
*
Separate file parsing from File's constructors.
Rui Ueyama
2014-12-12
1
-19
/
+36
*
[mach-o] propagate dylib version numbers
Nick Kledzik
2014-11-19
1
-1
/
+3
*
[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
/
+2
*
MachO: Remove an unused variable from processSection
David Majnemer
2014-11-05
1
-2
/
+0
[next]