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
*
Pass all buffers to BuildId hash function at once. NFC.
Rui Ueyama
2016-05-02
1
-5
/
+4
*
Replace non-ascii character.
Simon Atanasyan
2016-05-02
1
-1
/
+1
*
Further MSVC appeasement.
Peter Collingbourne
2016-05-01
1
-4
/
+4
*
ELF: New symbol table design.
Peter Collingbourne
2016-05-01
1
-31
/
+29
*
Don't create dynamic relocations to ro segments.
Rafael Espindola
2016-04-30
1
-89
/
+96
*
[ELF][MIPS] Accept MIPS 64-bit binaries
Simon Atanasyan
2016-04-29
1
-3
/
+6
*
Skip scanRelocs for non-alloc sections.
Rui Ueyama
2016-04-28
1
-19
/
+10
*
Rename isRelRelative
Rafael Espindola
2016-04-28
1
-1
/
+1
*
Fixed mistype in comment. NFC.
George Rimar
2016-04-28
1
-1
/
+1
*
Add comment.
Rui Ueyama
2016-04-28
1
-0
/
+12
*
ELF: Create .gnu.version and .gnu.version_r sections when linking against ver...
Peter Collingbourne
2016-04-27
1
-1
/
+12
*
Reduce usage of isRelRelative.
Rafael Espindola
2016-04-27
1
-3
/
+21
*
Create a .got when PPC64 uses a TOC.
Rafael Espindola
2016-04-27
1
-1
/
+1
*
Simplify handling of R_PPC64_TOC. NFC.
Rafael Espindola
2016-04-27
1
-10
/
+9
*
[ELF] - Align sections file offsets correctly.
George Rimar
2016-04-27
1
-4
/
+20
*
Simplify. NFC.
Rui Ueyama
2016-04-27
1
-1
/
+1
*
ELF: Re-implement -u directly and remove CanKeepUndefined flag.
Peter Collingbourne
2016-04-27
1
-5
/
+2
*
ELF: Move code to where it is used, and related cleanups. NFC.
Peter Collingbourne
2016-04-26
1
-4
/
+2
*
Return R_GOTREL for R_MIPS_GPREL*.
Rafael Espindola
2016-04-26
1
-3
/
+1
*
Call repl in getSymbolBody. NFC.
Rafael Espindola
2016-04-26
1
-2
/
+2
*
Handle --as-needed with symbols, not relocations.
Rafael Espindola
2016-04-26
1
-8
/
+7
*
Store the binding in the Symbol.
Rafael Espindola
2016-04-26
1
-4
/
+6
*
Delete needsCopyRelImpl. It is redundant with getRelExpr.
Rafael Espindola
2016-04-25
1
-1
/
+17
*
[ELF] Delete extra line. NFC
Simon Atanasyan
2016-04-25
1
-1
/
+0
*
ELF: Forbid undefined symbols with non-default visibility in DSOs.
Peter Collingbourne
2016-04-24
1
-2
/
+7
*
Bring r267164 back with a fix.
Rafael Espindola
2016-04-22
1
-2
/
+13
*
ELF: Move Visibility, IsUsedInRegularObj and MustBeInDynSym flags to Symbol.
Peter Collingbourne
2016-04-22
1
-4
/
+3
*
Remove SymPair and instead use two DefinedRegulars instead.
Rui Ueyama
2016-04-21
1
-17
/
+18
*
Start adding support for internalizing shared libraries.
Rafael Espindola
2016-04-21
1
-10
/
+1
*
Reduce templating. NFC.
Rafael Espindola
2016-04-21
1
-1
/
+1
*
Delete the needsPlt target hook.
Rafael Espindola
2016-04-21
1
-3
/
+16
*
Don't recompute getRelExpr. NFC.
Rafael Espindola
2016-04-21
1
-5
/
+3
*
Moves needsPlt to Writer.cpp.
Rafael Espindola
2016-04-21
1
-2
/
+42
*
[ELF][MIPS] Create GOT entries for R_MIPS_REL32 dynamic relocations
Simon Atanasyan
2016-04-20
1
-0
/
+17
*
ELF: Template LinkerScript class.
Rui Ueyama
2016-04-20
1
-6
/
+6
*
Delete refersToGotEntry.
Rafael Espindola
2016-04-20
1
-3
/
+1
*
Simplify mips gp0 handling.
Rafael Espindola
2016-04-20
1
-2
/
+4
*
Inline canRelaxTls.
Rafael Espindola
2016-04-20
1
-27
/
+12
*
Simplify canRelaxTls.
Rafael Espindola
2016-04-20
1
-10
/
+10
*
Move canRelaxTls to Writer.cpp. NFC.
Rafael Espindola
2016-04-20
1
-5
/
+27
*
Delete needsDynRelative.
Rafael Espindola
2016-04-20
1
-1
/
+1
*
Simplify mips got handling.
Rafael Espindola
2016-04-19
1
-2
/
+5
*
Remove isGotRelative.
Rafael Espindola
2016-04-18
1
-2
/
+6
*
Have getRelExpr handle all cases on x86.
Rafael Espindola
2016-04-18
1
-1
/
+1
*
Delete the now redundant pointsToLocalDynamicGotEntry.
Rafael Espindola
2016-04-18
1
-1
/
+1
*
Have getRelExpr return the final values for tls gd.
Rafael Espindola
2016-04-18
1
-2
/
+2
*
Change getRelExpr to return the final value for TLSLD. NFC.
Rafael Espindola
2016-04-18
1
-1
/
+0
*
Recommitted 266457 with fix:
George Rimar
2016-04-16
1
-4
/
+9
*
Revert r266457: "[ELF] - Implemented basic location counter support."
Rui Ueyama
2016-04-15
1
-9
/
+4
*
Simplify got handling.
Rafael Espindola
2016-04-15
1
-16
/
+3
[next]