1. 980e508 by Steve Naroff · 17 years ago
  2. 525a050 Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
  3. 21d5a95 by Steve Naroff · 17 years ago
  4. 3f128ad by Steve Naroff · 17 years ago
  5. b1776cb fix some warnings, patch by Justin Handville by Chris Lattner · 17 years ago
  6. f38661e by Steve Naroff · 17 years ago
  7. 8467583 get rid of ugly "warning: no newline at end of file" by Gabor Greif · 17 years ago
  8. 3536b44 by Steve Naroff · 18 years ago
  9. bdbf7b0 Fix a comment. by Steve Naroff · 18 years ago
  10. c940612 Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a couple FIXME's. by Steve Naroff · 18 years ago
  11. fb22d96 by Steve Naroff · 18 years ago
  12. e00b18c Change EnumDecl to store its corresponding integer type by Chris Lattner · 18 years ago
  13. fb07153 constify some stuff by Chris Lattner · 18 years ago
  14. 6cd862c implement sizeof(enum x), patch inspired by Keith Bauer. by Chris Lattner · 18 years ago
  15. fb0d496 Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType(). by Steve Naroff · 18 years ago
  16. 716c730 by Steve Naroff · 18 years ago
  17. f1448a0 by Steve Naroff · 18 years ago
  18. 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 18 years ago
  19. 9752f25 by Steve Naroff · 18 years ago
  20. 8d1a3b8 by Steve Naroff · 18 years ago
  21. d1861fd by Steve Naroff · 18 years ago
  22. dc0d73e fix bogus warnings about potentially uninit vars Size and Align. by Chris Lattner · 18 years ago
  23. 942cfd3 Fix a valgrind error noticed by Benoit Boissinot by Chris Lattner · 18 years ago
  24. b1c2df9 fix a nasty bug Owen noticed in a gcc warning. by Chris Lattner · 18 years ago
  25. 030d884 implement size/alignment analysis for arrays and vectors. This gets carbon.h working again. by Chris Lattner · 18 years ago
  26. 5d2a630 implement sizeof/alignof support for structs, unions and complex. by Chris Lattner · 18 years ago
  27. 7332292 by Steve Naroff · 18 years ago
  28. 464175b initial layout support for structures and unions. This isn't actually by Chris Lattner · 18 years ago
  29. 6d87fc6 teach -stats about new types by Chris Lattner · 18 years ago
  30. bfef6d7 don't let builtin-type handling code fall into pointer handling code by Chris Lattner · 18 years ago
  31. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 18 years ago
  32. 692233e Use target info to decide the sizes of basic types. by Chris Lattner · 18 years ago
  33. 7ab2ed8 Add missing citation. by Chris Lattner · 18 years ago
  34. a7674d8 Move getSize() out of type, into ASTContext, where it has target info, and by Chris Lattner · 18 years ago
  35. 8b9023b Implement codegen for + and - with pointers. Patch contributed by Keith Bauer. by Chris Lattner · 18 years ago
  36. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 18 years ago