summaryrefslogtreecommitdiffstats
path: root/lld/ELF/SymbolTable.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* ELF: Compute used bit for --as-needed during symbol resolution.Peter Collingbourne2016-06-091-4/+10
* Print member name in undefined symbol error.Rafael Espindola2016-05-091-9/+0
* ELF: Fix regression in TLS attribute mismatch logic.Peter Collingbourne2016-05-031-3/+4
* ELF: Remove the function SymbolTable<ELFT>::findFile.Peter Collingbourne2016-05-031-17/+0
* ELF: Forbid all relative relocations to absolute symbols in PIC, except for w...Peter Collingbourne2016-05-031-1/+1
* Teach Undefined symbols from which file they are created from.Rui Ueyama2016-05-021-18/+5
* ELF: New symbol table design.Peter Collingbourne2016-05-011-162/+308
* [ELF] Fixed warning. NFC.George Rimar2016-04-291-1/+1
* Remove Size from Undefined symbol.Rui Ueyama2016-04-281-3/+2
* Do not lookup the symbol table twice for each --wrap.Rui Ueyama2016-04-281-2/+3
* ELF: Merge UndefinedBitcode and UndefinedElf. NFC.Peter Collingbourne2016-04-271-2/+3
* ELF: Re-implement -u directly and remove CanKeepUndefined flag.Peter Collingbourne2016-04-271-11/+11
* Store the binding in the Symbol.Rafael Espindola2016-04-261-2/+6
* Add more comment.Rui Ueyama2016-04-231-0/+1
* Add comments.Rui Ueyama2016-04-231-0/+7
* ELF: Implement basic support for --version-script.Peter Collingbourne2016-04-221-1/+15
* Update an out of date comment.Peter Collingbourne2016-04-221-4/+3
* ELF: Move Visibility, IsUsedInRegularObj and MustBeInDynSym flags to Symbol.Peter Collingbourne2016-04-221-17/+36
* [LTO] Implement parallel Codegen for LTO using splitCodeGen.Davide Italiano2016-04-151-15/+18
* Specialize the symbol table data structure a bit.Rafael Espindola2016-04-141-3/+9
* ELF: Implement --dynamic-listAdhemerval Zanella2016-04-131-0/+8
* [ELF] - Change -t implementation to print which archive members are used.George Rimar2016-04-131-18/+21
* ELF: Use hidden visibility for all DefinedSynthetic symbols.Peter Collingbourne2016-04-131-2/+2
* Cleanup the handling of MustBeInDynSym and IsUsedInRegularObj.Rafael Espindola2016-04-081-2/+4
* ELF: Implement --start-lib and --end-libRui Ueyama2016-04-071-3/+12
* Change the type hierarchy for undefined symbols.Rafael Espindola2016-04-061-8/+11
* Fix another case of propagating IsUsedRegularObj.Rafael Espindola2016-04-051-1/+4
* ELF: Make SymbolBody::compare a non-template function.Peter Collingbourne2016-04-051-1/+1
* ELF: Preserve MustBeInDynSym for bitcode symbols.Peter Collingbourne2016-04-051-0/+2
* Don't store an Elf_Sym for most symbols.Rafael Espindola2016-04-041-9/+12
* [ELF] Prefer 'auto' over explicit type for consistency.Davide Italiano2016-04-021-1/+1
* [LTO] Fix symbols which were internalized incorrectly.Davide Italiano2016-04-021-0/+1
* Make BitcodeCompiler::compile a non-template function. NFC.Rui Ueyama2016-03-291-2/+3
* [LTO] Include in .symtab/.dynsym symbols introduced by optimizations.Davide Italiano2016-03-291-0/+1
* ELF: Create LTO.{cpp,h} and move LTO-related code to that file.Rui Ueyama2016-03-221-130/+9
* [lto] Provide a file name for the combined LTO object.Sean Silva2016-03-221-1/+2
* [ELF] Refactor run of LTO passes into an helper. NFC.Davide Italiano2016-03-181-18/+22
* [LTO] Call the optimizer before invoking codegen.Davide Italiano2016-03-171-10/+33
* [ELF] - -pie/--pic-executable option implementedGeorge Rimar2016-03-171-1/+1
* Recommit of r263252, [ELF] - Change all messages to lowercase to be consistent.George Rimar2016-03-121-2/+2
* Revert r263252: "[ELF] - Change all messages to lowercase to be consistent."Rui Ueyama2016-03-111-18/+24
* [ELF] - Change all messages to lowercase to be consistent.George Rimar2016-03-111-24/+18
* More MSVC fixes.Rafael Espindola2016-03-111-1/+1
* Avoid calling getNamedValue.Rafael Espindola2016-03-111-16/+22
* This reverts the r263125George Rimar2016-03-111-1/+1
* Create a SymbolBody for locals.Rafael Espindola2016-03-111-3/+3
* [lto] Make sure that ctors are added to the combined module.Sean Silva2016-03-111-0/+5
* [ELF] - Consistent spelling for error/warning messagesGeorge Rimar2016-03-101-1/+1
* [lto] Add saving the LTO .o file to -save-temps.Sean Silva2016-03-091-0/+11
* Update for Rui's comments on D18006Sean Silva2016-03-091-3/+5
OpenPOWER on IntegriCloud