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
*
[LLD][ELF][ARM][AArch64] Only round up ThunkSection Size when large OS.
Peter Smith
2020-02-04
1
-0
/
+31
*
[ELF][PPC32] Support range extension thunks with addends
Fangrui Song
2020-01-25
1
-14
/
+7
*
[ELF][PPC32] Support canonical PLT
Fangrui Song
2020-01-25
1
-1
/
+7
*
[ELF] Allow R_PLT_PC (R_PC) to a hidden undefined weak symbol
Fangrui Song
2020-01-17
1
-0
/
+8
*
[ELF] Delete the RelExpr member R_HINT. NFC
Fangrui Song
2020-01-14
1
-2
/
+2
*
[ELF][Hexagon] Add support for IE relocations
Sid Manning
2020-01-09
1
-1
/
+3
*
[ELF] Delete an unused special rule from isStaticLinkTimeConstant. NFC
Fangrui Song
2020-01-08
1
-10
/
+0
*
[ELF] Drop const qualifier to fix -Wrange-loop-analysis. NFC
Fangrui Song
2020-01-04
1
-1
/
+1
*
[ELF] Don't suggest an alternative spelling for a symbol in a discarded section
Fangrui Song
2019-12-23
1
-4
/
+11
*
[ELF] Delete a redundant R_HINT check from isStaticLinkTimeConstant(). NFC
Fangrui Song
2019-12-22
1
-2
/
+2
*
[ELF] Add IpltSection
Fangrui Song
2019-12-17
1
-6
/
+2
*
[ELF] De-template PltSection::addEntry. NFC
Fangrui Song
2019-12-16
1
-6
/
+6
*
[ELF][PPC64] Support long branch thunks with addends
Fangrui Song
2019-12-05
1
-3
/
+5
*
[ELF][PPC64] Don't copy ppc64BranchltIndex in replaceWithDefined
Fangrui Song
2019-12-05
1
-1
/
+0
*
[ELF][AArch64] Support R_AARCH64_{CALL26,JUMP26} range extension thunks with ...
Fangrui Song
2019-12-02
1
-6
/
+18
*
[ELF][ARM] Add getPCBias()
Fangrui Song
2019-11-27
1
-2
/
+18
*
[ELF] Add a corrector for case mismatch problems
Fangrui Song
2019-11-26
1
-0
/
+8
*
[ELF] Replace SymbolTable::forEachSymbol with iterator_range symbols()
Fangrui Song
2019-11-26
1
-3
/
+4
*
[ELF] Fix stack-use-after-scope after D69592 and 69650
Fangrui Song
2019-11-08
1
-2
/
+4
*
[ELF] Suggest extern "C" when the definition is mangled while an undefined re...
Fangrui Song
2019-11-08
1
-4
/
+36
*
[ELF] Suggest extern "C" when an undefined reference is mangled while the def...
Fangrui Song
2019-11-08
1
-4
/
+23
*
Fix a few typos in lld/ELF to cycle bots
Nico Weber
2019-10-28
1
-4
/
+4
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-13
/
+15
*
[ELF] Make MergeInputSection merging aware of output sections
Fangrui Song
2019-09-24
1
-4
/
+10
*
[ELF] Fix spell corrector: don't call elf::InputFile::getSymbols() on shared ...
Fangrui Song
2019-09-04
1
-1
/
+1
*
[ELF] Add a spell corrector for "undefined symbol" diagnostics
Fangrui Song
2019-09-04
1
-5
/
+80
*
[ELF] Make LinkerScript::assignAddresses iterative
Fangrui Song
2019-08-26
1
-5
/
+0
*
[ELF] Simplify processRelocAux and allow a corner-case error
Fangrui Song
2019-08-19
1
-4
/
+0
*
[ELF] Move (copy relocation/canonical PLT) before error checking
Fangrui Song
2019-08-19
1
-59
/
+55
*
[ELF][Hexagon] Replace R_HEXAGON_GOT with R_GOTPLT
Fangrui Song
2019-08-16
1
-4
/
+4
*
[ELF] Don't special case symbolic relocations with 0 addend to ifunc in writa...
Fangrui Song
2019-08-13
1
-41
/
+0
*
[ELF] Remove unnecessary assignment to `isPreemptible` in replaceWithDefined()
Fangrui Song
2019-08-12
1
-1
/
+0
*
[ELF] Remove redundant isDefined() in Symbol::computeBinding() and delete one...
Fangrui Song
2019-08-11
1
-2
/
+1
*
[ELF] Remove unnecessary assignment to `used` in replaceWithDefined
Fangrui Song
2019-08-11
1
-1
/
+0
*
[ELF] Detemplate maybeReportUndefined and copySectionsIntoPartitions
Fangrui Song
2019-07-26
1
-2
/
+1
*
[ELF] Fix variable names in comments after VariableName -> variableName change
Fangrui Song
2019-07-16
1
-12
/
+12
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-4
/
+4
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-650
/
+650
*
Avoid identifiers that are different only in case. NFC.
Rui Ueyama
2019-07-03
1
-4
/
+4
*
[ELF][RISCV] Support GD/LD/IE/LE TLS models
Fangrui Song
2019-07-01
1
-1
/
+1
*
Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if the sectio...
Fangrui Song
2019-06-26
1
-3
/
+11
*
Revert r362743 "Revert "Revert "Reland D61583 [ELF] Error on relocations to S...
Hans Wennborg
2019-06-25
1
-11
/
+3
*
lld/elf: Deduplicate undefined symbol diagnostics
Nico Weber
2019-06-20
1
-30
/
+91
*
[ELF][ARM][AARCH64][MIPS][PPC] Simplify the logic to create R_*_RELATIVE for ...
Fangrui Song
2019-06-20
1
-11
/
+5
*
[ELF][ARM] Merge handleARMTlsRelocation() into handleTlsRelocation()
Fangrui Song
2019-06-20
1
-65
/
+38
*
Remove two unused parameters
Nico Weber
2019-06-14
1
-4
/
+2
*
[ELF] Don't emit dynamic relocations with weak undef in writable sections
Fangrui Song
2019-06-14
1
-8
/
+10
*
[ELF] Loosen the condition that changes absolute relocation types to relative...
Fangrui Song
2019-06-13
1
-1
/
+7
*
[ELF][RISCV] Treat R_RISCV_{ADD,SET,SUB}* as link-time constants
Fangrui Song
2019-06-12
1
-2
/
+3
*
[ELF][PPC64] Don't report "relocation refers to a discarded section" for .toc
Fangrui Song
2019-06-12
1
-0
/
+9
[next]