summaryrefslogtreecommitdiff
path: root/test/CodeGen/regparm.c
AgeCommit message (Expand)Author
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-01-31Update the tests.Bill Wendling
2011-07-12fix an unintended behavior change in the type system rewrite, which caused us...Chris Lattner
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-02-19Warn about code that uses variables and functions with internal linkageJohn McCall
2010-11-24Fix a (probably very old) regression where we weren't using the typedef name ...Anders Carlsson
2010-06-18Merge the "regparm" attribute from a previous declaration of aDouglas Gregor
2010-03-30Fix test in -Asserts build.Daniel Dunbar
2010-03-30Remember the regparm attribute in FunctionType::ExtInfo.Rafael Espindola
2010-03-30Fix this test on windows. When running on windows we printRafael Espindola
2010-03-30the big refactoring bits of PR3782.Rafael Espindola
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-04-04Testcase for regparm codegenAnton Korobeynikov