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
/
InputFiles.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Forward declare the DWARFCache to avoid including LLVM DWARF details
Reid Kleckner
2019-11-14
1
-1
/
+2
*
[LLD] Move duplicated dwarf parsing code to the Common library. NFC.
Martin Storsjo
2019-10-21
1
-10
/
+2
*
Improve error message for bad SHF_MERGE sections
Rui Ueyama
2019-10-10
1
-1
/
+1
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-4
/
+2
*
[ELF] Fix variable names in comments after VariableName -> variableName change
Fangrui Song
2019-07-16
1
-2
/
+2
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-116
/
+116
*
[PPC32] Improve the 32-bit PowerPC port
Fangrui Song
2019-06-06
1
-0
/
+4
*
[lld] Explicitly ignore comdat groups when parsing LTO object(s)
Sam Clegg
2019-06-05
1
-7
/
+3
*
Read .note.gnu.property sections and emit a merged .note.gnu.property section.
Rui Ueyama
2019-06-05
1
-0
/
+2
*
Merge ELFFileBase::{initSymtab,parseHeader} as ELFFileBase:init. NFC.
Rui Ueyama
2019-05-28
1
-7
/
+11
*
Remove elf::createSharedFile and move its code to SharedFile's ctor. NFC.
Rui Ueyama
2019-05-27
1
-1
/
+0
*
[WebAssebmly] Add support for --wrap
Sam Clegg
2019-05-24
1
-1
/
+1
*
Simplify InputFile::fetch().
Rui Ueyama
2019-05-23
1
-3
/
+3
*
Remove LazyObjFile::AddedToLink.
Rui Ueyama
2019-05-23
1
-2
/
+0
*
Speed up --start-lib and --end-lib.
Rui Ueyama
2019-05-23
1
-2
/
+2
*
[ELF] Improve error message for relocations to symbols defined in discarded s...
Fangrui Song
2019-05-22
1
-7
/
+9
*
Revert r358069 "Discard debuginfo for object files empty after GC"
Bob Haarman
2019-05-16
1
-4
/
+0
*
De-template parseFile() and SymbolTable's add-family functions.
Rui Ueyama
2019-05-16
1
-2
/
+2
*
Move SymbolTable::addFile to InputFiles.cpp.
Rui Ueyama
2019-05-14
1
-0
/
+3
*
[ELF] Fix typo: .symtab_shndxr -> .symtab_shndx
Fangrui Song
2019-04-12
1
-3
/
+3
*
Discard debuginfo for object files empty after GC
Rui Ueyama
2019-04-10
1
-0
/
+4
*
Rename a variable and add a comment.
Rui Ueyama
2019-04-10
1
-1
/
+13
*
ELF: Move verneed tracking data structures out of VersionNeedSection.
Peter Collingbourne
2019-04-08
1
-12
/
+8
*
ELF: De-template SharedFile. NFCI.
Peter Collingbourne
2019-04-08
1
-19
/
+6
*
ELF: De-template ELFFileBase. NFCI.
Peter Collingbourne
2019-04-05
1
-19
/
+23
*
ELF: Move SymtabSHNDX and getSectionIndex() to ObjFile. NFCI.
Peter Collingbourne
2019-04-04
1
-3
/
+4
*
Replace `typedef A B` with `using B = A`. NFC.
Rui Ueyama
2019-04-01
1
-18
/
+18
*
LLD/AMDGPU: Preserve ABI version during linking ELF for AMDGPU
Konstantin Zhuravlyov
2019-02-14
1
-0
/
+1
*
[PPC64] Sort .toc sections accessed with small code model relocs.
Sean Fertile
2019-02-12
1
-8
/
+9
*
[ELF] Support --{,no-}allow-shlib-undefined
Fangrui Song
2019-02-01
1
-1
/
+5
*
Remove dead declaration.
Rui Ueyama
2019-01-26
1
-1
/
+0
*
[PPC64] Reland r351978 'Sort .toc sections accessed with small code model ...'
Sean Fertile
2019-01-24
1
-0
/
+10
*
Revert "[PPC64] Sort .toc sections accessed with small code model ..."
Sean Fertile
2019-01-23
1
-10
/
+0
*
[PPC64] Sort .toc sections accessed with small code model relocs close to .got.
Sean Fertile
2019-01-23
1
-0
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use unique_ptr to manage a TarWriter instance. NFC.
Rui Ueyama
2018-12-18
1
-1
/
+1
*
[ELF] Read the call graph profile from object files.
Michael J. Spencer
2018-10-02
1
-0
/
+4
*
Change how we handle -wrap.
Rui Ueyama
2018-08-22
1
-1
/
+3
*
[LLD][ELF] - Check the architecture of lazy objects earlier.
George Rimar
2018-08-21
1
-2
/
+0
*
ELF: Implement --icf=safe using address-significance tables.
Peter Collingbourne
2018-07-18
1
-0
/
+3
*
Implement framework for linking split-stack object files, and x86_64 support.
Sterling Augustine
2018-07-17
1
-0
/
+8
*
[ELF] - Eliminate ObjFile<ELFT>::getLineInfo. NFC.
George Rimar
2018-07-16
1
-3
/
+0
*
[ELF][MIPS] Multi-GOT implementation
Simon Atanasyan
2018-06-11
1
-0
/
+3
*
Fix build broken by r334341.
Rui Ueyama
2018-06-09
1
-1
/
+1
*
Remove a dead variable.
Rui Ueyama
2018-06-09
1
-1
/
+0
*
Improve error message for -thinlto-object-suffix-replace and simplify code.
Rui Ueyama
2018-05-17
1
-13
/
+1
*
Add support for ThinLTO plugin option thinlto-object-suffix-replace
Rumeet Dhindsa
2018-05-16
1
-0
/
+14
*
Added support for ThinLTO plugin options : thinlto-index-only and thinlto-pre...
Rumeet Dhindsa
2018-05-02
1
-1
/
+6
*
[ELF] --warn-backrefs: use the same GroupId for object files in the same --{s...
Fangrui Song
2018-04-20
1
-3
/
+3
*
[ELF] Increase NextGroupId with --end-group
Fangrui Song
2018-04-19
1
-2
/
+1
[next]