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
/
Symbols.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach Undefined symbols from which file they are created from.
Rui Ueyama
2016-05-02
1
-0
/
+8
*
Further MSVC appeasement.
Peter Collingbourne
2016-05-01
1
-2
/
+2
*
Try to fix MSVC build.
Peter Collingbourne
2016-05-01
1
-1
/
+2
*
ELF: New symbol table design.
Peter Collingbourne
2016-05-01
1
-104
/
+101
*
Remove Size from Undefined symbol.
Rui Ueyama
2016-04-28
1
-4
/
+2
*
ELF: Create .gnu.version and .gnu.version_r sections when linking against ver...
Peter Collingbourne
2016-04-27
1
-2
/
+12
*
ELF: Merge UndefinedBitcode and UndefinedElf. NFC.
Peter Collingbourne
2016-04-27
1
-23
/
+13
*
ELF: Re-implement -u directly and remove CanKeepUndefined flag.
Peter Collingbourne
2016-04-27
1
-6
/
+1
*
ELF: Treat IFunc definitions in DSOs as functions.
Peter Collingbourne
2016-04-26
1
-1
/
+5
*
Store the binding in the Symbol.
Rafael Espindola
2016-04-26
1
-0
/
+9
*
ELF: Implement basic support for --version-script.
Peter Collingbourne
2016-04-22
1
-0
/
+5
*
ELF: Move Visibility, IsUsedInRegularObj and MustBeInDynSym flags to Symbol.
Peter Collingbourne
2016-04-22
1
-18
/
+21
*
Internalize linkonce_odr more often.
Rafael Espindola
2016-04-21
1
-0
/
+6
*
Remove SymPair and instead use two DefinedRegulars instead.
Rui Ueyama
2016-04-21
1
-9
/
+12
*
Start adding support for internalizing shared libraries.
Rafael Espindola
2016-04-21
1
-0
/
+2
*
[ELF] - Refactoring of end/edata/etext implementation.
George Rimar
2016-04-14
1
-12
/
+9
*
ELF: Use hidden visibility for all DefinedSynthetic symbols.
Peter Collingbourne
2016-04-13
1
-2
/
+2
*
Use DefinedSynthetic for _gp* symbols.
Rafael Espindola
2016-04-12
1
-6
/
+6
*
Simplify handling of mips gp* symbols.
Rafael Espindola
2016-04-11
1
-0
/
+5
*
Simplify the creation of __rel[a]_iplt_{start,end}.
Rafael Espindola
2016-04-11
1
-4
/
+4
*
ELF: Implement --start-lib and --end-lib
Rui Ueyama
2016-04-07
1
-8
/
+40
*
Simplify dynamic relocation creation.
Rafael Espindola
2016-04-07
1
-0
/
+2
*
Use a bit in SymbolBody to store CanKeepUndefined.
Rafael Espindola
2016-04-06
1
-1
/
+2
*
Change the type hierarchy for undefined symbols.
Rafael Espindola
2016-04-06
1
-25
/
+16
*
Remove redundant argument. NFC.
Rafael Espindola
2016-04-05
1
-4
/
+3
*
ELF: Make SymbolBody::compare a non-template function.
Peter Collingbourne
2016-04-05
1
-1
/
+1
*
Rename Other -> StOther.
Rui Ueyama
2016-04-04
1
-16
/
+18
*
Add comments.
Rui Ueyama
2016-04-04
1
-3
/
+5
*
Try to fix the windows build.
Rafael Espindola
2016-04-04
1
-3
/
+8
*
Don't store an Elf_Sym for most symbols.
Rafael Espindola
2016-04-04
1
-66
/
+90
*
Remove DefinedElf class.
Rui Ueyama
2016-04-02
1
-25
/
+18
*
[ELF] Implement infrastructure for thunk code creation
Simon Atanasyan
2016-03-31
1
-0
/
+7
*
[LTO] Include in .symtab/.dynsym symbols introduced by optimizations.
Davide Italiano
2016-03-29
1
-1
/
+2
*
[LTO] Internalize symbols.
Davide Italiano
2016-03-28
1
-1
/
+2
*
Make needsPlt a plain function instead of a template.
Rafael Espindola
2016-03-24
1
-1
/
+2
*
Mark SymbolBody::getSymbol as `const`.
Sean Silva
2016-03-22
1
-1
/
+1
*
Use ELFT instead of ELFFile<ELFT>.
Rui Ueyama
2016-03-14
1
-26
/
+21
*
Revert r263366: Cosmetic change to reduce repetitions. NFC.
Rui Ueyama
2016-03-14
1
-9
/
+11
*
ELF: Redefine canBeDefined as a member function of SymbolBody.
Rui Ueyama
2016-03-13
1
-1
/
+1
*
Cosmetic change to reduce repetitions. NFC.
Rui Ueyama
2016-03-13
1
-11
/
+9
*
Redefine isGnuIfunc as a member function of SymbolBody.
Rui Ueyama
2016-03-13
1
-0
/
+2
*
Remove obsolete comment.
Rui Ueyama
2016-03-11
1
-8
/
+0
*
Represent local symbols with DefinedRegular.
Rafael Espindola
2016-03-11
1
-24
/
+10
*
Compute value of local symbol with getVA.
Rafael Espindola
2016-03-11
1
-1
/
+2
*
Remember the input section of locals.
Rafael Espindola
2016-03-11
1
-2
/
+5
*
Create a SymbolBody for locals.
Rafael Espindola
2016-03-11
1
-2
/
+16
*
[ELF] - Move initSymbols() to Driver.cpp. NFC.
George Rimar
2016-03-11
1
-3
/
+0
*
Rename MaxAlignment -> Alignment.
Rui Ueyama
2016-03-10
1
-1
/
+1
*
[ELF] - Do not call doInitSymbols for all ELFTs
George Rimar
2016-03-10
1
-2
/
+1
*
lto: Record visibility in defined symbols.
Rafael Espindola
2016-03-07
1
-1
/
+1
[next]