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
...
*
[lto] Add beginning of -save-temps option.
Sean Silva
2016-03-09
1
-0
/
+9
*
[lto] Don't lazy load metadata for now.
Sean Silva
2016-03-09
1
-1
/
+1
*
[ELF] - Simplify a SymbolBody class interface a bit.
George Rimar
2016-03-06
1
-3
/
+2
*
Use IRMover directly.
Rafael Espindola
2016-03-05
1
-10
/
+25
*
[ELF] Generalize symbol type handling.
Davide Italiano
2016-03-04
1
-2
/
+3
*
Rename 'fatal' to 'check' when it doesn't always fail.
Rafael Espindola
2016-03-03
1
-1
/
+1
*
Simplify error handling.
Rafael Espindola
2016-03-03
1
-5
/
+3
*
1Fix handling of undef in partial LTO.
Rafael Espindola
2016-03-02
1
-0
/
+2
*
LTO: Use the correct relocation model.
Rafael Espindola
2016-03-02
1
-1
/
+2
*
Handle comdat in LTO.
Rafael Espindola
2016-03-02
1
-3
/
+3
*
[ELF] - Create _DYNAMIC symbol for dynamic output
George Rimar
2016-03-01
1
-3
/
+3
*
Remove bogus assert.
Rafael Espindola
2016-02-29
1
-1
/
+0
*
Rename elf2 to elf.
Rafael Espindola
2016-02-28
1
-5
/
+5
*
Report duplicated symbols in bitcode.
Rafael Espindola
2016-02-26
1
-5
/
+9
*
Make SymbolBodies private.
Rafael Espindola
2016-02-26
1
-1
/
+1
*
Handle a weak undefined tls to archive member.
Rafael Espindola
2016-02-22
1
-1
/
+4
*
Remove a trivial getter.
Rafael Espindola
2016-02-22
1
-1
/
+1
*
Add initial LTO support.
Rafael Espindola
2016-02-12
1
-0
/
+78
*
Rename IsUsedInDynamicReloc to MustBeInDynSym.
Rafael Espindola
2016-02-05
1
-1
/
+1
*
ELF: Include archive names in error messages.
Rui Ueyama
2016-02-02
1
-6
/
+12
*
ELF: Report duplicate symbols as many as possible instead of the first one.
Rui Ueyama
2016-01-29
1
-11
/
+15
*
ELF: Rename error -> fatal and redefine error as a non-noreturn function.
Rui Ueyama
2016-01-28
1
-3
/
+3
*
Rename IgnoredWeak to Ignored.
Rafael Espindola
2016-01-19
1
-1
/
+1
*
Delete addIgnoredStrong.
Rafael Espindola
2016-01-19
1
-7
/
+0
*
Demangle symbols when including them in error messages.
Rui Ueyama
2016-01-13
1
-1
/
+1
*
Rename IgnoredUndef -> Ignored since it is not an undefined symbol.
Rui Ueyama
2016-01-12
1
-2
/
+2
*
[ELF][MIPS] Prevent substitution of _gp_disp symbol
Simon Atanasyan
2016-01-12
1
-0
/
+7
*
Use shorter name. NFC.
Rui Ueyama
2016-01-08
1
-1
/
+1
*
Remove an empty constructor.
Rui Ueyama
2016-01-08
1
-2
/
+0
*
Add comments.
Rui Ueyama
2016-01-08
1
-1
/
+3
*
ELF: Consistently return SymbolBody * from SymbolTable::add functions.
Rui Ueyama
2016-01-08
1
-10
/
+10
*
ELF: Implement --wrap.
Rui Ueyama
2016-01-07
1
-0
/
+14
*
Rename Comdats -> ComdatGroups.
Rui Ueyama
2016-01-06
1
-1
/
+1
*
Rename SharedFile::parse -> SharedFile::parseRest.
Rui Ueyama
2016-01-06
1
-1
/
+1
*
Simplify. NFC.
Rui Ueyama
2016-01-06
1
-4
/
+4
*
Fix local variable naming.
Rui Ueyama
2016-01-06
1
-3
/
+3
*
Add comments.
Rui Ueyama
2016-01-05
1
-1
/
+8
*
Remove SymbolTable::isUndefined.
Rui Ueyama
2016-01-05
1
-6
/
+0
*
Make findFile() a member function of SymbolTable to simplify. NFC.
Rui Ueyama
2016-01-05
1
-19
/
+4
*
Factor out static members from DefinedRegular.
Rui Ueyama
2015-12-25
1
-1
/
+1
*
Delete DefinedAbsolute.
Rafael Espindola
2015-12-24
1
-2
/
+2
*
Add comments.
Rui Ueyama
2015-12-24
1
-0
/
+3
*
Split Defined and DefinedElf.
Rafael Espindola
2015-12-24
1
-5
/
+1
*
Simplify memory management.
Rafael Espindola
2015-12-23
1
-7
/
+5
*
Fix an asan found leak.
Rafael Espindola
2015-12-23
1
-1
/
+3
*
Split Undefined and UndefinedElf.
Rafael Espindola
2015-12-22
1
-11
/
+7
*
Refactor duplicated code. NFC.
Rafael Espindola
2015-12-21
1
-5
/
+18
*
ELF: Rename isTLS -> isTls for consistency.
Rui Ueyama
2015-12-17
1
-1
/
+1
*
ELF: Remove a dumb constructor.
Rui Ueyama
2015-12-17
1
-1
/
+1
*
ELF: Move shouldUseRela to Writer.cpp.
Rui Ueyama
2015-12-16
1
-5
/
+0
[prev]
[next]