1. 732b223 expand casts to handle what isIntegerConstantExpr handles. by Chris Lattner · 17 years ago
  2. 4c4867e Add support for __builtin_type_compatible_p, enums, etc. by Chris Lattner · 17 years ago
  3. 54176fd start remembering diagnostics for various cases, add some missing by Chris Lattner · 17 years ago
  4. 87eae5e Provide a structure for passing down 'is evaluated' and passing up by Chris Lattner · 17 years ago
  5. 75a4881 simplify some code a bit. by Chris Lattner · 17 years ago
  6. fcee001 share code between sizeof(expr) and sizeof(type) by Chris Lattner · 17 years ago
  7. ac7cb60 implement support for __extension__, make sure the result of a by Chris Lattner · 17 years ago
  8. 7a76778 add a new getIntTypeSizeInBits method. by Chris Lattner · 17 years ago
  9. cf0f51d rename "SInt" methods to "Int" in APValue. by Chris Lattner · 17 years ago
  10. b542afe make the new evaluator avoid conversions APValue<->APSInt in some cases. by Chris Lattner · 17 years ago
  11. f5eeb05 rearrange some code, no functionality changes. by Chris Lattner · 17 years ago
  12. 559e56b Fix small bug. The evaluator now works well enough to pass all tests by Anders Carlsson · 17 years ago
  13. 650c92f More constant expression work. by Anders Carlsson · 17 years ago
  14. a25ae3d Move out some methods. by Anders Carlsson · 17 years ago
  15. 2bad168 More work. by Anders Carlsson · 17 years ago
  16. 0fe52e1 Compilation fix by Seo Sanghyeon · 17 years ago
  17. 06a3675 Port more of Eli's evaluator over. This makes the int evaluator handle binary and unary operators. by Anders Carlsson · 17 years ago
  18. c754aa6 Commit beginnings of int evaluator. Currently not used. by Anders Carlsson · 17 years ago
  19. c44eec6 Shuffle things around in preparation for integrating Eli's constant evaluator. by Anders Carlsson · 17 years ago