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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make OutputSections and OutputSectionCommands globals.
Rafael Espindola
2017-06-13
1
-0
/
+2
*
[ELF] - Do not merge relocation sections by name when using --emit-relocs.
George Rimar
2017-06-07
1
-0
/
+5
*
Move finalize to OutputSectionCommands. NFC.
Rafael Espindola
2017-06-06
1
-1
/
+0
*
Run fabricateDefaultCommands before fixSectionAlignments.
Rafael Espindola
2017-06-02
1
-4
/
+0
*
Move maybeCompress to OutputSectionCommand.
Rafael Espindola
2017-06-01
1
-1
/
+0
*
Check Live instead of the section type.
Rafael Espindola
2017-05-30
1
-0
/
+1
*
Move writeTo to OutputSectionCommand.
Rafael Espindola
2017-05-24
1
-2
/
+0
*
Optimize orphan placement in a general way.
Rafael Espindola
2017-05-12
1
-0
/
+1
*
Create an OutputSection for each non-empty OutputSectionCommand.
Rafael Espindola
2017-04-26
1
-0
/
+2
*
Rename CompressedHeader ZDebugHeader.
Rui Ueyama
2017-04-19
1
-1
/
+1
*
[ELF] - Implemented --compress-debug-sections option.
George Rimar
2017-04-17
1
-0
/
+5
*
Call getFiller only when filler is not zero.
Rui Ueyama
2017-04-11
1
-1
/
+1
*
[ELF] Recommit r299635 to pad x86 executable sections with 0xcc
James Henderson
2017-04-07
1
-0
/
+1
*
Move a cast out of a function. NFC.
Rafael Espindola
2017-04-07
1
-1
/
+1
*
Revert r299635 because it exposed a latent bug.
James Henderson
2017-04-06
1
-1
/
+0
*
[ELF] Pad x86 executable sections with 0xcc int3 instructions
James Henderson
2017-04-06
1
-0
/
+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
-1
/
+1
*
[ELF] - Remove unnecessary template #4. NFC.
George Rimar
2017-03-14
1
-1
/
+0
*
[ELF] - Remove unnecessary template. NFC.
George Rimar
2017-03-13
1
-5
/
+1
*
Remove DefinedSynthetic.
Rafael Espindola
2017-03-08
1
-9
/
+6
*
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
*
Use 32 bits for alignment.
Rafael Espindola
2017-03-07
1
-2
/
+2
*
Rename Addralign to Alignment.
Rafael Espindola
2017-03-07
1
-4
/
+4
*
Detemplate EhInputSection. NFC.
Rafael Espindola
2017-03-06
1
-1
/
+1
*
Detemplate merge (input and synthetic) sections. NFC.
Rafael Espindola
2017-03-06
1
-1
/
+1
*
[ELF] - Make Bss and BssRelRo sections to be synthetic (#2).
George Rimar
2017-03-06
1
-2
/
+0
*
De-template DefinedRegular.
Rui Ueyama
2017-02-28
1
-1
/
+1
*
De-template OutputSectionFactory.
Rui Ueyama
2017-02-27
1
-4
/
+3
*
Remove useless template so that Out<ELFT> becomes just Out.
Rui Ueyama
2017-02-27
1
-18
/
+3
*
De-template SharedSymbol.
Rui Ueyama
2017-02-26
1
-1
/
+1
*
Merge OutputSectionBase and OutputSection. NFC.
Rafael Espindola
2017-02-24
1
-62
/
+30
*
Delete trivial setter.
Rafael Espindola
2017-02-24
1
-1
/
+0
*
Delete trivial getter.
Rafael Espindola
2017-02-24
1
-1
/
+0
*
Delete unused enum values.
Rafael Espindola
2017-02-24
1
-2
/
+0
*
Convert EhOutputSection to be a synthetic section.
Rafael Espindola
2017-02-23
1
-48
/
+0
*
Make InputSection a class. NFC.
Rafael Espindola
2017-02-23
1
-2
/
+2
*
Merge InputSectionData and InputSectionBase.
Rafael Espindola
2017-02-23
1
-7
/
+7
*
Convert InputSectionBase to a class.
Rafael Espindola
2017-02-23
1
-2
/
+2
*
Reduce templating a bit. NFC.
Rafael Espindola
2017-02-23
1
-1
/
+1
*
Move specialization to try to fix the bots.
Rafael Espindola
2017-02-16
1
-0
/
+13
*
Share more output section creation code.
Rafael Espindola
2017-02-16
1
-3
/
+4
*
Simplify. NFC.
Rafael Espindola
2017-02-03
1
-3
/
+0
*
Replace MergeOutputSection with a synthetic section.
Rafael Espindola
2017-02-03
1
-24
/
+0
*
Revert commits r293276 and r293278.
Rafael Espindola
2017-01-27
1
-4
/
+4
*
[ELF] Bypass section type check
Eugene Leviant
2017-01-27
1
-4
/
+4
*
Implement -Map.
Rafael Espindola
2017-01-13
1
-0
/
+3
*
ELF: Reserve space for copy relocations of read-only symbols in relro.
Peter Collingbourne
2017-01-10
1
-0
/
+2
*
Move code to the .cpp file. NFC.
Rafael Espindola
2017-01-05
1
-9
/
+2
[prev]
[next]