aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/function-attributes.c
AgeCommit message (Expand)Author
2009-05-05When defining a function whose type has no prototype, make an effortChris Lattner
2009-05-03PR4133: fix always_inline implementation to be consistent with gcc.Eli Friedman
2009-04-14defer emission of always_inline, extern_inline, and inline functions (when Chris Lattner
2009-04-10Don't set both readnone and readonly.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-25Temporarily disable clearing of insert point (to indicate unreachableDaniel Dunbar
2009-02-20Set call attribute for direct calls (i.e. noreturn).Daniel Dunbar
2009-02-03Force triple for codegen tests which have expectations on outputDaniel Dunbar
2008-10-28Add attribute always_inline support.Daniel Dunbar
2008-09-30fix test for latest changes in llvm asm representationNuno Lopes
2008-09-27Fix function-attributes test case to not rely on llvm-gcc.Daniel Dunbar
2008-09-05Set sext/zext on function result.Daniel Dunbar