summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/complex.c
Commit message (Expand)AuthorAgeFilesLines
* Recommit r222044 with a test fix - it does not make sense to huntAnton Korobeynikov2014-11-141-0/+16
* Again revert r222044 to resolve darwin objc test fails.Anton Korobeynikov2014-11-141-16/+0
* Follow-up to D6217Anton Korobeynikov2014-11-141-0/+16
* Temporary revert r221818 until all the problemsAnton Korobeynikov2014-11-121-9/+0
* Fix fallout from r219557Anton Korobeynikov2014-11-121-0/+9
* Fix crash on complex constant zero.Eli Friedman2013-07-161-0/+3
* Add support for complex compound assignments where the LHS is a scalar.Eli Friedman2013-06-121-4/+2
* Test for r133070.Eli Friedman2011-06-151-0/+4
* The FP constant evaluator was missing a few cases of unary operators that ret...John McCall2010-05-071-0/+4
* Fix minor oversight for increment/decrement of complex int. Add tests forEli Friedman2010-01-031-1/+31
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change compound assignment operators to keep track of both the promoted Eli Friedman2009-03-281-1/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Handle returning complex types that get coerced. Fixes PR3131Anders Carlsson2008-11-251-0/+7
* Since isComplexType() no longer returns true for _Complex integers, the codeChris Lattner2008-04-041-1/+6
* __real__ and __imag__ can be lvalues. Add support to ast and codegen for them.Chris Lattner2007-10-301-0/+9
* add some more testcases now that sema is happier :)Chris Lattner2007-08-271-1/+3
* new testcasesChris Lattner2007-08-261-0/+6
* implement codegen for real/imag. TODO: imag of non-complex.Chris Lattner2007-08-241-0/+2
* make this harderChris Lattner2007-08-231-0/+10
* this test is passing, though it is generating bogus code at the moment.Chris Lattner2007-08-231-1/+0
* xfail this for now.Chris Lattner2007-08-111-0/+1
* make this harderChris Lattner2007-08-101-0/+10
* add FIXME and un-XFAIL testGabor Greif2007-07-141-1/+0
* fix type of main, use !=Gabor Greif2007-07-131-2/+2
* implement _Complex * == and !=Gabor Greif2007-07-131-1/+1
* a simple _Complex testcaseGabor Greif2007-07-131-0/+10