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
...
*
Remove dead variable.
Rui Ueyama
2016-05-21
1
-2
/
+1
*
Split EHOutputSection<ELFT>::addSectionAux. NFC.
Rui Ueyama
2016-05-21
1
-12
/
+20
*
Swap the arguments of writeAlignedCieOrFde. NFC.
Rui Ueyama
2016-05-21
1
-7
/
+7
*
Simplify. NFC.
Rui Ueyama
2016-05-20
1
-2
/
+2
*
Drop vestigial support for UseLazyBinding=false.
Rafael Espindola
2016-05-18
1
-11
/
+6
*
Support --build-id=0x<hexstring>.
Rui Ueyama
2016-05-13
1
-0
/
+15
*
[ELF] - Fixed failture of mips-64-got.s on x32 configuration.
George Rimar
2016-05-11
1
-1
/
+1
*
[ELF] - Implemented -z combrelocs/nocombreloc.
George Rimar
2016-05-10
1
-2
/
+19
*
Use the new type for StringTableBuilder::getMap.
Rui Ueyama
2016-05-06
1
-2
/
+2
*
ELF: Do not use -1 to mark pieces of merge sections as being tail merged.
Peter Collingbourne
2016-05-05
1
-2
/
+2
*
[ELF][MIPS] Read/write .MIPS.options section
Simon Atanasyan
2016-05-04
1
-0
/
+33
*
ELF: Forbid all relative relocations to absolute symbols in PIC, except for w...
Peter Collingbourne
2016-05-03
1
-1
/
+1
*
Pass all buffers to BuildId hash function at once. NFC.
Rui Ueyama
2016-05-02
1
-19
/
+20
*
ELF: New symbol table design.
Peter Collingbourne
2016-05-01
1
-6
/
+6
*
Use simpler types. NFC.
Rafael Espindola
2016-04-29
1
-2
/
+2
*
Fix the alignment of the version info.
Rafael Espindola
2016-04-29
1
-2
/
+6
*
ELF: Create .gnu.version and .gnu.version_r sections when linking against ver...
Peter Collingbourne
2016-04-27
1
-0
/
+112
*
[ELF][MIPS] Remove getMipsGpAddr(). NFC
Simon Atanasyan
2016-04-27
1
-1
/
+1
*
ELF: Merge UndefinedBitcode and UndefinedElf. NFC.
Peter Collingbourne
2016-04-27
1
-2
/
+1
*
ELF: Move code to where it is used, and related cleanups. NFC.
Peter Collingbourne
2016-04-26
1
-13
/
+15
*
Call repl in getSymbolBody. NFC.
Rafael Espindola
2016-04-26
1
-1
/
+1
*
Store the binding in the Symbol.
Rafael Espindola
2016-04-26
1
-4
/
+5
*
[ELF][MIPS] Move MIPS GOT header generation to the GotSection
Simon Atanasyan
2016-04-25
1
-8
/
+28
*
Bring r267164 back with a fix.
Rafael Espindola
2016-04-22
1
-28
/
+16
*
Revert "GC entries of SHF_MERGE sections."
Rafael Espindola
2016-04-22
1
-16
/
+28
*
ELF: Move Visibility, IsUsedInRegularObj and MustBeInDynSym flags to Symbol.
Peter Collingbourne
2016-04-22
1
-8
/
+2
*
GC entries of SHF_MERGE sections.
Rafael Espindola
2016-04-22
1
-28
/
+16
*
This reverts commit r267154 and r267161.
Rafael Espindola
2016-04-22
1
-1
/
+1
*
Move getRelocTarget to ObjectFile.
Rafael Espindola
2016-04-22
1
-1
/
+1
*
ELF: Template LinkerScript class.
Rui Ueyama
2016-04-20
1
-1
/
+1
*
Revert "[ELF] - Avoid using memset for zero-initialization of struct member. ...
Sean Silva
2016-04-20
1
-0
/
+1
*
Simplify mips got handling.
Rafael Espindola
2016-04-19
1
-4
/
+4
*
[ELF] - Avoid using memset for zero-initialization of struct member. NFC.
George Rimar
2016-04-18
1
-1
/
+0
*
Delete a dead repl.
Rafael Espindola
2016-04-15
1
-1
/
+1
*
Change how we apply relocations.
Rafael Espindola
2016-04-13
1
-16
/
+2
*
ELF: Set FDE count in .eh_frame_hdr correctly.
Peter Collingbourne
2016-04-11
1
-8
/
+10
*
Cleanup the handling of MustBeInDynSym and IsUsedInRegularObj.
Rafael Espindola
2016-04-08
1
-6
/
+0
*
Produce STV_DEFAULT for symbols in shared libraries.
Rafael Espindola
2016-04-08
1
-1
/
+7
*
Make getSymbolBinding a local static. NFC.
Rafael Espindola
2016-04-08
1
-10
/
+9
*
ELF: Add --build-id=sha1 option.
Rui Ueyama
2016-04-07
1
-0
/
+14
*
ELF: Implement --build-id=md5.
Rui Ueyama
2016-04-07
1
-9
/
+31
*
ELF: Add --no-gnu-unique option.
Rui Ueyama
2016-04-07
1
-0
/
+2
*
ELF: Implement --start-lib and --end-lib
Rui Ueyama
2016-04-07
1
-1
/
+2
*
Simplify dynamic relocation creation.
Rafael Espindola
2016-04-07
1
-20
/
+7
*
Delete Off_Bss.
Rafael Espindola
2016-04-07
1
-2
/
+0
*
Don't create dynamic relocs for discarded .eh_frame entries.
Rafael Espindola
2016-04-07
1
-22
/
+36
*
Change the type hierarchy for undefined symbols.
Rafael Espindola
2016-04-06
1
-1
/
+1
*
Delete broken code.
Rafael Espindola
2016-04-05
1
-2
/
+0
*
Update for llvm change.
Rafael Espindola
2016-04-05
1
-2
/
+2
*
ELF: Create dynamic symbols for symbol aliases of copy relocations.
Peter Collingbourne
2016-04-04
1
-1
/
+1
[prev]
[next]