| commit | e0b4cb62f517d477f0614dd0337fbd4845a06e48 | [log] [tgz] |
|---|---|---|
| author | Iain Sandoe <iain@codesourcery.com> | Sat Dec 14 13:34:02 2013 +0000 |
| committer | Iain Sandoe <iain@codesourcery.com> | Sat Dec 14 13:34:02 2013 +0000 |
| tree | bf8f1b754c9f958c3da8dd4cbb406e1a258ffbe7 | |
| parent | db9ee00b5940f8641cf67a65c07d850e138c7106 [diff] |
[Powerpc darwin] AsmParser Base implementation.
This is a base implementation of the powerpc-apple-darwin asm parser dialect.
* Enables infrastructure (essentially isDarwin()) and fixes up the parsing of asm directives to separate out ELF and MachO/Darwin additions.
* Enables parsing of {r,f,v}XX as register identifiers.
* Enables parsing of lo16() hi16() and ha16() as modifiers.
The changes to the test case are from David Fang (fangism).
llvm-svn: 197324