summaryrefslogtreecommitdiffstats
path: root/lld/ELF/SymbolTable.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify handleAnonymousVersion even more.Rui Ueyama2016-11-171-5/+2
* Simplify. NFC.Rui Ueyama2016-11-171-6/+3
* Split scanVersionScript. NFC.Rui Ueyama2016-11-171-32/+32
* [ELF] - Separate locals list from versions.George Rimar2016-11-161-11/+8
* Don't error if __tls_get_addr is defined.Rafael Espindola2016-11-161-1/+2
* [ELF] - Added support for extern "c++" local symbols in version script.George Rimar2016-11-161-18/+18
* [ELF] Add Section() to expression objectEugene Leviant2016-11-161-1/+2
* Refactor symbol version assignmnt code.Rui Ueyama2016-11-151-54/+53
* Rename variables of type SymbolVersion.Rui Ueyama2016-11-151-21/+21
* [ELF] - Better diagnostic for relative relocation to an absolute value error.George Rimar2016-11-151-8/+9
* [ELF] - Fix mistype. NFC.George Rimar2016-11-141-1/+1
* [ELF] - Add support for locals list in version script.George Rimar2016-11-121-14/+23
* Mirror the llvm changes that split Bitcode/ReaderWriter.hTeresa Johnson2016-11-111-1/+0
* Remove an overloaded function to simplify.Rui Ueyama2016-11-091-10/+4
* Make OutputSectionBase a class instead of class template.Rafael Espindola2016-11-091-2/+1
* Simplify getLocation() function.Rui Ueyama2016-11-081-2/+2
* Rename a function to avoid function overloading. NFC.Rui Ueyama2016-11-081-5/+5
* [ELF] Better error reporting for duplicate symbolEugene Leviant2016-11-081-7/+26
* [ELF][MIPS] N32 ABI supportSimon Atanasyan2016-11-051-2/+6
* Add [<chars>] to the glob matcher to eliminate use of llvm::Regex.Rui Ueyama2016-11-031-8/+8
* [ELF] - Check that .dynsym is present in DSO if SHT_GNU_versym section is.George Rimar2016-11-021-1/+1
* Consolidate BumpPtrAllocators.Rui Ueyama2016-10-281-7/+6
* Don't create a dummy ELF to process a binary file.Rafael Espindola2016-10-271-5/+8
* Have on addRegular forward to another. NFC.Rafael Espindola2016-10-261-13/+14
* Move a helper function that doesn't depend on a class out of the class.Rui Ueyama2016-10-261-9/+7
* Define a helper function to demangle symbols.Rui Ueyama2016-10-261-5/+2
* Reduce the number of allocators.Rafael Espindola2016-10-261-4/+4
* Use a CachedHashString for comdats too.Rafael Espindola2016-10-211-1/+1
* [ELF] - Applied clang format. NFC.George Rimar2016-10-201-2/+1
* Use CachedHashStringRef instead of CachedHash<StringRef>.Justin Lebar2016-10-181-3/+4
* [ThinLTO] Avoid archive member collisions.Davide Italiano2016-10-121-3/+3
* Rename warning -> warn.Rui Ueyama2016-09-291-5/+5
* [ELF/LTO] Switch to the new resolution-based API.Davide Italiano2016-09-291-26/+16
* Recommit r281318 "[ELF] - Versionscript: support mangled symbols with the sam...George Rimar2016-09-151-13/+21
* Simplify InputFile ownership management.Rui Ueyama2016-09-141-31/+22
* revert: [ELF] - Versionscript: support mangled symbols with the same name.George Rimar2016-09-131-20/+13
* Split scanVersionScript. NFC.Rui Ueyama2016-09-131-20/+25
* Add comments.Rui Ueyama2016-09-131-0/+3
* [ELF] - Versionscript: support mangled symbols with the same name.George Rimar2016-09-131-13/+20
* [ELF] Fix memory leak in BinaryFile handling.Michael J. Spencer2016-09-101-0/+1
* [ELF] Add support for -b binaryMichael J. Spencer2016-09-091-0/+6
* Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.George Rimar2016-09-091-3/+2
* Revert r281045, it broke BB.George Rimar2016-09-091-2/+3
* Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.George Rimar2016-09-091-3/+2
* [ELF] - Revert r281038 to see if that unbreaks build bot.George Rimar2016-09-091-2/+3
* [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.George Rimar2016-09-091-3/+2
* Handle globs in global symbol names.Rafael Espindola2016-09-081-1/+13
* Update comments.Rui Ueyama2016-09-021-24/+31
* [ELF] - Use std::regex instead of hand written logic in elf::globMatch()George Rimar2016-09-021-11/+9
* Remove redundant argument. NFC.Rafael Espindola2016-08-311-16/+13
OpenPOWER on IntegriCloud