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
/
MachONormalizedFile.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
lld: Fix initial Mach-O load commands size calculation omitting LC_FUNCTION_S...
Rui Ueyama
2019-04-17
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
MachONormalizedFile.h: Remove unimplemented function
David Blaikie
2017-11-22
1
-9
/
+0
*
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
-1
/
+1
*
[lld][MachO] Remove some debugging output code that was mistakenly left in in
Lang Hames
2016-07-28
1
-14
/
+0
*
[lld][MachO] Re-apply r276921 with fix - initialize strings for debug string
Lang Hames
2016-07-27
1
-1
/
+16
*
[lld][MachO] Temporarily revert r276921 - it's causing bot-failures on Linux.
Lang Hames
2016-07-27
1
-16
/
+1
*
[lld][MachO] Add debug info support for MachO.
Lang Hames
2016-07-27
1
-1
/
+16
*
Use Expected<T> instead of ErrorOr<T>in yaml reader. NFC
Pete Cooper
2016-03-31
1
-1
/
+1
*
Convert readBinary to llvm::Error. NFC
Pete Cooper
2016-03-30
1
-1
/
+1
*
Convert normalized file to atoms methods to new error handling. NFC.
Pete Cooper
2016-03-30
1
-3
/
+3
*
Convert lld file writing to llvm::Error. NFC.
Pete Cooper
2016-03-30
1
-2
/
+2
*
Parsed alignment should be a power of 2.
Pete Cooper
2016-03-24
1
-1
/
+4
*
Add cmdline options for LC_DATA_IN_CODE load command.
Pete Cooper
2016-02-09
1
-0
/
+1
*
Generate LC_FUNCTION_STARTS load command.
Pete Cooper
2016-02-09
1
-0
/
+1
*
Move includes inside guards. NFC.
Pete Cooper
2016-02-08
1
-3
/
+3
*
Set max segment protection level.
Pete Cooper
2016-02-06
1
-1
/
+2
*
Generate version min load commands when the platform is unknown.
Pete Cooper
2016-02-04
1
-0
/
+1
*
Add generation of LC_VERSION_MIN load commands.
Pete Cooper
2016-02-03
1
-0
/
+1
*
Add more debugging output to MachO lld. NFC.
Pete Cooper
2015-12-16
1
-0
/
+10
*
[lld][MachO] Recognize __thread_bss sections as zero-fill and set all the
Lang Hames
2015-12-11
1
-0
/
+8
*
[MachO] Initialize all fields of NormalizedFile.
Benjamin Kramer
2015-06-23
1
-20
/
+14
*
[LLD] Add support for the -stack_size option to Darwin ld.
Lang Hames
2015-05-20
1
-0
/
+1
*
Use MemoryBufferRef instead of MemoryBuffer&. NFC.
Rafael Espindola
2015-04-27
1
-2
/
+2
*
Use arithmetic type to represent alignments (not in log2) everywhere.
Rui Ueyama
2015-03-26
1
-1
/
+1
*
Define an implicit constructor which takes actual alignment value to PowerOf2.
Rui Ueyama
2015-03-26
1
-1
/
+1
*
Make PowerOf2's constructor private.
Rui Ueyama
2015-03-26
1
-1
/
+1
*
Remove implicit constructor and operator int from PowerOf2.
Rui Ueyama
2015-03-26
1
-1
/
+1
*
Separate file parsing from File's constructors.
Rui Ueyama
2014-12-12
1
-0
/
+10
*
[mach-o] propagate dylib version numbers
Nick Kledzik
2014-11-19
1
-5
/
+11
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-1
/
+0
*
[mach-o] Support fat archives
Nick Kledzik
2014-10-08
1
-0
/
+6
*
[mach-o] Add support for arm64 (AAarch64)
Nick Kledzik
2014-09-09
1
-0
/
+1
*
[mach-o] Let darwin driver infer arch from .o files if -arch not used.
Nick Kledzik
2014-09-04
1
-0
/
+2
*
[mach-o] Add support for LC_DATA_IN_CODE
Nick Kledzik
2014-07-24
1
-1
/
+11
*
[mach-o] improve errors when mixing architectures
Nick Kledzik
2014-06-30
1
-0
/
+5
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-5
/
+2
*
[MachO] Remove "virtual" and add "override".
Rui Ueyama
2014-03-28
1
-2
/
+1
*
Remove extra semicolon for -Wpedantic
Alexey Samsonov
2014-03-19
1
-6
/
+6
*
Fix trailing whitespace.
Shankar Easwaran
2014-01-27
1
-33
/
+33
*
[MachO] Begin support for reading fat binaries.
Joey Gouly
2014-01-14
1
-2
/
+3
*
[mach-o] enable mach-o and native yaml to be intermixed
Nick Kledzik
2014-01-11
1
-3
/
+15
*
[MachO] Begin to add some MachO specific File/Atoms, and add the start of
Joey Gouly
2014-01-03
1
-5
/
+1
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-1
/
+1
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-1
/
+1
*
Fix include guards.
Rui Ueyama
2013-11-15
1
-3
/
+3
*
Remove unnecessary namespace qualifier.
Rui Ueyama
2013-11-05
1
-1
/
+1
*
fix typos
Nick Kledzik
2013-10-08
1
-1
/
+1
*
Supoort mach-o encoded in yaml.
Nick Kledzik
2013-10-08
1
-0
/
+279