1. b574e56 Upgrade the "excess elements in array initializer" warning to an by Douglas Gregor · 16 years ago
  2. 2d6ca8d Update a number of CodeGen tests to not create .ll files in the test by Daniel Dunbar · 16 years ago
  3. c4b23a5 Relax an assertion, fixing PR1968 by Chris Lattner · 17 years ago
  4. ce6237e Handle binary or in constant expressions. by Anders Carlsson · 17 years ago
  5. a3881fc Correctly handle constants that refer to enums. by Anders Carlsson · 17 years ago
  6. f6884ac Correctly handle scalars in braces. by Anders Carlsson · 17 years ago
  7. 19009e6 implement proper support for _Bool in memory, which is usually i8, not i1. by Chris Lattner · 17 years ago
  8. 2b9d2ca local static vars are globals also. This fixes a testcase reported by Seo. by Chris Lattner · 17 years ago
  9. df5eb71 Reimplement support for strings that initialize global inits now that by Chris Lattner · 17 years ago
  10. 32150f3 by Steve Naroff · 17 years ago
  11. 4fd46bc add support for implicit cast from array to pointer that is not the element by Chris Lattner · 17 years ago
  12. 53ea781 disable case that makes this fail. by Chris Lattner · 17 years ago
  13. 5ccc701 extend or truncate the initializer for a string initializer to match its type. by Chris Lattner · 17 years ago
  14. a44cf73 Implement codegen support for: char text[8] = "string"; by Chris Lattner · 17 years ago
  15. 2ea81a8 implement support for functions that initialize globals. by Chris Lattner · 17 years ago
  16. e6e25a5 Fix buggy test by Chris Lattner · 17 years ago
  17. 9615bf8 add codegen support for global inits that require array decay. by Chris Lattner · 17 years ago
  18. 9cd4fe4 Handle global variable definitions which change the type of a definition, such as: by Chris Lattner · 17 years ago
  19. 8e53e72 Codegen global array initializers. by Devang Patel · 17 years ago