summaryrefslogtreecommitdiff
path: root/test/CodeGen/attributes.c
AgeCommit message (Expand)Author
2017-06-13Preserve cold attribute for function declsXinliang David Li
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2015-09-11[opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-07-30Update for llvm change.Rafael Espindola
2014-06-03Update for llvm API change.Rafael Espindola
2014-05-16Update for llvm api change.Rafael Espindola
2013-02-26Fix testcases to not rely upon target-* attributes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling
2012-10-24Add inreg markers with the x86_fastcallcc calling convention.Rafael Espindola
2012-05-13We were already passing the case in pr9356. Add it to attributes.c to makeRafael Espindola
2011-06-20Update to match mainline ConstantStruct::get API change. Also, use Chris Lattner
2010-03-04Fix PR6473.Rafael Espindola
2010-02-23Add support for the weakref attribute. We still produce "alias weak" as llvm-...Rafael Espindola
2010-02-05Standardize the parsing of function type attributes in a way thatJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-11And now a test fix in +Asserts mode, which I broke.Daniel Dunbar
2009-11-11Fix some tests in -Asserts mode.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-10-06Add codegen for __builtin_abort. Convert to FileCheck.Mike Stump
2009-08-10these tests include section specifiers that aren't valid on the Chris Lattner
2009-07-25MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar
2009-07-24Implement new warning for functions declared 'noreturn' when they fall off th...Mike Stump
2009-06-28make these tests pass with the stack canary stuff even on targets where they ...Chris Lattner
2009-06-05weak_import should not make definitions have weak linkage.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-06IRgen support for weak_import.Daniel Dunbar
2009-02-12Honor attribute section on static block var decls.Daniel Dunbar
2009-02-12Support __attribute__(section(<name>))Daniel Dunbar
2008-09-27Fix attributes test case to not run clang umpteen times.Daniel Dunbar
2008-06-12Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis
2008-06-08implement the alias attirbute (in both Sema and Codegen)Nuno Lopes
2008-03-04The operand to the visibility attribute is required to be a quoted string, no...Chris Lattner
2008-03-03The attribute nothrow maps to llvm attribute nounwind. Fix testcase.Gabor Greif
2008-03-03fix codegen support for functions that are nothrow and noreturn.Chris Lattner
2008-03-03Add a bunch of attributes, patch by Nuno Lopes.Chris Lattner