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 | ||||
* | Remove unneeded typedef and volatile | Michael Ilseman | 2012-12-10 | 1 | -3/+1 |
| | | | | llvm-svn: 169743 | ||||
* | Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly ↵ | Michael Ilseman | 2012-12-04 | 1 | -0/+13 |
modes. Test cases included. llvm-svn: 169191 |