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
/
Writer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ELF] - Step to combine LinkerScript and LinkerScriptBase
George Rimar
2017-03-14
1
-16
/
+2
*
[ELF] Fix crash when .eh_frame(_hdr) is discarded
Eugene Leviant
2017-03-14
1
-1
/
+2
*
ELF: Resolve _end symbols correctly.
Peter Collingbourne
2017-03-13
1
-4
/
+9
*
[ELF] - Remove unnecessary template. NFC.
George Rimar
2017-03-13
1
-2
/
+2
*
[ELF] Propely handle .eh_frame in linker scripts
Petr Hosek
2017-03-10
1
-0
/
+25
*
[ELF] - Do not try to create .eh_frame_hdr for relocatable output.
George Rimar
2017-03-09
1
-5
/
+4
*
Remove DefinedSynthetic.
Rafael Espindola
2017-03-08
1
-39
/
+37
*
Use uint32_t for alignment in more places, NFC.
Rafael Espindola
2017-03-08
1
-2
/
+2
*
Revert r297008: [ELF] - Make Bss and BssRelRo sections to be synthetic (#2).
Rui Ueyama
2017-03-08
1
-17
/
+25
*
Convert a few more uses of uintX_t to uint64_t.
Rafael Espindola
2017-03-08
1
-4
/
+4
*
Convert a few uses of uintX_t to uint64_t.
Rafael Espindola
2017-03-08
1
-1
/
+1
*
Finalize content of synthetic sections prior to Thunk Creation
Peter Smith
2017-03-08
1
-18
/
+33
*
Rename Addralign to Alignment.
Rafael Espindola
2017-03-07
1
-3
/
+3
*
Remove Config->Rela and define Config->isRela() instead.
Rui Ueyama
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
-6
/
+6
*
[ELF] - Make Bss and BssRelRo sections to be synthetic (#2).
George Rimar
2017-03-06
1
-25
/
+17
*
[ELF] - Reset output section size when assigning offsets.
George Rimar
2017-03-01
1
-1
/
+0
*
Minor refactoring. NFC.
Rui Ueyama
2017-02-28
1
-4
/
+5
*
Use make<> instead of new (BAlloc). NFC.
Rui Ueyama
2017-02-28
1
-4
/
+4
*
De-template DefinedRegular.
Rui Ueyama
2017-02-28
1
-23
/
+20
*
[ELF] - Remove ElfSym::EhdrStart member. NFC.
George Rimar
2017-02-28
1
-2
/
+1
*
Merge SymbolTableSection::add{Global,Local} into one function.
Rui Ueyama
2017-02-28
1
-4
/
+4
*
Rename SyntheticSection::finalize -> finalizeContents.
Rui Ueyama
2017-02-27
1
-1
/
+1
*
De-template SyntheticSection.
Rui Ueyama
2017-02-27
1
-5
/
+4
*
De-template InterpSection because it doesn't use ELFT.
Rui Ueyama
2017-02-27
1
-1
/
+1
*
Move SymbolTable<ELFT>::Sections out of the class.
Rui Ueyama
2017-02-27
1
-8
/
+6
*
De-template OutputSectionFactory.
Rui Ueyama
2017-02-27
1
-2
/
+2
*
Remove useless template so that Out<ELFT> becomes just Out.
Rui Ueyama
2017-02-27
1
-38
/
+36
*
De-template SharedSymbol.
Rui Ueyama
2017-02-26
1
-2
/
+2
*
Rename OMagic -> Omagic for consistency.
Rui Ueyama
2017-02-25
1
-1
/
+1
*
Merge OutputSectionBase and OutputSection. NFC.
Rafael Espindola
2017-02-24
1
-93
/
+87
*
Delete trivial getter.
Rafael Espindola
2017-02-24
1
-17
/
+16
*
[ELF] Make __ehdr_start point to ELF file headers
Petr Hosek
2017-02-24
1
-3
/
+3
*
Revert "[ELF] Make __ehdr_start point to ELF file headers"
Petr Hosek
2017-02-24
1
-2
/
+2
*
[ELF] Make __ehdr_start point to ELF file headers
Petr Hosek
2017-02-24
1
-2
/
+2
*
Convert EhOutputSection to be a synthetic section.
Rafael Espindola
2017-02-23
1
-7
/
+11
*
Make InputSection a class. NFC.
Rafael Espindola
2017-02-23
1
-4
/
+4
*
Always add PT_GNU_STACK.
Rui Ueyama
2017-02-23
1
-3
/
+9
*
Merge InputSectionData and InputSectionBase.
Rafael Espindola
2017-02-23
1
-4
/
+4
*
Convert InputSectionBase to a class.
Rafael Espindola
2017-02-23
1
-17
/
+16
*
Reduce templating a bit. NFC.
Rafael Espindola
2017-02-23
1
-2
/
+2
*
[ELF] Allow local symbols to be added after global symbols
Peter Smith
2017-02-20
1
-7
/
+7
*
Don't print DISCARD sections as gced.
Rafael Espindola
2017-02-17
1
-14
/
+0
*
Add static. NFC.
Rafael Espindola
2017-02-17
1
-1
/
+1
*
Add a comment.
Rui Ueyama
2017-02-17
1
-0
/
+3
*
Merge reloc sections in -emit-reloc mode.
Rafael Espindola
2017-02-17
1
-0
/
+9
*
Share more output section creation code.
Rafael Espindola
2017-02-16
1
-21
/
+3
*
Add comments.
Rui Ueyama
2017-02-16
1
-0
/
+10
*
Add comments.
Rui Ueyama
2017-02-16
1
-0
/
+3
[prev]
[next]