1. 8b7b1b1 Change compound assignment operators to keep track of both the promoted by Eli Friedman · 17 years ago
  2. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  3. 32ef8ce Handle returning complex types that get coerced. Fixes PR3131 by Anders Carlsson · 17 years ago
  4. f3bc75a Since isComplexType() no longer returns true for _Complex integers, the code by Chris Lattner · 18 years ago
  5. 595db86 __real__ and __imag__ can be lvalues. Add support to ast and codegen for them. by Chris Lattner · 18 years ago
  6. 23bf38b add some more testcases now that sema is happier :) by Chris Lattner · 18 years ago
  7. 02aac86 new testcases by Chris Lattner · 18 years ago
  8. 9f0ad96 implement codegen for real/imag. TODO: imag of non-complex. by Chris Lattner · 18 years ago
  9. afd455c make this harder by Chris Lattner · 18 years ago
  10. 725c6a4 this test is passing, though it is generating bogus code at the moment. by Chris Lattner · 18 years ago
  11. afada9b xfail this for now. by Chris Lattner · 18 years ago
  12. e9a91ae make this harder by Chris Lattner · 18 years ago
  13. e97cd7e add FIXME and un-XFAIL test by Gabor Greif · 18 years ago
  14. 03a0073 fix type of main, use != by Gabor Greif · 18 years ago
  15. d4606aa implement _Complex * == and != by Gabor Greif · 18 years ago
  16. f7b1f66 a simple _Complex testcase by Gabor Greif · 18 years ago