Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth | 2012-07-02 | 1 | -1/+1 |
| | | | | | | | | | | versions of Bash. In addition, I can back out the change to the lit built-in shell test runner to support this. This should fix the majority of fallout on Darwin, but I suspect there will be a few straggling issues. llvm-svn: 159544 | ||||
* | Added support for unpredictable ADC/SBC instructions on ARM, and also fixed ↵ | Silviu Baranga | 2012-04-05 | 1 | -0/+17 |
some corner cases involving the PC register as an operand for these instructions. llvm-svn: 154101 |