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
...
*
Introduce CommonSymbol.
Rui Ueyama
2019-05-16
1
-4
/
+4
*
Simplify SymbolTable::add{Defined,Undefined,...} functions.
Rui Ueyama
2019-05-16
1
-50
/
+54
*
Move SymbolTable::addFile to InputFiles.cpp.
Rui Ueyama
2019-05-14
1
-0
/
+87
*
Rename a variable and add a comment.
Rui Ueyama
2019-04-10
1
-2
/
+2
*
De-template SymbolTable::addShared.
Rui Ueyama
2019-04-09
1
-2
/
+5
*
ELF: Move verneed tracking data structures out of VersionNeedSection.
Peter Collingbourne
2019-04-08
1
-0
/
+2
*
ELF: De-template SharedFile. NFCI.
Peter Collingbourne
2019-04-08
1
-102
/
+121
*
ELF: De-template ELFFileBase. NFCI.
Peter Collingbourne
2019-04-05
1
-42
/
+40
*
ELF: Simplify. NFCI.
Peter Collingbourne
2019-04-05
1
-7
/
+4
*
ELF: Move SymtabSHNDX and getSectionIndex() to ObjFile. NFCI.
Peter Collingbourne
2019-04-04
1
-8
/
+6
*
[ELF] Print a better error for an archive containing a non-ELF file.
Eli Friedman
2019-03-12
1
-5
/
+7
*
Include an archive file name in an error message for a corrupted file.
Rui Ueyama
2019-03-12
1
-7
/
+15
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
1
-2
/
+13
*
LLD/AMDGPU: Preserve ABI version during linking ELF for AMDGPU
Konstantin Zhuravlyov
2019-02-14
1
-0
/
+1
*
[ELF] Support --{,no-}allow-shlib-undefined
Fangrui Song
2019-02-01
1
-4
/
+8
*
lld: elf: discard more specific .gnu.linkonce section
Nick Desaulniers
2019-01-27
1
-1
/
+2
*
Simplify. NFC.
Rui Ueyama
2019-01-25
1
-4
/
+2
*
Untabify.
Rui Ueyama
2019-01-24
1
-1
/
+1
*
Partial support of SHT_GROUP without flag
Serge Guelton
2019-01-24
1
-22
/
+19
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LLD][ELF] - Support MSP430.
George Rimar
2019-01-10
1
-0
/
+2
*
Use unique_ptr to manage a TarWriter instance. NFC.
Rui Ueyama
2018-12-18
1
-1
/
+1
*
[ELF] - Do not crash when -r output uses linker script with `/DISCARD/`
George Rimar
2018-11-01
1
-2
/
+10
*
Use llvm::arrayRefFromStringRef
Sam Clegg
2018-10-22
1
-1
/
+1
*
Rename SymbolTable::addRegular -> SymbolTable::addDefined.
Rui Ueyama
2018-10-11
1
-4
/
+4
*
Avoid unnecessary buffer allocation and memcpy for compressed sections.
Rui Ueyama
2018-10-08
1
-1
/
+1
*
[ELF] Fix crash on invalid undefined local symbols
Shoaib Meenai
2018-10-03
1
-9
/
+9
*
[ELF] Read the call graph profile from object files.
Michael J. Spencer
2018-10-02
1
-0
/
+5
*
Reset input section pointers to null on each linker invocation.
Rui Ueyama
2018-09-25
1
-3
/
+3
*
Fix an error message. It must start with a lowercase letter.
Rui Ueyama
2018-09-25
1
-1
/
+1
*
[PPC64] Handle ppc64le triple in getBitcodeMachineKind.
Sean Fertile
2018-09-20
1
-0
/
+1
*
[ELF] Check if LinkSec is nullptr when initializing SHF_LINK_ORDER sections
Fangrui Song
2018-09-07
1
-2
/
+4
*
Handle identifying AMDGPU bitcode files
Matt Arsenault
2018-08-27
1
-0
/
+3
*
[ELF] -thinlto-object-suffix-replace=: don't error if the path does not end w...
Fangrui Song
2018-08-21
1
-6
/
+3
*
[LLD][ELF] - Check the architecture of lazy objects earlier.
George Rimar
2018-08-21
1
-16
/
+2
*
[LLD][ELF] - Remove dead code. NFC.
George Rimar
2018-08-17
1
-4
/
+0
*
[LLD][ELF] - Handle SHT_GROUP more carefully. NFCI.
George Rimar
2018-08-15
1
-1
/
+5
*
[LLD][ELF] - Remove redundant code. NFC.
George Rimar
2018-08-02
1
-2
/
+1
*
Update for DWARF API change
Reid Kleckner
2018-08-01
1
-1
/
+1
*
[ELF][ARM] Implement support for Tag_ABI_VFP_args
Peter Smith
2018-07-31
1
-0
/
+42
*
ELF: Implement --icf=safe using address-significance tables.
Peter Collingbourne
2018-07-18
1
-0
/
+11
*
Implement framework for linking split-stack object files, and x86_64 support.
Sterling Augustine
2018-07-17
1
-6
/
+17
*
[ELF] - Eliminate ObjFile<ELFT>::getLineInfo. NFC.
George Rimar
2018-07-16
1
-8
/
+0
*
Remove a dead variable.
Rui Ueyama
2018-06-09
1
-1
/
+0
*
Correct aligment computation for shared object symbols.
Han Shen
2018-06-06
1
-6
/
+2
*
[ELF] - Also use DW_AT_linkage_name when gathering information about variable...
George Rimar
2018-06-04
1
-3
/
+8
*
Code cleanup in preparation for adding LTO for wasm. NFC.
Sam Clegg
2018-05-22
1
-7
/
+8
*
[ELF] Update due to API change in .debug_line parsing
James Henderson
2018-05-21
1
-3
/
+6
*
Fix typo in error message.
Rui Ueyama
2018-05-17
1
-1
/
+1
*
Improve error message for -thinlto-object-suffix-replace and simplify code.
Rui Ueyama
2018-05-17
1
-10
/
+21
[prev]
[next]