summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/SymbolTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix component buildRui Ueyama2019-11-191-7/+7
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-181-13/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* Removed the redundant comment. NFC.Galina Kistanova2017-06-071-1/+0
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-071-0/+1
* [Core] Retire yet another unused member function.Davide Italiano2016-08-121-6/+0
* [Core] Simplify a bit. NFCI.Davide Italiano2016-08-121-6/+2
* [Core] Retire addReplacement() member function.Davide Italiano2016-08-111-5/+0
* [Core] tentativeDefinition() is now unused.Davide Italiano2016-08-101-13/+0
* Remove dead code for ELF.Rui Ueyama2016-02-281-46/+10
* Delete more COFF and ELF bits from the old linker.Rafael Espindola2016-02-281-16/+1
* Delete more ELF bits from the old linker.Rafael Espindola2016-02-281-19/+0
* Do s/_context/_ctx/g globally.Rui Ueyama2015-04-101-7/+6
* Remove unused function.Rui Ueyama2015-03-061-4/+0
* Remove dead code.Rui Ueyama2015-03-051-1/+0
* Define DefinedAtom::sectionSize.Rui Ueyama2015-03-041-34/+4
* Follow-up to r221913. Fix some -Wcast-qual warning reasons.Simon Atanasyan2014-11-141-7/+9
* Sort include files according to convention.Shankar Easwaran2014-10-181-3/+1
* Use isa<> and cast<> instead of definition().Rui Ueyama2014-10-141-5/+3
* Preserve custom section names when coalescing.Nick Kledzik2014-10-021-0/+6
* [ELF] Export strong defined symbol if it coalesces away a weak symbolSimon Atanasyan2014-09-081-1/+1
* Simplify. No functionality changes.Rui Ueyama2014-08-221-6/+3
* Add notifier hooks to symbol table.Nick Kledzik2014-08-201-0/+4
* Add SymbolTable::isCoalescedAwayRui Ueyama2014-06-051-0/+4
* [mach-o] Support parsing of non-lazy-pointer sectionsNick Kledzik2014-05-281-3/+4
* Fix regression introduced in r205566.Rui Ueyama2014-05-141-11/+17
* Split a utility function not to use goto statement.Rui Ueyama2014-04-041-14/+17
* useNew is set to false in all branches, so set it to false outside the if-else.Rui Ueyama2014-04-041-21/+15
* Replace dyn_cast<T>s immediately followed by asserts with cast<T>s.Rui Ueyama2014-04-041-9/+4
* Fix indentation.Rui Ueyama2014-04-041-34/+28
* Revert "temporary commit."Rui Ueyama2014-04-041-28/+34
* temporary commit.Rui Ueyama2014-04-041-34/+28
* Return a vector rather than mutating a given one.Rui Ueyama2014-04-041-4/+9
* Update comment.Rui Ueyama2014-04-031-1/+2
* Minor cleanups.Rui Ueyama2014-04-031-4/+3
* Replace a recursion with a loop for speed.Rui Ueyama2014-04-031-5/+7
* [ELF] Add --allow-multiple-definition option.Rui Ueyama2014-03-281-10/+13
* [core] add SectionGroup supportShankar Easwaran2014-03-261-14/+27
* [PECOFF] Support yet another new type of weak symbol.Rui Ueyama2014-03-181-14/+45
* Fix a bug that mergeCases table does not match the merge constants.Rui Ueyama2014-03-081-0/+2
* [PECOFF] Support a new type of weak symbol.Rui Ueyama2014-03-071-20/+22
* Early return.Rui Ueyama2013-11-251-2/+4
* Use range-based for loop.Rui Ueyama2013-11-251-3/+2
* Indentation.Rui Ueyama2013-11-251-21/+21
* Simplify. No functionality change.Rui Ueyama2013-11-181-3/+1
* Select new undefined atom rather than old one if other conditions are the same.Rui Ueyama2013-11-151-20/+34
* Terminate if there are un-mergeable duplicate atoms.Rui Ueyama2013-11-141-0/+2
* Remove default label from fully covered switch.Rui Ueyama2013-11-131-3/+0
* Show error message if two atoms are not mergeable.Rui Ueyama2013-11-131-0/+4
OpenPOWER on IntegriCloud