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
/
OutputSections.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't store an Elf_Sym for most symbols.
Rafael Espindola
2016-04-04
1
-21
/
+13
*
Simplify. NFC.
Rui Ueyama
2016-04-02
1
-5
/
+2
*
Remove DefinedElf class.
Rui Ueyama
2016-04-02
1
-11
/
+2
*
[ELF] Implement infrastructure for thunk code creation
Simon Atanasyan
2016-03-31
1
-10
/
+2
*
[ELF][MIPS] Reduce number of redundant entries in the local part of MIPS GOT
Simon Atanasyan
2016-03-29
1
-9
/
+35
*
Revert r264961. I didn't have asserts enable when testing.
Davide Italiano
2016-03-29
1
-1
/
+1
*
[LTO] Include bitcode symbol name in unreachable messages.
Davide Italiano
2016-03-29
1
-1
/
+1
*
[ELF][MIPS] Add comment with MIPS GOT relocations handling description. NFC.
Simon Atanasyan
2016-03-23
1
-4
/
+28
*
[ELF][MIPS] Delete GotSection::addMipsLocalEntry method
Simon Atanasyan
2016-03-22
1
-4
/
+12
*
Revert "bar"
Rafael Espindola
2016-03-18
1
-2
/
+10
*
bar
Rafael Espindola
2016-03-18
1
-10
/
+2
*
[ELF] - Set the sh_entsize for mergable sections
George Rimar
2016-03-18
1
-0
/
+1
*
Use ELFT instead of ELFFile<ELFT>.
Rui Ueyama
2016-03-14
1
-7
/
+5
*
ELF: Add `Rela` member variable to Config.
Rui Ueyama
2016-03-13
1
-8
/
+8
*
ELF: Redefine canBeDefined as a member function of SymbolBody.
Rui Ueyama
2016-03-13
1
-32
/
+1
*
Cosmetic change. NFC.
Rui Ueyama
2016-03-13
1
-1
/
+2
*
Move an OutputSectionBase member function to the top.
Rui Ueyama
2016-03-13
1
-5
/
+5
*
Simplify. NFC.
Rui Ueyama
2016-03-13
1
-10
/
+3
*
Use RelTy instead of Elf_Rel_Impl<ELFT, isRela> for readability.
Rui Ueyama
2016-03-13
1
-4
/
+3
*
Recommit of r263252, [ELF] - Change all messages to lowercase to be consistent.
George Rimar
2016-03-12
1
-4
/
+4
*
ELF: Implement --build-id.
Rui Ueyama
2016-03-11
1
-0
/
+35
*
Revert r263252: "[ELF] - Change all messages to lowercase to be consistent."
Rui Ueyama
2016-03-11
1
-4
/
+4
*
[ELF] - Change all messages to lowercase to be consistent.
George Rimar
2016-03-11
1
-4
/
+4
*
This reverts the r263125
George Rimar
2016-03-11
1
-8
/
+8
*
Represent local symbols with DefinedRegular.
Rafael Espindola
2016-03-11
1
-3
/
+1
*
Compute value of local symbol with getVA.
Rafael Espindola
2016-03-11
1
-15
/
+6
*
Remember the input section of locals.
Rafael Espindola
2016-03-11
1
-6
/
+14
*
Create a SymbolBody for locals.
Rafael Espindola
2016-03-11
1
-26
/
+29
*
ELF: Add --thread option and partially parallelize writeTo().
Rui Ueyama
2016-03-11
1
-2
/
+8
*
Move getLocalRelTarget to the file where it is used.
Rafael Espindola
2016-03-10
1
-67
/
+0
*
[ELF] - Consistent spelling for error/warning messages
George Rimar
2016-03-10
1
-8
/
+8
*
ELF: Remove non-standard ELF features from AMDGPU target.
Rafael Espindola
2016-03-09
1
-7
/
+1
*
Remove an unnecessary hack.
Rafael Espindola
2016-03-08
1
-9
/
+2
*
Delete isTlsDynRel.
Rafael Espindola
2016-03-08
1
-2
/
+9
*
[ELF] - Simplify a SymbolBody class interface a bit.
George Rimar
2016-03-06
1
-1
/
+1
*
[ELF] Be slightly more consistent, use uint8_t instead of unsigned char.
Davide Italiano
2016-03-03
1
-1
/
+1
*
[ELF] Fix reading of PC values of FDEs
Simon Atanasyan
2016-03-02
1
-15
/
+23
*
Rename elf2 to elf.
Rafael Espindola
2016-02-28
1
-7
/
+7
*
Simplify. NFC.
Rui Ueyama
2016-02-26
1
-3
/
+2
*
Add comment on AMDGPU that the difference has no obvious reason.
Rui Ueyama
2016-02-26
1
-2
/
+5
*
[ELF] - Implemented linkerscript sections padding.
George Rimar
2016-02-26
1
-0
/
+11
*
Fix some confusion about what can be preempted.
Rafael Espindola
2016-02-26
1
-22
/
+10
*
[ELF][MIPS] Remove redundant namespace qualifier. NFC
Simon Atanasyan
2016-02-25
1
-1
/
+1
*
ELF: Implement ICF.
Rui Ueyama
2016-02-25
1
-0
/
+1
*
[ELF][MIPS] Add STO_MIPS_PLT flag to the symbols require pointer equality
Simon Atanasyan
2016-02-25
1
-0
/
+8
*
[ELF] - Referencing __start or __stop should keep the section from GC.
George Rimar
2016-02-25
1
-0
/
+13
*
[ELF2] - Basic implementation of -r/--relocatable
George Rimar
2016-02-25
1
-3
/
+25
*
ELF: Do not instantiate InputSectionBase::Discarded.
Rui Ueyama
2016-02-24
1
-2
/
+2
*
ELF: Remove InputSectionBase::getAlign and instead add Align member.
Rui Ueyama
2016-02-24
1
-6
/
+5
*
ELF: Remove InputSectionBase::isLive and use Live member instead. NFC.
Rui Ueyama
2016-02-24
1
-2
/
+2
[prev]
[next]