summaryrefslogtreecommitdiff
path: root/test/CodeGen/exprs.c
AgeCommit message (Expand)Author
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-05-20Evaluate union cast subexpressions when the cast value is unusedReid Kleckner
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-08-28Make test pass in Release builds, which use a different naming scheme for llv...Benjamin Kramer
2012-08-28Merge test case for PR13704 into exprs.c to reduce test casesMichael Liao
2011-01-13Ensure an insertion point at the end of a statement-expression.John McCall
2010-12-04Silly special case: never load when dereferencing void*.John McCall
2010-12-04First pass at implementing the intent of ANSI C DR106.John McCall
2010-08-21Improve test coverage.Daniel Dunbar
2010-06-29tests: Fix test to not depend on instruction names.Daniel Dunbar
2010-06-28tweak test to pass on windowsChris Lattner
2010-06-28Fix UnitTests/2004-02-02-NegativeZero.c, which regressed whenChris Lattner
2010-06-27merge two tests.Chris Lattner
2010-06-26Implement rdar://7530813 - collapse multiple GEP instructions in IRgenChris Lattner
2010-06-26Implement support for -fwrapv, rdar://7221421Chris Lattner
2010-06-26implement rdar://7432000 - signed negate should codegen as NSW.Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-07add 'F' to a bunch of libm builtins so that codegen doesn't die on them,Chris Lattner
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