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
/
LinkerScript.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Delete redundant isLive() check. NFC
Fangrui Song
2019-12-15
1
-2
/
+0
*
[ELF] Support input section description .rel[a].dyn in /DISCARD/
Fangrui Song
2019-11-25
1
-1
/
+1
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-3
/
+6
*
ELF: Don't merge SHF_LINK_ORDER sections for different output sections in rel...
Peter Collingbourne
2019-09-30
1
-18
/
+42
*
[ELF] Set SectionBase::partition in processSectionCommands
Fangrui Song
2019-09-26
1
-0
/
+5
*
[ELF] Delete SectionBase::assigned
Fangrui Song
2019-09-24
1
-5
/
+5
*
[ELF] Make MergeInputSection merging aware of output sections
Fangrui Song
2019-09-24
1
-54
/
+41
*
[ELF] Map the ELF header at imageBase
Fangrui Song
2019-09-16
1
-26
/
+17
*
[ELF] Delete a redundant assignment to SectionBase::assigned. NFC
Fangrui Song
2019-09-13
1
-1
/
+0
*
Revert "Revert r370635, it caused PR43241."
Fangrui Song
2019-09-06
1
-45
/
+37
*
Revert r370635, it caused PR43241.
Nico Weber
2019-09-06
1
-37
/
+45
*
[ELF] Do not ICF two sections with different output sections (by SECTIONS com...
Fangrui Song
2019-09-02
1
-45
/
+37
*
[ELF] Make LinkerScript::assignAddresses iterative
Fangrui Song
2019-08-26
1
-1
/
+44
*
[ELF] Delete a redundant dyn_cast<InputSection>. NFC
Fangrui Song
2019-08-25
1
-6
/
+5
*
Fix lld on GCC 5.1 after the C++14 move
JF Bastien
2019-08-15
1
-26
/
+24
*
[LLD] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[ELF] Rename odd variable names "New" after r365730. NFC
Fangrui Song
2019-08-13
1
-8
/
+8
*
[ELF] Expand regions for gaps due to explicit address
Fangrui Song
2019-08-09
1
-0
/
+8
*
[ELF] Fix variable names in comments after VariableName -> variableName change
Fangrui Song
2019-07-16
1
-3
/
+3
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-489
/
+489
*
ELF: Create synthetic sections for loadable partitions.
Peter Collingbourne
2019-06-07
1
-5
/
+7
*
ELF: Introduce a separate bit for tracking whether an output section has ever...
Peter Collingbourne
2019-06-03
1
-4
/
+3
*
[LLD][ELF] - Remove dead code. NFC.
George Rimar
2019-06-03
1
-1
/
+0
*
[ELF] Don't create an output section named `/DISCARD/` if it is assigned to t...
Fangrui Song
2019-06-03
1
-0
/
+3
*
ELF: Add basic partition data structures and behaviours.
Peter Collingbourne
2019-05-29
1
-11
/
+15
*
Move code for symbol resolution from SymbolTable.cpp to Symbols.cpp.
Rui Ueyama
2019-05-23
1
-2
/
+2
*
[ELF] Don't advance position in a memory region when assigning to the Dot
Fangrui Song
2019-05-21
1
-2
/
+0
*
Make replaceSymbol a member function of Symbol.
Rui Ueyama
2019-05-20
1
-2
/
+2
*
Move symbol resolution code out of SymbolTable class.
Rui Ueyama
2019-05-17
1
-6
/
+6
*
Introduce CommonSymbol.
Rui Ueyama
2019-05-16
1
-4
/
+4
*
Simplify SymbolTable::add{Defined,Undefined,...} functions.
Rui Ueyama
2019-05-16
1
-13
/
+14
*
[ELF] Full support for -n (--nmagic) and -N (--omagic) via common page
Peter Smith
2019-05-13
1
-1
/
+3
*
[LLD][ELF] /DISCARD/ output sections should not be orphans
Andrew Ng
2019-04-30
1
-0
/
+1
*
[LLD][ELF] - Do not remove empty sections referenced in LOADADDR/ADDR commands.
George Rimar
2019-04-26
1
-3
/
+9
*
[ELF] Fix a gcc -Wextra warning
Fangrui Song
2019-04-24
1
-2
/
+2
*
[ELF] Change default output section type to SHT_PROGBITS
Andrew Ng
2019-04-23
1
-1
/
+1
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-1
/
+1
*
[ELF] Respect NonAlloc when copying flags from the previous sections
Fangrui Song
2019-04-18
1
-1
/
+2
*
lld: elf: Fix sections with explict addresses in regions
Rui Ueyama
2019-04-18
1
-3
/
+4
*
ELF: Simplify. NFCI.
Peter Collingbourne
2019-03-12
1
-3
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LLD][ELF] - Support discarding the .dynamic section.
George Rimar
2018-12-10
1
-2
/
+1
*
[ELF] - Allow discarding .dynsym from the linker script.
George Rimar
2018-12-10
1
-2
/
+2
*
[LLD][ELF] - Support discarding .dynstr section.
George Rimar
2018-12-10
1
-1
/
+1
*
[ELF] Allow discarding of .rela.plt
Martell Malone
2018-12-04
1
-2
/
+1
*
Remove `Type` parameter from SymbolTable::insert(). NFC.
Rui Ueyama
2018-10-12
1
-2
/
+2
*
Reset input section pointers to null on each linker invocation.
Rui Ueyama
2018-09-25
1
-7
/
+7
*
ELF: Don't examine values of linker script symbols during ICF.
Peter Collingbourne
2018-08-29
1
-0
/
+1
*
[ELF] - Remove dead code from LinkerScript::assignOffsets(). NFC-ihope.
George Rimar
2018-08-06
1
-14
/
+2
*
[LLD][ELF] - Simplify. NFC.
George Rimar
2018-08-02
1
-6
/
+1
[next]