aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/complex.c
AgeCommit message (Expand)Author
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