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
...
*
Remove ScriptConfiguration class and move the members to LinkerScript class.
Rui Ueyama
2017-10-11
1
-32
/
+31
*
Inline addRegular into addSymbol.
Rui Ueyama
2017-10-11
1
-40
/
+50
*
Remove a constructor from ExprValue. NFC.
Rui Ueyama
2017-10-11
1
-4
/
+4
*
[ELF] Set Dot initially to --image-base value when using linker scripts
James Henderson
2017-10-10
1
-4
/
+5
*
Rename ignoreInterpSection -> needsInterpSection.
Rui Ueyama
2017-10-08
1
-6
/
+9
*
Use llvm::Optional instead of UINT_MAX to represent a null value.
Rui Ueyama
2017-10-08
1
-3
/
+2
*
Make a helper function a non-member function. NFC.
Rui Ueyama
2017-10-08
1
-17
/
+16
*
Use llvm::Optional instead of a magic number -1 to represent "no result".
Rui Ueyama
2017-10-08
1
-14
/
+9
*
Remove a trivial function.
Rui Ueyama
2017-10-08
1
-2
/
+0
*
Remove OutputSection::updateAlignment.
Rui Ueyama
2017-10-07
1
-1
/
+2
*
Merge addInputSec with OutputSection::addSection.
Rui Ueyama
2017-10-07
1
-2
/
+2
*
Remove unused parameters.
Rui Ueyama
2017-10-07
1
-2
/
+2
*
Do not mutate Script->Opt.Commands from a leaf helper function.
Rui Ueyama
2017-10-06
1
-3
/
+6
*
Simplify LinkerScript::addOrphanSections. NFCI.
Rui Ueyama
2017-10-06
1
-14
/
+17
*
Split addSection into two small functions. NFCI.
Rui Ueyama
2017-10-06
1
-1
/
+1
*
[ELF] - Stop removing sections in removeUnusedSyntheticSections().
George Rimar
2017-10-02
1
-2
/
+2
*
Fix header location with PHDR.
Rafael Espindola
2017-09-28
1
-2
/
+1
*
Use UINT64_MAX instead of implicitly-type-converted -1.
Rui Ueyama
2017-09-25
1
-1
/
+1
*
Use a temporary varaible to improve readability. NFC.
Rui Ueyama
2017-09-25
1
-8
/
+4
*
[ELF] - Report orphan sections if -verbose given.
George Rimar
2017-09-25
1
-0
/
+1
*
Fix assigning to _gp in linker scripts.
Rafael Espindola
2017-09-20
1
-0
/
+1
*
Add a special case for trivial alignment.
Rafael Espindola
2017-09-20
1
-0
/
+5
*
Don't try to compute a value that is known to fail.
Rafael Espindola
2017-09-20
1
-1
/
+1
*
[ELF] - Introduce std::vector<InputFile *> global arrays.
George Rimar
2017-09-19
1
-16
/
+1
*
[ELF] - Simplify adjustSectionsBeforeSorting().
George Rimar
2017-09-18
1
-3
/
+2
*
Remove Offset from Common.
Rafael Espindola
2017-09-12
1
-1
/
+1
*
Align addresses, not offsets.
Rafael Espindola
2017-09-12
1
-1
/
+5
*
Correct ALIGN expression when inside a section.
Rafael Espindola
2017-09-11
1
-1
/
+1
*
Currently lld creates a single section to collect all commons. There is no way
Dmitry Mikulin
2017-09-08
1
-10
/
+10
*
[ELF] - Linkerscript: implement REGION_ALIAS.
George Rimar
2017-09-08
1
-5
/
+5
*
[ELF] - Rename PhdrEntry::First/Last to FirstSec/LastSec. NFC.
George Rimar
2017-09-07
1
-1
/
+1
*
[ELF] - Store pointer to PT_LOAD instead of pointer to first section in Outpu...
George Rimar
2017-09-07
1
-15
/
+10
*
[ELF] - Linkerscript: set load address correctly if MEMORY command used.
George Rimar
2017-09-06
1
-3
/
+4
*
[ELF] - Simplify (use llvm::erase_if). NFC.
George Rimar
2017-08-28
1
-11
/
+7
*
Currently lld uses base names of files to match against file patterns in
Dmitry Mikulin
2017-08-24
1
-7
/
+11
*
[ELF] Don't output headers into a segment if there's no space for them
Petr Hosek
2017-08-23
1
-3
/
+17
*
[ELF] - Do not segfault when doing logical and/or operations on symbols that ...
George Rimar
2017-08-21
1
-7
/
+12
*
[ELF] - Don't segfault when accessing location counter inside MEMORY command.
George Rimar
2017-08-17
1
-2
/
+7
*
[ELF] - Linkerscript: disallow discarding COMMON.
George Rimar
2017-08-10
1
-2
/
+2
*
Move File from SymbolBody to Symbol.
Rafael Espindola
2017-08-04
1
-2
/
+2
*
[ELF] - Fix "--symbol-ordering-file doesn't work with linker scripts"
George Rimar
2017-08-04
1
-0
/
+30
*
Avoid warnings when asserts are disabled.
Rafael Espindola
2017-07-27
1
-2
/
+1
*
Merge OutputSectionCommand and OutputSection.
Rafael Espindola
2017-07-27
1
-446
/
+85
*
[ELF] - Store PhdrEntry values by pointers instead of storing by value.
George Rimar
2017-07-27
1
-16
/
+18
*
Rename ObjectFile -> ObjFile.
Rui Ueyama
2017-07-26
1
-1
/
+1
*
Simplify. NFC.
Rafael Espindola
2017-07-26
1
-17
/
+2
*
Detemplate SymbolTable.
Rafael Espindola
2017-07-26
1
-21
/
+6
*
[ELF] - Fix calculation of memory region offset.
George Rimar
2017-07-25
1
-1
/
+2
*
Don't crash on an empty section with an ALIGN.
Rafael Espindola
2017-07-22
1
-1
/
+1
*
[ELF] Remove processNonSectionCommands
Petr Hosek
2017-07-21
1
-9
/
+0
[prev]
[next]