Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Account for calling convention specifiers in function definitions in IR test ↵ | David Blaikie | 2015-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | cases Several tests wouldn't pass when executed on an armv7a_pc_linux triple due to the non-default arm_aapcs calling convention produced on the function definitions in the IR output. Account for this with the application of a little regex. Patch by Ying Yi. llvm-svn: 240971 | ||||
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -1/+1 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | Looks like {{.*}} doesn't match the empty string. Fix test. | Rafael Espindola | 2013-07-04 | 1 | -1/+1 |
| | | | | llvm-svn: 185650 | ||||
* | Relax pattern to accept a signext on ppc64. | Rafael Espindola | 2013-07-04 | 1 | -1/+1 |
| | | | | llvm-svn: 185649 | ||||
* | Convert test to FileCheck. | Rafael Espindola | 2013-07-04 | 1 | -3/+5 |
| | | | | llvm-svn: 185635 | ||||
* | Migrate most of the rest of test/FrontendC from llvm and migrate | Eric Christopher | 2011-07-26 | 1 | -0/+15 |
most of them to FileCheck. llvm-svn: 136159 |