Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Re)generate various tests. NFC | Amaury Sechet | 2019-10-08 | 1 | -8/+17 |
| | | | | llvm-svn: 374074 | ||||
* | ARM: yet another round of ARM test clean ups | Saleem Abdulrasool | 2014-04-03 | 1 | -1/+1 |
| | | | | llvm-svn: 205586 | ||||
* | Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier ↵ | Stephen Lin | 2013-07-13 | 1 | -2/+2 |
| | | | | | | | | | | debugging. No functionality change and all tests pass after conversion. This was done with the following sed invocation to catch label lines demarking function boundaries: sed -i '' "s/^;\( *\)\([A-Z0-9_]*\):\( *\)test\([A-Za-z0-9_-]*\):\( *\)$/;\1\2-LABEL:\3test\4:\5/g" test/CodeGen/*/*.ll which was written conservatively to avoid false positives rather than false negatives. I scanned through all the changes and everything looks correct. llvm-svn: 186258 | ||||
* | Follow up on r127913. Fix Thumb revsh isel. rdar://9286766 | Evan Cheng | 2011-04-14 | 1 | -0/+56 |
llvm-svn: 129548 |