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
...
*
ELF: Compute used bit for --as-needed during symbol resolution.
Peter Collingbourne
2016-06-09
1
-4
/
+10
*
Print member name in undefined symbol error.
Rafael Espindola
2016-05-09
1
-9
/
+0
*
ELF: Fix regression in TLS attribute mismatch logic.
Peter Collingbourne
2016-05-03
1
-3
/
+4
*
ELF: Remove the function SymbolTable<ELFT>::findFile.
Peter Collingbourne
2016-05-03
1
-17
/
+0
*
ELF: Forbid all relative relocations to absolute symbols in PIC, except for w...
Peter Collingbourne
2016-05-03
1
-1
/
+1
*
Teach Undefined symbols from which file they are created from.
Rui Ueyama
2016-05-02
1
-18
/
+5
*
ELF: New symbol table design.
Peter Collingbourne
2016-05-01
1
-162
/
+308
*
[ELF] Fixed warning. NFC.
George Rimar
2016-04-29
1
-1
/
+1
*
Remove Size from Undefined symbol.
Rui Ueyama
2016-04-28
1
-3
/
+2
*
Do not lookup the symbol table twice for each --wrap.
Rui Ueyama
2016-04-28
1
-2
/
+3
*
ELF: Merge UndefinedBitcode and UndefinedElf. NFC.
Peter Collingbourne
2016-04-27
1
-2
/
+3
*
ELF: Re-implement -u directly and remove CanKeepUndefined flag.
Peter Collingbourne
2016-04-27
1
-11
/
+11
*
Store the binding in the Symbol.
Rafael Espindola
2016-04-26
1
-2
/
+6
*
Add more comment.
Rui Ueyama
2016-04-23
1
-0
/
+1
*
Add comments.
Rui Ueyama
2016-04-23
1
-0
/
+7
*
ELF: Implement basic support for --version-script.
Peter Collingbourne
2016-04-22
1
-1
/
+15
*
Update an out of date comment.
Peter Collingbourne
2016-04-22
1
-4
/
+3
*
ELF: Move Visibility, IsUsedInRegularObj and MustBeInDynSym flags to Symbol.
Peter Collingbourne
2016-04-22
1
-17
/
+36
*
[LTO] Implement parallel Codegen for LTO using splitCodeGen.
Davide Italiano
2016-04-15
1
-15
/
+18
*
Specialize the symbol table data structure a bit.
Rafael Espindola
2016-04-14
1
-3
/
+9
*
ELF: Implement --dynamic-list
Adhemerval Zanella
2016-04-13
1
-0
/
+8
*
[ELF] - Change -t implementation to print which archive members are used.
George Rimar
2016-04-13
1
-18
/
+21
*
ELF: Use hidden visibility for all DefinedSynthetic symbols.
Peter Collingbourne
2016-04-13
1
-2
/
+2
*
Cleanup the handling of MustBeInDynSym and IsUsedInRegularObj.
Rafael Espindola
2016-04-08
1
-2
/
+4
*
ELF: Implement --start-lib and --end-lib
Rui Ueyama
2016-04-07
1
-3
/
+12
*
Change the type hierarchy for undefined symbols.
Rafael Espindola
2016-04-06
1
-8
/
+11
*
Fix another case of propagating IsUsedRegularObj.
Rafael Espindola
2016-04-05
1
-1
/
+4
*
ELF: Make SymbolBody::compare a non-template function.
Peter Collingbourne
2016-04-05
1
-1
/
+1
*
ELF: Preserve MustBeInDynSym for bitcode symbols.
Peter Collingbourne
2016-04-05
1
-0
/
+2
*
Don't store an Elf_Sym for most symbols.
Rafael Espindola
2016-04-04
1
-9
/
+12
*
[ELF] Prefer 'auto' over explicit type for consistency.
Davide Italiano
2016-04-02
1
-1
/
+1
*
[LTO] Fix symbols which were internalized incorrectly.
Davide Italiano
2016-04-02
1
-0
/
+1
*
Make BitcodeCompiler::compile a non-template function. NFC.
Rui Ueyama
2016-03-29
1
-2
/
+3
*
[LTO] Include in .symtab/.dynsym symbols introduced by optimizations.
Davide Italiano
2016-03-29
1
-0
/
+1
*
ELF: Create LTO.{cpp,h} and move LTO-related code to that file.
Rui Ueyama
2016-03-22
1
-130
/
+9
*
[lto] Provide a file name for the combined LTO object.
Sean Silva
2016-03-22
1
-1
/
+2
*
[ELF] Refactor run of LTO passes into an helper. NFC.
Davide Italiano
2016-03-18
1
-18
/
+22
*
[LTO] Call the optimizer before invoking codegen.
Davide Italiano
2016-03-17
1
-10
/
+33
*
[ELF] - -pie/--pic-executable option implemented
George Rimar
2016-03-17
1
-1
/
+1
*
Recommit of r263252, [ELF] - Change all messages to lowercase to be consistent.
George Rimar
2016-03-12
1
-2
/
+2
*
Revert r263252: "[ELF] - Change all messages to lowercase to be consistent."
Rui Ueyama
2016-03-11
1
-18
/
+24
*
[ELF] - Change all messages to lowercase to be consistent.
George Rimar
2016-03-11
1
-24
/
+18
*
More MSVC fixes.
Rafael Espindola
2016-03-11
1
-1
/
+1
*
Avoid calling getNamedValue.
Rafael Espindola
2016-03-11
1
-16
/
+22
*
This reverts the r263125
George Rimar
2016-03-11
1
-1
/
+1
*
Create a SymbolBody for locals.
Rafael Espindola
2016-03-11
1
-3
/
+3
*
[lto] Make sure that ctors are added to the combined module.
Sean Silva
2016-03-11
1
-0
/
+5
*
[ELF] - Consistent spelling for error/warning messages
George Rimar
2016-03-10
1
-1
/
+1
*
[lto] Add saving the LTO .o file to -save-temps.
Sean Silva
2016-03-09
1
-0
/
+11
*
Update for Rui's comments on D18006
Sean Silva
2016-03-09
1
-3
/
+5
[prev]
[next]