1. f1448a0 by Steve Naroff · 17 years ago
  2. 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
  3. 9752f25 by Steve Naroff · 17 years ago
  4. 8d1a3b8 by Steve Naroff · 17 years ago
  5. d1861fd by Steve Naroff · 17 years ago
  6. dc0d73e fix bogus warnings about potentially uninit vars Size and Align. by Chris Lattner · 17 years ago
  7. 942cfd3 Fix a valgrind error noticed by Benoit Boissinot by Chris Lattner · 17 years ago
  8. b1c2df9 fix a nasty bug Owen noticed in a gcc warning. by Chris Lattner · 17 years ago
  9. 030d884 implement size/alignment analysis for arrays and vectors. This gets carbon.h working again. by Chris Lattner · 17 years ago
  10. 5d2a630 implement sizeof/alignof support for structs, unions and complex. by Chris Lattner · 17 years ago
  11. 7332292 by Steve Naroff · 17 years ago
  12. 464175b initial layout support for structures and unions. This isn't actually by Chris Lattner · 17 years ago
  13. 6d87fc6 teach -stats about new types by Chris Lattner · 17 years ago
  14. bfef6d7 don't let builtin-type handling code fall into pointer handling code by Chris Lattner · 17 years ago
  15. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  16. 692233e Use target info to decide the sizes of basic types. by Chris Lattner · 17 years ago
  17. 7ab2ed8 Add missing citation. by Chris Lattner · 17 years ago
  18. a7674d8 Move getSize() out of type, into ASTContext, where it has target info, and by Chris Lattner · 17 years ago
  19. 8b9023b Implement codegen for + and - with pointers. Patch contributed by Keith Bauer. by Chris Lattner · 17 years ago
  20. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago