summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/SymbolTable.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix indentation, use early return.Rui Ueyama2013-11-131-121/+115
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-1/+0
* Add a fallback mechanism for undefined atom.Rui Ueyama2013-09-121-1/+10
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-5/+5
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-7/+3
* [SymbolTable][Perf] Use hash_combine instead of a custom hash, also use memcmp.Michael J. Spencer2013-03-201-14/+9
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-1/+1
* [Core] Only complain about undefined symbols if they are marked as canBeNullN...Michael J. Spencer2013-01-311-3/+3
* [Core] Move Resolver and SymbolTable over to TargetInfo.Michael J. Spencer2013-01-221-7/+10
* Add new merge-by-content Merge attribute for use by anonymousNick Kledzik2013-01-151-3/+11
* Style fixes.Michael J. Spencer2013-01-041-9/+0
* Slightly better diagnostics on duplicate symbols.Michael J. Spencer2013-01-041-0/+9
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-311-3/+3
* Add way to represent static archives in yaml test cases.Nick Kledzik2012-04-201-0/+12
* Factor out core linking options from Platform in a new ResolverOptionsNick Kledzik2012-04-181-14/+41
* Remove trailing whitespace.Michael J. Spencer2012-04-031-7/+7
* Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/SupportMichael J. Spencer2012-04-031-12/+12
* Use the LLVM RTTI library.Michael J. Spencer2012-04-021-4/+9
* Replace all uses of NULL with nullptr.Michael J. Spencer2012-03-291-8/+8
* Rearange header order to match llvm style. This exposed some missing types.Michael J. Spencer2012-03-281-7/+7
* Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a Nick Kledzik2012-02-221-6/+50
* use llvm::DenseMap instead of std::mapNick Kledzik2012-02-151-2/+2
* (no commit message)Nick Kledzik2012-02-151-1/+1
* A couple of big refactorings: 1) Move most attributes of Atom down to Defined...Nick Kledzik2012-01-111-48/+80
* add initial support for coalescing by content (c-strings) with test caseNick Kledzik2012-01-091-1/+55
* Support more Atom attributes. Add more test cases to lld-coreNick Kledzik2012-01-041-19/+27
* Add more merging/coalescing test cases and make core linking work for themNick Kledzik2011-12-221-9/+32
* Refactor and comment Atom attributes. Replace combine() with internalName() ...Nick Kledzik2011-12-201-14/+14
* Initial commit. Code by Nick Kledzik. Cleanups and build system by me.Michael J. Spencer2011-12-181-0/+140
OpenPOWER on IntegriCloud