summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/regparm.c
Commit message (Expand)AuthorAgeFilesLines
* fix an unintended behavior change in the type system rewrite, which caused us...Chris Lattner2011-07-121-1/+1
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-1/+1
* Warn about code that uses variables and functions with internal linkageJohn McCall2011-02-191-2/+1
* Fix a (probably very old) regression where we weren't using the typedef name ...Anders Carlsson2010-11-241-1/+1
* Merge the "regparm" attribute from a previous declaration of aDouglas Gregor2010-06-181-0/+5
* Fix test in -Asserts build.Daniel Dunbar2010-03-301-1/+1
* Remember the regparm attribute in FunctionType::ExtInfo.Rafael Espindola2010-03-301-2/+6
* Fix this test on windows. When running on windows we printRafael Espindola2010-03-301-1/+1
* the big refactoring bits of PR3782.Rafael Espindola2010-03-301-1/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+2
* Testcase for regparm codegenAnton Korobeynikov2009-04-041-0/+19