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
...
*
Inline small functions that are used only once as lambdas.
Rui Ueyama
2017-04-05
1
-18
/
+14
*
Add newlines.
Rui Ueyama
2017-04-05
1
-0
/
+8
*
Make dummy variable's scope smaller.
Rui Ueyama
2017-04-05
1
-3
/
+2
*
Update comments.
Rui Ueyama
2017-03-24
1
-3
/
+3
*
[ELF] Allow references to reserved symbols in linker scripts
Petr Hosek
2017-03-23
1
-4
/
+7
*
Make elf::ScriptConfig a LinkerScript class member variable.
Rui Ueyama
2017-03-21
1
-14
/
+13
*
Rename LinkerScriptBase -> LinkerScript.
Rui Ueyama
2017-03-21
1
-38
/
+36
*
Sort. NFC.
Rui Ueyama
2017-03-21
1
-25
/
+25
*
Define Config::Endianness.
Rui Ueyama
2017-03-21
1
-5
/
+3
*
Inline a few functions.
Rafael Espindola
2017-03-20
1
-24
/
+6
*
Initialize dot.
Rafael Espindola
2017-03-20
1
-0
/
+1
*
[ELF] - Reuse Config->IsLE. NFC.
George Rimar
2017-03-20
1
-4
/
+1
*
[ELF] - Combine LinkerScriptBase and LinkerScript<ELFT>
George Rimar
2017-03-20
1
-44
/
+61
*
[ELF] - Apply clang-format. NFC.
George Rimar
2017-03-20
1
-3
/
+3
*
Handle & and | of non abs values.
Rafael Espindola
2017-03-17
1
-3
/
+19
*
Refuse to add two non absolute symbols.
Rafael Espindola
2017-03-17
1
-0
/
+2
*
Support non abs values in the rhs of +.
Rafael Espindola
2017-03-17
1
-0
/
+2
*
Change our linker script expr representation.
Rafael Espindola
2017-03-17
1
-82
/
+116
*
Remove unnecessary (). NFC.
Rafael Espindola
2017-03-17
1
-2
/
+2
*
[ELF] - Detemplate SymbolBody::getVA and SymbolBody::getPltVA. NFC.
George Rimar
2017-03-17
1
-1
/
+1
*
Revert r297850: [ELF] - Linkerscript: make Dot public and remove getDot(). NFC.
Rui Ueyama
2017-03-16
1
-5
/
+5
*
[ELF] - Detemplate SymbolBody::getOutputSection(). NFC.
George Rimar
2017-03-16
1
-1
/
+1
*
[ELF] - Linkerscript: make Dot public and remove getDot(). NFC.
George Rimar
2017-03-15
1
-5
/
+5
*
[ELF] - Move LinkerScript::discard to LinkerScriptBase. NFC.
George Rimar
2017-03-15
1
-3
/
+2
*
Support ABSOLUTE on the right hand side in linker scripts
Petr Hosek
2017-03-15
1
-21
/
+15
*
[ELF] - Move members of LinkerScript to LinkerScriptBase. NFC.
George Rimar
2017-03-14
1
-35
/
+25
*
[ELF] - Remove unnecessary template #6. NFC.
George Rimar
2017-03-14
1
-4
/
+3
*
[ELF] - Remove unnecessary template #5. NFC.
George Rimar
2017-03-14
1
-5
/
+4
*
[ELF] - Devirtualize LinkerScriptBase::getOutputSectionSize. NFC.
George Rimar
2017-03-14
1
-14
/
+13
*
[ELF] - Devirtualize LinkerScriptBase::getOutputSection
George Rimar
2017-03-14
1
-13
/
+12
*
[ELF] - Move ThreadBssOffset and Dot to LinkerScriptBase. NFC.
George Rimar
2017-03-14
1
-5
/
+5
*
[ELF] - Remove unnecessary template #4. NFC.
George Rimar
2017-03-14
1
-2
/
+2
*
[ELF] - Step to combine LinkerScript and LinkerScriptBase
George Rimar
2017-03-14
1
-5
/
+1
*
[ELF] Fix LMA offset calculation
Eugene Leviant
2017-03-14
1
-4
/
+5
*
[ELF] - Remove unnecessary template. NFC.
George Rimar
2017-03-13
1
-5
/
+1
*
Don't pass Dot to every callback.
Rafael Espindola
2017-03-10
1
-70
/
+56
*
Use SectionBase for linker script expressions.
Rafael Espindola
2017-03-10
1
-2
/
+2
*
Handle ":" as a regular token character in linker scripts.
Rui Ueyama
2017-03-09
1
-51
/
+62
*
Remove DefinedSynthetic.
Rafael Espindola
2017-03-08
1
-47
/
+29
*
Remove unnecessary template. NFC.
Rafael Espindola
2017-03-08
1
-1
/
+1
*
Rename Addralign to Alignment.
Rafael Espindola
2017-03-07
1
-2
/
+2
*
Simplify. NFC.
Rafael Espindola
2017-03-01
1
-1
/
+1
*
Simplify. NFC.
Rafael Espindola
2017-03-01
1
-9
/
+5
*
De-template DefinedRegular.
Rui Ueyama
2017-02-28
1
-5
/
+4
*
Move SymbolTableSection::getOutputSection to SymbolBody::getOutputSection.
Rui Ueyama
2017-02-28
1
-1
/
+1
*
De-template SyntheticSection.
Rui Ueyama
2017-02-27
1
-1
/
+1
*
Move SymbolTable<ELFT>::Sections out of the class.
Rui Ueyama
2017-02-27
1
-2
/
+2
*
De-template OutputSectionFactory.
Rui Ueyama
2017-02-27
1
-5
/
+4
*
Remove useless template so that Out<ELFT> becomes just Out.
Rui Ueyama
2017-02-27
1
-2
/
+2
*
Merge OutputSectionBase and OutputSection. NFC.
Rafael Espindola
2017-02-24
1
-30
/
+24
[prev]
[next]