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
/
MachONormalizedFileBinaryReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLD] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
lld matching change for llvm change r308690 to add error handling to
Kevin Enderby
2017-07-20
1
-1
/
+4
*
[MachO] Add missing byte-swaps when reading dyld_info
Tom Stellard
2017-07-07
1
-3
/
+3
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-7
/
+8
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-2
/
+2
*
[lld][MachO] Re-apply r276921 with fix - initialize strings for debug string
Lang Hames
2016-07-27
1
-3
/
+7
*
[lld][MachO] Temporarily revert r276921 - it's causing bot-failures on Linux.
Lang Hames
2016-07-27
1
-7
/
+3
*
[lld][MachO] Add debug info support for MachO.
Lang Hames
2016-07-27
1
-3
/
+7
*
Convert a few macho reader/writer helpers to new error handling. NFC.
Pete Cooper
2016-03-31
1
-9
/
+9
*
Convert readBinary to llvm::Error. NFC
Pete Cooper
2016-03-30
1
-6
/
+7
*
Copy MachO struct to temporary to avoid unaligned load UB.
Pete Cooper
2016-03-23
1
-4
/
+4
*
Generate version min load commands when the platform is unknown.
Pete Cooper
2016-02-04
1
-0
/
+9
*
Use MemoryBufferRef instead of MemoryBuffer&. NFC.
Rafael Espindola
2015-04-27
1
-4
/
+3
*
Use MemoryBufferRef instead of MemoryBuffer&. NFC.
Rafael Espindola
2015-04-24
1
-2
/
+2
*
Return an ErrorOr<std::unique_ptr<File>>. NFC.
Rafael Espindola
2015-04-24
1
-10
/
+12
*
Delete unnecessary generality in loadFile.
Rafael Espindola
2015-04-24
1
-10
/
+9
*
Remove a parameter for file extension from canParse.
Rui Ueyama
2015-04-04
1
-11
/
+5
*
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
/
+2
*
[Core,MachO,Test] Remove trailing whitespace.
Shankar Easwaran
2015-02-22
1
-1
/
+1
*
Re-commit r225674: Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-15
1
-5
/
+4
*
Revert "Convert other drivers to use WrapperNode" and subsequent commits.
Rui Ueyama
2015-01-14
1
-4
/
+5
*
Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-13
1
-5
/
+4
*
[macho] Minor install_name fixes
Jean-Daniel Dupas
2014-12-20
1
-0
/
+2
*
[macho] -rpath support
Jean-Daniel Dupas
2014-12-18
1
-0
/
+5
*
Make File always take the ownership of a MemoryBuffer.
Rui Ueyama
2014-12-12
1
-4
/
+4
*
Separate file parsing from File's constructors.
Rui Ueyama
2014-12-12
1
-15
/
+32
*
[mach-o] propagate dylib version numbers
Nick Kledzik
2014-11-19
1
-1
/
+3
*
Follow-up to r221913. Fix some -Wcast-qual warning reasons.
Simon Atanasyan
2014-11-14
1
-6
/
+6
*
TMP: fix readN & writeN to not encourage UB
Tim Northover
2014-10-27
1
-79
/
+78
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-2
/
+0
*
[mach-o] Support fat archives
Nick Kledzik
2014-10-08
1
-36
/
+44
*
[mach-o] Let darwin driver infer arch from .o files if -arch not used.
Nick Kledzik
2014-09-04
1
-19
/
+54
*
[mach-o] Add support for using export tries
Nick Kledzik
2014-09-03
1
-1
/
+29
*
[mach-o] Support re-exported dylibs
Nick Kledzik
2014-08-13
1
-13
/
+32
*
[mach-o] Add support for LC_DATA_IN_CODE
Nick Kledzik
2014-07-24
1
-8
/
+21
*
[mach-o] refactor KindHandler into ArchHandler and simplify passes.
Nick Kledzik
2014-07-16
1
-21
/
+7
*
[mach-o] add representation for LC_ID_DYLIB to MachONormalizedFile
Tim Northover
2014-07-01
1
-0
/
+9
*
[mach-o] improve errors when mixing architectures
Nick Kledzik
2014-06-30
1
-18
/
+15
*
MachO: support atomization of dylibs.
Tim Northover
2014-06-30
1
-1
/
+2
*
[mach-o] refactor x86_64 relocation handling.
Nick Kledzik
2014-06-27
1
-1
/
+1
*
Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...
Artyom Skrobov
2014-06-14
1
-5
/
+7
*
Left two files out of the previous commit
Artyom Skrobov
2014-06-14
1
-3
/
+3
*
Update for llvm api change.
Rafael Espindola
2014-06-13
1
-8
/
+9
*
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
-3
/
+0
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-20
/
+19
[next]