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
/
ScriptParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging r344368:
Tom Stellard
2018-10-22
1
-5
/
+13
*
[ELF] Use search paths for --version-script=
Fangrui Song
2018-07-25
1
-1
/
+1
*
[ELF] - Add support for '||' and '&&' in linker scripts.
George Rimar
2018-07-03
1
-6
/
+12
*
[ELF] - Implement linker script OVERLAYs.
George Rimar
2018-06-27
1
-0
/
+62
*
[ELF] - Eliminate the AssertCommand.
George Rimar
2018-04-25
1
-30
/
+20
*
[ELF] Increase NextGroupId with --end-group
Fangrui Song
2018-04-19
1
-0
/
+2
*
Add --warn-backrefs to maintain compatibility with other linkers
Rui Ueyama
2018-04-09
1
-8
/
+18
*
[ELF] - Reveal more information in -Map file about assignments.
George Rimar
2018-04-05
1
-14
/
+13
*
[ELF] - Linkerscript: support MIN and MAX.
George Rimar
2018-03-28
1
-0
/
+10
*
Fix linker script operator precedence.
Rui Ueyama
2018-03-15
1
-5
/
+6
*
[ELF] - Show data and assignment commands in the map file.
George Rimar
2018-03-15
1
-3
/
+15
*
[ELF] - Implement INSERT BEFORE.
George Rimar
2018-03-13
1
-3
/
+9
*
[ELF] - Removed excessive lookup. NFC.
George Rimar
2018-03-12
1
-3
/
+2
*
[ELF] - Change consume()->expect() in INSERT AFTER parsing.
George Rimar
2018-03-12
1
-1
/
+1
*
[ELF] - Support "INSERT AFTER" statement.
George Rimar
2018-03-08
1
-1
/
+12
*
Remove redundant casts.
Rui Ueyama
2018-03-05
1
-2
/
+2
*
[ELF] - Report location for div/mod by zero.
George Rimar
2018-03-05
1
-19
/
+20
*
[ELF] - Don't crash on broken MEMORY declaration.
George Rimar
2018-03-01
1
-3
/
+7
*
[ELF] - Do not remove empty sections that use symbols in expressions.
George Rimar
2018-03-01
1
-0
/
+4
*
Add "%" operator to the linker script.
Rui Ueyama
2018-02-28
1
-1
/
+10
*
Inline a trivial function. NFC.
Rui Ueyama
2018-02-28
1
-5
/
+1
*
[ELF] - Fix comment. NFC.
George Rimar
2018-02-16
1
-1
/
+1
*
[ELF] - Support COPY, INFO, OVERLAY output sections attributes.
George Rimar
2018-02-16
1
-4
/
+11
*
Relax the grammar of the version script.
Rui Ueyama
2018-02-01
1
-0
/
+5
*
Remove MemRegionOffset. NFC.
Rafael Espindola
2018-01-25
1
-2
/
+2
*
Handle parsing AT(ADDR(.foo-bar)).
Rafael Espindola
2018-01-18
1
-0
/
+3
*
Remove dead code.
Rui Ueyama
2018-01-14
1
-7
/
+0
*
[ELF] - Fix for ld.lld does not accept "AT" syntax for declaring LMA region
George Rimar
2018-01-12
1
-0
/
+8
*
Add a comment about subtracting two non abs symbols. NFC.
Rafael Espindola
2017-12-26
1
-0
/
+1
*
Simplify script lexer.
Rui Ueyama
2017-12-26
1
-2
/
+0
*
Result of subtracting two symbols should be absolute.
Rafael Espindola
2017-12-22
1
-0
/
+2
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
[ELF] Fall back to search dirs for linker scripts specified with -T
Alexander Richardson
2017-11-20
1
-10
/
+2
*
[ELF] Support expressions with -defsym option
Petr Hosek
2017-11-04
1
-0
/
+13
*
[ELF] - Linkerscript: fixed non-determinism when handling MEMORY.
George Rimar
2017-11-03
1
-1
/
+1
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-18
/
+18
*
[ELF] - Linkerscript: fix issue with SUBALIGN.
George Rimar
2017-10-25
1
-8
/
+20
*
Return early if it fails to parse a hex string.
Rui Ueyama
2017-10-11
1
-2
/
+8
*
Swap parameters of getSymbolValue.
Rui Ueyama
2017-10-11
1
-3
/
+3
*
Rename BytesDataCommand -> ByteCommand.
Rui Ueyama
2017-10-11
1
-5
/
+4
*
Rename Commands -> SectionCommands.
Rui Ueyama
2017-10-11
1
-7
/
+7
*
Rename HasSections -> HasSectionsComand.
Rui Ueyama
2017-10-11
1
-1
/
+1
*
Remove ScriptConfiguration class and move the members to LinkerScript class.
Rui Ueyama
2017-10-11
1
-16
/
+16
*
Remove a constructor from ExprValue. NFC.
Rui Ueyama
2017-10-11
1
-4
/
+4
*
Use llvm::Optional instead of UINT_MAX to represent a null value.
Rui Ueyama
2017-10-08
1
-9
/
+10
*
Make ScriptParser::checkSection a non-member function.
Rui Ueyama
2017-10-08
1
-7
/
+11
*
Remove a trivial function.
Rui Ueyama
2017-10-08
1
-1
/
+1
*
Consider ForceAbsolute again in moveAbsRight.
Rafael Espindola
2017-09-20
1
-1
/
+1
*
Consider only A.Sec in moveAbsRight.
Rafael Espindola
2017-09-20
1
-1
/
+1
*
Align addresses, not offsets.
Rafael Espindola
2017-09-12
1
-4
/
+2
[next]