1. 9c20fa9 A constant initializer never matches the type of the variable it's by John McCall · 14 years ago
  2. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  3. baf524d Use intptr_t from stdint.h (in freestanding mode) instead of redefining it here by Ken Dyck · 15 years ago
  4. f70b24e Make __func__ and friends work correctly within the initializer for a static by Eli Friedman · 15 years ago
  5. 64241fc Obvious fix for PR5474. by Eli Friedman · 15 years ago
  6. 0653066 Removed math.h include, as Windows math.h has a compile error. by John Thompson · 15 years ago
  7. e368031 In VC++, the *printf functions put an extra "0" in the exponent part by Mike Stump · 15 years ago
  8. d9097ff FileCheckize test case. by Benjamin Kramer · 15 years ago
  9. 2df96e7 Don't update the struct alignment when adding fields to a packed struct. Fixes PR5118. by Anders Carlsson · 15 years ago
  10. 31f2f9c When building constant structs, check if the resulting LLVM struct will be bigger than the record layout size and use a packed struct if that's the case. Fixes PR5108. by Anders Carlsson · 15 years ago
  11. 1da83fa Update this test to expect the "inbounds" keyword, which LLVM's constant by Dan Gohman · 15 years ago
  12. abdad35 Enable the new struct type builder now that the constant struct builder works. (The old code will still be there until we know that everything works well. by Anders Carlsson · 15 years ago
  13. 8dca3b3 Enable the new constant struct builder by default. The old code is still in place but will be removed shortly. The new struct builder works on big endian systems. by Anders Carlsson · 15 years ago
  14. c219a15 Remove the -arch option from clang-cc: for all practical purposes, it's by Eli Friedman · 15 years ago
  15. 944af71 Fix for PR4108: be a bit looser with the casts that we accept in by Eli Friedman · 15 years ago
  16. 48f9122 Move where block-related variables are initialized so that block by Eli Friedman · 16 years ago
  17. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  18. 6f877cd adjust to changes in the mainline llvm .ll printer. by Chris Lattner · 16 years ago
  19. e5731f8 Allow constant initializers to reference their defining decl. - PR3662. by Daniel Dunbar · 16 years ago
  20. 5ec41c2 Remove a FIXME; I was mistaken in believing gcc rejected this. by Daniel Dunbar · 16 years ago
  21. d01b669 Fix IRgen of constant expressions referring to external/static by Daniel Dunbar · 16 years ago
  22. 20733cd Cleanp code with some recent suggestions. by Mike Stump · 16 years ago
  23. 8d7d6e9 Force arch for these test cases. by Daniel Dunbar · 16 years ago
  24. 69ab26a Handle constant int -> ptr casts of lvalue results. - PR3463 (again). by Daniel Dunbar · 16 years ago
  25. dd21164 Extend Evaluate() to fold (int) <pointer type>. by Daniel Dunbar · 16 years ago
  26. 4087e24 Evaluate ==,!= for complex types. by Daniel Dunbar · 16 years ago
  27. a5fd07b Implement basic _Complex integer constant folding. by Daniel Dunbar · 16 years ago
  28. cd761cd Add test for PR2992. by Anders Carlsson · 16 years ago
  29. da8bf14 Fix const-init test case by Daniel Dunbar · 16 years ago
  30. bc5ed6e Add codegen support for a few more kinds of initializer constant expressions. by Eli Friedman · 16 years ago
  31. cca196b Some const initializer tests for stuff I just committed. by Eli Friedman · 17 years ago