summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/Native/WriterNative.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add SectionPosition and OrderPassNick Kledzik2013-01-231-1/+2
| | | | llvm-svn: 173300
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-18/+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
* This update does the following:Sid Manning2012-10-181-7/+42
| | | | | | | | | | | * 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-3/+1
| | | | llvm-svn: 163573
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-311-0/+563
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