Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Inline the checks for mutually exclusive attributes since they're used in ↵ | Bill Wendling | 2012-10-09 | 1 | -1/+1 |
| | | | | | | only one module. llvm-svn: 165539 | ||||
* | 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 | ||||
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 1 | -1/+1 |
| | | | | llvm-svn: 79992 | ||||
* | Attributes noinline alwaysinline are incompatible | Devang Patel | 2008-10-01 | 1 | -2/+1 |
| | | | | llvm-svn: 56939 | ||||
* | Don't leave an output file in the test directory. | Dan Gohman | 2008-10-01 | 1 | -1/+1 |
| | | | | llvm-svn: 56910 | ||||
* | Support inreg, zext and sext as return value attributes. | Devang Patel | 2008-09-29 | 1 | -1/+1 |
| | | | | llvm-svn: 56801 | ||||
* | Update tests. | Devang Patel | 2008-09-27 | 1 | -2/+2 |
| | | | | llvm-svn: 56730 | ||||
* | Function notes tests. | Devang Patel | 2008-09-02 | 1 | -0/+7 |
llvm-svn: 55648 |