aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/exprs.c
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-21Prep for new warning.Mike Stump
2009-05-12implement l-value codegen of comma exprChris Lattner
2009-04-25fix PR4067: [Linux kernel] cannot aggregate codegen stmtexpr as lvalue Chris Lattner
2009-04-21fix PR4026: Clang can't codegen __func__ without implicit castChris Lattner
2009-03-24Support member reference on ?: of struct type.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-18fix the more complex cases by actually codegen'ing the right expr :)Chris Lattner
2009-03-18add codegen support for casting an element to a union.Chris Lattner
2009-03-18fix PR3809, codegen for inc/dec of function pointers.Chris Lattner
2009-03-18teach codegen to handle noop casts as lvalues.Chris Lattner
2009-02-11finish off codegen support for sub of pointer to functions, Chris Lattner
2008-11-19fix folding of '*doubleArray'Nuno Lopes
2008-11-16fix folding of comma if given a non-constant operand.Nuno Lopes
2008-06-27Fix a bug where we didn't promote 'const float' (or typedefs) toChris Lattner
2008-02-21implement codegen support for sizeof(void), fixing PR2080.Chris Lattner
2008-01-31Fix PR1921 by promoting negative indices to intptrty.Chris Lattner
2008-01-30fix a problem reported by Eli, caused by not keeping bool as i1 Chris Lattner
2008-01-03Fix a crash reported by Seo Sanghyeon.Chris Lattner
2008-01-02Fix PR1895: a crash on an ugly gcc extension.Chris Lattner