1. 8d3d6c9 Ensure an insertion point at the end of a statement-expression. Fixes PR8967. by John McCall · 14 years ago
  2. fd56900 Silly special case: never load when dereferencing void*. by John McCall · 14 years ago
  3. 85515d6 First pass at implementing the intent of ANSI C DR106. by John McCall · 14 years ago
  4. f52697a Improve test coverage. by Daniel Dunbar · 14 years ago
  5. 986b5d1 tests: Fix test to not depend on instruction names. by Daniel Dunbar · 14 years ago
  6. ce88d0f tweak test to pass on windows by Chris Lattner · 14 years ago
  7. 4ac0d83 Fix UnitTests/2004-02-02-NegativeZero.c, which regressed when by Chris Lattner · 14 years ago
  8. f70d857 merge two tests. by Chris Lattner · 14 years ago
  9. 9269d5c Implement rdar://7530813 - collapse multiple GEP instructions in IRgen by Chris Lattner · 14 years ago
  10. a4d7145 Implement support for -fwrapv, rdar://7221421 by Chris Lattner · 14 years ago
  11. e70ffd6 implement rdar://7432000 - signed negate should codegen as NSW. by Chris Lattner · 14 years ago
  12. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  13. c08582b add 'F' to a bunch of libm builtins so that codegen doesn't die on them, by Chris Lattner · 15 years ago
  14. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  15. c36541e Prep for new warning. by Mike Stump · 15 years ago
  16. 7a574cc implement l-value codegen of comma expr by Chris Lattner · 15 years ago
  17. 6545994 fix PR4067: [Linux kernel] cannot aggregate codegen stmtexpr as lvalue by Chris Lattner · 15 years ago
  18. f0a990c fix PR4026: Clang can't codegen __func__ without implicit cast by Chris Lattner · 15 years ago
  19. 9034558 Support member reference on ?: of struct type. by Daniel Dunbar · 15 years ago
  20. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  21. 40f9292 fix the more complex cases by actually codegen'ing the right expr :) by Chris Lattner · 15 years ago
  22. 75dfeda add codegen support for casting an element to a union. by Chris Lattner · 15 years ago
  23. 8cc9d08 fix PR3809, codegen for inc/dec of function pointers. by Chris Lattner · 15 years ago
  24. c3953a6 teach codegen to handle noop casts as lvalues. by Chris Lattner · 15 years ago
  25. e5ed151 finish off codegen support for sub of pointer to functions, by Chris Lattner · 16 years ago
  26. a468d34 fix folding of '*doubleArray' by Nuno Lopes · 16 years ago
  27. f9ef0c6 fix folding of comma if given a non-constant operand. by Nuno Lopes · 16 years ago
  28. 3cc5e5b Fix a bug where we didn't promote 'const float' (or typedefs) to by Chris Lattner · 16 years ago
  29. a269ebf implement codegen support for sizeof(void), fixing PR2080. by Chris Lattner · 16 years ago
  30. 6860f3c Fix PR1921 by promoting negative indices to intptrty. by Chris Lattner · 17 years ago
  31. 01e3c9e fix a problem reported by Eli, caused by not keeping bool as i1 by Chris Lattner · 17 years ago
  32. 8f92528 Fix a crash reported by Seo Sanghyeon. by Chris Lattner · 17 years ago
  33. efdd157 Fix PR1895: a crash on an ugly gcc extension. by Chris Lattner · 17 years ago