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
*
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
*
Don't store an Elf_Sym for most symbols.
Rafael Espindola
2016-04-04
1
-21
/
+13
*
Simplify. NFC.
Rui Ueyama
2016-04-02
1
-5
/
+2
*
Remove DefinedElf class.
Rui Ueyama
2016-04-02
1
-11
/
+2
*
[ELF] Implement infrastructure for thunk code creation
Simon Atanasyan
2016-03-31
1
-10
/
+2
*
[ELF][MIPS] Reduce number of redundant entries in the local part of MIPS GOT
Simon Atanasyan
2016-03-29
1
-9
/
+35
*
Revert r264961. I didn't have asserts enable when testing.
Davide Italiano
2016-03-29
1
-1
/
+1
*
[LTO] Include bitcode symbol name in unreachable messages.
Davide Italiano
2016-03-29
1
-1
/
+1
*
[ELF][MIPS] Add comment with MIPS GOT relocations handling description. NFC.
Simon Atanasyan
2016-03-23
1
-4
/
+28
*
[ELF][MIPS] Delete GotSection::addMipsLocalEntry method
Simon Atanasyan
2016-03-22
1
-4
/
+12
*
Revert "bar"
Rafael Espindola
2016-03-18
1
-2
/
+10
*
bar
Rafael Espindola
2016-03-18
1
-10
/
+2
*
[ELF] - Set the sh_entsize for mergable sections
George Rimar
2016-03-18
1
-0
/
+1
[next]