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
*
ELF: Discard .gnu.linkonce.* sections.
Peter Collingbourne
2017-01-09
1
-0
/
+8
*
Add linker-script-included files to reproduce tar files.
Rui Ueyama
2017-01-09
1
-4
/
+23
*
Handle versioned undefined symbols.
Rafael Espindola
2017-01-06
1
-6
/
+16
*
Merge elf::toString and coff::toString.
Rui Ueyama
2017-01-06
1
-1
/
+1
*
Use \ as the path separator on Windows.
Rui Ueyama
2017-01-06
1
-2
/
+1
*
Use TarWriter to create tar archives instead of cpio.
Rui Ueyama
2017-01-06
1
-3
/
+3
*
[ELF] Add support for thunks to undefined non-weak symbols
Peter Smith
2017-01-04
1
-1
/
+1
*
Remove lld/Support/Memory.h.
Rui Ueyama
2016-12-18
1
-1
/
+1
*
[ELF] Accept first SHT_ARM_ATTRIBUTES section
Peter Smith
2016-12-14
1
-2
/
+9
*
Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.
Rui Ueyama
2016-12-08
1
-1
/
+1
*
Remove redundant call of std::unique_ptr::get.
Rui Ueyama
2016-12-07
1
-1
/
+1
*
Do not pass line number to convertToUnixPathSeparator.
Rui Ueyama
2016-12-07
1
-2
/
+2
*
Make convertToUnixPathSeparator return a new string instead of mutating argum...
Rui Ueyama
2016-12-07
1
-3
/
+2
*
Format. NFC.
George Rimar
2016-12-07
1
-1
/
+1
*
[ELF] - Print absolute file name in errors when possible.
George Rimar
2016-12-07
1
-4
/
+6
*
Use StringRefZ explicitly instead of const char *.
Rui Ueyama
2016-11-29
1
-1
/
+1
*
Introduce StringRefZ class to represent null-terminated strings.
Rui Ueyama
2016-11-29
1
-12
/
+18
*
Move typedefs inside a class definition.
Rui Ueyama
2016-11-25
1
-2
/
+0
*
Define toString() as a generic function to get a string for error message.
Rui Ueyama
2016-11-23
1
-19
/
+18
*
[ELF] Refactor several error messages
Eugene Leviant
2016-11-23
1
-3
/
+3
*
Remove one of SymbolTable::addRegular function that forwards other addRegular.
Rui Ueyama
2016-11-23
1
-13
/
+18
*
Allow calling getName() on local symbols.
Rui Ueyama
2016-11-23
1
-3
/
+7
*
Change the way how we print out line numbers.
Rui Ueyama
2016-11-21
1
-1
/
+1
*
[ELF] Better error reporting for broken archives
Eugene Leviant
2016-11-21
1
-1
/
+2
*
[ELF] - Better diagnostic for relative relocation to an absolute value error.
George Rimar
2016-11-15
1
-4
/
+6
*
[ELF] - Allow symbols of STT_NOTYPE to be associated with SHT_SYMTAB sections.
George Rimar
2016-11-15
1
-5
/
+6
*
[ELF] - format. NFC.
George Rimar
2016-11-14
1
-4
/
+3
*
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
[next]