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
...
*
Delete trivial setter.
Rafael Espindola
2017-02-24
1
-1
/
+1
*
Delete trivial getter.
Rafael Espindola
2017-02-24
1
-5
/
+5
*
Make InputSection a class. NFC.
Rafael Espindola
2017-02-23
1
-3
/
+3
*
[ELF] - Refactoring of LMA offset handling code. NFC.
George Rimar
2017-02-23
1
-5
/
+6
*
Merge InputSectionData and InputSectionBase.
Rafael Espindola
2017-02-23
1
-10
/
+10
*
Convert InputSectionBase to a class.
Rafael Espindola
2017-02-23
1
-20
/
+19
*
[ELF] Insert linkerscript symbols directly into symbol table
Petr Hosek
2017-02-21
1
-10
/
+10
*
[ELF] - Do not segfault when using --gc-sections with linker script
George Rimar
2017-02-21
1
-0
/
+2
*
[ELF] - Postpone evaluation of LMA offset.
George Rimar
2017-02-21
1
-2
/
+4
*
[ELF] - Improve diagnostic messages for move location counter errors.
George Rimar
2017-02-21
1
-6
/
+8
*
[ELF] - Make ASSERT() return Dot instead of evaluated value.
George Rimar
2017-02-21
1
-3
/
+2
*
Fix --print-gc-sections with linker scripts.
Rafael Espindola
2017-02-17
1
-1
/
+1
*
[ELF] - Move DependentSections vector from InputSection to InputSectionBase
George Rimar
2017-02-17
1
-5
/
+1
*
Don't print DISCARD sections as gced.
Rafael Espindola
2017-02-17
1
-1
/
+2
*
Diagnose another case of the location counter moving backwards.
Rafael Espindola
2017-02-17
1
-14
/
+18
*
Reject moving the location counter backwards.
Rafael Espindola
2017-02-17
1
-21
/
+24
*
Share more output section creation code.
Rafael Espindola
2017-02-16
1
-14
/
+2
*
[ELF] - Do not crash when discarding sections that are referenced by others.
George Rimar
2017-02-16
1
-0
/
+5
*
Ignore relocation sections in linker scripts.
Rafael Espindola
2017-02-16
1
-0
/
+5
*
Apply different tokenization rules to linker script expressions.
Rui Ueyama
2017-02-15
1
-4
/
+10
*
Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}.
Rui Ueyama
2017-02-14
1
-3
/
+3
*
ELF: Read all dynamic lists specified on the command line.
Peter Collingbourne
2017-02-13
1
-1
/
+2
*
Revert "Simplify symbol computation for non alloc sections."
Rafael Espindola
2017-02-08
1
-3
/
+10
*
[ELF] - Linkerscript - fix handling of OUTPUT_ARCH command.
George Rimar
2017-02-08
1
-3
/
+3
*
[ELF] Handle output section alignment in linker scripts
Petr Hosek
2017-02-07
1
-0
/
+4
*
Simplify symbol computation for non alloc sections.
Rafael Espindola
2017-02-07
1
-10
/
+3
*
Handle the case where 'local' is the name of a global in a version script:
Dmitry Mikulin
2017-02-07
1
-1
/
+1
*
[ELF] - Assign proper values for DefinedSynthetic symbols attached to non-all...
George Rimar
2017-02-07
1
-2
/
+6
*
[ELF] - Refactoring: reuse similar method.
George Rimar
2017-02-07
1
-33
/
+20
*
Handle symbol assignments before the first section switch.
Rafael Espindola
2017-02-06
1
-8
/
+16
*
Simplify. NFC.
Rafael Espindola
2017-02-03
1
-18
/
+16
*
Handle numbers followed by ":" in linker scripts.
Rafael Espindola
2017-02-03
1
-6
/
+11
*
Update comments.
Rui Ueyama
2017-02-02
1
-3
/
+22
*
[ELF] - Recommit r293749. Improve comment. NFC.
George Rimar
2017-02-01
1
-2
/
+1
*
[ELF] - Revert r293749
George Rimar
2017-02-01
1
-1
/
+2
*
(no commit message)
George Rimar
2017-02-01
1
-2
/
+1
*
[ELF] - Linkerscript: properly mark minus expression with non-absolute flag
George Rimar
2017-02-01
1
-7
/
+8
*
[ELF] - Linkerscript: do not fail on additional semicolons in linkerscript.
George Rimar
2017-01-31
1
-1
/
+4
*
Revert commits r293276 and r293278.
Rafael Espindola
2017-01-27
1
-1
/
+1
*
[ELF] Bypass section type check
Eugene Leviant
2017-01-27
1
-1
/
+1
*
Rename NotFlags -> NegFlags.
Rui Ueyama
2017-01-26
1
-7
/
+7
*
Use StringRef::lower only once instead of calling ::tolower many times.
Rui Ueyama
2017-01-26
1
-5
/
+7
*
Split ScriptParser::readMemory.
Rui Ueyama
2017-01-26
1
-27
/
+25
*
[LinkerScript] Implement `MEMORY` command
Meador Inge
2017-01-24
1
-1
/
+140
*
[ELF] - Linkerscripts: ignore CONSTRUCTORS in output section declaration.
George Rimar
2017-01-23
1
-0
/
+4
*
Reduce code duplication when allocating program headers.
Rafael Espindola
2017-01-20
1
-11
/
+1
*
[ELF] - Do not crash when assign common symbol's values in script
George Rimar
2017-01-20
1
-6
/
+1
*
[ELF] - Support optional comma after output section command.
George Rimar
2017-01-17
1
-0
/
+3
*
Add support for anonymous local symbols.
Rafael Espindola
2017-01-10
1
-18
/
+15
*
[ELF] Allow defined symbols to be assigned from linker script
Meador Inge
2017-01-09
1
-32
/
+49
[prev]
[next]