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
*
Fix a few typos in lld/ELF to cycle bots
Nico Weber
2019-10-28
1
-1
/
+1
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-4
/
+6
*
[LLD] Simplify the demangleItanium function. NFC.
Martin Storsjo
2019-09-27
1
-4
/
+1
*
[ELF] Initialize 2 fields of Symbol in SymbolTable::insert
Fangrui Song
2019-08-14
1
-0
/
+4
*
[ELF] Simplify handling of exportDynamic and isPreemptible
Fangrui Song
2019-08-13
1
-6
/
+3
*
[ELF] Rename odd variable names "New" after r365730. NFC
Fangrui Song
2019-08-13
1
-3
/
+3
*
[ELF] Consistently prioritize non-* wildcards overs "*" in version scripts
Fangrui Song
2019-08-05
1
-29
/
+30
*
[ELF] Fix variable names in comments after VariableName -> variableName change
Fangrui Song
2019-07-16
1
-2
/
+2
*
[ELF] Handle non-glob patterns before glob patterns in version scripts & fix ...
Fangrui Song
2019-07-11
1
-22
/
+18
*
[ELF] Warn rather than error when duplicate version assignments occur
Fangrui Song
2019-07-11
1
-4
/
+15
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-115
/
+115
*
ELF: Add basic partition data structures and behaviours.
Peter Collingbourne
2019-05-29
1
-0
/
+1
*
Use SymbolTable::insert() to implement --trace.
Rui Ueyama
2019-05-28
1
-16
/
+3
*
Move code for symbol resolution from SymbolTable.cpp to Symbols.cpp.
Rui Ueyama
2019-05-23
1
-319
/
+3
*
Speed up --start-lib and --end-lib.
Rui Ueyama
2019-05-23
1
-0
/
+1
*
Move SymbolTable::addCombinedLTOObject() to LinkerDriver.
Rui Ueyama
2019-05-23
1
-28
/
+0
*
[ELF] Improve error message for relocations to symbols defined in discarded s...
Fangrui Song
2019-05-22
1
-2
/
+6
*
Make replaceSymbol a member function of Symbol.
Rui Ueyama
2019-05-20
1
-6
/
+6
*
Move symbol resolution code out of SymbolTable class.
Rui Ueyama
2019-05-17
1
-104
/
+89
*
Pemove SymbolTable::addBitcode as it is redundant.
Rui Ueyama
2019-05-16
1
-17
/
+0
*
Consistently return `Symbol *` from SymbolTable's add-family functions.
Rui Ueyama
2019-05-16
1
-8
/
+14
*
De-template parseFile() and SymbolTable's add-family functions.
Rui Ueyama
2019-05-16
1
-33
/
+9
*
Introduce CommonSymbol.
Rui Ueyama
2019-05-16
1
-103
/
+93
*
Simplify SymbolTable::add{Defined,Undefined,...} functions.
Rui Ueyama
2019-05-16
1
-209
/
+179
*
Move SymbolTable::addFile to InputFiles.cpp.
Rui Ueyama
2019-05-14
1
-84
/
+4
*
[ELF] Reorder BitcodeFiles.empty() to call thinLTOCreateEmptyIndexFiles() in ...
Fangrui Song
2019-05-07
1
-6
/
+0
*
[ELF] --plugin-opt=thinlto-index-only: create empty index files even if all b...
Fangrui Song
2019-05-02
1
-1
/
+4
*
De-template SymbolTable::addShared.
Rui Ueyama
2019-04-09
1
-23
/
+9
*
ELF: De-template SharedFile. NFCI.
Peter Collingbourne
2019-04-08
1
-24
/
+7
*
[ELF] Support --{,no-}allow-shlib-undefined
Fangrui Song
2019-02-01
1
-1
/
+1
*
[ELF] Simplify. NFC
Fangrui Song
2019-01-29
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ELF] A shared object is needed if any of its occurrences is needed
Fangrui Song
2018-12-27
1
-1
/
+13
*
Remove dead code.
Rui Ueyama
2018-12-20
1
-4
/
+0
*
Simplify. NFC.
Rui Ueyama
2018-12-20
1
-12
/
+7
*
[ELF] Move IsNeeded logic from SymbolTable::addShared to MarkLive, and check ...
Fangrui Song
2018-12-20
1
-3
/
+0
*
Simplify. NFC.
Rui Ueyama
2018-12-19
1
-7
/
+12
*
[ELF] - Make SymbolTable::addDefined return Defined.
George Rimar
2018-11-22
1
-4
/
+4
*
Remove `Type` parameter from SymbolTable::insert(). NFC.
Rui Ueyama
2018-10-12
1
-12
/
+7
*
Remove SymbolTable::addAbsolute().
Rui Ueyama
2018-10-11
1
-7
/
+0
*
Rename SymbolTable::addRegular -> SymbolTable::addDefined.
Rui Ueyama
2018-10-11
1
-2
/
+2
*
Remove SymbolTable::addUndefined<ELF32LE>(StringRef).
Rui Ueyama
2018-10-11
1
-11
/
+0
*
Make a member function private and rename it to avoid function overloading.
Rui Ueyama
2018-10-10
1
-4
/
+4
*
Merge two overloaded functions into one function. NFC.
Rui Ueyama
2018-10-09
1
-8
/
+3
*
Return early. NFC.
Rui Ueyama
2018-10-09
1
-15
/
+14
*
Remove redundant `Symtab->`.
Rui Ueyama
2018-10-09
1
-7
/
+7
*
Simplify. NFC.
Rui Ueyama
2018-10-09
1
-5
/
+4
*
Remove a use of template to make code less abstracted.
Rui Ueyama
2018-10-09
1
-19
/
+26
*
Change how we handle -wrap.
Rui Ueyama
2018-08-22
1
-61
/
+13
*
Revert r336609: Fix direct calls to __wrap_sym when it is relocated.
Rui Ueyama
2018-07-18
1
-11
/
+0
[next]