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