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
...
*
Update for llvm change.
Rafael Espindola
2016-10-17
1
-7
/
+7
*
[ELF] - Don't crash on multiple SHT_MIPS_REGINFO/SHT_MIPS_ABIFLAGS sections.
George Rimar
2016-10-17
1
-0
/
+6
*
[ELF] - Do not crash when object has multiple SHT_MIPS_OPTIONS
George Rimar
2016-10-14
1
-0
/
+3
*
[ThinLTO] Avoid archive member collisions.
Davide Italiano
2016-10-12
1
-6
/
+21
*
Recommit r283733 "[ELF] - Do not crash if common symbol alignment set to valu...
George Rimar
2016-10-10
1
-2
/
+2
*
[ELF][ARM] Fix formatting mistake, removed extra space before ) NFC.
Peter Smith
2016-10-10
1
-1
/
+1
*
[ELF][ARM] Garbage collection support for .ARM.exidx sections
Peter Smith
2016-10-10
1
-0
/
+20
*
[ELF] - Fixed assert fail when symbol table has zero sh_info value.
George Rimar
2016-10-07
1
-1
/
+1
*
[ELF] - Do not crash on invalid size of dynamic section.
George Rimar
2016-10-07
1
-4
/
+4
*
[ELF] - Do not crash when unable to parse ELF object file.
George Rimar
2016-10-07
1
-1
/
+1
*
[ELF] - Make checks in ObjectFile<ELFT>::getSection() stricter.
George Rimar
2016-10-06
1
-3
/
+8
*
[ELF] Do not merge sections in case of relocatable object generation
Simon Atanasyan
2016-10-05
1
-0
/
+9
*
Add a comment.
Rui Ueyama
2016-10-04
1
-1
/
+4
*
[ELF] Don't discard excluded section if -r is used
Eugene Leviant
2016-10-04
1
-1
/
+1
*
[ELF] - Do not crash if common symbol has alignment 0.
George Rimar
2016-10-04
1
-0
/
+3
*
[ELF] - Apply clang-format. NFC.
George Rimar
2016-10-03
1
-13
/
+12
*
Remove an warning message that can be spammy.
Rui Ueyama
2016-09-30
1
-7
/
+0
*
Improve error check for an empty archive.
Rui Ueyama
2016-09-30
1
-10
/
+8
*
Add comments.
Rui Ueyama
2016-09-29
1
-7
/
+10
*
Rename warning -> warn.
Rui Ueyama
2016-09-29
1
-4
/
+4
*
Use InputFile::Symbol instead of auto for consistency.
Rui Ueyama
2016-09-29
1
-6
/
+4
*
[ELF/LTO] Switch to the new resolution-based API.
Davide Italiano
2016-09-29
1
-80
/
+35
*
Warn on empty archive files.
Rui Ueyama
2016-09-28
1
-1
/
+10
*
Sort headers. NFC.
Rafael Espindola
2016-09-28
1
-1
/
+1
*
[ELF] Ignore sections flagged with SHF_EXCLUDE
Eugene Leviant
2016-09-28
1
-0
/
+5
*
Accept sh_entsize = 0.
Rui Ueyama
2016-09-21
1
-4
/
+12
*
Simplify InputFile ownership management.
Rui Ueyama
2016-09-14
1
-20
/
+27
*
Enable merging of SHF_MERGE sections with linker scripts.
Rafael Espindola
2016-09-13
1
-8
/
+0
*
Add comments.
Rui Ueyama
2016-09-12
1
-0
/
+2
*
[ELF] Add support for -b binary
Michael J. Spencer
2016-09-09
1
-0
/
+49
*
Add comments.
Rui Ueyama
2016-09-09
1
-0
/
+4
*
[ELF] Fix DT_NEEDED value.
Davide Italiano
2016-09-08
1
-1
/
+2
*
Compute section names only once.
Rafael Espindola
2016-09-08
1
-50
/
+46
*
[LTO/InputFiles] Merge two ifs into one. NFCI.
Davide Italiano
2016-08-31
1
-5
/
+3
*
[ELF] - Introduce StripPolicy instead of Config->StripAll/StripDebug flags.
George Rimar
2016-08-31
1
-1
/
+1
*
Pass Binding instead of IsWeak to addBitcode.
Rafael Espindola
2016-08-30
1
-3
/
+2
*
[LTO] Fix the logic for dropping unnamed_addr.
Davide Italiano
2016-08-30
1
-9
/
+18
*
[ELF] - Do not use mergeable sections when LS is used.
George Rimar
2016-08-12
1
-0
/
+9
*
[ELF] - Fix for: error "invalid section index: xxx" when linking FreeBSD kernel.
George Rimar
2016-08-12
1
-2
/
+7
*
[ELF][MIPS] Support .MIPS.abiflags section
Simon Atanasyan
2016-08-12
1
-0
/
+4
*
Rename functions that handle bitcode files.
Rui Ueyama
2016-08-03
1
-4
/
+4
*
Do not instantiate Triple twice.
Rui Ueyama
2016-08-03
1
-11
/
+8
*
Add EM_IAMCU support.
Rui Ueyama
2016-08-03
1
-1
/
+1
*
Do not handle zero-sized mergeable section as mergeable.
Rui Ueyama
2016-08-03
1
-0
/
+7
*
Move code for MIPS from createInputSection to initializeSections.
Rui Ueyama
2016-07-26
1
-13
/
+8
*
[ELF][MIPS] Use section type to recognize .reginfo and .MIPS.options sections
Simon Atanasyan
2016-07-26
1
-3
/
+3
*
Implement almost-zero-cost --trace-symbol.
Rui Ueyama
2016-07-17
1
-5
/
+0
*
Add a pointer to a source file to SymbolBody.
Rui Ueyama
2016-07-17
1
-1
/
+1
*
Remove redundant namespace specifiers.
Rui Ueyama
2016-07-16
1
-4
/
+4
*
ELF: Include filenames in error messages.
Rui Ueyama
2016-07-15
1
-19
/
+26
[prev]
[next]