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
...
*
Move isValidCIdentifier to Strings.cpp.
Rui Ueyama
2016-06-29
1
-12
/
+1
*
[ELF][MIPS] Support MIPS TLS relocations
Simon Atanasyan
2016-06-23
1
-1
/
+22
*
Fix a bug that MIPS thunks can overwrite other section contents.
Rui Ueyama
2016-06-23
1
-17
/
+33
*
[ELF] - Implemented version script hierarchies.
George Rimar
2016-06-22
1
-4
/
+25
*
[ELF] - Recommit r273143("[ELF] - Basic versioned symbols support implemented.")
George Rimar
2016-06-20
1
-8
/
+88
*
[ELF][MIPS] Fix predicate used for sorting MIPS dynamic symbol tables
Simon Atanasyan
2016-06-20
1
-2
/
+4
*
Revert r273143 "[ELF] - Basic versioned symbols support implemented."
George Rimar
2016-06-20
1
-88
/
+8
*
[ELF] - Basic versioned symbols support implemented.
George Rimar
2016-06-20
1
-8
/
+88
*
Fixed compilation error under MSVS 2015 (looks like compiler bug). NFC.
George Rimar
2016-06-20
1
-1
/
+2
*
[ELF][MIPS] Support GOT entries for non-preemptible symbols with different a...
Simon Atanasyan
2016-06-19
1
-93
/
+118
*
Rename Align -> Alignment.
Rui Ueyama
2016-06-17
1
-3
/
+3
*
Rename PltZero -> PltHeader.
Rui Ueyama
2016-06-16
1
-3
/
+3
*
Eliminate unnecessary call of SymbolBody::getPltVA.
Rui Ueyama
2016-06-16
1
-1
/
+1
*
[ELF][MIPS] Move MIPS specific code under `if` block to accent its specificit...
Simon Atanasyan
2016-06-10
1
-14
/
+17
*
Handle gd tls relocs pointing to local symbols.
Rafael Espindola
2016-06-08
1
-1
/
+1
*
[ELF] - Removed includeInGnuHashTable() function. NFC.
George Rimar
2016-06-08
1
-6
/
+1
*
[ELF] - Replaced one more hardcode with named constant. NFC.
George Rimar
2016-06-08
1
-2
/
+1
*
[ELF] - Replaced hardcode with named constants. NFC.
George Rimar
2016-06-08
1
-2
/
+1
*
[ELF] - Assign sh_link field of SHT_GNU_versym section to DynSymTab section i...
George Rimar
2016-06-06
1
-0
/
+3
*
Move GlobalDynIndex to SymbolBody.
Rafael Espindola
2016-06-05
1
-4
/
+4
*
Avoid doing binary search.
Rui Ueyama
2016-05-27
1
-0
/
+6
*
[ELF][MIPS] Handle section symbol points to the .MIPS.options / .reginfo section
Simon Atanasyan
2016-05-26
1
-0
/
+2
*
Make SectionPiece 8 bytes smaller on LP64.
Rui Ueyama
2016-05-25
1
-8
/
+8
*
Use range loop.
Rafael Espindola
2016-05-24
1
-3
/
+2
*
Fix a wrong assumption.
Rafael Espindola
2016-05-24
1
-18
/
+21
*
Do not start over relocation search from beginning.
Rui Ueyama
2016-05-24
1
-9
/
+16
*
Handle terminator .eh_frame when creating the index.
Rafael Espindola
2016-05-24
1
-0
/
+4
*
Do not pass the symbol table. NFC.
Rui Ueyama
2016-05-24
1
-9
/
+10
*
Rename EHInputSection -> EhInputSection.
Rui Ueyama
2016-05-24
1
-6
/
+6
*
Create a new file EhFrame.cpp and move code to read .eh_frame there.
Rui Ueyama
2016-05-24
1
-99
/
+1
*
Use range-based for.
Rui Ueyama
2016-05-24
1
-4
/
+1
*
Make getFdeEncoding a non-member function.
Rui Ueyama
2016-05-24
1
-5
/
+3
*
Fix typos.
Rui Ueyama
2016-05-23
1
-2
/
+2
*
Remove EhFrameHeader<ELFT>::reserveFde. NFC.
Rui Ueyama
2016-05-23
1
-15
/
+7
*
Make .eh_frame a singleton output object.
Rui Ueyama
2016-05-23
1
-18
/
+11
*
Do not propagate section name and attributes to .eh_frame.
Rui Ueyama
2016-05-23
1
-3
/
+2
*
Rename EHOutputSection -> EhOutputSection for consistency.
Rui Ueyama
2016-05-23
1
-15
/
+15
*
Refactor EhFrameHdr.
Rui Ueyama
2016-05-23
1
-60
/
+61
*
Add comment.
Rui Ueyama
2016-05-23
1
-0
/
+4
*
Simplify. NFC.
Rui Ueyama
2016-05-23
1
-5
/
+5
*
Move splitInputSection from EHOutputSection to EHInputSection.
Rui Ueyama
2016-05-22
1
-36
/
+1
*
Attempt to unbreak buildbots.
Rui Ueyama
2016-05-22
1
-8
/
+8
*
Refactor EHOutputSection.
Rui Ueyama
2016-05-22
1
-112
/
+130
*
Store section contents to SectionPiece. NFC.
Rui Ueyama
2016-05-22
1
-6
/
+7
*
Use StringPiece::Size instead of calculating it again. NFC.
Rui Ueyama
2016-05-22
1
-28
/
+10
*
Simplify SplitInputSection::getRangeAndSize.
Rui Ueyama
2016-05-22
1
-3
/
+3
*
Use slightly longer names. NFC.
Rui Ueyama
2016-05-22
1
-50
/
+51
*
Use ArrayRef<uint8_t> for binary data instead of StringRef. NFC.
Rui Ueyama
2016-05-22
1
-5
/
+5
*
Define SectionPiece and use it instead of std::pair<uint_t, uint_t>.
Rui Ueyama
2016-05-22
1
-23
/
+20
*
Use uintX_t instead of unsigned.
Rui Ueyama
2016-05-21
1
-1
/
+1
[prev]
[next]