1. e6a24e8 Add support for bitcasts to vector type in Evaluate. by Eli Friedman · 13 years ago
  2. cd87d1e fix an unintended behavior change in the type system rewrite, which caused us to compile by Chris Lattner · 13 years ago
  3. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  4. c5cbb90 Update to match mainline ConstantStruct::get API change. Also, use by Chris Lattner · 13 years ago
  5. 0483a6f Only emit string initializers in-place if types match. Fixes PR9373. by Benjamin Kramer · 13 years ago
  6. 1257bc6 Add unnamed_addr when creating artificial string globals. For example, in by Rafael Espindola · 14 years ago
  7. 9c20fa9 A constant initializer never matches the type of the variable it's by John McCall · 14 years ago
  8. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  9. baf524d Use intptr_t from stdint.h (in freestanding mode) instead of redefining it here by Ken Dyck · 15 years ago
  10. f70b24e Make __func__ and friends work correctly within the initializer for a static by Eli Friedman · 15 years ago
  11. 64241fc Obvious fix for PR5474. by Eli Friedman · 15 years ago
  12. 0653066 Removed math.h include, as Windows math.h has a compile error. by John Thompson · 15 years ago
  13. e368031 In VC++, the *printf functions put an extra "0" in the exponent part by Mike Stump · 15 years ago
  14. d9097ff FileCheckize test case. by Benjamin Kramer · 15 years ago
  15. 2df96e7 Don't update the struct alignment when adding fields to a packed struct. Fixes PR5118. by Anders Carlsson · 15 years ago
  16. 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
  17. 1da83fa Update this test to expect the "inbounds" keyword, which LLVM's constant by Dan Gohman · 15 years ago
  18. 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
  19. 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
  20. c219a15 Remove the -arch option from clang-cc: for all practical purposes, it's by Eli Friedman · 15 years ago
  21. 944af71 Fix for PR4108: be a bit looser with the casts that we accept in by Eli Friedman · 15 years ago
  22. 48f9122 Move where block-related variables are initialized so that block by Eli Friedman · 15 years ago
  23. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  24. 6f877cd adjust to changes in the mainline llvm .ll printer. by Chris Lattner · 15 years ago
  25. e5731f8 Allow constant initializers to reference their defining decl. - PR3662. by Daniel Dunbar · 15 years ago
  26. 5ec41c2 Remove a FIXME; I was mistaken in believing gcc rejected this. by Daniel Dunbar · 15 years ago
  27. d01b669 Fix IRgen of constant expressions referring to external/static by Daniel Dunbar · 15 years ago
  28. 20733cd Cleanp code with some recent suggestions. by Mike Stump · 15 years ago
  29. 8d7d6e9 Force arch for these test cases. by Daniel Dunbar · 15 years ago
  30. 69ab26a Handle constant int -> ptr casts of lvalue results. - PR3463 (again). by Daniel Dunbar · 15 years ago
  31. dd21164 Extend Evaluate() to fold (int) <pointer type>. by Daniel Dunbar · 15 years ago
  32. 4087e24 Evaluate ==,!= for complex types. by Daniel Dunbar · 16 years ago
  33. a5fd07b Implement basic _Complex integer constant folding. by Daniel Dunbar · 16 years ago
  34. cd761cd Add test for PR2992. by Anders Carlsson · 16 years ago
  35. da8bf14 Fix const-init test case by Daniel Dunbar · 16 years ago
  36. bc5ed6e Add codegen support for a few more kinds of initializer constant expressions. by Eli Friedman · 16 years ago
  37. cca196b Some const initializer tests for stuff I just committed. by Eli Friedman · 16 years ago