Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AVR] Reserve the Y register in all functions | Dylan McKay | 2017-05-03 | 1 | -0/+1 |
| | | | | llvm-svn: 302017 | ||||
* | [AVR] Remove the 'multibyte' asm test | Dylan McKay | 2017-04-19 | 1 | -135/+0 |
| | | | | | | It tests registers which are not actually used on AVR. llvm-svn: 300684 | ||||
* | [AVR] Disable integrated assembler for a few tests | Dylan McKay | 2017-02-22 | 3 | -3/+3 |
| | | | | | | Fixes the build. llvm-svn: 295895 | ||||
* | [AVR] Fix and clean up the inline assembly tests | Dylan McKay | 2016-12-10 | 3 | -0/+346 |
There was a bug where we would hit an assertion if 'Q' was used as a constraint. I also removed hardcoded register names to prefer regexes so the tests don't break when the register allocator changes. llvm-svn: 289325 |