summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/Native/ReaderNative.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* [lld][ELF] (no testable functionality change) resize the number of entries ↵Shankar Easwaran2013-04-291-2/+3
| | | | | | in the string table for static linking llvm-svn: 180692
* Revert "Correctly pass ownership of MemoryBuffers."Michael J. Spencer2013-04-051-3/+3
| | | | llvm-svn: 178918
* Correctly pass ownership of MemoryBuffers.Michael J. Spencer2013-04-051-3/+3
| | | | llvm-svn: 178914
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | The major changes are: 1) LinkerOptions has been merged into TargetInfo 2) LinkerInvocation has been merged into Driver 3) Drivers no longer convert arguments into an intermediate (core) argument list, but instead create a TargetInfo object and call setter methods on it. This is only how in-process linking would work. That is, you can programmatically set up a TargetInfo object which controls the linking. 4) Lots of tweaks to test suite to work with driver changes 5) Add the DarwinDriver 6) I heavily doxygen commented TargetInfo.h Things to do after this patch is committed: a) Consider renaming TargetInfo, given its new roll. b) Consider pulling the list of input files out of TargetInfo. This will enable in-process clients to create one TargetInfo the re-use it with different input file lists. c) Work out a way for Drivers to format the warnings and error done in core linking. llvm-svn: 178776
* Devirtualize Reference::kind.Michael J. Spencer2013-03-201-13/+4
| | | | | | Improves performance. llvm-svn: 177556
* Devirtualize File::kind.Michael J. Spencer2013-03-201-1/+1
| | | | | | This is the standard way of implementing LLVM RTTI. llvm-svn: 177555
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-18/+18
| | | | llvm-svn: 177079
* [ELF][Hexagon]add typeZeroFillFastShankar Easwaran2013-02-241-1/+2
| | | | llvm-svn: 175983
* Use proper delete.Michael J. Spencer2013-01-261-1/+1
| | | | llvm-svn: 173570
* add elf targethandlerShankar Easwaran2013-01-251-40/+34
| | | | llvm-svn: 173430
* Add SectionPosition and OrderPassNick Kledzik2013-01-231-1/+7
| | | | llvm-svn: 173300
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-24/+9
| | | | | | | | 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-1/+31
| | | | | | | | | | | * 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-5/+1
| | | | llvm-svn: 163573
* Unused var warning.Michael J. Spencer2012-06-211-1/+2
| | | | llvm-svn: 158944
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-311-0/+929
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