index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
complex.c
Age
Commit message (
Expand
)
Author
2011-06-15
Test for r133070.
Eli Friedman
2010-05-07
The FP constant evaluator was missing a few cases of unary operators that ret...
John McCall
2010-01-03
Fix minor oversight for increment/decrement of complex int. Add tests for
Eli Friedman
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-03-28
Change compound assignment operators to keep track of both the promoted
Eli Friedman
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-11-25
Handle returning complex types that get coerced. Fixes PR3131
Anders Carlsson
2008-04-04
Since isComplexType() no longer returns true for _Complex integers, the code
Chris Lattner
2007-10-30
__real__ and __imag__ can be lvalues. Add support to ast and codegen for them.
Chris Lattner
2007-08-27
add some more testcases now that sema is happier :)
Chris Lattner
2007-08-26
new testcases
Chris Lattner
2007-08-24
implement codegen for real/imag. TODO: imag of non-complex.
Chris Lattner
2007-08-23
make this harder
Chris Lattner
2007-08-23
this test is passing, though it is generating bogus code at the moment.
Chris Lattner
2007-08-11
xfail this for now.
Chris Lattner
2007-08-10
make this harder
Chris Lattner
2007-07-14
add FIXME and un-XFAIL test
Gabor Greif
2007-07-13
fix type of main, use !=
Gabor Greif
2007-07-13
implement _Complex * == and !=
Gabor Greif
2007-07-13
a simple _Complex testcase
Gabor Greif