summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/dostmt.c
Commit message (Collapse)AuthorAgeFilesLines
* Account for calling convention specifiers in function definitions in IR test ↵David Blaikie2015-06-291-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
* Fix typo.Eli Friedman2012-10-261-1/+1
| | | | llvm-svn: 166833
* Add missing safety check to an optimization for do-while loops. PR14191.Eli Friedman2012-10-261-2/+8
| | | | llvm-svn: 166832
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Fix rdar://6103124, the only dummy blocks are ones without names. Named blocksChris Lattner2008-07-251-6/+14
| | | | | | are important part of control flow structures. llvm-svn: 54078
* new testDevang Patel2007-10-091-0/+62
llvm-svn: 42810
OpenPOWER on IntegriCloud