Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
82aaebeaad75456bc736ea1c474479bb6597305d
/
test
/
CodeGen
/
complex.c
43e890b
Test for r133070.
by Eli Friedman
· 13 years ago
abd3a85
The FP constant evaluator was missing a few cases of unary operators that return floats
by John McCall
· 14 years ago
5b088a1
Fix minor oversight for increment/decrement of complex int. Add tests for
by Eli Friedman
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
ab3a852
Change compound assignment operators to keep track of both the promoted
by Eli Friedman
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
ad3d691
Handle returning complex types that get coerced. Fixes PR3131
by Anders Carlsson
· 16 years ago
9b2dc28
Since isComplexType() no longer returns true for _Complex integers, the code
by Chris Lattner
· 17 years ago
7da36f6
__real__ and __imag__ can be lvalues. Add support to ast and codegen for them.
by Chris Lattner
· 17 years ago
9cff1a9
add some more testcases now that sema is happier :)
by Chris Lattner
· 17 years ago
8ae3a9f
new testcases
by Chris Lattner
· 17 years ago
46f93d0
implement codegen for real/imag. TODO: imag of non-complex.
by Chris Lattner
· 17 years ago
fd90ac0
make this harder
by Chris Lattner
· 17 years ago
99351fd
this test is passing, though it is generating bogus code at the moment.
by Chris Lattner
· 17 years ago
954698c
xfail this for now.
by Chris Lattner
· 17 years ago
12b2be2
make this harder
by Chris Lattner
· 17 years ago
d5e0d98
add FIXME and un-XFAIL test
by Gabor Greif
· 17 years ago
b02d4b4
fix type of main, use !=
by Gabor Greif
· 17 years ago
4db18f2
implement _Complex * == and !=
by Gabor Greif
· 17 years ago
bacfa02
a simple _Complex testcase
by Gabor Greif
· 17 years ago