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
/
WriterMachO.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Fix a bunch of -Wpessimizing-move issues.
Pete Cooper
2016-03-31
1
-2
/
+2
*
Convert lld file writing to llvm::Error. NFC.
Pete Cooper
2016-03-30
1
-5
/
+6
*
Rename ExecutableAtom.hpp to ExecutableAtom.h
Davide Italiano
2015-04-14
1
-1
/
+1
*
Do s/_context/_ctx/g globally.
Rui Ueyama
2015-04-10
1
-11
/
+11
*
Replace the `createImplicitFiles` method return type with `void`
Simon Atanasyan
2015-04-06
1
-3
/
+1
*
Fix five of the shared library build targets
Greg Fitzgerald
2015-01-21
1
-1
/
+1
*
[mach-o] Support linker synthesized mach_header symbols.
Nick Kledzik
2014-11-12
1
-0
/
+3
*
[mach-o] Fix stub generation to work for dylibs and bundles
Nick Kledzik
2014-08-13
1
-4
/
+7
*
MachO: rename _outputFileType to avoid shadowing parent field.
Tim Northover
2014-06-20
1
-1
/
+1
*
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
-8
/
+4
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Add -print_atoms options to DarwinLdDriver which dumps final state of all ato...
Nick Kledzik
2014-05-14
1
-2
/
+5
*
Add "override" and remove "virtual" where appropriate.
Rui Ueyama
2014-03-06
1
-2
/
+2
*
Fix trailing whitespace.
Shankar Easwaran
2014-01-27
1
-4
/
+4
*
Use getError instead of the error_code operator.
Rafael Espindola
2014-01-08
1
-2
/
+2
*
[mach-o] binary reader and writer
Nick Kledzik
2013-11-06
1
-1464
/
+27
*
[MachO] Fix uninitialized field bug found on Windows.
Rui Ueyama
2013-11-02
1
-0
/
+2
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-16
/
+17
*
add InputGraph functionality
Shankar Easwaran
2013-08-21
1
-3
/
+4
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-67
/
+58
*
Fix unused field warning.
Rui Ueyama
2013-06-22
1
-21
/
+10
*
Removed unnecessary "class" keyword.
Rui Ueyama
2013-06-21
1
-14
/
+17
*
Remove unreachable statement.
Rui Ueyama
2013-05-26
1
-3
/
+0
*
This is my Driver refactoring patch.
Nick Kledzik
2013-04-04
1
-44
/
+25
*
[lld] remove trailing whitespace
Shankar Easwaran
2013-03-14
1
-20
/
+20
*
[Core,Driver,ELF] Differentiate static and dynamic executables.
Michael J. Spencer
2013-02-14
1
-2
/
+7
*
Add PassManager.
Michael J. Spencer
2013-01-23
1
-17
/
+1
*
Move everything over to TargetInfo.
Michael J. Spencer
2013-01-23
1
-66
/
+66
*
rename dylibNamesToOrdinal now that it is an ivar
Nick Kledzik
2012-11-01
1
-6
/
+6
*
[MachO] Fix use after free.
Michael J. Spencer
2012-11-01
1
-1
/
+1
*
ELF support for LLD writer. The writer at present emits ELF header and section
Hemant Kulkarni
2012-09-14
1
-4
/
+1
*
Move implementation of WriterOptionsMachO to its own file. Reduced redundant
Nick Kledzik
2012-06-11
1
-58
/
+45
*
abstract load commands to that WriterMachO can write 64-bit and 32-bit mach-o...
Nick Kledzik
2012-06-07
1
-41
/
+74
*
Major refactoring: Remove Platform concept. In its place there are
Nick Kledzik
2012-05-31
1
-0
/
+1533