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
/
InputSection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove unnecessary template. NFC.
Rafael Espindola
2017-03-08
1
-7
/
+2
*
Convert a few more uses of uintX_t to uint64_t.
Rafael Espindola
2017-03-08
1
-2
/
+1
*
Remove redundant member of InputSectionBase. NFC.
Rafael Espindola
2017-03-08
1
-1
/
+6
*
Rename remaining uses of Addralign to Alignment.
Rafael Espindola
2017-03-07
1
-5
/
+5
*
Remove Config->Rela and define Config->isRela() instead.
Rui Ueyama
2017-03-07
1
-2
/
+2
*
Remove Config->Mips64EL and define Config->isMips64EL() instead.
Rui Ueyama
2017-03-07
1
-3
/
+3
*
Make Discarded a InputSectionBase.
Rafael Espindola
2017-03-06
1
-3
/
+1
*
Detemplate EhInputSection. NFC.
Rafael Espindola
2017-03-06
1
-17
/
+29
*
Detemplate merge (input and synthetic) sections. NFC.
Rafael Espindola
2017-03-06
1
-32
/
+32
*
De-template DefinedRegular.
Rui Ueyama
2017-02-28
1
-7
/
+7
*
De-template SyntheticSection.
Rui Ueyama
2017-02-27
1
-2
/
+2
*
Move SymbolTable<ELFT>::Sections out of the class.
Rui Ueyama
2017-02-27
1
-0
/
+2
*
Remove useless template so that Out<ELFT> becomes just Out.
Rui Ueyama
2017-02-27
1
-8
/
+8
*
Merge OutputSectionBase and OutputSection. NFC.
Rafael Espindola
2017-02-24
1
-5
/
+5
*
Convert EhOutputSection to be a synthetic section.
Rafael Espindola
2017-02-23
1
-1
/
+3
*
Make InputSection a class. NFC.
Rafael Espindola
2017-02-23
1
-34
/
+55
*
[ELF] Ignore R_*_NONE relocs when relocating non-alloc sections
Petr Hosek
2017-02-23
1
-1
/
+5
*
Add another missing instantiation.
Rafael Espindola
2017-02-23
1
-0
/
+5
*
Add missing template instantiations.
Rafael Espindola
2017-02-23
1
-0
/
+10
*
Trying to fix the windows build.
Rafael Espindola
2017-02-23
1
-2
/
+2
*
Merge InputSectionData and InputSectionBase.
Rafael Espindola
2017-02-23
1
-7
/
+7
*
Convert InputSectionBase to a class.
Rafael Espindola
2017-02-23
1
-65
/
+79
*
Addends should always be signed.
Rafael Espindola
2017-02-16
1
-6
/
+5
*
Set the correct r_offset even when creating a R_*_NONE.
Rafael Espindola
2017-02-15
1
-6
/
+7
*
Handle .eh_frame pointing to discarded section in -r.
Rafael Espindola
2017-02-15
1
-2
/
+13
*
Revert "Relax the restriction on what relocations can be in a non-alloc secti...
Rafael Espindola
2017-02-15
1
-3
/
+2
*
Relax the restriction on what relocations can be in a non-alloc section.
Rafael Espindola
2017-02-14
1
-2
/
+3
*
Create only one section symbol per section.
Rafael Espindola
2017-02-11
1
-0
/
+16
*
Recommit r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...
George Rimar
2017-02-08
1
-5
/
+10
*
Reverted r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...
George Rimar
2017-02-08
1
-10
/
+5
*
[ELF] - Added partial support for --emit-relocs (no --gc-section case, no /DI...
George Rimar
2017-02-08
1
-5
/
+10
*
Don't worry about dropping SHF_MERGE.
Rafael Espindola
2017-02-03
1
-7
/
+0
*
Replace MergeOutputSection with a synthetic section.
Rafael Espindola
2017-02-03
1
-2
/
+13
*
[ELF] Use SyntheticSections for Thunks
Peter Smith
2017-02-01
1
-37
/
+0
*
Revert "[ELF][ARM] Use SyntheticSections for Thunks"
Rui Ueyama
2017-01-28
1
-0
/
+37
*
[ELF][ARM] Use SyntheticSections for Thunks
Peter Smith
2017-01-27
1
-37
/
+0
*
[ELF] - Added additional comments on top of r292789 (D29021)
George Rimar
2017-01-24
1
-0
/
+4
*
[ELF] - Stop handling local symbols in a special way.
George Rimar
2017-01-23
1
-1
/
+2
*
Do not use the same name for both a class and a variable.
Rui Ueyama
2017-01-12
1
-3
/
+3
*
Improve an error message and remove fatal(Error &, const Twine &)
Rui Ueyama
2017-01-12
1
-1
/
+2
*
Remove dead code.
Rui Ueyama
2017-01-12
1
-6
/
+1
*
[ELF] - Do not crash if user section has name equal to one of synthetic secti...
George Rimar
2017-01-12
1
-1
/
+4
*
[ELF] - Reuse Decompressor class.
George Rimar
2017-01-12
1
-55
/
+8
*
Merge elf::toString and coff::toString.
Rui Ueyama
2017-01-06
1
-5
/
+5
*
Remove `Compressed` member from InputSectionData.
Rui Ueyama
2016-12-20
1
-8
/
+5
*
Remove lld/Support/Memory.h.
Rui Ueyama
2016-12-18
1
-1
/
+1
*
Rename InputSection.cpp:getSymVA to getRelocTargetVA.
Sean Silva
2016-12-14
1
-12
/
+12
*
Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.
Rui Ueyama
2016-12-08
1
-2
/
+1
*
Inline MergeInputSection::getData().
Rui Ueyama
2016-12-06
1
-10
/
+0
*
ELF/AArch64: consolidate getAArch64Page implementation
Adhemerval Zanella
2016-12-05
1
-7
/
+0
[prev]
[next]