1. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  2. c08582b add 'F' to a bunch of libm builtins so that codegen doesn't die on them, by Chris Lattner · 15 years ago
  3. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  4. c36541e Prep for new warning. by Mike Stump · 15 years ago
  5. 7a574cc implement l-value codegen of comma expr by Chris Lattner · 15 years ago
  6. 6545994 fix PR4067: [Linux kernel] cannot aggregate codegen stmtexpr as lvalue by Chris Lattner · 15 years ago
  7. f0a990c fix PR4026: Clang can't codegen __func__ without implicit cast by Chris Lattner · 15 years ago
  8. 9034558 Support member reference on ?: of struct type. by Daniel Dunbar · 15 years ago
  9. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  10. 40f9292 fix the more complex cases by actually codegen'ing the right expr :) by Chris Lattner · 15 years ago
  11. 75dfeda add codegen support for casting an element to a union. by Chris Lattner · 15 years ago
  12. 8cc9d08 fix PR3809, codegen for inc/dec of function pointers. by Chris Lattner · 15 years ago
  13. c3953a6 teach codegen to handle noop casts as lvalues. by Chris Lattner · 15 years ago
  14. e5ed151 finish off codegen support for sub of pointer to functions, by Chris Lattner · 15 years ago
  15. a468d34 fix folding of '*doubleArray' by Nuno Lopes · 16 years ago
  16. f9ef0c6 fix folding of comma if given a non-constant operand. by Nuno Lopes · 16 years ago
  17. 3cc5e5b Fix a bug where we didn't promote 'const float' (or typedefs) to by Chris Lattner · 16 years ago
  18. a269ebf implement codegen support for sizeof(void), fixing PR2080. by Chris Lattner · 16 years ago
  19. 6860f3c Fix PR1921 by promoting negative indices to intptrty. by Chris Lattner · 17 years ago
  20. 01e3c9e fix a problem reported by Eli, caused by not keeping bool as i1 by Chris Lattner · 17 years ago
  21. 8f92528 Fix a crash reported by Seo Sanghyeon. by Chris Lattner · 17 years ago
  22. efdd157 Fix PR1895: a crash on an ugly gcc extension. by Chris Lattner · 17 years ago