1. 2b9d2ca local static vars are globals also. This fixes a testcase reported by Seo. by Chris Lattner · 17 years ago
  2. df5eb71 Reimplement support for strings that initialize global inits now that by Chris Lattner · 17 years ago
  3. 32150f3 by Steve Naroff · 17 years ago
  4. 4fd46bc add support for implicit cast from array to pointer that is not the element by Chris Lattner · 17 years ago
  5. 53ea781 disable case that makes this fail. by Chris Lattner · 17 years ago
  6. 5ccc701 extend or truncate the initializer for a string initializer to match its type. by Chris Lattner · 17 years ago
  7. a44cf73 Implement codegen support for: char text[8] = "string"; by Chris Lattner · 17 years ago
  8. 2ea81a8 implement support for functions that initialize globals. by Chris Lattner · 17 years ago
  9. e6e25a5 Fix buggy test by Chris Lattner · 17 years ago
  10. 9615bf8 add codegen support for global inits that require array decay. by Chris Lattner · 17 years ago
  11. 9cd4fe4 Handle global variable definitions which change the type of a definition, such as: by Chris Lattner · 17 years ago
  12. 8e53e72 Codegen global array initializers. by Devang Patel · 17 years ago