summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/Resolver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* use llvm_unreachable() instead of assert(0) for invalid enum values in switch...Nick Kledzik2012-06-151-1/+1
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-311-6/+44
* Add way to represent static archives in yaml test cases.Nick Kledzik2012-04-201-17/+13
* Factor out core linking options from Platform in a new ResolverOptionsNick Kledzik2012-04-181-104/+42
* Rename referencesBegin() to begin() so that C++11 range based for loops can b...Nick Kledzik2012-04-081-26/+17
* First implementation of Darwin Platform. It is rich enough to generateNick Kledzik2012-04-071-1/+3
* Remove trailing whitespace.Michael J. Spencer2012-04-031-12/+12
* Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/SupportMichael J. Spencer2012-04-031-17/+15
* Use the LLVM RTTI library.Michael J. Spencer2012-04-021-16/+16
* 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-2/+1
* Sources now require C++11 to build.Nick Kledzik2012-03-081-23/+40
* Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a Nick Kledzik2012-02-221-0/+18
* (no commit message)Nick Kledzik2012-02-151-8/+20
* Add support for UndefinedAtom in yaml and native format. Add test cases with...Nick Kledzik2012-02-071-1/+1
* A couple of big refactorings: 1) Move most attributes of Atom down to Defined...Nick Kledzik2012-01-111-41/+74
* Cleaned up Atom attribues some more. Added lots of doxygen commentsNick Kledzik2011-12-211-2/+2
* Initial commit. Code by Nick Kledzik. Cleanups and build system by me.Michael J. Spencer2011-12-181-0/+337
OpenPOWER on IntegriCloud