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 MemRegionOffset. NFC.
Rafael Espindola
2018-01-25
1
-5
/
+5
*
Only lookup LMARegion once. NFC.
Rafael Espindola
2018-01-25
1
-7
/
+9
*
Use lookup instead of find. NFC, just simpler.
Rafael Espindola
2018-01-25
1
-3
/
+2
*
Fix incorrect physical address on self-referencing AT command.
Rafael Espindola
2018-01-12
1
-8
/
+8
*
[ELF] - Fix for ld.lld does not accept "AT" syntax for declaring LMA region
George Rimar
2018-01-12
1
-0
/
+9
*
[ELF] Compress debug sections after assignAddresses and support custom layout
James Henderson
2018-01-08
1
-5
/
+0
*
Fix output section offset and contents when linker script uses memory region ...
Rafael Espindola
2017-12-24
1
-0
/
+2
*
[ELF] Reset OutputSection size prior to processing linker script commands
James Henderson
2017-12-12
1
-0
/
+5
*
[ELF] Change default output section type to SHT_NOBITS
Jake Ehrlich
2017-12-11
1
-1
/
+1
*
Add an early return.
Rafael Espindola
2017-12-06
1
-0
/
+2
*
[ELF] - Produce relocation section name consistent with output section name w...
George Rimar
2017-12-01
1
-1
/
+1
*
Handle copy relocations in symbol assignments.
Rafael Espindola
2017-11-30
1
-2
/
+7
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
[ELF] - Allow applying SHF_MERGE optimization for relocatable output.
George Rimar
2017-11-17
1
-3
/
+3
*
Remove IsLocal.
Rafael Espindola
2017-11-17
1
-2
/
+1
*
ELF: Merge DefinedRegular and Defined.
Peter Collingbourne
2017-11-06
1
-4
/
+4
*
Inline a small function.
Rui Ueyama
2017-11-04
1
-8
/
+5
*
Move OutputSectionFactory to LinkerScript.cpp. NFC.
Rui Ueyama
2017-11-04
1
-2
/
+100
*
Rename replaceBody -> replaceSymbol.
Rui Ueyama
2017-11-03
1
-2
/
+2
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-2
/
+2
*
[ELF] - Cleanup of processSectionCommands().
George Rimar
2017-11-01
1
-19
/
+11
*
Merge SymbolBody and Symbol into one class, SymbolBody.
Rui Ueyama
2017-10-31
1
-2
/
+2
*
[ELF] - Simplify output section creation.
George Rimar
2017-10-31
1
-24
/
+30
*
[ELF] - Simplify reporting of garbage collected sections.
George Rimar
2017-10-27
1
-6
/
+1
*
Unassign sections if they are "assigned" to /DISCARD/.
Rui Ueyama
2017-10-25
1
-1
/
+3
*
[ELF] - Implement --orphan-handling option.
George Rimar
2017-10-25
1
-1
/
+8
*
Make Ctx a plain pointer again.
Rafael Espindola
2017-10-23
1
-6
/
+4
*
Don't call buildSectionOrder multiple times.
Rafael Espindola
2017-10-21
1
-6
/
+7
*
Remove unused argument.
Rafael Espindola
2017-10-20
1
-1
/
+1
*
[lld] Move Threads to Common
Bob Haarman
2017-10-13
1
-1
/
+1
*
[ELF] - Do not set output section flags except SHF_{ALLOC,WRITE,EXECINSTR}.
George Rimar
2017-10-11
1
-4
/
+20
*
Split LinkerScript::computeInputSections into two functions.
Rui Ueyama
2017-10-11
1
-32
/
+37
*
Swap parameters of getSymbolValue.
Rui Ueyama
2017-10-11
1
-4
/
+4
*
Do not handle DefinedCommon in linker scripts.
Rui Ueyama
2017-10-11
1
-6
/
+4
*
Rename BytesDataCommand -> ByteCommand.
Rui Ueyama
2017-10-11
1
-1
/
+1
*
Inline LinkerScript::process.
Rui Ueyama
2017-10-11
1
-43
/
+45
*
Split a loop into two to make it clear that it did two different things.
Rui Ueyama
2017-10-11
1
-5
/
+13
*
Use more precise type.
Rui Ueyama
2017-10-11
1
-16
/
+13
*
Remove a static local varaible.
Rui Ueyama
2017-10-11
1
-8
/
+6
*
Avoid a pointer to a pointer to an input section.
Rui Ueyama
2017-10-11
1
-11
/
+11
*
Add comment.
Rui Ueyama
2017-10-11
1
-0
/
+3
*
Remove useless cast.
Rui Ueyama
2017-10-11
1
-3
/
+2
*
Rename filename -> getFilename.
Rui Ueyama
2017-10-11
1
-3
/
+3
*
Rename Align -> Alignment.
Rui Ueyama
2017-10-11
1
-2
/
+2
*
Rename CurAddressState -> Ctx.
Rui Ueyama
2017-10-11
1
-44
/
+39
*
Rename processCommands -> processSectionCommands.
Rui Ueyama
2017-10-11
1
-3
/
+3
*
Inline small functions.
Rui Ueyama
2017-10-11
1
-16
/
+0
*
Rename Commands -> SectionCommands.
Rui Ueyama
2017-10-11
1
-18
/
+19
*
Rename HasSections -> HasSectionsComand.
Rui Ueyama
2017-10-11
1
-1
/
+1
*
Move a loop invariant outside the loop.
Rui Ueyama
2017-10-11
1
-3
/
+2
[prev]
[next]