1. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
  2. dc0d73e fix bogus warnings about potentially uninit vars Size and Align. by Chris Lattner · 17 years ago
  3. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  4. 731ec57 Minor simplification to Expr::isLvalue(). by Steve Naroff · 17 years ago
  5. cb4f9a6 minor simplifications by Chris Lattner · 17 years ago
  6. 2274266 Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ by Anders Carlsson · 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. aff1edd Finish fixing crasher with compound literals. by Steve Naroff · 17 years ago
  11. 76e773a implement i-c-e correct evaluation for sizeof/alignof, remove some obsolete fixme's. by Chris Lattner · 17 years ago
  12. 5d2a630 implement sizeof/alignof support for structs, unions and complex. by Chris Lattner · 17 years ago
  13. 7332292 by Steve Naroff · 17 years ago
  14. 464175b initial layout support for structures and unions. This isn't actually by Chris Lattner · 17 years ago
  15. 6d87fc6 teach -stats about new types by Chris Lattner · 17 years ago
  16. ce0afc0 add a note Neil pointed out by Chris Lattner · 17 years ago
  17. 251dcaf Return the correct type from isReferenceType(). by Bill Wendling · 17 years ago
  18. 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
  19. 08ad47c Fix references: by Bill Wendling · 17 years ago
  20. a2c7767 In the final step for preserving typedef info better in the AST, upgrade by Chris Lattner · 17 years ago
  21. f0fbcb3 avoid requiring people to update from llvm svn. by Chris Lattner · 17 years ago
  22. ca51c97 Constify the is*Lvalue() methods. by Bill Wendling · 17 years ago
  23. 7a2e047 Now that isPointerType can return a pointer type, avoid stripping off typedef by Chris Lattner · 17 years ago
  24. 3acb138 as a very useful feature, make isVectorType and isPointerType return by Chris Lattner · 17 years ago
  25. 26dc7b3 Remove an extraneous QualType from CastExpr, it's type is always by Chris Lattner · 17 years ago
  26. bfef6d7 don't let builtin-type handling code fall into pointer handling code by Chris Lattner · 17 years ago
  27. 2eadfb6 set the correct width for a character literal when evaluating it as an i-c-e. by Chris Lattner · 17 years ago
  28. 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 17 years ago
  29. fa2eaab by Steve Naroff · 17 years ago
  30. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  31. 8bf9f07 Improve char literal pretty printing, patch by Keith Bauer! by Chris Lattner · 17 years ago
  32. 90045e8 by Steve Naroff · 17 years ago
  33. 692233e Use target info to decide the sizes of basic types. by Chris Lattner · 17 years ago
  34. 7ab2ed8 Add missing citation. by Chris Lattner · 17 years ago
  35. a7674d8 Move getSize() out of type, into ASTContext, where it has target info, and by Chris Lattner · 17 years ago
  36. e107b5d remove some extraneous spaces, no functionality change. by Chris Lattner · 17 years ago
  37. 49b4526 by Steve Naroff · 17 years ago
  38. b0a721a "Codegen for Character Literals and Conditional Operator by Chris Lattner · 17 years ago
  39. 8b9023b Implement codegen for + and - with pointers. Patch contributed by Keith Bauer. by Chris Lattner · 17 years ago
  40. b7b50bc Workaround gcc 3.4.x bug by Anton Korobeynikov · 17 years ago
  41. c63b96a by Steve Naroff · 17 years ago
  42. 6fa5f09 Fix "no newline at end of file" warnings. Patch contributed by by Chris Lattner · 17 years ago
  43. fdd7566 Properly use local variable declaration inside a switch case by Anton Korobeynikov · 17 years ago
  44. 24c3990 remember the initializer for a variable in the AST and teach the by Chris Lattner · 17 years ago
  45. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago