summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/Resolver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* TypoJoerg Sonnenberger2014-01-031-1/+1
* Fix a bug that undefined symbols are not reported if dead-stripping is enabled.Rui Ueyama2013-12-261-4/+0
* Remove unnecessary call of DenseMap::clear.Rui Ueyama2013-12-261-3/+1
* Micro-optimize Resolver::markLive().Rui Ueyama2013-12-261-7/+5
* Simplify. No functionality change.Rui Ueyama2013-12-261-6/+3
* Do not make an unnecessary copy of DenseMap.Rui Ueyama2013-12-261-1/+1
* Style fixes. No functionality change.Rui Ueyama2013-12-101-10/+5
* [InputGraph][Gnu] Add LinkerScript support.Shankar Easwaran2013-11-241-2/+0
* Fix indentation and whitespace.Rui Ueyama2013-11-211-57/+49
* [LinkingContext] Limit shared library undefined atoms to be added.Shankar Easwaran2013-11-211-11/+16
* Fix Weak External symbol handling.Rui Ueyama2013-11-201-9/+10
* Refactor copy-paste-and-modifed code using callback.Rui Ueyama2013-11-151-60/+29
* Revert "Use empty() instead of size() == 0."Rui Ueyama2013-11-131-1/+1
* Use empty() instead of size() == 0.Rui Ueyama2013-11-131-1/+1
* [PassManager] add ReaderWriter{Native,YAML} to the Driver.Shankar Easwaran2013-10-291-1/+1
* Revert "r193300 - [PassManager] add ReaderWriter{Native, YAML} to the Driver"Rui Ueyama2013-10-241-1/+1
* [PassManager] add ReaderWriter{Native,YAML} to the Driver.Shankar Easwaran2013-10-241-1/+1
* Make undefines check into an assertion.Rui Ueyama2013-10-161-10/+8
* Propagate deadStripOptimize()'s failure to the caller.Rui Ueyama2013-10-161-5/+7
* Propagate Resolver::resolveUndefines()'s failure to caller.Rui Ueyama2013-10-111-6/+7
* Return true from Resolver::resolve() on success.Rui Ueyama2013-10-111-2/+2
* Remove an unused variable added in r192415.Rui Ueyama2013-10-111-1/+0
* Use switch instead of if, and handle all enum values.Rui Ueyama2013-10-111-18/+30
* [Layout] Dont set ordinals to Files by default.Shankar Easwaran2013-10-091-0/+1
* [Layout] Assign ordinals in Resolution order.Shankar Easwaran2013-10-091-6/+17
* [inputGraph] Associate Resolve state with appropriate nodesShankar Easwaran2013-10-091-0/+1
* Update error classes from all lowercase to camel case.Rui Ueyama2013-10-091-1/+1
* Move a local variable into while-loop scope.Rui Ueyama2013-10-091-2/+1
* Make bitmask an unsigned type.Rui Ueyama2013-10-081-1/+1
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-88/+128
* [PECOFF] Handle weak external symbols.Rui Ueyama2013-09-121-3/+9
* Add a fallback mechanism for undefined atom.Rui Ueyama2013-09-121-1/+8
* Resolver: Do not use assert() to notify user input error.Rui Ueyama2013-09-031-1/+5
* Use do-while instead of a magic number. No functionality change.Rui Ueyama2013-08-271-3/+3
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-13/+13
* Removed unnecessary "class" keyword.Rui Ueyama2013-06-211-1/+1
* Instrument things.Michael J. Spencer2013-05-281-0/+8
* [lld] Use range based for loop instead of explicit iterators (no functionalit...Rui Ueyama2013-05-091-3/+2
* [lld] Add comments to InputFiles::searchLibraries() arguments.Rui Ueyama2013-05-081-4/+11
* Use anonymous namespace for local classes. Patch by Rui UeyamaNick Kledzik2013-05-081-2/+6
* [Core] Allow weak symbols in shared library when linking.Michael J. Spencer2013-04-241-11/+13
* This adds functionality for undefined atoms from dynamic libraries to be addedShankar Easwaran2013-04-111-11/+19
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-24/+31
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-4/+4
* [Resolver] Improve undefined symbol error.Michael J. Spencer2013-02-031-1/+2
* [Core] Only complain about undefined symbols if they are marked as canBeNullN...Michael J. Spencer2013-01-311-6/+10
* Add SectionPosition and OrderPassNick Kledzik2013-01-231-0/+23
* [Core] Move Resolver and SymbolTable over to TargetInfo.Michael J. Spencer2013-01-221-13/+15
* Add new merge-by-content Merge attribute for use by anonymousNick Kledzik2013-01-151-5/+2
* Add absolute symbol scope recognition in lld/CoreHemant Kulkarni2012-11-051-1/+3
OpenPOWER on IntegriCloud