| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | auto-ggenerate checks | Sanjay Patel | 2016-07-16 | 1 | -42/+47 |
| | | | | | llvm-svn: 275685 | ||||
| * | Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCI | Jonathan Roelofs | 2015-08-10 | 1 | -2/+2 |
| | | | | | | | | I looked into adding a warning / error for this to FileCheck, but there doesn't seem to be a good way to avoid it triggering on the instances of it in RUN lines. llvm-svn: 244481 | ||||
| * | Add CHECK-LABELs | Matt Arsenault | 2014-01-22 | 1 | -0/+7 |
| | | | | | llvm-svn: 199846 | ||||
| * | make instcombine only rewrite a chain of computation | Chris Lattner | 2009-11-07 | 1 | -0/+2 |
| | | | | | | | | | | | (eliminating some extends) if the new type of the computation is legal or if both the source and dest are illegal. This prevents instcombine from changing big chains of computation into i64 on 32-bit targets for example. llvm-svn: 86398 | ||||
| * | Convert the rest of the InstCombine tests from notcast to FileCheck. | Edward O'Callaghan | 2009-10-12 | 1 | -1/+13 |
| | | | | | llvm-svn: 83828 | ||||
| * | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 81257 | ||||
| * | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226 | ||||
| * | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-09 | 1 | -32/+34 |
| | | | | | llvm-svn: 48103 | ||||
| * | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -0/+49 |
| llvm-svn: 33296 | |||||

