1. ea5e79f Change dyn_cast for reference types to be more like pointers and not need the canonical type. Also fix so that we're not expecting a return value from a void function by Bill Wendling · 17 years ago
  2. 08ad47c Fix references: by Bill Wendling · 17 years ago
  3. a4332e2 by Steve Naroff · 17 years ago
  4. 16beff8 by Steve Naroff · 17 years ago
  5. 3e5e556 by Steve Naroff · 17 years ago
  6. c80b4ee by Steve Naroff · 17 years ago
  7. 2682490 Fix a GCC warning: by Chris Lattner · 17 years ago
  8. 7a2e047 Now that isPointerType can return a pointer type, avoid stripping off typedef by Chris Lattner · 17 years ago
  9. 12d9ff6 Use the return value of isPointerType and isVectorType to significantly simplify by Chris Lattner · 17 years ago
  10. 727a80d rename variables to be more consistent. Always use LHS/RHS intead of T1/T2 sometimes. by Chris Lattner · 17 years ago
  11. 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 17 years ago
  12. fa2eaab by Steve Naroff · 17 years ago
  13. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  14. 90045e8 by Steve Naroff · 17 years ago
  15. a7674d8 Move getSize() out of type, into ASTContext, where it has target info, and by Chris Lattner · 17 years ago
  16. 7a543ad Unspecified type specs default to int. This fixes a crash by Chris Lattner · 17 years ago
  17. ba61c14 Removed some superfluous code. The getType() method and associated by Steve Naroff · 17 years ago
  18. 49b4526 by Steve Naroff · 17 years ago
  19. 8b9023b Implement codegen for + and - with pointers. Patch contributed by Keith Bauer. by Chris Lattner · 17 years ago
  20. c63b96a by Steve Naroff · 17 years ago
  21. 24c3990 remember the initializer for a variable in the AST and teach the by Chris Lattner · 17 years ago
  22. 1c2a65b Fix a release build of clang. by Chris Lattner · 17 years ago
  23. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago