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
/
File.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing header (NFC)
Mehdi Amini
2016-04-18
1
-0
/
+1
*
Convert readBinary to llvm::Error. NFC
Pete Cooper
2016-03-30
1
-4
/
+4
*
Convert normalized file to atoms methods to new error handling. NFC.
Pete Cooper
2016-03-30
1
-6
/
+4
*
Remove dead flags.
Rui Ueyama
2016-03-28
1
-2
/
+1
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-10
/
+16
*
Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."
Pete Cooper
2016-03-22
1
-16
/
+10
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-10
/
+16
*
Generate version min load commands when the platform is unknown.
Pete Cooper
2016-02-04
1
-0
/
+12
*
MachoFile should default to using subsections_via_symbols.
Pete Cooper
2016-02-01
1
-1
/
+1
*
Initialize member variable.
Pete Cooper
2016-01-25
1
-1
/
+1
*
Cache the objc image info constraints in file.
Pete Cooper
2016-01-19
1
-0
/
+9
*
Only emit files with subsections_via_symbols if all inputs had that set.
Pete Cooper
2016-01-16
1
-0
/
+6
*
Add checking of differing swift versions in input files.
Pete Cooper
2016-01-16
1
-0
/
+4
*
Check for mismatched arch and OS when linking MachO files.
Pete Cooper
2016-01-14
1
-0
/
+8
*
Add File::kind's for all subclasses of File.
Pete Cooper
2016-01-14
1
-2
/
+8
*
[lld][MachO] Recognize __thread_bss sections as zero-fill and set all the
Lang Hames
2015-12-11
1
-2
/
+15
*
Fix Clang-tidy modernize-use-auto warnings, other minor fixes.
Eugene Zelenko
2015-11-10
1
-10
/
+7
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-3
/
+3
*
Remove implicit constructor and operator int from PowerOf2.
Rui Ueyama
2015-03-26
1
-3
/
+3
*
[Core,MachO,Test] Remove trailing whitespace.
Shankar Easwaran
2015-02-22
1
-7
/
+7
*
Move common code to base class.
Rui Ueyama
2015-01-16
1
-20
/
+0
*
[ELF] Add --as-needed.
Rui Ueyama
2015-01-16
1
-0
/
+2
*
Protect doParse() because that's not a public interface.
Rui Ueyama
2014-12-15
1
-0
/
+1
*
Make File always take the ownership of a MemoryBuffer.
Rui Ueyama
2014-12-12
1
-15
/
+12
*
Separate file parsing from File's constructors.
Rui Ueyama
2014-12-12
1
-7
/
+42
*
[mach-o] Switch MachOFile and MachODylibFile to use BumpPtr in lld::File
Nick Kledzik
2014-12-05
1
-28
/
+24
*
[mach-o] fix whitespace
Nick Kledzik
2014-11-20
1
-3
/
+3
*
[mach-o] use reference with "auto" to prevent copies
Nick Kledzik
2014-11-20
1
-3
/
+3
*
[mach-o] propagate dylib version numbers
Nick Kledzik
2014-11-19
1
-3
/
+11
*
Fix MSVC warning.
Rui Ueyama
2014-11-19
1
-6
/
+9
*
[mach-o] extract atom alignment information from mach-o files
Nick Kledzik
2014-11-18
1
-3
/
+10
*
Fix warnings about missing override.
Rafael Espindola
2014-11-03
1
-1
/
+2
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-4
/
+1
*
[macho] Create references from __eh_frame FDEs to their function.
Tim Northover
2014-10-15
1
-1
/
+14
*
[mach-o] support N_NO_DEAD_STRIP nlist.desc bit
Nick Kledzik
2014-08-21
1
-11
/
+14
*
[mach-o] Support re-exported dylibs
Nick Kledzik
2014-08-13
1
-20
/
+70
*
[mach-o] add initial support for modes in arm code.
Nick Kledzik
2014-07-23
1
-0
/
+10
*
[mach-o] refactor KindHandler into ArchHandler and simplify passes.
Nick Kledzik
2014-07-16
1
-2
/
+5
*
[mach-o] Add parsing of arm/thumb relocations
Nick Kledzik
2014-07-04
1
-6
/
+7
*
MachO: support atomization of dylibs.
Tim Northover
2014-06-30
1
-0
/
+56
*
[mach-o] fix struct initialization to work with Windows compiler
Nick Kledzik
2014-06-27
1
-6
/
+14
*
[mach-o] refactor x86_64 relocation handling.
Nick Kledzik
2014-06-27
1
-9
/
+71
*
Move Simple.h and Alias.h to include/Core.
Rui Ueyama
2014-06-11
1
-1
/
+1
*
[mach-o] Add support for custom sections
Nick Kledzik
2014-05-30
1
-0
/
+16
*
[mach-o] Support parsing of non-lazy-pointer sections
Nick Kledzik
2014-05-28
1
-2
/
+3
*
[mach-o] Add support for zero-fill sections.
Nick Kledzik
2014-05-15
1
-3
/
+15
*
[mach-o] Add support and test cases for parsing tentative definitions
Nick Kledzik
2014-05-15
1
-0
/
+12
*
[mach-o] use new way to copy StringRefs
Nick Kledzik
2014-02-06
1
-10
/
+4
*
[MachO] Add undefined atoms.
Joey Gouly
2014-02-02
1
-0
/
+12
*
[MachO] Add basic support for local symbols.
Joey Gouly
2014-01-13
1
-3
/
+4
[next]