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 unused parameters.
Rui Ueyama
2016-07-12
1
-8
/
+7
*
Recommit R274836 Add Thunk support framework for ARM and Mips
Peter Smith
2016-07-08
1
-9
/
+16
*
Revert R274836 Add Thunk support framework for ARM and Mips
Peter Smith
2016-07-08
1
-16
/
+9
*
Add Thunk support framework for ARM and Mips
Peter Smith
2016-07-08
1
-9
/
+16
*
Fix endianness issue.
Rui Ueyama
2016-07-07
1
-12
/
+13
*
[ELF] - Support of compressed input sections implemented.
George Rimar
2016-06-24
1
-1
/
+27
*
[ELF][MIPS] Support MIPS TLS relocations
Simon Atanasyan
2016-06-23
1
-0
/
+6
*
Fix a bug that MIPS thunks can overwrite other section contents.
Rui Ueyama
2016-06-23
1
-8
/
+15
*
[ELF][MIPS] Support GOT entries for non-preemptible symbols with different a...
Simon Atanasyan
2016-06-19
1
-7
/
+5
*
Rename Align -> Alignment.
Rui Ueyama
2016-06-17
1
-2
/
+2
*
Implement gd to ie relaxation for aarch64.
Rafael Espindola
2016-06-04
1
-0
/
+4
*
Use adjustRelaxExpr for tls relaxations too.
Rafael Espindola
2016-06-04
1
-28
/
+8
*
Fix implicit plt creation on aarch64.
Rafael Espindola
2016-06-04
1
-0
/
+1
*
Start adding tlsdesc support for aarch64.
Rafael Espindola
2016-06-02
1
-0
/
+5
*
[ELF] - Implemented support for test/binop relaxations from latest ABI.
George Rimar
2016-06-01
1
-0
/
+2
*
Revert "bar"
Rafael Espindola
2016-06-01
1
-3
/
+0
*
bar
Rafael Espindola
2016-06-01
1
-0
/
+3
*
Simplify. NFC.
Rui Ueyama
2016-05-28
1
-2
/
+1
*
Avoid doing binary search.
Rui Ueyama
2016-05-27
1
-12
/
+30
*
[ELF][MIPS] Handle section symbol points to the .MIPS.options / .reginfo section
Simon Atanasyan
2016-05-26
1
-2
/
+7
*
[ELF] - Implemented optimization for R_X86_64_GOTPCREL relocation.
George Rimar
2016-05-25
1
-0
/
+4
*
Fix crash in .eh_frame marker section.
Rafael Espindola
2016-05-24
1
-1
/
+1
*
Simplify. Thanks to Rui for the suggestion.
Rafael Espindola
2016-05-24
1
-6
/
+5
*
Revert "Simplify. Thanks to Rui for the suggestion."
Rafael Espindola
2016-05-24
1
-10
/
+6
*
Simplify. Thanks to Rui for the suggestion.
Rafael Espindola
2016-05-24
1
-6
/
+10
*
Rename EHInputSection -> EhInputSection.
Rui Ueyama
2016-05-24
1
-9
/
+9
*
Create a new file EhFrame.cpp and move code to read .eh_frame there.
Rui Ueyama
2016-05-24
1
-18
/
+2
*
Do not split mergeable sections if they are gc'ed.
Rui Ueyama
2016-05-23
1
-1
/
+7
*
Make file-local function file-local. NFC.
Rui Ueyama
2016-05-23
1
-3
/
+4
*
Split MergeInputSection's ctor. NFC.
Rui Ueyama
2016-05-23
1
-21
/
+34
*
Move splitInputSection from EHOutputSection to EHInputSection.
Rui Ueyama
2016-05-22
1
-0
/
+32
*
Store section contents to SectionPiece. NFC.
Rui Ueyama
2016-05-22
1
-7
/
+7
*
Simplify SplitInputSection::getRangeAndSize.
Rui Ueyama
2016-05-22
1
-11
/
+7
*
Define SectionPiece and use it instead of std::pair<uint_t, uint_t>.
Rui Ueyama
2016-05-22
1
-30
/
+20
*
[ELF] Take into account offset in the output section when read addends for a ...
Simon Atanasyan
2016-05-21
1
-3
/
+3
*
Refactor R_RELAX_TLS_* value computation.
Rafael Espindola
2016-05-20
1
-6
/
+29
*
Simplify a bit. NFC.
Rafael Espindola
2016-05-20
1
-18
/
+18
*
Directly compute the right value for R_RELAX_TLS_GD_TO_IE.
Rafael Espindola
2016-05-20
1
-1
/
+1
*
Make tp offset computation target independent.
Rafael Espindola
2016-05-20
1
-3
/
+6
*
[ELF][MIPS] Rename R_MIPS_GOT_xxx relocation expression kinds
Simon Atanasyan
2016-05-15
1
-2
/
+2
*
Cache result when tail merging too.
Rafael Espindola
2016-05-05
1
-2
/
+3
*
ELF: Do not use -1 to mark pieces of merge sections as being tail merged.
Peter Collingbourne
2016-05-05
1
-4
/
+5
*
Simplify handling of hint relocations.
Rafael Espindola
2016-05-04
1
-0
/
+2
*
[ELF][MIPS] Fix typo in the comment. NFC.
Simon Atanasyan
2016-05-04
1
-1
/
+1
*
[ELF][MIPS] Read/write .MIPS.options section
Simon Atanasyan
2016-05-04
1
-4
/
+37
*
Do not produce broken debug info.
Rui Ueyama
2016-04-29
1
-4
/
+8
*
Skip scanRelocs for non-alloc sections.
Rui Ueyama
2016-04-28
1
-0
/
+42
*
ELF: Move code to where it is used, and related cleanups. NFC.
Peter Collingbourne
2016-04-26
1
-39
/
+1
*
Call repl in getSymbolBody. NFC.
Rafael Espindola
2016-04-26
1
-2
/
+2
*
Fix link failure.
Rui Ueyama
2016-04-22
1
-0
/
+5
[prev]
[next]