Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Clang tests to handle explicitly typed gep changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -1/+1 |
| | | | | llvm-svn: 230783 | ||||
* | Adjust test case to be compatible with future changes to explicitly pass the ↵ | David Blaikie | 2015-02-14 | 1 | -2/+2 |
| | | | | | | type to getelementptr llvm-svn: 229196 | ||||
* | Tweak regex not to accidentally match a trailing \r. | Benjamin Kramer | 2010-09-15 | 1 | -1/+1 |
| | | | | llvm-svn: 113966 | ||||
* | Fix pointer-signext.c test case: it was relying on value names, which don't ↵ | Cameron Esfahani | 2010-09-15 | 1 | -3/+3 |
| | | | | | | appear in the non-assert build. Switch to using check-next as well. llvm-svn: 113964 | ||||
* | Fix Windows64 target info so pointer arithmetic is done correctly, and no ↵ | Cameron Esfahani | 2010-09-15 | 1 | -0/+32 |
sign extension code is emitted: PtrDiffType needs to be a signed long long. Add a corresponding test case. llvm-svn: 113910 |