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
/
ELF
/
InputFiles.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for ThinLTO plugin option thinlto-object-suffix-replace
Rumeet Dhindsa
2018-05-16
1
-1
/
+5
*
[ELF] - Simplify. NFC.
George Rimar
2018-05-14
1
-1
/
+1
*
[ELF] Rework debug line parsing to use llvm::Error and callbacks (LLD-side)
James Henderson
2018-05-10
1
-1
/
+8
*
Added support for ThinLTO plugin options : thinlto-index-only and thinlto-pre...
Rumeet Dhindsa
2018-05-02
1
-10
/
+7
*
Do not set RequiresNullTerminator. NFC.
Rui Ueyama
2018-04-27
1
-1
/
+1
*
Add --warn-backrefs to maintain compatibility with other linkers
Rui Ueyama
2018-04-09
1
-4
/
+17
*
Avoid some temporary allocations.
Rafael Espindola
2018-04-06
1
-2
/
+8
*
Merge LazyArchive::fetch() and ArchiveFile::getMember(). NFC.
Rui Ueyama
2018-04-03
1
-13
/
+12
*
Re-implement --just-symbols as a regular object file.
Rui Ueyama
2018-03-30
1
-42
/
+28
*
Rename NonLocal -> Global.
Rui Ueyama
2018-03-28
1
-11
/
+11
*
Strip @VER suffices from the LTO output.
Rafael Espindola
2018-03-28
1
-0
/
+4
*
Force SHF_MERGE optimizations with -r.
Rafael Espindola
2018-03-27
1
-3
/
+13
*
Remove extraneous local variable. NFC.
Rui Ueyama
2018-03-27
1
-5
/
+3
*
Update comments.
Rui Ueyama
2018-03-27
1
-11
/
+10
*
Refactor SharedFile::parseRest. NFC.
Rui Ueyama
2018-03-26
1
-56
/
+77
*
Do not add a dummy entry to SharedFile::Verdefs. NFC.
Rui Ueyama
2018-03-24
1
-8
/
+4
*
Remove "FIXME" from a comment.
Rui Ueyama
2018-03-23
1
-7
/
+6
*
Fix the MSVC build.
Rafael Espindola
2018-03-23
1
-1
/
+1
*
Fix PR36793.
Rafael Espindola
2018-03-23
1
-53
/
+38
*
Replace a std::pair with a struct.
Rafael Espindola
2018-03-21
1
-2
/
+2
*
Add a comment about ELF spec and the symbol table's sh_info.
Rui Ueyama
2018-03-15
1
-0
/
+4
*
[ELF] - Formatted comment, fixed mistype. NFC.
George Rimar
2018-03-12
1
-3
/
+2
*
[ELF] - Fix crash relative to SHF_LINK_ORDER sections.
George Rimar
2018-03-08
1
-2
/
+9
*
Return early. NFC.
Rui Ueyama
2018-03-08
1
-0
/
+1
*
Simplify LazyobjFile and readElfSymbols.
Rui Ueyama
2018-03-08
1
-45
/
+34
*
[ELF] Prevent crash when reporting errors if debug line cannot be parsed
James Henderson
2018-03-07
1
-0
/
+2
*
Implement --just-symbols.
Rui Ueyama
2018-03-06
1
-0
/
+41
*
Put undefined symbols from shared libraries in the symbol table.
Rafael Espindola
2018-02-27
1
-1
/
+4
*
[ELF] Create and export symbols provided by a linker script if they reference...
Igor Kudrin
2018-02-27
1
-1
/
+1
*
ELF: Stop collecting a list of symbols in ArchiveFile.
Peter Collingbourne
2018-02-16
1
-2
/
+1
*
[ELF][MIPS] Ignore incorrect version definition index for _gp_disp symbol
Simon Atanasyan
2018-02-07
1
-0
/
+8
*
[ELF] - Report valid binary filename when reporting error.
George Rimar
2018-02-05
1
-2
/
+2
*
Strip .note.gnu.build-id sections if --build-id is given.
Rui Ueyama
2018-02-02
1
-0
/
+8
*
[DWARFv5] Re-enable dumping a line table with no CU.
Paul Robinson
2018-01-29
1
-3
/
+1
*
Detemplate reportDuplicate.
Rafael Espindola
2017-12-23
1
-14
/
+54
*
Pass an InputFile to the InputSection constructor.
Rafael Espindola
2017-12-21
1
-7
/
+5
*
Convert a few more InputFiles to references.
Rafael Espindola
2017-12-21
1
-6
/
+6
*
clang-format. NFC.
Rafael Espindola
2017-12-20
1
-5
/
+5
*
Use a reference in addLazyArchive. NFC.
Rafael Espindola
2017-12-20
1
-1
/
+1
*
Use a reference for the shared symbol file.
Rafael Espindola
2017-12-20
1
-2
/
+2
*
Use a reference for a value that is never null. NFC.
Rafael Espindola
2017-12-20
1
-2
/
+2
*
Use a reference for a value that is never null. NFC.
Rafael Espindola
2017-12-20
1
-5
/
+5
*
Handle a VersymIndex of 0 as an error.
Rafael Espindola
2017-12-15
1
-5
/
+2
*
Fix error messages.
Rui Ueyama
2017-12-15
1
-1
/
+1
*
Use warn() instead of error() to report a bad symbol in a DSO.
Rui Ueyama
2017-12-15
1
-0
/
+6
*
Inline a small function.
Rui Ueyama
2017-12-13
1
-10
/
+5
*
Remove unnecessary use of Repl.
Rafael Espindola
2017-12-13
1
-4
/
+1
*
Compact symbols from 96 to 88 bytes.
Rafael Espindola
2017-12-12
1
-3
/
+5
*
Remove checkToString functions and use toString instead.
Rui Ueyama
2017-12-07
1
-40
/
+30
*
Always evaluate the second argument for CHECK() lazily.
Rui Ueyama
2017-12-06
1
-41
/
+36
[prev]
[next]