Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "[AVR] Add the branch selection pass from the GitHub repository" | Dylan McKay | 2017-07-05 | 1 | -3/+3 |
| | | | | | | This reverts commit 602ef067c1d58ecb425d061f35f2bc4c7e92f4f3. llvm-svn: 307111 | ||||
* | [AVR] Add the branch selection pass from the GitHub repository | Dylan McKay | 2017-07-05 | 1 | -3/+3 |
| | | | | | | | We should rewrite this using the generic branch relaxation pass, but for the moment having this pass is better than hitting an assertion error. llvm-svn: 307109 | ||||
* | [AVR] When lowering Select8/Select16, put newly generated MBBs in the same spot | Dylan McKay | 2017-05-13 | 1 | -0/+35 |
Contributed by Dr. Gergő Érdi. Fixes a bug. Raised from (https://github.com/avr-rust/rust/issues/49). llvm-svn: 302973 |