summaryrefslogtreecommitdiff
path: root/test/CodeGen/complex.c
AgeCommit message (Expand)Author
2014-11-14Recommit r222044 with a test fix - it does not make sense to huntAnton Korobeynikov
2014-11-14Again revert r222044 to resolve darwin objc test fails.Anton Korobeynikov
2014-11-14Follow-up to D6217Anton Korobeynikov
2014-11-12Temporary revert r221818 until all the problemsAnton Korobeynikov
2014-11-12Fix fallout from r219557Anton Korobeynikov
2013-07-16Fix crash on complex constant zero.Eli Friedman
2013-06-12Add support for complex compound assignments where the LHS is a scalar.Eli Friedman
2011-06-15Test for r133070.Eli Friedman
2010-05-07The FP constant evaluator was missing a few cases of unary operators that ret...John McCall
2010-01-03Fix minor oversight for increment/decrement of complex int. Add tests forEli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-28Change compound assignment operators to keep track of both the promoted Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-11-25Handle returning complex types that get coerced. Fixes PR3131Anders Carlsson
2008-04-04Since isComplexType() no longer returns true for _Complex integers, the codeChris Lattner
2007-10-30__real__ and __imag__ can be lvalues. Add support to ast and codegen for them.Chris Lattner
2007-08-27add some more testcases now that sema is happier :)Chris Lattner
2007-08-26new testcasesChris Lattner
2007-08-24implement codegen for real/imag. TODO: imag of non-complex.Chris Lattner
2007-08-23make this harderChris Lattner
2007-08-23this test is passing, though it is generating bogus code at the moment.Chris Lattner
2007-08-11xfail this for now.Chris Lattner
2007-08-10make this harderChris Lattner
2007-07-14add FIXME and un-XFAIL testGabor Greif
2007-07-13fix type of main, use !=Gabor Greif
2007-07-13implement _Complex * == and !=Gabor Greif
2007-07-13a simple _Complex testcaseGabor Greif