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
...
*
ELF: Rename error -> fatal and redefine error as a non-noreturn function.
Rui Ueyama
2016-01-28
1
-21
/
+21
*
Do not use return with a function whose return type is void.
Rui Ueyama
2016-01-27
1
-5
/
+7
*
Remove another case of almost duplicated code.
Rafael Espindola
2016-01-27
1
-54
/
+8
*
Remove redundant variable.
Rafael Espindola
2016-01-27
1
-2
/
+0
*
Simplify. NFC.
Rui Ueyama
2016-01-26
1
-5
/
+5
*
Simplify. NFC.
Rui Ueyama
2016-01-26
1
-15
/
+9
*
Add missing template instantiations.
Rui Ueyama
2016-01-26
1
-16
/
+24
*
Fix MSVC build.
Rafael Espindola
2016-01-26
1
-2
/
+2
*
Move code to create RELATIVE reloc for TLS_IE to one place.
Rui Ueyama
2016-01-26
1
-3
/
+10
*
ELF: Move code for GNU_IFUNC to one place. NFC.
Rui Ueyama
2016-01-26
1
-3
/
+15
*
Define a helper function to make it visually shorter. NFC.
Rui Ueyama
2016-01-25
1
-46
/
+41
*
Use Symtab.find() instead of Symtab.getSymbols().lookup().
Rui Ueyama
2016-01-25
1
-4
/
+4
*
Avoid almost duplication in .dynamic finalize and write.
Rafael Espindola
2016-01-25
1
-152
/
+87
*
Fix: added assert condition to EhFrameHeader<ELFT>::assignEhFrame().
George Rimar
2016-01-25
1
-2
/
+2
*
Use of assert instead of llvm_unreachable in EhFrameHeader<ELFT>::assignEhFra...
George Rimar
2016-01-25
1
-1
/
+1
*
[ELF] Avoid unnecessary global variable.
Sean Silva
2016-01-23
1
-2
/
+0
*
Use of llvm_unreachable instead of warning in EhFrameHeader<ELFT>::assignEhFr...
George Rimar
2016-01-22
1
-5
/
+2
*
ELF: Move code to emit copyrel to one place. NFC.
Rui Ueyama
2016-01-21
1
-9
/
+11
*
[ELF][MIPS] Initial support of MIPS local GOT entries
Simon Atanasyan
2016-01-21
1
-5
/
+39
*
[ELF] Do not keep STT_FILE symbols in the symbol table
Simon Atanasyan
2016-01-20
1
-1
/
+1
*
Reapply r257753 with fix:
George Rimar
2016-01-15
1
-1
/
+212
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-4
/
+4
*
Revert r257753: "[ELF] - implemented --eh-frame-hdr command line option."
Rui Ueyama
2016-01-14
1
-208
/
+1
*
[ELF] - implemented --eh-frame-hdr command line option.
George Rimar
2016-01-14
1
-1
/
+208
*
Fixed typo in comment. NFC.
George Rimar
2016-01-11
1
-1
/
+1
*
Revert "Remove unnecessary type casts."
Rui Ueyama
2016-01-07
1
-2
/
+3
*
Fix local variable name.
Rui Ueyama
2016-01-07
1
-13
/
+13
*
Remove useless local variable.
Rui Ueyama
2016-01-07
1
-5
/
+2
*
Remove unnecessary type casts.
Rui Ueyama
2016-01-07
1
-3
/
+2
*
Fix typo.
Rui Ueyama
2016-01-07
1
-1
/
+1
*
[ELF] Add AMDGPU support
Tom Stellard
2016-01-07
1
-1
/
+10
*
ELF: Improve performance of string table construction.
Rui Ueyama
2016-01-07
1
-14
/
+44
*
Define align() and use that instead of RoundUpToAlignment().
Rui Ueyama
2016-01-06
1
-4
/
+4
*
Remove redundant `llvm::ELF::`.
Rui Ueyama
2016-01-06
1
-25
/
+15
*
Simplify MipsReginfoInputSection.
Rui Ueyama
2016-01-06
1
-2
/
+3
*
Remove unnecessary `lld::`.
Rui Ueyama
2016-01-06
1
-9
/
+8
*
Add debugger rendezvous DT_DEBUG .dynamic entry
Ed Maste
2016-01-06
1
-0
/
+5
*
Simplify. NFC.
Rui Ueyama
2016-01-06
1
-3
/
+2
*
Simplify. NFC.
Rui Ueyama
2016-01-05
1
-9
/
+8
*
Consistently use 'Bss' instead of 'BSS'.
Rui Ueyama
2016-01-05
1
-3
/
+3
*
Revert or r256638. I`ve lost a little piece of code when resolved conflicts r...
George Rimar
2016-01-02
1
-12
/
+8
*
[ELF] - Optimize .eh_frame section: remove CIE if all FDEs referencing it wer...
George Rimar
2015-12-30
1
-8
/
+12
*
Reformat of conditions for calculating r_offset in RelocationSection<ELFT>::w...
George Rimar
2015-12-29
1
-8
/
+6
*
Use virtual function instead of hand-written type dispatch.
Rui Ueyama
2015-12-26
1
-10
/
+13
*
Move a function to a file where it is used.
Rui Ueyama
2015-12-25
1
-10
/
+0
*
Simplify. NFC.
Rafael Espindola
2015-12-25
1
-2
/
+1
*
Update the recorded CIE length when aligning.
Rafael Espindola
2015-12-24
1
-7
/
+14
*
Make it possible to create common symbols from bitcode.
Rafael Espindola
2015-12-24
1
-1
/
+4
*
Delete DefinedAbsolute.
Rafael Espindola
2015-12-24
1
-12
/
+13
*
Split Defined and DefinedElf.
Rafael Espindola
2015-12-24
1
-2
/
+4
[prev]
[next]