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] Add Section() to expression object
Eugene Leviant
2016-11-16
1
-44
/
+57
*
Rename function to avoid function overloading.
Rui Ueyama
2016-11-15
1
-3
/
+3
*
[ELF] - Better diagnostic for relative relocation to an absolute value error.
George Rimar
2016-11-15
1
-1
/
+1
*
Fix program header propagation.
Rafael Espindola
2016-11-14
1
-18
/
+30
*
Delay removing empty section commands. NFC.
Rafael Espindola
2016-11-14
1
-10
/
+13
*
Factor out removeEmptyCommands. NFC.
Rafael Espindola
2016-11-14
1
-1
/
+5
*
Factor out placeOrphanSections. NFC.
Rafael Espindola
2016-11-14
1
-7
/
+9
*
[ELF] - Removed trailing whitespace. NFC.
George Rimar
2016-11-14
1
-1
/
+1
*
[ELF] - Removed unused code. NFC.
George Rimar
2016-11-14
1
-6
/
+1
*
[ELF] - Add support for locals list in version script.
George Rimar
2016-11-12
1
-6
/
+18
*
Remove an overloaded function to simplify.
Rui Ueyama
2016-11-09
1
-2
/
+2
*
Make OutputSectionBase a class instead of class template.
Rafael Espindola
2016-11-09
1
-30
/
+28
*
Split Header into individual fields.
Rafael Espindola
2016-11-09
1
-23
/
+23
*
Don't add null and discarded sections to the global list.
Rafael Espindola
2016-11-08
1
-6
/
+2
*
Rewrite CommonInputSection as a synthetic input section.
Rui Ueyama
2016-11-05
1
-6
/
+2
*
Create a vector containing all input sections.
Rui Ueyama
2016-11-05
1
-10
/
+16
*
Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...
Eugene Zelenko
2016-11-05
1
-4
/
+19
*
Add [<chars>] to the glob matcher to eliminate use of llvm::Regex.
Rui Ueyama
2016-11-03
1
-9
/
+9
*
Use globMatch() instead of llvm::regex in linker scripts
Eugene Leviant
2016-11-03
1
-5
/
+5
*
Remove Out::Pool and use make() instead.
Rui Ueyama
2016-11-01
1
-2
/
+1
*
Remove second argument to readProvideOrAssignment.
Rafael Espindola
2016-11-01
1
-8
/
+5
*
The expr '.' is not absolute.
Rafael Espindola
2016-10-31
1
-12
/
+10
*
Delay computation of IsAbsolute.
Rafael Espindola
2016-10-31
1
-5
/
+19
*
Simple numeric constants are absolute.
Rafael Espindola
2016-10-31
1
-1
/
+1
*
Mark a few more expressions as absolute.
Rafael Espindola
2016-10-31
1
-3
/
+5
*
Move IsAbsolute from SymbolAssignment to Expr.
Rafael Espindola
2016-10-31
1
-7
/
+7
*
Simplify. NFC.
Rafael Espindola
2016-10-31
1
-4
/
+4
*
Correctly merge visibility of linkerscript created symbols.
Rafael Espindola
2016-10-31
1
-2
/
+2
*
Consolidate BumpPtrAllocators.
Rui Ueyama
2016-10-28
1
-4
/
+3
*
Don't create a dummy ELF to process a binary file.
Rafael Espindola
2016-10-27
1
-1
/
+2
*
Delete trivial getters. NFC.
Rafael Espindola
2016-10-26
1
-3
/
+3
*
Read section headers upfront.
Rafael Espindola
2016-10-26
1
-1
/
+1
*
Delete getSectionHdr.
Rafael Espindola
2016-10-25
1
-4
/
+3
*
Don't include PHDRs if linker script doesn't want them
Eugene Leviant
2016-10-20
1
-0
/
+9
*
[ELF] - Applied clang format. NFC.
George Rimar
2016-10-20
1
-1
/
+1
*
Read an expression in the form of "ABSOLUTE(<expr>) op <expr> ...".
Rui Ueyama
2016-10-19
1
-1
/
+3
*
[ELF] Choose default segment when it is not specified
Eugene Leviant
2016-10-19
1
-18
/
+19
*
[ELF] - Linkerscript: accept integer values for PHDRS types.
George Rimar
2016-10-18
1
-0
/
+6
*
Rename skip(StringRef) -> consume(StringRef).
Rui Ueyama
2016-10-17
1
-24
/
+24
*
ELF: Add a skip() overload to ignore any token
Justin Bogner
2016-10-17
1
-9
/
+9
*
ELF: Fix a misuse of Twine::toStringRef
Justin Bogner
2016-10-17
1
-3
/
+3
*
[ELF] - Added support of PT_OPENBSD_RANDOMIZE
George Rimar
2016-10-14
1
-0
/
+1
*
[ELF] - Implemented -z wxneeded.
George Rimar
2016-10-14
1
-0
/
+1
*
Support GNU-style ZLIB-compressed input sections.
Rui Ueyama
2016-10-12
1
-1
/
+1
*
Alternative fix for reloc tareting discarded section
Eugene Leviant
2016-10-12
1
-0
/
+6
*
Remove trailing whitespace.
Rui Ueyama
2016-10-10
1
-1
/
+1
*
[ELF] Don't emit empty PT_LOAD segment
Eugene Leviant
2016-10-10
1
-0
/
+11
*
[ELF] Change argument type for findSections. NFC
Eugene Leviant
2016-10-10
1
-5
/
+5
*
[ELF] Linker script: implement LOADADDR
Eugene Leviant
2016-10-06
1
-19
/
+39
*
Remove trailing whitespace.
Rui Ueyama
2016-10-05
1
-2
/
+2
[prev]
[next]