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
...
*
Move getLocalRelTarget to the file where it is used.
Rafael Espindola
2016-03-10
1
-0
/
+42
*
Remove an unnecessary hack.
Rafael Espindola
2016-03-08
1
-1
/
+1
*
Delete isTlsDynRel.
Rafael Espindola
2016-03-08
1
-6
/
+3
*
[ELF] - Simplify a SymbolBody class interface a bit.
George Rimar
2016-03-06
1
-1
/
+1
*
Refactor target independent code.
Rafael Espindola
2016-03-04
1
-1
/
+1
*
[ELF] Generalize symbol type handling.
Davide Italiano
2016-03-04
1
-1
/
+1
*
Rename 'fatal' to 'check' when it doesn't always fail.
Rafael Espindola
2016-03-03
1
-2
/
+2
*
Simplify error handling.
Rafael Espindola
2016-03-03
1
-7
/
+2
*
[ELF] - add support for relocations against local symbols when producing relo...
George Rimar
2016-03-03
1
-5
/
+9
*
Rename elf2 to elf.
Rafael Espindola
2016-02-28
1
-25
/
+25
*
Refactor multiple calls to canBePreempted.
Rafael Espindola
2016-02-26
1
-2
/
+3
*
Fix some confusion about what can be preempted.
Rafael Espindola
2016-02-26
1
-2
/
+2
*
[ELF][MIPS] Calculate combined addend for R_MIPS_GOT16 against local symbol
Simon Atanasyan
2016-02-25
1
-15
/
+38
*
ELF: Implement ICF.
Rui Ueyama
2016-02-25
1
-2
/
+9
*
[ELF2] - Basic implementation of -r/--relocatable
George Rimar
2016-02-25
1
-1
/
+50
*
ELF: Do not instantiate InputSectionBase::Discarded.
Rui Ueyama
2016-02-24
1
-5
/
+2
*
Move target independent code out of x86_64 only path.
Rafael Espindola
2016-02-24
1
-1
/
+1
*
ELF: Remove InputSectionBase::getAlign and instead add Align member.
Rui Ueyama
2016-02-24
1
-0
/
+5
*
ELF: Remove InputSectionBase::isLive and use Live member instead. NFC.
Rui Ueyama
2016-02-24
1
-1
/
+7
*
ELF: Make some functions constant. NFC.
Rui Ueyama
2016-02-24
1
-2
/
+2
*
Simplify. NFC.
Rafael Espindola
2016-02-23
1
-1
/
+1
*
Remove a trivial getter.
Rafael Espindola
2016-02-22
1
-1
/
+1
*
Fixed comments formatting. NFC.
George Rimar
2016-02-18
1
-1
/
+1
*
ELF: Make names for TLS module indices shorter.
Rui Ueyama
2016-02-05
1
-1
/
+1
*
[ELF][MIPS] Add handling for __gnu_local_gp symbol
Simon Atanasyan
2016-02-04
1
-0
/
+2
*
[ELF][MIPS] Replace needsMipsLocalGot function by canBePreempted
Simon Atanasyan
2016-02-04
1
-1
/
+1
*
Define SymbolBody::getSize instead of getSymSize(SymbolBody&). NFC.
Rui Ueyama
2016-02-03
1
-9
/
+1
*
ELF: Teach SymbolBody about how to get its addresses.
Rui Ueyama
2016-02-01
1
-5
/
+5
*
ELF: Make Target's member function names shorter.
Rui Ueyama
2016-01-29
1
-9
/
+8
*
ELF: Remove accessors from Target.
Rui Ueyama
2016-01-29
1
-1
/
+1
*
Rename isTlsOptimized -> canRelaxTls.
Rui Ueyama
2016-01-29
1
-3
/
+3
*
ELF: Rename error -> fatal and redefine error as a non-noreturn function.
Rui Ueyama
2016-01-28
1
-4
/
+4
*
Remove unnecessary object:: prefix.
Rafael Espindola
2016-01-22
1
-24
/
+24
*
[ELF] - fix possible UB when dereferencing null
George Rimar
2016-01-22
1
-1
/
+1
*
Style change. NFC.
Rui Ueyama
2016-01-21
1
-28
/
+24
*
[ELF][MIPS] Initial support of MIPS local GOT entries
Simon Atanasyan
2016-01-21
1
-7
/
+19
*
ELF: Remove dead code.
Rui Ueyama
2016-01-08
1
-1
/
+0
*
ELF: Simplify Target::isSizeReloc and add comments.
Rui Ueyama
2016-01-08
1
-2
/
+7
*
Simplify MipsReginfoInputSection.
Rui Ueyama
2016-01-06
1
-14
/
+5
*
Add llvm_unreachable to unreachable code.
Rui Ueyama
2016-01-06
1
-1
/
+3
*
[ELF][MIPS] Implement R_MIPS_GPREL16/R_MIPS_GPREL32 relocations
Simon Atanasyan
2015-12-25
1
-0
/
+13
*
[ELF] - Fixed handling relocations against zero sized .eh_frame section.
George Rimar
2015-12-25
1
-0
/
+5
*
Delete DefinedAbsolute.
Rafael Espindola
2015-12-24
1
-1
/
+1
*
Mark .eh_frame sections as live by default. NFC.
Rui Ueyama
2015-12-24
1
-1
/
+6
*
Split Defined and DefinedElf.
Rafael Espindola
2015-12-24
1
-1
/
+1
*
[ELF] - fixed not properly handled @GOTTPOFF relocation against local symbols
George Rimar
2015-12-21
1
-33
/
+39
*
[ELF][MIPS] MIPS .reginfo sections handling
Simon Atanasyan
2015-12-20
1
-0
/
+25
*
[ELF] - implemented @indntpoff (x86) relocation and its optimization.
George Rimar
2015-12-17
1
-2
/
+2
*
ELF: Rename relocNeedsCopy -> needsCopyRel
Rui Ueyama
2015-12-17
1
-1
/
+1
*
ELF: Rename isTLS -> isTls for consistency.
Rui Ueyama
2015-12-17
1
-1
/
+1
[prev]
[next]