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
...
*
Simplify handleAnonymousVersion even more.
Rui Ueyama
2016-11-17
1
-5
/
+2
*
Simplify. NFC.
Rui Ueyama
2016-11-17
1
-6
/
+3
*
Split scanVersionScript. NFC.
Rui Ueyama
2016-11-17
1
-32
/
+32
*
[ELF] - Separate locals list from versions.
George Rimar
2016-11-16
1
-11
/
+8
*
Don't error if __tls_get_addr is defined.
Rafael Espindola
2016-11-16
1
-1
/
+2
*
[ELF] - Added support for extern "c++" local symbols in version script.
George Rimar
2016-11-16
1
-18
/
+18
*
[ELF] Add Section() to expression object
Eugene Leviant
2016-11-16
1
-1
/
+2
*
Refactor symbol version assignmnt code.
Rui Ueyama
2016-11-15
1
-54
/
+53
*
Rename variables of type SymbolVersion.
Rui Ueyama
2016-11-15
1
-21
/
+21
*
[ELF] - Better diagnostic for relative relocation to an absolute value error.
George Rimar
2016-11-15
1
-8
/
+9
*
[ELF] - Fix mistype. NFC.
George Rimar
2016-11-14
1
-1
/
+1
*
[ELF] - Add support for locals list in version script.
George Rimar
2016-11-12
1
-14
/
+23
*
Mirror the llvm changes that split Bitcode/ReaderWriter.h
Teresa Johnson
2016-11-11
1
-1
/
+0
*
Remove an overloaded function to simplify.
Rui Ueyama
2016-11-09
1
-10
/
+4
*
Make OutputSectionBase a class instead of class template.
Rafael Espindola
2016-11-09
1
-2
/
+1
*
Simplify getLocation() function.
Rui Ueyama
2016-11-08
1
-2
/
+2
*
Rename a function to avoid function overloading. NFC.
Rui Ueyama
2016-11-08
1
-5
/
+5
*
[ELF] Better error reporting for duplicate symbol
Eugene Leviant
2016-11-08
1
-7
/
+26
*
[ELF][MIPS] N32 ABI support
Simon Atanasyan
2016-11-05
1
-2
/
+6
*
Add [<chars>] to the glob matcher to eliminate use of llvm::Regex.
Rui Ueyama
2016-11-03
1
-8
/
+8
*
[ELF] - Check that .dynsym is present in DSO if SHT_GNU_versym section is.
George Rimar
2016-11-02
1
-1
/
+1
*
Consolidate BumpPtrAllocators.
Rui Ueyama
2016-10-28
1
-7
/
+6
*
Don't create a dummy ELF to process a binary file.
Rafael Espindola
2016-10-27
1
-5
/
+8
*
Have on addRegular forward to another. NFC.
Rafael Espindola
2016-10-26
1
-13
/
+14
*
Move a helper function that doesn't depend on a class out of the class.
Rui Ueyama
2016-10-26
1
-9
/
+7
*
Define a helper function to demangle symbols.
Rui Ueyama
2016-10-26
1
-5
/
+2
*
Reduce the number of allocators.
Rafael Espindola
2016-10-26
1
-4
/
+4
*
Use a CachedHashString for comdats too.
Rafael Espindola
2016-10-21
1
-1
/
+1
*
[ELF] - Applied clang format. NFC.
George Rimar
2016-10-20
1
-2
/
+1
*
Use CachedHashStringRef instead of CachedHash<StringRef>.
Justin Lebar
2016-10-18
1
-3
/
+4
*
[ThinLTO] Avoid archive member collisions.
Davide Italiano
2016-10-12
1
-3
/
+3
*
Rename warning -> warn.
Rui Ueyama
2016-09-29
1
-5
/
+5
*
[ELF/LTO] Switch to the new resolution-based API.
Davide Italiano
2016-09-29
1
-26
/
+16
*
Recommit r281318 "[ELF] - Versionscript: support mangled symbols with the sam...
George Rimar
2016-09-15
1
-13
/
+21
*
Simplify InputFile ownership management.
Rui Ueyama
2016-09-14
1
-31
/
+22
*
revert: [ELF] - Versionscript: support mangled symbols with the same name.
George Rimar
2016-09-13
1
-20
/
+13
*
Split scanVersionScript. NFC.
Rui Ueyama
2016-09-13
1
-20
/
+25
*
Add comments.
Rui Ueyama
2016-09-13
1
-0
/
+3
*
[ELF] - Versionscript: support mangled symbols with the same name.
George Rimar
2016-09-13
1
-13
/
+20
*
[ELF] Fix memory leak in BinaryFile handling.
Michael J. Spencer
2016-09-10
1
-0
/
+1
*
[ELF] Add support for -b binary
Michael J. Spencer
2016-09-09
1
-0
/
+6
*
Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.
George Rimar
2016-09-09
1
-3
/
+2
*
Revert r281045, it broke BB.
George Rimar
2016-09-09
1
-2
/
+3
*
Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.
George Rimar
2016-09-09
1
-3
/
+2
*
[ELF] - Revert r281038 to see if that unbreaks build bot.
George Rimar
2016-09-09
1
-2
/
+3
*
[ELF] - Versionscript: do not treat non-wildcarded names as wildcards.
George Rimar
2016-09-09
1
-3
/
+2
*
Handle globs in global symbol names.
Rafael Espindola
2016-09-08
1
-1
/
+13
*
Update comments.
Rui Ueyama
2016-09-02
1
-24
/
+31
*
[ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar
2016-09-02
1
-11
/
+9
*
Remove redundant argument. NFC.
Rafael Espindola
2016-08-31
1
-16
/
+13
[prev]
[next]