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 | ||||
* | FileCheckize these testcases. | Bill Wendling | 2012-04-08 | 1 | -3/+5 |
| | | | | llvm-svn: 154281 | ||||
* | Fix PR 4170 by having ExtractValueInst::getIndexedType() reject ↵ | Frits van Bommel | 2010-12-05 | 1 | -0/+7 |
out-of-bounds indexing. Also add asserts that the indices are valid in InsertValueInst::init(). ExtractValueInst already asserts when constructed with invalid indices. llvm-svn: 120956 |