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
/
OutputSections.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Delete LinkerScript::getSectionIndex.
Rafael Espindola
2017-05-05
1
-2
/
+3
*
Create an OutputSection for each non-empty OutputSectionCommand.
Rafael Espindola
2017-04-26
1
-3
/
+9
*
[ELF] Improve error message for incompatible section flags
Rui Ueyama
2017-04-25
1
-2
/
+4
*
Fix buildbot failure.
Rui Ueyama
2017-04-19
1
-1
/
+1
*
Rename CompressedHeader ZDebugHeader.
Rui Ueyama
2017-04-19
1
-5
/
+5
*
Simplify createHeader and inline it.
Rui Ueyama
2017-04-19
1
-42
/
+20
*
[ELF] - Implemented --compress-debug-sections option.
George Rimar
2017-04-17
1
-0
/
+64
*
Remove useless namespaces.
Rui Ueyama
2017-04-13
1
-6
/
+0
*
Remove big-endianness from =<fillexp> code.
Rui Ueyama
2017-04-11
1
-6
/
+4
*
Call getFiller only when filler is not zero.
Rui Ueyama
2017-04-11
1
-16
/
+14
*
[ELF] Recommit r299635 to pad x86 executable sections with 0xcc
James Henderson
2017-04-07
1
-5
/
+35
*
Move a cast out of a function. NFC.
Rafael Espindola
2017-04-07
1
-4
/
+3
*
Revert r299635 because it exposed a latent bug.
James Henderson
2017-04-06
1
-35
/
+5
*
[ELF] Pad x86 executable sections with 0xcc int3 instructions
James Henderson
2017-04-06
1
-5
/
+35
*
Make a helper function file-local.
Rui Ueyama
2017-04-03
1
-1
/
+1
*
Rename forEach -> parallelForEach and forLoop -> parallelFor.
Rui Ueyama
2017-03-22
1
-2
/
+2
*
[ELF] - Detemplate InputSection::getRelocatedSection(). NFC.
George Rimar
2017-03-21
1
-1
/
+1
*
[ELF] - Detemplate InputSectionBase::getLinkOrderDep(). NFC.
George Rimar
2017-03-21
1
-5
/
+4
*
[ELF] - Combine LinkerScriptBase and LinkerScript<ELFT>
George Rimar
2017-03-20
1
-2
/
+2
*
Compute Config member function return values only once.
Rui Ueyama
2017-03-17
1
-1
/
+1
*
[ELF] - Recommit "[ELF] - Make Bss and BssRelRo sections to be synthetic (#3)."
George Rimar
2017-03-17
1
-2
/
+0
*
[ELF] - Detemplate OutputSection::assignOffsets. NFC.
George Rimar
2017-03-16
1
-7
/
+2
*
Revert r297813 "[ELF] - Make Bss and BssRelRo sections to be synthetic (#3)."
George Rimar
2017-03-16
1
-0
/
+2
*
[ELF] - Make Bss and BssRelRo sections to be synthetic (#3).
George Rimar
2017-03-15
1
-2
/
+0
*
[ELF] - Remove unnecessary template #4. NFC.
George Rimar
2017-03-14
1
-9
/
+0
*
[ELF] - Remove unnecessary template #3. NFC.
George Rimar
2017-03-14
1
-6
/
+3
*
[ELF] - Remove unnecessary template #2. NFC.
George Rimar
2017-03-14
1
-3
/
+3
*
[ELF] - Remove unnecessary template. NFC.
George Rimar
2017-03-14
1
-3
/
+2
*
[ELF] - Remove unnecessary template. NFC.
George Rimar
2017-03-13
1
-0
/
+6
*
[ELF] Propely handle .eh_frame in linker scripts
Petr Hosek
2017-03-10
1
-6
/
+1
*
Remove DefinedSynthetic.
Rafael Espindola
2017-03-08
1
-1
/
+3
*
Use uint32_t for alignment in more places, NFC.
Rafael Espindola
2017-03-08
1
-1
/
+1
*
Revert r297008: [ELF] - Make Bss and BssRelRo sections to be synthetic (#2).
Rui Ueyama
2017-03-08
1
-0
/
+2
*
Remove unnecessary template. NFC.
Rafael Espindola
2017-03-08
1
-1
/
+1
*
Use 32 bits for alignment.
Rafael Espindola
2017-03-07
1
-1
/
+1
*
Rename Addralign to Alignment.
Rafael Espindola
2017-03-07
1
-2
/
+2
*
[ELF] - Make Bss and BssRelRo sections to be synthetic (#2).
George Rimar
2017-03-06
1
-2
/
+0
*
[ELF] - Reset output section size when assigning offsets.
George Rimar
2017-03-01
1
-2
/
+1
*
Set output section's st_entsize based on input section's st_entsize.
Rui Ueyama
2017-03-01
1
-39
/
+10
*
De-template SyntheticSection.
Rui Ueyama
2017-02-27
1
-1
/
+1
*
De-template OutputSectionFactory.
Rui Ueyama
2017-02-27
1
-10
/
+13
*
Remove useless template so that Out<ELFT> becomes just Out.
Rui Ueyama
2017-02-27
1
-0
/
+13
*
Merge OutputSectionBase and OutputSection. NFC.
Rafael Espindola
2017-02-24
1
-46
/
+53
*
Remove unnecessary template. NFC.
Rafael Espindola
2017-02-24
1
-6
/
+5
*
Convert EhOutputSection to be a synthetic section.
Rafael Espindola
2017-02-23
1
-218
/
+1
*
Make InputSection a class. NFC.
Rafael Espindola
2017-02-23
1
-14
/
+12
*
Merge InputSectionData and InputSectionBase.
Rafael Espindola
2017-02-23
1
-8
/
+8
*
Convert InputSectionBase to a class.
Rafael Espindola
2017-02-23
1
-24
/
+25
*
Reduce templating a bit. NFC.
Rafael Espindola
2017-02-23
1
-3
/
+2
*
Do not use errs() or outs() directly. Instead use message(), log() or error()
Rui Ueyama
2017-02-21
1
-2
/
+2
[prev]
[next]