summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/Resolver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832.Rui Ueyama2015-01-151-28/+28
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-28/+28
* Remove InputGraph::getNextFile().Rui Ueyama2015-01-131-28/+28
* Simplify InputGraph API.Rui Ueyama2014-12-141-15/+11
* Re-commit r223330: Rewrite InputGraph's GroupRui Ueyama2014-12-101-21/+53
* Revert "Rewrite InputGraph's Group"Rui Ueyama2014-12-041-53/+21
* Rewrite InputGraph's GroupRui Ueyama2014-12-041-21/+53
* [mach-o] remove __compact_unwind atoms once __unwind_info has been generatedTim Northover2014-11-041-0/+7
* Sort include files according to convention.Shankar Easwaran2014-10-181-4/+2
* [mach-o] Implement -demangle.Nick Kledzik2014-09-301-1/+2
* Use DenseMap::lookup. No functionality change.Rui Ueyama2014-09-261-4/+2
* Fix crash bug on Windows.Rui Ueyama2014-09-261-2/+4
* [PECOFF] Support COMDAT associative sections.Rui Ueyama2014-06-171-1/+11
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-1/+1
* Add SymbolTable::isCoalescedAwayRui Ueyama2014-06-051-21/+4
* Print error message in LinkOnce handler.Rui Ueyama2014-06-051-14/+12
* Remove group-parent references.Rui Ueyama2014-06-031-2/+4
* Make dead-striping to handle reverse edges.Rui Ueyama2014-06-031-2/+17
* Simplify markLive().Rui Ueyama2014-06-021-6/+5
* Fix regression introduced in r205566.Rui Ueyama2014-05-141-10/+11
* Return the expression result directly.Rui Ueyama2014-05-021-3/+1
* SymbolTable::size() returns an unsigned int.Rui Ueyama2014-04-041-1/+1
* Do not use temporary variables to pass them to forEachUndefines.Rui Ueyama2014-04-041-14/+13
* Return a vector rather than mutating a given one.Rui Ueyama2014-04-041-8/+4
* Rename getInputGraph() and getNextFile().Rui Ueyama2014-04-041-6/+5
* Minor cleanups.Rui Ueyama2014-04-031-7/+2
* Do not check deadStripNever twice.Rui Ueyama2014-04-031-28/+8
* Move code into a helper function.Rui Ueyama2014-04-031-19/+15
* Minor cleanup.Rui Ueyama2014-04-031-9/+5
* Simplify two if's.Rui Ueyama2014-04-031-5/+3
* Fix comments.Rui Ueyama2014-04-031-1/+1
* Early return.Rui Ueyama2014-04-031-7/+9
* Fix ELFFileNode::resetNextIndex().Rui Ueyama2014-04-031-25/+16
* Add empty() to atom_collection.Rui Ueyama2014-04-031-3/+3
* Remove "this->".Rui Ueyama2014-04-031-10/+10
* Simplify communication between Resolver and Input Graph.Rui Ueyama2014-04-021-12/+15
* Remove dead code.Rui Ueyama2014-04-021-5/+0
* s/llvm::dyn_cast/dyn_cast/Rui Ueyama2014-04-021-3/+3
* Use cast<T> instead of dyn_cast<T>.Rui Ueyama2014-04-021-2/+2
* Remove dead code.Rui Ueyama2014-04-021-6/+2
* Remove dead code.Rui Ueyama2014-04-021-4/+0
* Move nextFile() from LinkingContext to InputGraph.Rui Ueyama2014-04-021-3/+3
* [core] support .gnu.linkonce sectionsShankar Easwaran2014-04-011-6/+26
* Revert "[core] support .gnu.linkonce sections"Shankar Easwaran2014-03-311-23/+5
* [core] support .gnu.linkonce sectionsShankar Easwaran2014-03-311-5/+23
* [core] add SectionGroup supportShankar Easwaran2014-03-261-2/+23
* Fix odd titlecasing and spacing in an error message.Rui Ueyama2014-01-181-2/+2
* Use auto for readability. No functionality change.Rui Ueyama2014-01-181-9/+8
* Using "final" as a variable name is a bit confusing in C++11, so rename it.Rui Ueyama2014-01-181-2/+2
* Use getError instead of the error_code operator.Rafael Espindola2014-01-081-2/+3
OpenPOWER on IntegriCloud