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
/
MachONormalizedFileYAML.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
*
[YAML] Fix mustQuote return type changed in r320996
Francis Visoiu Mistrih
2017-12-18
1
-3
/
+3
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR
Richard Smith
2017-06-30
1
-1
/
+0
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-2
/
+1
*
[lld][MachO] Add support for S_ATTR_DEBUG to the MachO YAML reader/writer.
Lang Hames
2016-07-26
1
-0
/
+2
*
[lld][MachO] Clean up some unnecessarily verbose code. NFC.
Lang Hames
2016-04-06
1
-4
/
+1
*
[lld][MachO] Check Expected<T> for error prior to destruction.
Lang Hames
2016-04-05
1
-15
/
+17
*
Use Expected<T> instead of ErrorOr<T>in yaml reader. NFC
Pete Cooper
2016-03-31
1
-3
/
+4
*
Convert normalized file to atoms methods to new error handling. NFC.
Pete Cooper
2016-03-30
1
-5
/
+11
*
Use None to construct an empty ArrayRef. NFC.
Pete Cooper
2016-03-24
1
-1
/
+1
*
Avoid UB when creating empty atoms. NFC.
Pete Cooper
2016-03-24
1
-0
/
+2
*
Parsed alignment should be a power of 2.
Pete Cooper
2016-03-24
1
-1
/
+24
*
Set max segment protection level.
Pete Cooper
2016-02-06
1
-4
/
+5
*
Generate version min load commands when the platform is unknown.
Pete Cooper
2016-02-04
1
-0
/
+9
*
[lld][MachO] Recognize __thread_bss sections as zero-fill and set all the
Lang Hames
2015-12-11
1
-1
/
+1
*
[lld] Make the MachO -stack_size default '0', add a test case.
Lang Hames
2015-05-22
1
-1
/
+1
*
[LLD] Add support for the -stack_size option to Darwin ld.
Lang Hames
2015-05-20
1
-0
/
+1
*
Use arithmetic type to represent alignments (not in log2) everywhere.
Rui Ueyama
2015-03-26
1
-15
/
+1
*
Define an implicit constructor which takes actual alignment value to PowerOf2.
Rui Ueyama
2015-03-26
1
-2
/
+2
*
Make PowerOf2's constructor private.
Rui Ueyama
2015-03-26
1
-2
/
+2
*
Remove implicit constructor and operator int from PowerOf2.
Rui Ueyama
2015-03-26
1
-2
/
+15
*
[mach-o] propagate dylib version numbers
Nick Kledzik
2014-11-19
1
-4
/
+30
*
[mach-o] Add support for arm64 (AAarch64)
Nick Kledzik
2014-09-09
1
-0
/
+26
*
[mach-o] Add support for using export tries
Nick Kledzik
2014-09-03
1
-4
/
+7
*
[mach-o] Add support for LC_DATA_IN_CODE
Nick Kledzik
2014-07-24
1
-0
/
+27
*
[mach-o] add representation for LC_ID_DYLIB to MachONormalizedFile
Tim Northover
2014-07-01
1
-1
/
+0
*
[mach-o] improve errors when mixing architectures
Nick Kledzik
2014-06-30
1
-1
/
+9
*
MachO: support atomization of dylibs.
Tim Northover
2014-06-30
1
-0
/
+2
*
Refer to error_code with an std prefix.
Rafael Espindola
2014-06-12
1
-4
/
+2
*
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
-4
/
+2
*
replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-1
/
+1
*
[mach-o] Fix so that mach-o semantic errors return an error rather than assert
Nick Kledzik
2014-05-22
1
-1
/
+3
*
[mach-o] Add support for zero-fill sections.
Nick Kledzik
2014-05-15
1
-2
/
+12
*
[mach-o] Add support and test cases for parsing tentative definitions
Nick Kledzik
2014-05-15
1
-2
/
+12
*
Update to match changes made in r205955
David Majnemer
2014-04-10
1
-0
/
+1
*
s/llvm::dyn_cast/dyn_cast/
Rui Ueyama
2014-04-02
1
-1
/
+0
*
Fix trailing whitespace.
Shankar Easwaran
2014-01-27
1
-80
/
+80
*
[mach-o] enable mach-o and native yaml to be intermixed
Nick Kledzik
2014-01-11
1
-17
/
+50
*
Use the mach-o MH_* name for file types in yaml
Nick Kledzik
2014-01-08
1
-4
/
+4
*
[MachO] Add some missing NListTypes.
Joey Gouly
2014-01-04
1
-0
/
+2
*
[MachO] Begin to add some MachO specific File/Atoms, and add the start of
Joey Gouly
2014-01-03
1
-1
/
+23
*
Fix a gcc-4.8 warning, about extraneous semicolons.
Joey Gouly
2013-12-28
1
-6
/
+6
*
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
-4
/
+14
*
[mach-o] binary reader and writer
Nick Kledzik
2013-11-06
1
-37
/
+3
*
Remove unnecessary namespace qualifier.
Rui Ueyama
2013-11-05
1
-2
/
+2
*
Bug 17569: add namespaces to work with gcc-4.7
Nick Kledzik
2013-10-14
1
-7
/
+17
[next]