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