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
...
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
Bring back r319008.
Rafael Espindola
2017-11-28
1
-2
/
+3
*
Revert r319008, "[ELF] Do not keep symbols if they referenced only from disca...
Igor Kudrin
2017-11-28
1
-3
/
+2
*
Factor out common code to Common/Strings.cpp.
Rui Ueyama
2017-11-28
1
-1
/
+2
*
Store the real binding of shared symbols.
Rafael Espindola
2017-11-28
1
-8
/
+7
*
Rename `Symtab` private memory to avoid confusion with global `Symtab`
Sam Clegg
2017-11-27
1
-4
/
+4
*
[ELF] Do not keep symbols if they referenced only from discarded sections.
Igor Kudrin
2017-11-27
1
-2
/
+3
*
Simplify as-needed handling.
Rafael Espindola
2017-11-22
1
-2
/
+2
*
Remove IsLocal.
Rafael Espindola
2017-11-17
1
-32
/
+27
*
Simplify. NFC.
Rafael Espindola
2017-11-11
1
-3
/
+1
*
Don't produce a duplicated __wrap_foo if there is no __real_foo.
Rafael Espindola
2017-11-11
1
-4
/
+4
*
ELF: Remove SymbolTable::SymIndex class.
Peter Collingbourne
2017-11-06
1
-12
/
+11
*
ELF: Remove function Symbol::isInCurrentOutput().
Peter Collingbourne
2017-11-06
1
-6
/
+6
*
ELF: Merge DefinedRegular and Defined.
Peter Collingbourne
2017-11-06
1
-20
/
+20
*
ELF: Remove DefinedCommon.
Peter Collingbourne
2017-11-06
1
-13
/
+23
*
Rewrite addSymbolWrap and applySymbolWrap. NFCI.
Rui Ueyama
2017-11-04
1
-45
/
+31
*
Remove dead code and update comment.
Rui Ueyama
2017-11-04
1
-20
/
+3
*
Rename replaceBody -> replaceSymbol.
Rui Ueyama
2017-11-03
1
-13
/
+13
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-106
/
+99
*
[ELF] - Teach LLD to report line numbers for data symbols.
George Rimar
2017-11-01
1
-2
/
+2
*
Merge SymbolBody and Symbol into one class, SymbolBody.
Rui Ueyama
2017-10-31
1
-143
/
+138
*
Remove a redundant temporary variable.
Rui Ueyama
2017-10-29
1
-2
/
+1
*
Reduce sizeof(Symbol) from 104 bytes to 88 bytes.
Rui Ueyama
2017-10-28
1
-2
/
+1
*
Pass symbol attributes instead of ElfSym to Shared symbol ctor.
Rui Ueyama
2017-10-28
1
-3
/
+8
*
Rename isInCurrentDSO -> isInCurrentOutput.
Rui Ueyama
2017-10-27
1
-6
/
+6
*
De-template elf::getObjMsg. NFC.
Rui Ueyama
2017-10-27
1
-2
/
+2
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-2
/
+2
*
Refactor duplicated comment. NFC.
Rafael Espindola
2017-10-24
1
-9
/
+4
*
Revert r315877: Simplify.
Konstantin Zhuravlyov
2017-10-16
1
-2
/
+2
*
Remove Config::FirstElf.
Rui Ueyama
2017-10-15
1
-4
/
+9
*
Simplify.
Rui Ueyama
2017-10-15
1
-2
/
+2
*
Give shared symbols priority over lazy ones.
Rafael Espindola
2017-10-13
1
-2
/
+2
*
Simplify. NFC.
Rafael Espindola
2017-10-13
1
-1
/
+1
*
Convert a few cases of isUndefined to isInCurrentDSO.
Rafael Espindola
2017-10-13
1
-3
/
+3
*
Correctly handle shared and lazy symbols.
Rafael Espindola
2017-10-13
1
-1
/
+1
*
Inline small function. NFC.
Rafael Espindola
2017-10-07
1
-15
/
+0
*
Reland r315114, "ELF: Export preempted symbols even if there is a dynamic lis...
Peter Collingbourne
2017-10-06
1
-1
/
+1
*
Revert r315114, "ELF: Export preempted symbols even if there is a dynamic list."
Peter Collingbourne
2017-10-06
1
-1
/
+1
*
ELF: Export preempted symbols even if there is a dynamic list.
Peter Collingbourne
2017-10-06
1
-1
/
+1
*
Refine our --wrap implementation.
Rafael Espindola
2017-10-06
1
-0
/
+34
*
Refactor duplicated code.
Rafael Espindola
2017-10-05
1
-4
/
+4
*
Inline a small function.
Rui Ueyama
2017-10-03
1
-11
/
+0
*
[ELF] Avoid promoting an undefined weak entry symbol to global.
Igor Kudrin
2017-10-03
1
-8
/
+18
*
[ELF] Keep symbols specified by '-u' over LTO.
Igor Kudrin
2017-10-03
1
-3
/
+8
*
Make parameter lists of SymbolTable::add* functions more consistent. NFC.
Rui Ueyama
2017-09-30
1
-11
/
+10
*
Speed up SymbolTable::insert().
Rui Ueyama
2017-09-26
1
-2
/
+6
*
Rename copy -> copyFrom.
Rui Ueyama
2017-09-25
1
-1
/
+1
*
Move Config->SymbolRenaming to SymbolTable.
Rui Ueyama
2017-09-25
1
-15
/
+18
*
[ELF] - Introduce std::vector<InputFile *> global arrays.
George Rimar
2017-09-19
1
-13
/
+11
*
Use existing helper. NFC.
Rafael Espindola
2017-09-13
1
-1
/
+1
[prev]
[next]