summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/YAML
Commit message (Collapse)AuthorAgeFilesLines
...
* Add library dependencies to the lld cmake build.Benjamin Kramer2012-12-041-0/+4
| | | | llvm-svn: 169306
* Add absolute symbol scope recognition in lld/CoreHemant Kulkarni2012-11-051-5/+7
| | | | llvm-svn: 167394
* This update does the following:Sid Manning2012-10-184-7/+18
| | | | | | | | | | | * 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-9/+3
| | | | llvm-svn: 163573
* Move implementation of WriterOptionsMachO to its own file. Reduced redundantNick Kledzik2012-06-111-1/+0
| | | | | | | | ivars in WriterOptionsMachO instead have its methods compute ivar interactions. Refactor mach-o Reference Kinds and introduce abstract class KindHandler. Split up StubAtoms.hpp by architecture. Add support for 32-bit x86 stubs. llvm-svn: 158336
* fix warnings found after cranking up warningsNick Kledzik2012-06-071-2/+2
| | | | llvm-svn: 158134
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-315-0/+2283
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