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
...
*
Bitcode: Clean up error handling for certain bitcode query functions.
Peter Collingbourne
2016-11-11
1
-2
/
+2
*
Mirror the llvm changes that split Bitcode/ReaderWriter.h
Teresa Johnson
2016-11-11
1
-1
/
+1
*
Parse relocations only once.
Rafael Espindola
2016-11-10
1
-12
/
+21
*
Remove an overloaded function to simplify.
Rui Ueyama
2016-11-09
1
-6
/
+6
*
[ELF][MIPS] Convert .MIPS.abiflags section to synthetic input section
Simon Atanasyan
2016-11-09
1
-6
/
+0
*
[ELF][MIPS] Convert .reginfo and .MIPS.options sections to synthetic input se...
Simon Atanasyan
2016-11-09
1
-20
/
+0
*
Make Discarded a InputSection.
Rafael Espindola
2016-11-09
1
-1
/
+1
*
Remove dead arguments. NFC.
Rafael Espindola
2016-11-08
1
-7
/
+5
*
[LTO] Don't leak BitcodeFiles. Found by the asan bot.
Davide Italiano
2016-11-08
1
-1
/
+1
*
[ELF] Don't leak the ".data" section. Fixes an asan failure.
Davide Italiano
2016-11-08
1
-1
/
+1
*
Simplify now that this is only used for global symbols.
Rafael Espindola
2016-11-03
1
-4
/
+2
*
Now that the ELFFile constructor does nothing, create it when needed.
Rafael Espindola
2016-11-03
1
-16
/
+17
*
Update for llvm change.
Rafael Espindola
2016-11-03
1
-10
/
+7
*
Simplify by directly using this->Symbols. NFC.
Rui Ueyama
2016-11-03
1
-4
/
+2
*
Change how we store the symbol table.
Rafael Espindola
2016-11-03
1
-26
/
+18
*
Initialize the StringTable early and do it only once.
Rafael Espindola
2016-11-03
1
-13
/
+10
*
Use the getSectionIndex from llvm.
Rafael Espindola
2016-11-03
1
-6
/
+1
*
Use existing ELFObj function. NFC.
Rafael Espindola
2016-11-03
1
-4
/
+1
*
Update for llvm change.
Rafael Espindola
2016-11-03
1
-1
/
+1
*
Update for llvm change.
Rafael Espindola
2016-11-03
1
-2
/
+2
*
Pass the section table around instead of recomputing it.
Rafael Espindola
2016-11-03
1
-12
/
+16
*
We already have the sections, pass them to getSHNDXTable.
Rafael Espindola
2016-11-03
1
-3
/
+4
*
[ELF] - Update after LLVM change (r285886)
George Rimar
2016-11-03
1
-1
/
+1
*
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
[prev]
[next]