Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bad debug info test. | David Blaikie | 2014-02-11 | 1 | -36/+0 |
| | | | | | | | | | | | | | | This test case doesn't belong in Clang (it's testing IndVarSimplify) but in an effort to reproduce the test case this was intended to cover (by essentially reverting r134441) I wasn't able to reproduce the failure this test case should've produced. So I haven't ported this down to LLVM, instead I'm just deleting it. I suspect the test is just underconstrained, but I've no great interest in trying hard to fix it right now - if anyone else wants to, I'd be more than welcome to that. llvm-svn: 201178 | ||||
* | Correct hyphenations in comments and assert messages | Alp Toker | 2013-12-05 | 1 | -1/+1 |
| | | | | | | | This patch tries to avoid unrelated changes other than fixing a few hyphen-related ambiguities in nearby lines. llvm-svn: 196466 | ||||
* | Add a new option for and disable column number information as there | Eric Christopher | 2012-10-18 | 1 | -1/+1 |
| | | | | | | | | | | are no known current users of column info. Robustify and fix up a few tests in the process. Reduces the size of debug information by a small amount. Part of PR14106 llvm-svn: 166236 | ||||
* | Correct test for additional comment line. | Eli Friedman | 2011-11-01 | 1 | -1/+1 |
| | | | | llvm-svn: 143436 | ||||
* | Mark test as requiring x86 backend. | Eli Friedman | 2011-11-01 | 1 | -0/+1 |
| | | | | llvm-svn: 143427 | ||||
* | Correct the triple here. | Eric Christopher | 2011-07-28 | 1 | -4/+4 |
| | | | | llvm-svn: 136304 | ||||
* | Check column number also. | Devang Patel | 2011-07-18 | 1 | -1/+1 |
| | | | | llvm-svn: 135437 | ||||
* | Testcase for r134441. | Devang Patel | 2011-07-05 | 1 | -0/+35 |
llvm-svn: 134442 |