summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/attributes.c
Commit message (Expand)AuthorAgeFilesLines
* This patch aims to match the changes introducedAlexander Ivchenko2018-05-181-1/+1
* Adding nocf_check attribute for cf-protection fine tuningOren Ben Simhon2018-03-171-1/+13
* Preserve cold attribute for function declsXinliang David Li2017-06-131-0/+10
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-2/+2
* [opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie2015-09-111-1/+1
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Update for llvm change.Rafael Espindola2014-07-301-1/+1
* Update for llvm API change.Rafael Espindola2014-06-031-1/+1
* Update for llvm api change.Rafael Espindola2014-05-161-1/+1
* Fix testcases to not rely upon target-* attributes.Bill Wendling2013-02-261-13/+12
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-12/+13
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-13/+12
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-10/+14
* Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling2013-02-151-10/+10
* Add inreg markers with the x86_fastcallcc calling convention.Rafael Espindola2012-10-241-1/+1
* We were already passing the case in pr9356. Add it to attributes.c to makeRafael Espindola2012-05-131-0/+8
* Update to match mainline ConstantStruct::get API change. Also, use Chris Lattner2011-06-201-1/+1
* Fix PR6473.Rafael Espindola2010-03-041-6/+0
* Add support for the weakref attribute. We still produce "alias weak" as llvm-...Rafael Espindola2010-02-231-0/+6
* Standardize the parsing of function type attributes in a way thatJohn McCall2010-02-051-0/+7
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* And now a test fix in +Asserts mode, which I broke.Daniel Dunbar2009-11-111-1/+1
* Fix some tests in -Asserts mode.Daniel Dunbar2009-11-111-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Add codegen for __builtin_abort. Convert to FileCheck.Mike Stump2009-10-061-43/+51
* these tests include section specifiers that aren't valid on the Chris Lattner2009-08-101-1/+1
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-1/+1
* Implement new warning for functions declared 'noreturn' when they fall off th...Mike Stump2009-07-241-2/+2
* make these tests pass with the stack canary stuff even on targets where they ...Chris Lattner2009-06-281-1/+1
* weak_import should not make definitions have weak linkage.Daniel Dunbar2009-06-051-1/+11
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* IRgen support for weak_import.Daniel Dunbar2009-03-061-0/+10
* Honor attribute section on static block var decls.Daniel Dunbar2009-02-121-2/+7
* Support __attribute__(section(<name>))Daniel Dunbar2009-02-121-1/+13
* Fix attributes test case to not run clang umpteen times.Daniel Dunbar2008-09-271-9/+11
* Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis2008-06-121-8/+8
* implement the alias attirbute (in both Sema and Codegen)Nuno Lopes2008-06-081-0/+4
* The operand to the visibility attribute is required to be a quoted string, no...Chris Lattner2008-03-041-2/+2
* The attribute nothrow maps to llvm attribute nounwind. Fix testcase.Gabor Greif2008-03-031-1/+1
* fix codegen support for functions that are nothrow and noreturn.Chris Lattner2008-03-031-0/+5
* Add a bunch of attributes, patch by Nuno Lopes.Chris Lattner2008-03-031-0/+21