summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/function-attributes.c
Commit message (Expand)AuthorAgeFilesLines
* Add returns_twice to functions that are known to return twice. This implementsRafael Espindola2011-10-121-0/+11
* Propagate __attribute__((returns_twice)) from C to IL.Rafael Espindola2011-10-031-0/+11
* Emit the 'alignstack' LLVM function attribute when we encounter a functionCharles Davis2010-02-131-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Set OptimizeForSize LLVM function attribute with -Os.Daniel Dunbar2009-10-271-9/+26
* Convert test to FileCheck.Daniel Dunbar2009-10-271-20/+17
* Prep for new warning.Mike Stump2009-07-211-1/+1
* When defining a function whose type has no prototype, make an effortChris Lattner2009-05-051-0/+19
* PR4133: fix always_inline implementation to be consistent with gcc.Eli Friedman2009-05-031-2/+1
* defer emission of always_inline, extern_inline, and inline functions (when Chris Lattner2009-04-141-1/+2
* Don't set both readnone and readonly.Daniel Dunbar2009-04-101-0/+4
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Temporarily disable clearing of insert point (to indicate unreachableDaniel Dunbar2009-02-251-0/+7
* Set call attribute for direct calls (i.e. noreturn).Daniel Dunbar2009-02-201-1/+12
* Force triple for codegen tests which have expectations on outputDaniel Dunbar2009-02-031-1/+1
* Add attribute always_inline support.Daniel Dunbar2008-10-281-1/+3
* fix test for latest changes in llvm asm representationNuno Lopes2008-09-301-4/+4
* Fix function-attributes test case to not rely on llvm-gcc.Daniel Dunbar2008-09-271-5/+9
* Set sext/zext on function result.Daniel Dunbar2008-09-051-0/+22