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
...
*
Pass the sections to getShtGroupSignature.
Rafael Espindola
2016-11-03
1
-3
/
+8
*
Fix Windows buildbot.
Rui Ueyama
2016-11-02
1
-3
/
+3
*
Reduce number of classes by merging DIHelper with ObjectFile.
Rui Ueyama
2016-11-02
1
-35
/
+21
*
Pass the section table to getSectionStringTable. NFC.
Rafael Espindola
2016-11-02
1
-1
/
+1
*
Don't use getNumSections.
Rafael Espindola
2016-11-02
1
-3
/
+4
*
Update for llvm change.
Rafael Espindola
2016-11-02
1
-3
/
+3
*
Simplify SHF_LINK_ORDER handling. NFC.
Rafael Espindola
2016-11-02
1
-19
/
+9
*
[ELF] - Check that .dynsym is present in DSO if SHT_GNU_versym section is.
George Rimar
2016-11-02
1
-0
/
+3
*
Provide a convenient function to allocate and initialize objects.
Rui Ueyama
2016-11-01
1
-11
/
+8
*
Don't fetch the section string table multiple times. NFC.
Rafael Espindola
2016-11-01
1
-3
/
+5
*
Replace GAlloc with a template function.
Rafael Espindola
2016-11-01
1
-19
/
+8
*
Allow fetching source line, when multiple "AX" sections present
Eugene Leviant
2016-11-01
1
-4
/
+30
*
Consolidate BumpPtrAllocators.
Rui Ueyama
2016-10-28
1
-19
/
+18
*
Define ~DIHelper::DIHelper() in .cpp.
Rui Ueyama
2016-10-27
1
-0
/
+2
*
Don't create a dummy ELF to process a binary file.
Rafael Espindola
2016-10-27
1
-13
/
+26
*
Store OSABI in Config.
Rafael Espindola
2016-10-27
1
-0
/
+1
*
Use fewer allocators.
Rafael Espindola
2016-10-27
1
-4
/
+8
*
Reduce the number of allocators.
Rafael Espindola
2016-10-26
1
-14
/
+15
*
[ELF] Better error reporting for undefined symbols
Eugene Leviant
2016-10-26
1
-0
/
+48
*
Update for llvm change.
Rafael Espindola
2016-10-25
1
-21
/
+14
*
Use a CachedHashString for comdats too.
Rafael Espindola
2016-10-21
1
-14
/
+17
*
Move code from InputFile to ELFCreator to decouple the two files.
Rui Ueyama
2016-10-20
1
-37
/
+5
*
[ELF] - Applied clang format. NFC.
George Rimar
2016-10-20
1
-1
/
+1
*
Add a helper function to define symbols.
Rui Ueyama
2016-10-20
1
-18
/
+14
*
Rename variables so that they are more in line with rest of the code.
Rui Ueyama
2016-10-20
1
-7
/
+7
*
Remove std:: from std::size_t.
Rui Ueyama
2016-10-20
1
-1
/
+1
*
Avoid using getComdatSymbolTable.
Rafael Espindola
2016-10-17
1
-12
/
+17
*
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
[prev]
[next]