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
...
*
[LLD] Do not overwrite LMAOffset of PT_LOAD header
George Rimar
2018-08-02
1
-8
/
+16
*
[LLD] Only increase LMARegion if different from MemRegion
George Rimar
2018-08-02
1
-1
/
+2
*
lld: add experimental support for SHT_RELR sections.
Rui Ueyama
2018-07-09
1
-1
/
+2
*
[ELF] - Eliminate dead "if". NFC.
George Rimar
2018-07-05
1
-2
/
+0
*
[ELF] - Convert excessive dyn_cast -> cast. NFC.
George Rimar
2018-07-05
1
-3
/
+2
*
[ELF] - Advance position in a memory region when change the Dot.
George Rimar
2018-07-05
1
-0
/
+3
*
[ELF] Don't create empty output section for unreferenced PROVIDEs
James Henderson
2018-07-03
1
-1
/
+8
*
Make ALIGN work with -r in linker scripts
Rui Ueyama
2018-05-17
1
-4
/
+5
*
Delete unused variable.
Rafael Espindola
2018-04-26
1
-1
/
+1
*
Replace SharedSymbols with Defined when creating copy relocations.
Rafael Espindola
2018-04-26
1
-2
/
+2
*
[ELF] - Eliminate the AssertCommand.
George Rimar
2018-04-25
1
-12
/
+0
*
[ELF] - Stop setting OutSecOff too early.
George Rimar
2018-04-09
1
-3
/
+2
*
[ELF] - Reveal more information in -Map file about assignments.
George Rimar
2018-04-05
1
-0
/
+2
*
[ELF] - Cleanup. NFCI.
George Rimar
2018-04-04
1
-2
/
+2
*
Reduce code duplication a bit.
Rafael Espindola
2018-03-26
1
-3
/
+3
*
Reduce code duplication a bit. NFC
Rafael Espindola
2018-03-26
1
-3
/
+2
*
This is PR36799.
George Rimar
2018-03-26
1
-3
/
+9
*
[ELF] - Do not ignore discarding of .rela.plt/.rela.dyn, allow doing custom l...
George Rimar
2018-03-24
1
-2
/
+5
*
[ELF] - Another fix for "LLD crashes with --emit-relocs when trying to procce...
George Rimar
2018-03-23
1
-4
/
+17
*
[ELF] - Show data and assignment commands in the map file.
George Rimar
2018-03-15
1
-0
/
+2
*
[ELF] - Implement INSERT BEFORE.
George Rimar
2018-03-13
1
-9
/
+17
*
[ELF] - Drop special flags for empty output sections.
George Rimar
2018-03-13
1
-7
/
+11
*
[ELF] - Support "INSERT AFTER" statement.
George Rimar
2018-03-08
1
-0
/
+20
*
Use exact uint32_t for uint32_t ELF field. NFC.
Rui Ueyama
2018-03-07
1
-1
/
+1
*
[ELF] - Recommit r326892,r326893 "[ELF] - Report LMA region overflows."
George Rimar
2018-03-07
1
-2
/
+2
*
[ELF] - Revert r326892, r326893.
George Rimar
2018-03-07
1
-2
/
+2
*
[ELF] - Report LMA region overflows.
George Rimar
2018-03-07
1
-2
/
+2
*
[ELF] - Allow discarding .hash and .gnu.hash from linker script.
George Rimar
2018-03-07
1
-0
/
+8
*
[ELF] - Support moving location counter when MEMORY is used.
George Rimar
2018-03-05
1
-29
/
+24
*
[ELF] - Report error when memory region is overflowed by data commands.
George Rimar
2018-03-02
1
-12
/
+15
*
Don't allocate a header bellow address 0.
Rafael Espindola
2018-03-01
1
-4
/
+18
*
[ELF] - Do not remove empty sections that use symbols in expressions.
George Rimar
2018-03-01
1
-5
/
+4
*
Simplify removing empty output sections.
Rafael Espindola
2018-03-01
1
-6
/
+30
*
Simplify. NFC.
Rafael Espindola
2018-02-28
1
-3
/
+3
*
Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.
Rui Ueyama
2018-02-28
1
-1
/
+1
*
[ELF] Process linker scripts deeper when declaring symbols.
Igor Kudrin
2018-02-28
1
-14
/
+33
*
Put undefined symbols from shared libraries in the symbol table.
Rafael Espindola
2018-02-27
1
-4
/
+0
*
[ELF] Create and export symbols provided by a linker script if they reference...
Igor Kudrin
2018-02-27
1
-3
/
+7
*
Keep flags from phantom synthetic sections.
Rafael Espindola
2018-02-26
1
-20
/
+1
*
[ELF] Fix IsPreemptible comment and typo. NFC
Fangrui Song
2018-02-23
1
-1
/
+1
*
[ELF] - Do not remove empty output sections that are explicitly assigned to p...
George Rimar
2018-02-23
1
-21
/
+17
*
[ELF] - Report error if removed empty output section declaration used undefin...
George Rimar
2018-02-23
1
-0
/
+7
*
[ELF] Add comment for preemptible and fix typo. NFC
Fangrui Song
2018-02-23
1
-1
/
+1
*
[ELF] - Support COPY, INFO, OVERLAY output sections attributes.
George Rimar
2018-02-16
1
-0
/
+2
*
[ELF] - Make defsym to work correctly with reserved symbols.
George Rimar
2018-02-07
1
-1
/
+1
*
Sort orphan section if --symbol-ordering-file is given.
Rafael Espindola
2018-01-30
1
-22
/
+8
*
[ELF] - Define linkerscript symbols early.
George Rimar
2018-01-30
1
-7
/
+43
*
Move LMAOffset from the OutputSection to the PhdrEntry. NFC.
Rafael Espindola
2018-01-25
1
-2
/
+2
*
Improve LMARegion handling.
Rafael Espindola
2018-01-25
1
-1
/
+8
*
Simplify. NFC.
Rafael Espindola
2018-01-25
1
-9
/
+5
[prev]
[next]