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
/
SymbolTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ELF] - Report proper error message about mixing bitcode files.
George Rimar
2018-07-11
1
-1
/
+1
*
Fix direct calls to __wrap_sym when it is relocated.
Rui Ueyama
2018-07-09
1
-0
/
+11
*
[ELF] - Replace llvm::find_if with the loop. NFC.
George Rimar
2018-06-25
1
-4
/
+3
*
[ELF] - Change how we handle suplicate -wrap. [NFC]
George Rimar
2018-06-22
1
-0
/
+7
*
Fix typo.
Rui Ueyama
2018-05-21
1
-1
/
+2
*
[lld] Make helpers static. NFC.
Benjamin Kramer
2018-05-15
1
-3
/
+3
*
[ELF] --warn-backref: don't report backref to weak symbols.
Fangrui Song
2018-05-10
1
-58
/
+57
*
Added support for ThinLTO plugin options : thinlto-index-only and thinlto-pre...
Rumeet Dhindsa
2018-05-02
1
-0
/
+1
*
[ELF] - Refactor lazy symbol duplicated code.
George Rimar
2018-04-24
1
-26
/
+22
*
[ELF] Swap argument names: use Old to refer to original symbol and New for in...
Fangrui Song
2018-04-20
1
-4
/
+4
*
Add --warn-backrefs to maintain compatibility with other linkers
Rui Ueyama
2018-04-09
1
-3
/
+63
*
Return early. NFC.
Rui Ueyama
2018-04-03
1
-15
/
+20
*
Merge two `if`s and add a few blank lines. NFC.
Rui Ueyama
2018-04-03
1
-4
/
+6
*
Fix buildbots.
Rui Ueyama
2018-04-03
1
-0
/
+5
*
Make fetchIfLazy only fetch an object file. NFC.
Rui Ueyama
2018-04-03
1
-11
/
+12
*
[ELF] - Eliminate Lazy class.
George Rimar
2018-04-03
1
-18
/
+12
*
Merge LazyArchive::fetch() and ArchiveFile::getMember(). NFC.
Rui Ueyama
2018-04-03
1
-3
/
+2
*
Strip @VER suffices from the LTO output.
Rafael Espindola
2018-03-28
1
-1
/
+4
*
allow-multiple-definitions should completely suppress errors instead of makin...
Rui Ueyama
2018-03-19
1
-10
/
+7
*
Improve duplicated version handling.
Rafael Espindola
2018-03-06
1
-2
/
+3
*
Simplify. NFC.
Rafael Espindola
2018-03-03
1
-3
/
+1
*
Put undefined symbols from shared libraries in the symbol table.
Rafael Espindola
2018-02-27
1
-28
/
+0
*
[ELF] Create and export symbols provided by a linker script if they reference...
Igor Kudrin
2018-02-27
1
-1
/
+1
*
Make undefined symbol in DSO to pull out object files from archive files.
Rui Ueyama
2018-02-23
1
-2
/
+7
*
ELF: Stop collecting a list of symbols in ArchiveFile.
Peter Collingbourne
2018-02-16
1
-10
/
+9
*
Fix an issue that weak bit is dropped when there's a lazy object symbol.
Rui Ueyama
2018-02-16
1
-2
/
+5
*
Use reinterpret_cast<> instead of C-style cast. NFC.
Rui Ueyama
2018-02-13
1
-2
/
+2
*
Add --no-gnu-unique and --no-undefined-version for completeness.
Rui Ueyama
2018-02-02
1
-1
/
+1
*
[ELF] - Do not forget file name when reporting duplicate symbol error for abs...
George Rimar
2018-01-31
1
-4
/
+5
*
Don't mark a shared library as needed because of a lazy symbol.
Rafael Espindola
2018-01-23
1
-1
/
+2
*
Fix another case we used the wrong visibility.
Rafael Espindola
2018-01-16
1
-2
/
+2
*
[ELF] Explicit template instantiations for addFile
Easwaran Raman
2018-01-09
1
-0
/
+5
*
[ELF] Small grammar fix. NFC
Shoaib Meenai
2018-01-08
1
-1
/
+1
*
[ELF] Drop unnecessary VersionId setting in scanShlibUndefined
Shoaib Meenai
2018-01-08
1
-6
/
+0
*
Detemplate reportDuplicate.
Rafael Espindola
2017-12-23
1
-33
/
+7
*
Detemplate isCompatible(). NFC.
Rafael Espindola
2017-12-23
1
-3
/
+3
*
Use a reference to a file in the LazyArchive symbol.
Rafael Espindola
2017-12-20
1
-2
/
+2
*
LazyObject's file is never null, use a reference.
Rafael Espindola
2017-12-20
1
-2
/
+2
*
Use a reference in addLazyArchive. NFC.
Rafael Espindola
2017-12-20
1
-9
/
+9
*
Use a reference for the shared symbol file.
Rafael Espindola
2017-12-20
1
-8
/
+8
*
Use a reference for a value that is never null. NFC.
Rafael Espindola
2017-12-20
1
-5
/
+5
*
Use a reference for a value that is never null. NFC.
Rafael Espindola
2017-12-20
1
-4
/
+4
*
Replace a dyn_cast_or_null with dyn_cast.
Rafael Espindola
2017-12-20
1
-1
/
+1
*
Use warn() instead of error() to report a bad symbol in a DSO.
Rui Ueyama
2017-12-15
1
-5
/
+1
*
Fix crash on invalid.
Rafael Espindola
2017-12-14
1
-1
/
+5
*
Compact symbols from 96 to 88 bytes.
Rafael Espindola
2017-12-12
1
-10
/
+6
*
[lld] Fix handling of wildcards in dynamic lists.
Evgeniy Stepanov
2017-12-06
1
-2
/
+2
*
Simplify. NFC.
Rafael Espindola
2017-11-30
1
-2
/
+2
*
Use Symbol::File directly.
Rafael Espindola
2017-11-29
1
-2
/
+1
*
Replace copyFrom with memcpy.
Rafael Espindola
2017-11-29
1
-2
/
+2
[prev]
[next]