summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/exprs.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure an insertion point at the end of a statement-expression.John McCall2011-01-131-0/+8
* Silly special case: never load when dereferencing void*.John McCall2010-12-041-12/+12
* First pass at implementing the intent of ANSI C DR106.John McCall2010-12-041-2/+16
* Improve test coverage.Daniel Dunbar2010-08-211-0/+7
* tests: Fix test to not depend on instruction names.Daniel Dunbar2010-06-291-2/+3
* tweak test to pass on windowsChris Lattner2010-06-281-1/+1
* Fix UnitTests/2004-02-02-NegativeZero.c, which regressed whenChris Lattner2010-06-281-0/+7
* merge two tests.Chris Lattner2010-06-271-0/+6
* Implement rdar://7530813 - collapse multiple GEP instructions in IRgenChris Lattner2010-06-261-1/+13
* Implement support for -fwrapv, rdar://7221421Chris Lattner2010-06-261-14/+1
* implement rdar://7432000 - signed negate should codegen as NSW.Chris Lattner2010-06-261-1/+14
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* add 'F' to a bunch of libm builtins so that codegen doesn't die on them,Chris Lattner2009-12-071-0/+3
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
* Prep for new warning.Mike Stump2009-07-211-1/+1
* implement l-value codegen of comma exprChris Lattner2009-05-121-0/+12
* fix PR4067: [Linux kernel] cannot aggregate codegen stmtexpr as lvalue Chris Lattner2009-04-251-0/+5
* fix PR4026: Clang can't codegen __func__ without implicit castChris Lattner2009-04-211-0/+5
* Support member reference on ?: of struct type.Daniel Dunbar2009-03-241-0/+6
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* fix the more complex cases by actually codegen'ing the right expr :)Chris Lattner2009-03-181-0/+6
* add codegen support for casting an element to a union.Chris Lattner2009-03-181-0/+3
* fix PR3809, codegen for inc/dec of function pointers.Chris Lattner2009-03-181-0/+12
* teach codegen to handle noop casts as lvalues.Chris Lattner2009-03-181-0/+8
* finish off codegen support for sub of pointer to functions, Chris Lattner2009-02-111-0/+7
* fix folding of '*doubleArray'Nuno Lopes2008-11-191-0/+7
* fix folding of comma if given a non-constant operand.Nuno Lopes2008-11-161-0/+6
* Fix a bug where we didn't promote 'const float' (or typedefs) toChris Lattner2008-06-271-1/+6
* implement codegen support for sizeof(void), fixing PR2080.Chris Lattner2008-02-211-0/+11
* Fix PR1921 by promoting negative indices to intptrty.Chris Lattner2008-01-311-0/+6
* fix a problem reported by Eli, caused by not keeping bool as i1 Chris Lattner2008-01-301-0/+3
* Fix a crash reported by Seo Sanghyeon.Chris Lattner2008-01-031-0/+8
* Fix PR1895: a crash on an ugly gcc extension.Chris Lattner2008-01-021-0/+8