1. 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
  2. 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
  3. c219a15 Remove the -arch option from clang-cc: for all practical purposes, it's by Eli Friedman · 15 years ago
  4. 944af71 Fix for PR4108: be a bit looser with the casts that we accept in by Eli Friedman · 15 years ago
  5. 48f9122 Move where block-related variables are initialized so that block by Eli Friedman · 16 years ago
  6. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  7. 6f877cd adjust to changes in the mainline llvm .ll printer. by Chris Lattner · 16 years ago
  8. e5731f8 Allow constant initializers to reference their defining decl. - PR3662. by Daniel Dunbar · 16 years ago
  9. 5ec41c2 Remove a FIXME; I was mistaken in believing gcc rejected this. by Daniel Dunbar · 16 years ago
  10. d01b669 Fix IRgen of constant expressions referring to external/static by Daniel Dunbar · 16 years ago
  11. 20733cd Cleanp code with some recent suggestions. by Mike Stump · 16 years ago
  12. 8d7d6e9 Force arch for these test cases. by Daniel Dunbar · 16 years ago
  13. 69ab26a Handle constant int -> ptr casts of lvalue results. - PR3463 (again). by Daniel Dunbar · 16 years ago
  14. dd21164 Extend Evaluate() to fold (int) <pointer type>. by Daniel Dunbar · 16 years ago
  15. 4087e24 Evaluate ==,!= for complex types. by Daniel Dunbar · 16 years ago
  16. a5fd07b Implement basic _Complex integer constant folding. by Daniel Dunbar · 16 years ago
  17. cd761cd Add test for PR2992. by Anders Carlsson · 16 years ago
  18. da8bf14 Fix const-init test case by Daniel Dunbar · 16 years ago
  19. bc5ed6e Add codegen support for a few more kinds of initializer constant expressions. by Eli Friedman · 16 years ago
  20. cca196b Some const initializer tests for stuff I just committed. by Eli Friedman · 17 years ago