1. 5762937 Initial checkin of rewriter interface. It is just stubbed out for now. by Chris Lattner · 17 years ago
  2. 0acc9c9 by Steve Naroff · 17 years ago
  3. e79832f Added several files to XCode project file... by Ted Kremenek · 17 years ago
  4. 9bb759f by Steve Naroff · 17 years ago
  5. ebcc9b6 Patch to store ivars into interface class object. by Fariborz Jahanian · 17 years ago
  6. 2591e1b by Steve Naroff · 17 years ago
  7. 3957dae Patch for collecting ivars before running action on them. by Fariborz Jahanian · 17 years ago
  8. f7f1a1f by Steve Naroff · 17 years ago
  9. 95af50a Added files CFGStmtVisitor and DataflowStmtVisitor to XCode project. by Ted Kremenek · 17 years ago
  10. 7549489 by Steve Naroff · 17 years ago
  11. 4d627f5 Change ObjcMethodDecl class derivation. by Fariborz Jahanian · 17 years ago
  12. faed3bf Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
  13. e805c4a Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
  14. aa04c51 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
  15. 304ed39 by Steve Naroff · 17 years ago
  16. 4f91099 by Steve Naroff · 17 years ago
  17. f2b0757 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  18. 08176a5 Added "PrinterHelper" interface (include/AST/PrinterHelper) that can by Ted Kremenek · 17 years ago
  19. 99b994b Teach the stmtdumper to dump location/range info when a SourceMgr is available. by Chris Lattner · 17 years ago
  20. ca01d0a Implement GCC-compatible layout and typing of enum constants and enum decl. by Chris Lattner · 17 years ago
  21. 209689a by Steve Naroff · 17 years ago
  22. 1de66eb add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 17 years ago
  23. f7b2e55 refactor enough of the top-level parsing logic to parse and by Chris Lattner · 17 years ago
  24. 660e31d Teach emit-llvm for scalars to properly handle compound assignment by Chris Lattner · 17 years ago
  25. 744ebfe Added ExprCXX.cpp by Ted Kremenek · 17 years ago
  26. 9fba49a completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file. by Chris Lattner · 17 years ago
  27. 820dce8 rename two files. by Chris Lattner · 17 years ago
  28. 7443e0f detect and diagnose empty case ranges: by Chris Lattner · 17 years ago
  29. 2996b4e Parse ObjC @protocol expressions. by Anders Carlsson · 17 years ago
  30. 2bc45a6 add cfg.h/cfg.cpp to the xcode project at Ted's request. by Chris Lattner · 17 years ago
  31. 7cff530 minor nicities. by Chris Lattner · 17 years ago
  32. a66cad4 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
  33. 8d0cc2f Split complex arithmetic codegen out from aggregate codegen. by Chris Lattner · 17 years ago
  34. 7ba21fa Switch StmtVisitor from using dynamic to static dispatch. This makes it by Chris Lattner · 17 years ago
  35. 36a0487 Implement code generation for constant CFStrings. by Anders Carlsson · 17 years ago
  36. 2e64c07 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
  37. 78ed840 New file, just a placeholder for now. by Chris Lattner · 17 years ago
  38. 9557878 add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
  39. 44fcf4f Implement codegen for __builtin_choose_expr. For example: by Chris Lattner · 17 years ago
  40. af8cd2d by Steve Naroff · 17 years ago
  41. ee063d0 add internals manual to project by Chris Lattner · 17 years ago
  42. 428b704 add two missing files to the xcode project. by Chris Lattner · 17 years ago
  43. 7931f4a make isPointerType() a pure predicate, rename the by Chris Lattner · 17 years ago
  44. 7cbb146 by Steve Naroff · 17 years ago
  45. 4b00965 Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago