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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move maybeCompress to OutputSectionCommand.
Rafael Espindola
2017-06-01
1
-0
/
+1
*
Convert a few more uses of OutputSections. NFC.
Rafael Espindola
2017-06-01
1
-1
/
+2
*
Move name lookup to script parsing time.
Rafael Espindola
2017-06-01
1
-3
/
+7
*
[ELF] Use late evaluation for ALIGN in expression
Petr Hosek
2017-05-30
1
-0
/
+5
*
Move writeTo to OutputSectionCommand.
Rafael Espindola
2017-05-24
1
-3
/
+4
*
Use more strict types. NFC.
Rafael Espindola
2017-05-23
1
-2
/
+2
*
Use a DenseMap in LinkerScript::getCmd.
Rafael Espindola
2017-05-10
1
-1
/
+2
*
Refactor OutputSection to OutputSectionCommand mapping.
Rafael Espindola
2017-05-10
1
-0
/
+1
*
Mark LinkerScript as final.
Rafael Espindola
2017-05-10
1
-2
/
+1
*
Remove another use of section names. NFC.
Rafael Espindola
2017-05-10
1
-1
/
+1
*
Remove another use of section names. NFC.
Rafael Espindola
2017-05-10
1
-1
/
+1
*
Don't use section names in getFiller. NFC.
Rafael Espindola
2017-05-10
1
-1
/
+1
*
Delete LinkerScript::getSectionIndex.
Rafael Espindola
2017-05-05
1
-2
/
+1
*
Simplify the header allocation.
Rafael Espindola
2017-05-04
1
-1
/
+1
*
Fix accounting of tbss.
Rafael Espindola
2017-05-04
1
-0
/
+1
*
Bring back r301678.
Rafael Espindola
2017-04-29
1
-4
/
+1
*
Revert r301678: Remove LinkerScript::flush.
Rui Ueyama
2017-04-28
1
-1
/
+4
*
Remove LinkerScript::flush.
Rafael Espindola
2017-04-28
1
-4
/
+1
*
[ELF] Always use Script::assignAddresses()
Peter Smith
2017-04-19
1
-0
/
+1
*
[ELF] Recommit r299635 to pad x86 executable sections with 0xcc
James Henderson
2017-04-07
1
-2
/
+2
*
Move call to findMemoryRegion before assignAddresses.
Rafael Espindola
2017-04-06
1
-12
/
+13
*
Remove redundant argument. NFC.
Rafael Espindola
2017-04-06
1
-1
/
+1
*
Cache the result of findSection.
Rafael Espindola
2017-04-06
1
-0
/
+1
*
Revert r299635 because it exposed a latent bug.
James Henderson
2017-04-06
1
-2
/
+2
*
[ELF] Pad x86 executable sections with 0xcc int3 instructions
James Henderson
2017-04-06
1
-2
/
+2
*
Remove unnecessary virtual dtor.
Rui Ueyama
2017-04-05
1
-3
/
+0
*
Fix comments.
Rui Ueyama
2017-04-05
1
-1
/
+1
*
Rename ScriptConfig::UndefinedSymbols ReferencedSymbols.
Rui Ueyama
2017-04-05
1
-1
/
+1
*
Do not make ScriptParser class public.
Rui Ueyama
2017-04-05
1
-1
/
+0
*
Move the parser for the linker script to a separate file.
Rui Ueyama
2017-04-05
1
-9
/
+0
*
Use make to create linker script command objects.
Rui Ueyama
2017-04-05
1
-2
/
+2
*
Remove default arguments because they don't improve readability.
Rui Ueyama
2017-04-05
1
-2
/
+2
*
Return a result from computeInputSections instead of mutating its argument.
Rui Ueyama
2017-04-05
1
-1
/
+3
*
[ELF] Allow references to reserved symbols in linker scripts
Petr Hosek
2017-03-23
1
-0
/
+3
*
Make elf::ScriptConfig a LinkerScript class member variable.
Rui Ueyama
2017-03-21
1
-5
/
+3
*
Rename LinkerScriptBase -> LinkerScript.
Rui Ueyama
2017-03-21
1
-2
/
+2
*
[ELF] - Combine LinkerScriptBase and LinkerScript<ELFT>
George Rimar
2017-03-20
1
-20
/
+3
*
Handle & and | of non abs values.
Rafael Espindola
2017-03-17
1
-0
/
+1
*
Change our linker script expr representation.
Rafael Espindola
2017-03-17
1
-27
/
+18
*
Revert r297850: [ELF] - Linkerscript: make Dot public and remove getDot(). NFC.
Rui Ueyama
2017-03-16
1
-3
/
+3
*
[ELF] - Linkerscript: make Dot public and remove getDot(). NFC.
George Rimar
2017-03-15
1
-3
/
+3
*
[ELF] - Move LinkerScript::discard to LinkerScriptBase. NFC.
George Rimar
2017-03-15
1
-1
/
+1
*
Support ABSOLUTE on the right hand side in linker scripts
Petr Hosek
2017-03-15
1
-0
/
+1
*
[ELF] - Move members of LinkerScript to LinkerScriptBase. NFC.
George Rimar
2017-03-14
1
-37
/
+38
*
[ELF] - Devirtualize LinkerScriptBase::getOutputSectionSize. NFC.
George Rimar
2017-03-14
1
-2
/
+1
*
[ELF] - Devirtualize LinkerScriptBase::getOutputSection
George Rimar
2017-03-14
1
-4
/
+3
*
[ELF] - Simplify LinkerScriptBase::getDot(). NFC.
George Rimar
2017-03-14
1
-1
/
+1
*
[ELF] - Move ThreadBssOffset and Dot to LinkerScriptBase. NFC.
George Rimar
2017-03-14
1
-4
/
+3
*
[ELF] - Step to combine LinkerScript and LinkerScriptBase
George Rimar
2017-03-14
1
-18
/
+20
*
[ELF] - Remove unnecessary template. NFC.
George Rimar
2017-03-13
1
-2
/
+0
[next]