Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make ARMAsmPrinter generate the correct alignment specifier syntax in ↵ | Kristof Beyls | 2013-02-22 | 1 | -13/+13 |
| | | | | | | | | | instructions. The Printer will now print instructions with the correct alignment specifier syntax, like vld1.8 {d16}, [r0:64] llvm-svn: 175884 | ||||
* | Check for invalid alignment values when decoding VLDn/VSTn (single ln) ↵ | Tim Northover | 2012-09-06 | 1 | -0/+77 |
instructions. Patch by Chris Lidbury. llvm-svn: 163321 |