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
/
InputSection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not produce broken debug info.
Rui Ueyama
2016-04-29
1
-4
/
+8
*
Skip scanRelocs for non-alloc sections.
Rui Ueyama
2016-04-28
1
-0
/
+42
*
ELF: Move code to where it is used, and related cleanups. NFC.
Peter Collingbourne
2016-04-26
1
-39
/
+1
*
Call repl in getSymbolBody. NFC.
Rafael Espindola
2016-04-26
1
-2
/
+2
*
Fix link failure.
Rui Ueyama
2016-04-22
1
-0
/
+5
*
Bring r267164 back with a fix.
Rafael Espindola
2016-04-22
1
-8
/
+65
*
Revert "GC entries of SHF_MERGE sections."
Rafael Espindola
2016-04-22
1
-65
/
+8
*
Trying to fix the windows build.
Rafael Espindola
2016-04-22
1
-1
/
+1
*
GC entries of SHF_MERGE sections.
Rafael Espindola
2016-04-22
1
-8
/
+65
*
This reverts commit r267154 and r267161.
Rafael Espindola
2016-04-22
1
-0
/
+19
*
Move getRelocTarget to ObjectFile.
Rafael Espindola
2016-04-22
1
-19
/
+0
*
Simplify mips gp0 handling.
Rafael Espindola
2016-04-20
1
-5
/
+0
*
Simplify mips got handling.
Rafael Espindola
2016-04-19
1
-2
/
+4
*
Simplify handling of R_X86_64_TPOFF32. NFC.
Rafael Espindola
2016-04-18
1
-1
/
+1
*
Have getRelExpr handle all cases on x86.
Rafael Espindola
2016-04-18
1
-2
/
+16
*
Change how we apply relocations.
Rafael Espindola
2016-04-13
1
-152
/
+96
*
Simplify handling of mips gp* symbols.
Rafael Espindola
2016-04-11
1
-6
/
+4
*
Update for llvm change.
Rafael Espindola
2016-04-05
1
-3
/
+2
*
Don't store an Elf_Sym for most symbols.
Rafael Espindola
2016-04-04
1
-3
/
+4
*
Don't apply a recolation that the dynamic linker will rewrite.
Rafael Espindola
2016-04-01
1
-2
/
+2
*
[ELF] Implement infrastructure for thunk code creation
Simon Atanasyan
2016-03-31
1
-0
/
+36
*
No relocation needs bot SA and ZA.
Rafael Espindola
2016-03-30
1
-3
/
+5
*
Simplify mips addend processing.
Rafael Espindola
2016-03-30
1
-8
/
+6
*
Fix handling of addends on i386.
Rafael Espindola
2016-03-30
1
-0
/
+2
*
Fix comments.
Rui Ueyama
2016-03-30
1
-7
/
+6
*
Simplify AHL handling.
Rafael Espindola
2016-03-29
1
-20
/
+23
*
Make needsPlt a plain function instead of a template.
Rafael Espindola
2016-03-24
1
-1
/
+1
*
Revert "bar"
Rafael Espindola
2016-03-18
1
-5
/
+91
*
bar
Rafael Espindola
2016-03-18
1
-91
/
+5
*
Use ELFT instead of ELFFile<ELFT>.
Rui Ueyama
2016-03-14
1
-11
/
+6
*
Simplify. NFC.
Rui Ueyama
2016-03-13
1
-4
/
+2
*
ELF: Redefine canBeDefined as a member function of SymbolBody.
Rui Ueyama
2016-03-13
1
-4
/
+4
*
[ELF][MIPS] Add elf namespace name to the ObjectFile.
Simon Atanasyan
2016-03-13
1
-1
/
+1
*
[ELF][MIPS] Factor out SumVA adjustments into a couple of separate functions....
Simon Atanasyan
2016-03-13
1
-34
/
+47
*
Use RelTy instead of Elf_Rel_Impl<ELFT, isRela> for readability.
Rui Ueyama
2016-03-13
1
-17
/
+14
*
Remove redundant check.
Rui Ueyama
2016-03-13
1
-2
/
+0
*
Simplify findMipsPairedReloc function signature. NFC.
Rui Ueyama
2016-03-13
1
-15
/
+18
*
[ELF][MIPS] Put type of symbol (local/global) to the findMipsPairedReloc and ...
Simon Atanasyan
2016-03-12
1
-10
/
+11
*
Recommit of r263252, [ELF] - Change all messages to lowercase to be consistent.
George Rimar
2016-03-12
1
-3
/
+3
*
Revert r263252: "[ELF] - Change all messages to lowercase to be consistent."
Rui Ueyama
2016-03-11
1
-8
/
+9
*
[ELF] - Change all messages to lowercase to be consistent.
George Rimar
2016-03-11
1
-9
/
+8
*
More MSVC fixes.
Rafael Espindola
2016-03-11
1
-1
/
+1
*
Trying to fix the MSVC build.
Rafael Espindola
2016-03-11
1
-5
/
+6
*
Represent local symbols with DefinedRegular.
Rafael Espindola
2016-03-11
1
-4
/
+4
*
[ELF][MIPS] Update comment about creation local GOT entries for non-local sym...
Simon Atanasyan
2016-03-11
1
-3
/
+5
*
Simplify now that local symbols can use getVA.
Rafael Espindola
2016-03-11
1
-50
/
+42
*
[ELF] - Early continue in InputSectionBase<ELFT>::relocate(). NFC.
George Rimar
2016-03-11
1
-3
/
+3
*
[ELF] - Evaluate addend earlier and use it instead getAddend() calls. NFC.
George Rimar
2016-03-11
1
-6
/
+3
*
Compute value of local symbol with getVA.
Rafael Espindola
2016-03-11
1
-46
/
+12
*
Create a SymbolBody for locals.
Rafael Espindola
2016-03-11
1
-43
/
+28
[next]