summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-17/+6
| | | | | | | | I really would have liked to split this patch up, but it would greatly complicate the lld-core and lld drivers having to deal with both {Reader,Writer}Option and TargetInfo. llvm-svn: 173217
* Factor File::addAtom out to MutableFile::addAtom.Michael J. Spencer2013-01-121-4/+0
| | | | | | This removes a bunch of llvm_unreachables and makes a File's mutability part of the type system. llvm-svn: 172297
* This update does the following:Sid Manning2012-10-181-0/+4
| | | | | | | | | | | * Moves enum Scope from DefinedAtom.h to Atom.h * Adds scope method to AbsoluteAtom class * Updates YAML to print scope of AbsoluteAtoms * Update Native Reader/Writer to handle this new, "attribute" * Adds testcase Reviewed and approved by Nick Kledzik llvm-svn: 166189
* Fix warnings.Michael J. Spencer2012-09-101-4/+1
| | | | llvm-svn: 163573
* Add a default constructor/destructor for ReaderOptionsPECOFFSid Manning2012-07-251-0/+6
| | | | llvm-svn: 160740
* Minor edits to match style guidelines. No functionality changeMarshall Clow2012-07-171-6/+6
| | | | llvm-svn: 160370
* put the public function createReaderPECOFF() in the lld namespace and ↵Nick Kledzik2012-06-071-1/+6
| | | | | | everything else in is own namespace llvm-svn: 158135
* fix warnings found after cranking up warningsNick Kledzik2012-06-071-2/+4
| | | | llvm-svn: 158134
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-311-0/+384
now Reader and Writer subclasses for each file format. Each Reader and Writer subclass defines an "options" class which controls how that Reader or Writer operates. llvm-svn: 157774
OpenPOWER on IntegriCloud