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] - linkerscript AT keyword (in output section description) implemented.
George Rimar
2016-08-17
1
-0
/
+18
*
[ELF] Set MAXPAGESIZE to 2MiB on x86-64 to match bfd and gold.
Michael J. Spencer
2016-08-17
1
-1
/
+3
*
[ELF] Ignore .interp section in case linker script specifies PHDRS without PT...
Eugene Leviant
2016-08-16
1
-0
/
+9
*
[ELF] Linkerscript: support hidden symbols assignments
Petr Hosek
2016-08-16
1
-5
/
+7
*
[ELF] Linkerscript: fix bug in assignOffsets (check Sym for non-null)
Eugene Leviant
2016-08-15
1
-2
/
+4
*
[ELF] - Linkerscript: fix VA value assigned to sections when using constraints.
George Rimar
2016-08-12
1
-10
/
+26
*
[ELF] - Remove excessive loop in LinkerScript<ELFT>::assignAddresses()
George Rimar
2016-08-12
1
-26
/
+26
*
[ELF] - Linkerscript: reimplemented output sections constrains matching funct...
George Rimar
2016-08-12
1
-38
/
+19
*
Rename getSizeOfHeaders -> getHeaderSize.
Rui Ueyama
2016-08-12
1
-8
/
+8
*
Early continue. NFC.
Rui Ueyama
2016-08-12
1
-11
/
+14
*
Simplify LinkerScript<ELFT>::createSections.
Rui Ueyama
2016-08-12
1
-16
/
+11
*
Remove excessive parentheses.
Rui Ueyama
2016-08-12
1
-1
/
+1
*
Create only one section for a name in LinkerScript.
Rui Ueyama
2016-08-12
1
-78
/
+62
*
Allocate LayoutInputSections using SpecificBumpPtrAllocator.
Rui Ueyama
2016-08-12
1
-20
/
+14
*
Remove OutputSectionBuilder::finalize.
Rui Ueyama
2016-08-12
1
-15
/
+4
*
Remove useless local variable.
Rui Ueyama
2016-08-12
1
-3
/
+2
*
Split LinkerScript<ELFT>::createSections.
Rui Ueyama
2016-08-12
1
-24
/
+33
*
Replace a variadic forwarding template function with less complex ones.
Rui Ueyama
2016-08-11
1
-26
/
+28
*
Make class hierarchy more shallow.
Rui Ueyama
2016-08-11
1
-3
/
+4
*
Remove trailing whitespace.
Rui Ueyama
2016-08-11
1
-1
/
+1
*
Add comments.
Rui Ueyama
2016-08-11
1
-1
/
+12
*
[ELF] Symbol assignment within output section description
Eugene Leviant
2016-08-11
1
-72
/
+201
*
[ELF] - Linkerscript: implement SIZEOF_HEADERS.
George Rimar
2016-08-10
1
-1
/
+23
*
Remove unreachable `return`. NFC.
Rui Ueyama
2016-08-09
1
-1
/
+0
*
Remove isOutputDynamic and use Out<ELFT>::DynSymTab instead.
Rui Ueyama
2016-08-09
1
-1
/
+1
*
Simplify. NFC.
Rui Ueyama
2016-08-05
1
-19
/
+8
*
Move invariants outside of a lambda. NFC.
Rui Ueyama
2016-08-05
1
-3
/
+3
*
Make combine() non-member function.
Rui Ueyama
2016-08-05
1
-35
/
+34
*
Split InputSectionDescription::Sort into SortInner and SortOuter.
Rui Ueyama
2016-08-04
1
-42
/
+41
*
Remove redundant argument.
Rafael Espindola
2016-08-04
1
-10
/
+6
*
[ELF] - Linkerscript: implemented ASSERT() keyword.
George Rimar
2016-08-04
1
-0
/
+28
*
[ELF] - Linkerscript: Fixed SORT_BY_ALIGNMENT sorting order.
George Rimar
2016-08-04
1
-2
/
+2
*
[ELF] Linkerscript: remove repeated sections in filter()
Eugene Leviant
2016-08-04
1
-12
/
+12
*
Remove buggy PROVIDE-in-output-description command.
Rui Ueyama
2016-08-04
1
-9
/
+3
*
Make ScriptParser::read* functions more functional style.
Rui Ueyama
2016-08-04
1
-53
/
+53
*
Make filler expression compatible with gold.
Rui Ueyama
2016-08-03
1
-7
/
+8
*
Create only one vector instead of two.
Rui Ueyama
2016-08-03
1
-8
/
+10
*
Revert 277594, it caused PR28827
Nico Weber
2016-08-03
1
-4
/
+5
*
Remove redundant argument.
Rafael Espindola
2016-08-03
1
-5
/
+4
*
[ELF] - Linkerscript: support all kinds of sorting (including nested).
George Rimar
2016-08-03
1
-10
/
+49
*
Support expressions inside FLAGS.
Rafael Espindola
2016-08-02
1
-1
/
+3
*
[LinkerScript] Filler can have a decimal value.
Davide Italiano
2016-07-29
1
-5
/
+11
*
[ELF] - Linkerscript: implemented SIZEOF(section)
George Rimar
2016-07-29
1
-13
/
+42
*
[ELF] - Linkerscript: Implemented SORT command.
George Rimar
2016-07-29
1
-6
/
+32
*
[ELF] - Linkerscript: make addSection() global function instead lambda. NFC.
George Rimar
2016-07-29
1
-13
/
+16
*
[ELF] - Update comment. NFC.
George Rimar
2016-07-29
1
-4
/
+1
*
Remove `continue` at end of a for-loop.
Rui Ueyama
2016-07-29
1
-3
/
+1
*
Split readOutputSectionDescription.
Rui Ueyama
2016-07-29
1
-8
/
+12
*
Remove `Ignore` flag from SymbolAssignment class.
Rui Ueyama
2016-07-29
1
-21
/
+17
*
Rename DoLayout -> HasContents. NFC.
Rui Ueyama
2016-07-29
1
-1
/
+1
[prev]
[next]