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
/
Relocations.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ELF] Pre-create ThunkSections at Target specific intervals
Peter Smith
2017-10-27
1
-15
/
+49
*
[ELF] Record created ThunkSections in InputSectionDescription [NFC].
Peter Smith
2017-10-27
1
-92
/
+83
*
De-template elf::getObjMsg. NFC.
Rui Ueyama
2017-10-27
1
-2
/
+2
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-1
/
+1
*
[mips] Provide more detailed comment. NFC
Simon Atanasyan
2017-10-17
1
-2
/
+8
*
Make it explicit that we are writing addends to target sections if REL.
Rui Ueyama
2017-10-13
1
-6
/
+14
*
Destructure a boolean expression and add comment.
Rui Ueyama
2017-10-13
1
-2
/
+13
*
Simplify. NFCI.
Rui Ueyama
2017-10-13
1
-26
/
+23
*
Slightly simplify code and add comment.
Rui Ueyama
2017-10-13
1
-4
/
+22
*
Simplify a boolean expression by the De Morgan's laws.
Rui Ueyama
2017-10-13
1
-1
/
+1
*
Handle MIPS-specific addend rules in computeAddend().
Rui Ueyama
2017-10-12
1
-36
/
+41
*
Early-continue for a MIPS-specific rule.
Rui Ueyama
2017-10-12
1
-26
/
+34
*
Remove Symbol::isPreemptible().
Rui Ueyama
2017-10-12
1
-6
/
+6
*
Start destructuring adjustExpr function.
Rui Ueyama
2017-10-12
1
-13
/
+22
*
Fix comment.
Rui Ueyama
2017-10-12
1
-1
/
+1
*
Move more code out of scanRelocs().
Rui Ueyama
2017-10-12
1
-20
/
+21
*
Make a function shorter.
Rui Ueyama
2017-10-12
1
-20
/
+16
*
Remove one parameter from Target::getRelExpr.
Rui Ueyama
2017-10-12
1
-2
/
+2
*
Rename P -> Pieces.
Rui Ueyama
2017-10-12
1
-14
/
+11
*
Define RelType to represent relocation types.
Rui Ueyama
2017-10-11
1
-15
/
+15
*
[ELF] Try to not emit weird diagnostics on undefined symbols.
Davide Italiano
2017-10-11
1
-1
/
+6
*
Rename Commands -> SectionCommands.
Rui Ueyama
2017-10-11
1
-3
/
+3
*
Remove BssSection::reserveSpace().
Rui Ueyama
2017-10-04
1
-2
/
+2
*
Remove useless accessor.
Rui Ueyama
2017-09-18
1
-1
/
+1
*
Keep some relocations with undefined weak symbols.
Rafael Espindola
2017-09-15
1
-2
/
+11
*
Add a helper for checking for weak undef. NFC.
Rafael Espindola
2017-09-13
1
-3
/
+3
*
Remove CopyRelSecOff from SharedSymbol.
Rafael Espindola
2017-09-13
1
-4
/
+7
*
[MIPS] Initial support of microMIPS code linking
Simon Atanasyan
2017-09-12
1
-2
/
+8
*
[ELF] Rename variables and add comments to getISThunkSec [NFC]
Peter Smith
2017-09-12
1
-13
/
+16
*
[ELF] - Mention -fPIC in some error messages.
George Rimar
2017-08-29
1
-1
/
+2
*
[MIPS] Keep all code read addends in the `getImplicitAddend` function
Simon Atanasyan
2017-08-24
1
-4
/
+1
*
Compute isPreemtible only once.
Rafael Espindola
2017-08-10
1
-1
/
+3
*
Move File from SymbolBody to Symbol.
Rafael Espindola
2017-08-04
1
-4
/
+4
*
Fix which file is in an error message.
Rafael Espindola
2017-08-04
1
-2
/
+2
*
Remove redundant flag.
Rafael Espindola
2017-08-04
1
-2
/
+1
*
Use more consistent names
Rafael Espindola
2017-08-02
1
-1
/
+1
*
Merge OutputSectionCommand and OutputSection.
Rafael Espindola
2017-07-27
1
-18
/
+15
*
Detemplate SymbolTable.
Rafael Espindola
2017-07-26
1
-1
/
+1
*
[ELF] - Change way how we handle --noinhibit-exec
George Rimar
2017-07-26
1
-10
/
+16
*
[ELF] - Apply clang-format. NFC.
George Rimar
2017-07-18
1
-29
/
+28
*
Avoid using OutputSections::Sections.
Rafael Espindola
2017-07-14
1
-6
/
+10
*
Pass OutputSectionCommand to getOSThunkSec. NFC.
Rafael Espindola
2017-07-14
1
-4
/
+4
*
Pass OutputSectionCommand to forEachExecInputSection's callback.
Rafael Espindola
2017-07-14
1
-6
/
+6
*
Using existing variable. NFC.
Rafael Espindola
2017-07-05
1
-7
/
+6
*
[ELF] Fix Windows build error
Peter Smith
2017-07-05
1
-2
/
+2
*
[ELF] Allow multiple thunks to be added for a symbol.
Peter Smith
2017-07-05
1
-4
/
+11
*
[ELF] Introduce Thunk reuse compatibility
Peter Smith
2017-07-05
1
-1
/
+1
*
Improve error message.
Rafael Espindola
2017-07-04
1
-2
/
+2
*
[ELF] Define _GLOBAL_OFFSET_TABLE_ symbol relative to .got
Peter Smith
2017-06-26
1
-1
/
+1
*
[ELF] Enable createThunks to be called more than once.
Peter Smith
2017-06-16
1
-7
/
+19
[prev]
[next]