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
...
*
Internalize common variables.
Rafael Espindola
2016-08-31
1
-3
/
+4
*
Delete unnecessary template.
Rafael Espindola
2016-08-31
1
-9
/
+7
*
Delete DefinedBitcode.
Rafael Espindola
2016-08-31
1
-1
/
+1
*
Pass Binding instead of IsWeak to addBitcode.
Rafael Espindola
2016-08-30
1
-3
/
+2
*
[LTO] Fix the logic for dropping unnamed_addr.
Davide Italiano
2016-08-30
1
-16
/
+23
*
[ELF] - Use early return. NFC.
George Rimar
2016-08-30
1
-10
/
+11
*
[ELF] - Versionscript: support wildcards for extern "c++" tag.
George Rimar
2016-08-30
1
-2
/
+19
*
[ELF] - Cleanup of scanVersionScript(): do not change local Demangled variabl...
George Rimar
2016-08-30
1
-2
/
+11
*
[ELF] - Give automatically generated __start_* and __stop_* symbols default v...
George Rimar
2016-08-19
1
-4
/
+4
*
[ELF] Allows setting section for common symbols in linker script
Eugene Leviant
2016-07-28
1
-9
/
+12
*
Simplify symbol version handling.
Rui Ueyama
2016-07-21
1
-82
/
+35
*
[ELF] - Fixed integral constant overflow warning under MSVS 2015. NFC.
George Rimar
2016-07-20
1
-2
/
+2
*
Remove SymbolBody::PlaceholderKind.
Rui Ueyama
2016-07-18
1
-18
/
+14
*
Iterate over SymVector instead of Symtab hash table.
Rui Ueyama
2016-07-18
1
-6
/
+7
*
Implement almost-zero-cost --trace-symbol.
Rui Ueyama
2016-07-17
1
-13
/
+23
*
Print out file names for common symbols for --trace-symbol.
Rui Ueyama
2016-07-17
1
-1
/
+1
*
Handle versioned symbols efficiently.
Rui Ueyama
2016-07-17
1
-36
/
+79
*
Add a pointer to a source file to SymbolBody.
Rui Ueyama
2016-07-17
1
-9
/
+8
*
Remove redundant namespace specifiers.
Rui Ueyama
2016-07-16
1
-4
/
+4
*
Resurrect code that was lost in conflicting commits.
Rui Ueyama
2016-07-16
1
-1
/
+1
*
Recommit r275257 "[ELF] - Implement extern "c++" version script tag"
George Rimar
2016-07-16
1
-22
/
+50
*
Rename SymbolVersions VersionDefinitions.
Rui Ueyama
2016-07-16
1
-6
/
+6
*
Rename Version VersionDefinition.
Rui Ueyama
2016-07-16
1
-3
/
+3
*
Simplify. NFC.
Rui Ueyama
2016-07-16
1
-8
/
+5
*
Simplify default symbol version management. NFC.
Rui Ueyama
2016-07-16
1
-6
/
+3
*
Reverted r275257 "[ELF] - Implement extern "c++" version script tag"
George Rimar
2016-07-13
1
-50
/
+22
*
[ELF] - Implement extern "c++" version script tag
George Rimar
2016-07-13
1
-22
/
+50
*
[ELF] - Add Id field to Version struct.
George Rimar
2016-07-12
1
-9
/
+8
*
[ELF] - Do not error out when version declaration not found when building exe...
George Rimar
2016-07-08
1
-0
/
+10
*
Move demangle() from Symbols.cpp to Strings.cpp.
Rui Ueyama
2016-07-07
1
-3
/
+5
*
[ELF] - Fixed incorrect logic of version assignments when mixing wildcards wi...
George Rimar
2016-07-07
1
-20
/
+36
*
[ELF] - Check the input bitcode files for compatibility.
George Rimar
2016-06-29
1
-3
/
+2
*
[ELF] - Updated comments. NFC.
George Rimar
2016-06-29
1
-2
/
+2
*
Create Strings.cpp and move string manipulation functions to that file.
Rui Ueyama
2016-06-29
1
-0
/
+1
*
Rename matchStr -> globMatch.
Rui Ueyama
2016-06-29
1
-1
/
+1
*
Make SymbolTable::findAll to return only defined symbols.
Rui Ueyama
2016-06-29
1
-16
/
+24
*
[ELF] Support for wildcard in version scripts.
Davide Italiano
2016-06-29
1
-11
/
+28
*
Refactor ELF type inference functions.
Rui Ueyama
2016-06-29
1
-1
/
+1
*
[ELF] - Implemented support of default/non-default symbols versions
George Rimar
2016-06-28
1
-4
/
+29
*
[ELF] - Implemented --no-undefined-version flag
George Rimar
2016-06-28
1
-6
/
+13
*
[ELF] Warn for duplicate symbols in version scripts instead of erroring out.
Davide Italiano
2016-06-28
1
-1
/
+1
*
Implement --trace-symbol=symbol option.
Rui Ueyama
2016-06-23
1
-0
/
+11
*
[ELF] - Do not allow to mix global symbols versions.
George Rimar
2016-06-22
1
-1
/
+5
*
[ELF] - Recommit r273143("[ELF] - Basic versioned symbols support implemented.")
George Rimar
2016-06-20
1
-4
/
+22
*
Revert r273143 "[ELF] - Basic versioned symbols support implemented."
George Rimar
2016-06-20
1
-22
/
+4
*
[ELF] - Basic versioned symbols support implemented.
George Rimar
2016-06-20
1
-4
/
+22
*
Make local: optional.
Rafael Espindola
2016-06-17
1
-1
/
+1
*
Internalize symbols in comdats.
Rafael Espindola
2016-06-15
1
-2
/
+3
*
Don't include --start-lib/--end-lib files twice.
Rafael Espindola
2016-06-14
1
-6
/
+9
*
Use a reference instead of a pointer. NFC.
Rafael Espindola
2016-06-14
1
-2
/
+2
[prev]
[next]