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
/
Relocations.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ensure that Elf_Rel addends are always written for dynamic relocations
Alexander Richardson
2018-02-16
1
-2
/
+2
*
Add a simpler version of addReloc. NFC.
Rafael Espindola
2018-02-13
1
-19
/
+17
*
[ELF] Make overlapping output sections an error
Alexander Richardson
2018-01-31
1
-7
/
+0
*
Inline foot gun into only valid use.
Rafael Espindola
2018-01-16
1
-1
/
+4
*
Fix another case we were using the wrong visibility.
Rafael Espindola
2018-01-16
1
-1
/
+1
*
Rename --icf-data and add a corresponding flag for functions.
Rafael Espindola
2018-01-10
1
-1
/
+18
*
Rewrite our relocation processing.
Rafael Espindola
2018-01-09
1
-186
/
+146
*
Move scanReloc to an auxiliary function.
Rafael Espindola
2018-01-08
1
-146
/
+155
*
Simplify handling of size relocations.
Rafael Espindola
2018-01-05
1
-4
/
+0
*
Centralize Config->IsRela handling.
Rafael Espindola
2018-01-05
1
-19
/
+4
*
Inline a function that is only called once. NFC.
Rafael Espindola
2018-01-04
1
-31
/
+26
*
Use references for a few arguments that are never null.
Rafael Espindola
2018-01-03
1
-13
/
+13
*
Mention symbol name in error message.
Rafael Espindola
2018-01-03
1
-4
/
+3
*
Use getLocation to improve error message.
Rafael Espindola
2018-01-03
1
-2
/
+2
*
Update code as this also handles GOT relocations.
Rafael Espindola
2018-01-03
1
-1
/
+1
*
Use a switch. NFC.
Rafael Espindola
2018-01-03
1
-5
/
+8
*
Refactor duplicated expression.
Rafael Espindola
2018-01-03
1
-4
/
+3
*
Use a swtich. NFC.
Rafael Espindola
2018-01-03
1
-4
/
+7
*
Simplify mips gprel handling.
Rafael Espindola
2018-01-03
1
-23
/
+7
*
Don't assume that size relocations are always constant.
Rafael Espindola
2018-01-03
1
-1
/
+5
*
Produce relocations with weak undef if the section is RW.
Rafael Espindola
2018-01-03
1
-6
/
+6
*
Allow copy relocation with -z notext.
Rafael Espindola
2017-12-28
1
-5
/
+8
*
Don't try to preempt protected symbols with -z notext.
Rafael Espindola
2017-12-27
1
-10
/
+10
*
[ELF] - Allow relocation to a weak undefined symbol when -z notext is given.
George Rimar
2017-12-27
1
-13
/
+13
*
Allow relocations in rw sections to create plt entries.
Rafael Espindola
2017-12-24
1
-8
/
+4
*
Detemplate reportDuplicate.
Rafael Espindola
2017-12-23
1
-12
/
+9
*
[ELF] - Allow using PLT relocations when "-z notext" is given.
George Rimar
2017-12-23
1
-28
/
+38
*
Call isStaticLinkTimeConstant only once per relocation.
Rafael Espindola
2017-12-21
1
-7
/
+10
*
Use a reference for the shared symbol file.
Rafael Espindola
2017-12-20
1
-5
/
+5
*
Don't write preemptible symbol values to the .got.
Rafael Espindola
2017-12-18
1
-1
/
+1
*
Move RelaPlt and RelaIplt to InX. NFC.
Rafael Espindola
2017-12-10
1
-5
/
+5
*
Move RelaDyn to InX. NFC.
Rafael Espindola
2017-12-10
1
-21
/
+20
*
Remove some includes from InputFiles.h.
Rafael Espindola
2017-12-09
1
-0
/
+1
*
Add a call to std::vector::reserve.
Rafael Espindola
2017-12-06
1
-0
/
+3
*
Fix a crash.
Rafael Espindola
2017-12-06
1
-2
/
+2
*
Use Symbol::File directly.
Rafael Espindola
2017-11-29
1
-2
/
+2
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
Bring back r319008.
Rafael Espindola
2017-11-28
1
-0
/
+1
*
[ELF][MIPS] Fix crash in LLD when linking code that needs PIC thunks
Alexander Richardson
2017-11-20
1
-0
/
+2
*
[ELF] Fix typo in comment for getISDThunkSec [NFC]
Peter Smith
2017-11-06
1
-1
/
+1
*
ELF: Merge DefinedRegular and Defined.
Peter Collingbourne
2017-11-06
1
-1
/
+1
*
Rename Body -> Sym.
Rui Ueyama
2017-11-04
1
-113
/
+110
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-19
/
+17
*
[ELF] - Teach LLD to report line numbers for data symbols.
George Rimar
2017-11-01
1
-2
/
+2
*
Merge SymbolBody and Symbol into one class, SymbolBody.
Rui Ueyama
2017-10-31
1
-4
/
+4
*
Skip abs symbols when handling copy reloc aliases.
Rafael Espindola
2017-10-30
1
-1
/
+2
*
Reduce sizeof(Symbol) from 104 bytes to 88 bytes.
Rui Ueyama
2017-10-28
1
-1
/
+1
*
Pass symbol attributes instead of ElfSym to Shared symbol ctor.
Rui Ueyama
2017-10-28
1
-9
/
+6
*
[ELF] Add support for multiple passes to createThunks()
Peter Smith
2017-10-27
1
-22
/
+160
*
[ELF] Introduce range extension thunks for ARM
Peter Smith
2017-10-27
1
-23
/
+45
[prev]
[next]