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
...
*
De-template DefinedRegular.
Rui Ueyama
2017-02-28
1
-2
/
+2
*
Add Triple::thumb to getBitcodeMachineKind
Sean Silva
2017-02-28
1
-0
/
+1
*
Use uint64_t instead of uintX_t where the larger type just works.
Rui Ueyama
2017-02-24
1
-6
/
+6
*
Make InputSection a class. NFC.
Rafael Espindola
2017-02-23
1
-18
/
+18
*
Slightly improve an error message.
Rui Ueyama
2017-02-23
1
-1
/
+2
*
Add a comment about .note.GNU-split-stack.
Rui Ueyama
2017-02-23
1
-0
/
+4
*
Update comment: .note.GNU-stack is added by default today.
Rui Ueyama
2017-02-23
1
-3
/
+4
*
Update a comment about .note.GNU-stack.
Rui Ueyama
2017-02-23
1
-4
/
+12
*
Use isa<MergeInputSection> to check if a section is a merge section.
Rui Ueyama
2017-02-23
1
-1
/
+1
*
Convert InputSectionBase to a class.
Rafael Espindola
2017-02-23
1
-10
/
+8
*
Do not use errs() or outs() directly. Instead use message(), log() or error()
Rui Ueyama
2017-02-21
1
-3
/
+2
*
[ELF] - Added support of linkerscript's "/DISCARD/" for --emit-relocs
George Rimar
2017-02-17
1
-2
/
+6
*
[ELF] - Move DependentSections vector from InputSection to InputSectionBase
George Rimar
2017-02-17
1
-2
/
+1
*
[ELF] - Allow section to have multiple dependent sections.
George Rimar
2017-02-16
1
-1
/
+1
*
[ELF] - Do not segfault when using -r and section groups.
George Rimar
2017-02-14
1
-5
/
+8
*
Recommit r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...
George Rimar
2017-02-08
1
-0
/
+7
*
Reverted r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...
George Rimar
2017-02-08
1
-7
/
+0
*
[ELF] - Added partial support for --emit-relocs (no --gc-section case, no /DI...
George Rimar
2017-02-08
1
-0
/
+7
*
[ELF] Use SyntheticSections for Thunks
Peter Smith
2017-02-01
1
-1
/
+1
*
Revert "[ELF][ARM] Use SyntheticSections for Thunks"
Rui Ueyama
2017-01-28
1
-1
/
+1
*
[ELF][ARM] Use SyntheticSections for Thunks
Peter Smith
2017-01-27
1
-1
/
+1
*
Remove error(error_code, const Twine &).
Rui Ueyama
2017-01-12
1
-1
/
+1
*
Make the -b binary .data section rw.
Rafael Espindola
2017-01-11
1
-2
/
+2
*
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
[prev]
[next]