1. 92dfb47 use the right rounding mode. by Chris Lattner · 17 years ago
  2. 987b15d Use the APFloat routines to evaluate FP immediates as by Chris Lattner · 17 years ago
  3. c9bec4b further apfloat'ize the front-end, allowing codegen to pass by Chris Lattner · 17 years ago
  4. 21d5a95 by Steve Naroff · 17 years ago
  5. 563477d by Steve Naroff · 17 years ago
  6. 86fd355 Silenced a VC++ warning. Updated VC++ project files. by Hartmut Kaiser · 17 years ago
  7. 701e5eb Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  8. 38374b0 by Steve Naroff · 17 years ago
  9. 66b5a8a Add InitListExpr class. by Anders Carlsson · 17 years ago
  10. 73d0d4f implement initial sema support for __builtin_offsetof by Chris Lattner · 17 years ago
  11. 19a6ebd Re-teach Expr::isNullPointerConstant() about ImplicitCastExpr:-) by Steve Naroff · 17 years ago
  12. 7269f2d Teach Expr::isNullPointerConstant() about ImplicitCastExpr's. by Steve Naroff · 17 years ago
  13. 42a2977 Fixed bug in child_begin/child_end for CallExpr where we incorrectly calculated a Stmt** pointer by Ted Kremenek · 17 years ago
  14. 5d66145 add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 17 years ago
  15. 8702a0f by Steve Naroff · 17 years ago
  16. ad7ef48 Change Expr::isLvalue() to properly deal with ImplicitCastExpr's. by Steve Naroff · 17 years ago
  17. eb14fe8 Split the ASTNode out for compound assignments out from binary operators. Now by Chris Lattner · 17 years ago
  18. 1f683e9 fix off-by-one error by Chris Lattner · 17 years ago
  19. 1237c67 Finished adding child_begin/child_end to all subclasses of Stmt in Expr.h. by Ted Kremenek · 17 years ago
  20. 77ed8e4 Began implementing "child iterator" interface for Stmts and Exprs. Each by Ted Kremenek · 17 years ago
  21. 602dafd sizeof(x) doesn't require x to be an i-c-e for sizeof to be an i-c-e. Thanks to Neil for pointing this out. by Chris Lattner · 17 years ago
  22. 13b7c5f Finish implementing __builtin_classify_type()... by Steve Naroff · 17 years ago
  23. 6481a57 Rename AddrLabel and OCUVectorComponent -> AddrLabelExpr and OCUVectorElementExpr respectively. This is for consistency with other expr nodes end with *Expr. by Chris Lattner · 17 years ago
  24. 4d0ac88 add OCUVectorComponent::getNumComponents() by Chris Lattner · 17 years ago
  25. b8f849d Add support for encoding a OCUVectorComponent into a single integer. by Chris Lattner · 17 years ago
  26. 88dca04 rename some helpers, have them return the idx of the field being accessed. by Chris Lattner · 17 years ago
  27. b4878f4 Use static methods, which don't require an instance of OCUVectorType by Chris Lattner · 17 years ago
  28. cb92a11 Minor comment improvements. by Chris Lattner · 17 years ago
  29. 7b658aa by Steve Naroff · 17 years ago
  30. 389cecc by Steve Naroff · 17 years ago
  31. c862963 split the rest of the type predicates into pure predicates: by Chris Lattner · 17 years ago
  32. fec0b49 Finish up semantic analysis for vector components. by Steve Naroff · 17 years ago
  33. 31a4584 by Steve Naroff · 17 years ago
  34. 731ec57 Minor simplification to Expr::isLvalue(). by Steve Naroff · 17 years ago
  35. cb4f9a6 minor simplifications by Chris Lattner · 17 years ago
  36. 76e773a implement i-c-e correct evaluation for sizeof/alignof, remove some obsolete fixme's. by Chris Lattner · 17 years ago
  37. ce0afc0 add a note Neil pointed out by Chris Lattner · 17 years ago
  38. 08ad47c Fix references: by Bill Wendling · 17 years ago
  39. f0fbcb3 avoid requiring people to update from llvm svn. by Chris Lattner · 17 years ago
  40. ca51c97 Constify the is*Lvalue() methods. by Bill Wendling · 17 years ago
  41. 26dc7b3 Remove an extraneous QualType from CastExpr, it's type is always by Chris Lattner · 17 years ago
  42. 2eadfb6 set the correct width for a character literal when evaluating it as an i-c-e. by Chris Lattner · 17 years ago
  43. 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 17 years ago
  44. fa2eaab by Steve Naroff · 17 years ago
  45. fdd7566 Properly use local variable declaration inside a switch case by Anton Korobeynikov · 17 years ago
  46. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago