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
...
*
Do not use errs() or outs() directly. Instead use message(), log() or error()
Rui Ueyama
2017-02-21
1
-1
/
+1
*
[ELF] Use SyntheticSections for Thunks
Peter Smith
2017-02-01
1
-3
/
+3
*
Revert "[ELF][ARM] Use SyntheticSections for Thunks"
Rui Ueyama
2017-01-28
1
-3
/
+3
*
[ELF][ARM] Use SyntheticSections for Thunks
Peter Smith
2017-01-27
1
-3
/
+3
*
Create _end symbol even if a .so defines it.
Rafael Espindola
2017-01-19
1
-1
/
+1
*
Add a isInCurrentDSO helper. NFC.
Rafael Espindola
2017-01-17
1
-3
/
+3
*
Give priority to linker scripts over preemption.
Rafael Espindola
2017-01-16
1
-5
/
+1
*
Don't add DT_INIT/DT_FINI for undef and shared symbols.
Rafael Espindola
2017-01-13
1
-0
/
+8
*
Add support for anonymous local symbols.
Rafael Espindola
2017-01-10
1
-20
/
+10
*
[ELF] Add support for thunks to undefined non-weak symbols
Peter Smith
2017-01-04
1
-3
/
+3
*
Do not return null or Undefined from find{All,}ByVersion.
Rui Ueyama
2016-12-22
1
-15
/
+15
*
Define a getter function for a lazily-created object.
Rui Ueyama
2016-12-22
1
-17
/
+14
*
Simplify. NFC.
Rui Ueyama
2016-12-22
1
-7
/
+2
*
Define a function to avoid a magic variable 0x3.
Rui Ueyama
2016-12-22
1
-6
/
+8
*
De-template DefinedSynthetic.
Rui Ueyama
2016-12-21
1
-1
/
+1
*
Fix build broken by changes in StringMatcher interface r290213
Vitaly Buka
2016-12-21
1
-1
/
+1
*
Remove lld/Support/Memory.h.
Rui Ueyama
2016-12-18
1
-1
/
+1
*
Rename find(SymbolVersion) to avoid overloading with find(StringRef).
Rui Ueyama
2016-12-10
1
-6
/
+7
*
Fix a bogus warning.
Rafael Espindola
2016-12-09
1
-2
/
+5
*
Don't crash on an extra symbol in a version script.
Rafael Espindola
2016-12-09
1
-1
/
+2
*
Give preempting symbols precedence over linker script.
Rafael Espindola
2016-12-09
1
-1
/
+5
*
Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.
Rui Ueyama
2016-12-08
1
-1
/
+1
*
Change the implementation of --dynamic-list to use linker script parsing.
Rafael Espindola
2016-12-08
1
-7
/
+0
*
Inline function called only once.
Rafael Espindola
2016-12-08
1
-17
/
+11
*
Handle C++ names in anon scripts.
Rafael Espindola
2016-12-08
1
-2
/
+2
*
Inline two functions called only once. NFC.
Rafael Espindola
2016-12-08
1
-26
/
+19
*
Add two helper functions. NFC.
Rafael Espindola
2016-12-08
1
-7
/
+16
*
Simplify. NFC.
Rafael Espindola
2016-12-08
1
-1
/
+1
*
[ELF] Correct addAbsolute function argument name
Simon Atanasyan
2016-12-08
1
-2
/
+2
*
[ELF][MIPS] Make _gp, _gp_disp, __gnu_local_gp global symbols
Simon Atanasyan
2016-12-08
1
-3
/
+4
*
Make demangle() return None instead of "" if a given string is not a mangled ...
Rui Ueyama
2016-12-07
1
-1
/
+4
*
Allow duplicated abs symbols with the same value.
Rafael Espindola
2016-12-02
1
-6
/
+15
*
Introduce StringRefZ class to represent null-terminated strings.
Rui Ueyama
2016-11-29
1
-8
/
+10
*
[ELF] Be compliant with LLVM and rename Lto into LTO. NFCI.
Davide Italiano
2016-11-26
1
-4
/
+4
*
Move getLocation from Relocations.cpp to InputSection.cpp.
Rui Ueyama
2016-11-25
1
-2
/
+2
*
Use toString() to report incompatible files.
Rui Ueyama
2016-11-24
1
-5
/
+6
*
Define toString(const SymbolBody &) and remove maybeDemangle instead.
Rui Ueyama
2016-11-24
1
-4
/
+3
*
Remove HasError and use ErrorCount instead.
Rui Ueyama
2016-11-24
1
-1
/
+1
*
Define toString() as a generic function to get a string for error message.
Rui Ueyama
2016-11-23
1
-2
/
+2
*
Remove one of SymbolTable::addRegular function that forwards other addRegular.
Rui Ueyama
2016-11-23
1
-8
/
+0
*
Remove a forwarding constructor that is used only once.
Rui Ueyama
2016-11-23
1
-1
/
+1
*
Parse symbol versions in scanVersionScript() instead of insert().
Rui Ueyama
2016-11-23
1
-33
/
+10
*
Remove unused #include.
Rui Ueyama
2016-11-19
1
-1
/
+0
*
Use consistent variable name.
Rui Ueyama
2016-11-18
1
-2
/
+2
*
Add single quotes to error messages.
Rui Ueyama
2016-11-17
1
-2
/
+2
*
Use consistent variable name.
Rui Ueyama
2016-11-17
1
-4
/
+4
*
Use llvm::reverse to get a reverse range.
Rui Ueyama
2016-11-17
1
-3
/
+4
*
Pass StringRefs instead of StringMatcher because it's simpler.
Rui Ueyama
2016-11-17
1
-5
/
+6
*
Use uint16_t instead of size_t for symbol version ID.
Rui Ueyama
2016-11-17
1
-2
/
+2
*
Add single quotes to a warning message for consistency.
Rui Ueyama
2016-11-17
1
-1
/
+1
[prev]
[next]