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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Replace SymbolTable::forEachSymbol with iterator_range symbols()
Fangrui Song
2019-11-26
1
-6
/
+10
*
[ELF] Rename odd variable names "New" after r365730. NFC
Fangrui Song
2019-08-13
1
-1
/
+1
*
[ELF] Handle non-glob patterns before glob patterns in version scripts & fix ...
Fangrui Song
2019-07-11
1
-1
/
+0
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-18
/
+18
*
Use SymbolTable::insert() to implement --trace.
Rui Ueyama
2019-05-28
1
-3
/
+7
*
[ELF] Deleted unused forward declarations. NFC
Fangrui Song
2019-05-24
1
-8
/
+0
*
Move code for symbol resolution from SymbolTable.cpp to Symbols.cpp.
Rui Ueyama
2019-05-23
1
-5
/
+0
*
Move SymbolTable::addCombinedLTOObject() to LinkerDriver.
Rui Ueyama
2019-05-23
1
-5
/
+0
*
[ELF] Improve error message for relocations to symbols defined in discarded s...
Fangrui Song
2019-05-22
1
-0
/
+5
*
[ELF] Deleted unused ComdatGroups member variable left by D61854
Fangrui Song
2019-05-21
1
-5
/
+0
*
Move symbol resolution code out of SymbolTable class.
Rui Ueyama
2019-05-17
1
-10
/
+6
*
Pemove SymbolTable::addBitcode as it is redundant.
Rui Ueyama
2019-05-16
1
-1
/
+0
*
Consistently return `Symbol *` from SymbolTable's add-family functions.
Rui Ueyama
2019-05-16
1
-4
/
+4
*
De-template parseFile() and SymbolTable's add-family functions.
Rui Ueyama
2019-05-16
1
-9
/
+5
*
Introduce CommonSymbol.
Rui Ueyama
2019-05-16
1
-3
/
+5
*
Simplify SymbolTable::add{Defined,Undefined,...} functions.
Rui Ueyama
2019-05-16
1
-23
/
+14
*
Move SymbolTable::addFile to InputFiles.cpp.
Rui Ueyama
2019-05-14
1
-1
/
+0
*
De-template SymbolTable::addShared.
Rui Ueyama
2019-04-09
1
-3
/
+3
*
ELF: De-template SharedFile. NFCI.
Peter Collingbourne
2019-04-08
1
-4
/
+3
*
[ELF] Support --{,no-}allow-shlib-undefined
Fangrui Song
2019-02-01
1
-3
/
+3
*
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
/
+1
*
[ELF] - Make SymbolTable::addDefined return Defined.
George Rimar
2018-11-22
1
-3
/
+3
*
Remove `Type` parameter from SymbolTable::insert(). NFC.
Rui Ueyama
2018-10-12
1
-3
/
+2
*
Remove SymbolTable::addAbsolute().
Rui Ueyama
2018-10-11
1
-2
/
+0
*
Rename SymbolTable::addRegular -> SymbolTable::addDefined.
Rui Ueyama
2018-10-11
1
-1
/
+1
*
Remove unused default arguments.
Rui Ueyama
2018-10-11
1
-3
/
+1
*
Remove SymbolTable::addUndefined<ELF32LE>(StringRef).
Rui Ueyama
2018-10-11
1
-1
/
+1
*
Make a member function private and rename it to avoid function overloading.
Rui Ueyama
2018-10-10
1
-1
/
+2
*
Change how we handle -wrap.
Rui Ueyama
2018-08-22
1
-11
/
+1
*
Revert r336609: Fix direct calls to __wrap_sym when it is relocated.
Rui Ueyama
2018-07-18
1
-1
/
+0
*
Fix direct calls to __wrap_sym when it is relocated.
Rui Ueyama
2018-07-09
1
-0
/
+1
*
Make fetchIfLazy only fetch an object file. NFC.
Rui Ueyama
2018-04-03
1
-1
/
+1
*
[ELF] - Eliminate Lazy class.
George Rimar
2018-04-03
1
-1
/
+2
*
Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.
Rui Ueyama
2018-02-28
1
-1
/
+1
*
Put undefined symbols from shared libraries in the symbol table.
Rafael Espindola
2018-02-27
1
-1
/
+0
*
ELF: Stop collecting a list of symbols in ArchiveFile.
Peter Collingbourne
2018-02-16
1
-2
/
+2
*
[ELF] - Remove dead declaration. NFC.
George Rimar
2018-01-30
1
-1
/
+0
*
Detemplate reportDuplicate.
Rafael Espindola
2017-12-23
1
-2
/
+0
*
Use a reference in addLazyArchive. NFC.
Rafael Espindola
2017-12-20
1
-1
/
+1
*
Use a reference for the shared symbol file.
Rafael Espindola
2017-12-20
1
-1
/
+1
*
Use a reference for a value that is never null. NFC.
Rafael Espindola
2017-12-20
1
-1
/
+1
*
Use a reference for a value that is never null. NFC.
Rafael Espindola
2017-12-20
1
-1
/
+1
*
Compact symbols from 96 to 88 bytes.
Rafael Espindola
2017-12-12
1
-1
/
+1
*
Remove some includes from InputFiles.h.
Rafael Espindola
2017-12-09
1
-0
/
+2
*
Rename `Symtab` private memory to avoid confusion with global `Symtab`
Sam Clegg
2017-11-27
1
-1
/
+1
*
Remove IsLocal.
Rafael Espindola
2017-11-17
1
-3
/
+2
*
Simplify. NFC.
Rafael Espindola
2017-11-11
1
-2
/
+0
*
ELF: Remove SymbolTable::SymIndex class.
Peter Collingbourne
2017-11-06
1
-7
/
+1
*
ELF: Merge DefinedRegular and Defined.
Peter Collingbourne
2017-11-06
1
-3
/
+3
[next]