1. 39c47b5 Keep track of whether the asm is volatile or not. by Anders Carlsson · 17 years ago
  2. b235fc2 Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code? by Anders Carlsson · 17 years ago
  3. 89079ea Fixed an array overflow bug. by Fariborz Jahanian · 17 years ago
  4. 39f8f15 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
  5. 3b1191d AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 17 years ago
  6. b210bd0 Bunch of class declarations for objective-c's @try-catch statement. by Fariborz Jahanian · 17 years ago
  7. fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  8. 9ac5928 Fixed DeclStmt::child_begin() to actually create an iterator that by Ted Kremenek · 17 years ago
  9. 9caf8b1 Implemented 90% functionality of new child_iterator for Stmt objects by Ted Kremenek · 17 years ago
  10. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  11. d48ade6 Removed "hasImplicitControlFlow" from class CFG, and moved it to class Stmt by Ted Kremenek · 17 years ago
  12. 507f2d5 by Steve Naroff · 17 years ago
  13. d97bb6c Fixed bug for CaseStmt where the child_begin/child_end methods were not by Ted Kremenek · 17 years ago
  14. b393879 elimiante some virtual calls. by Chris Lattner · 17 years ago
  15. 2298f91 Fixed bug in child_begin/child_end for ReturnStmt where the iterator by Ted Kremenek · 17 years ago
  16. 1f683e9 fix off-by-one error by Chris Lattner · 17 years ago
  17. 6338135 rename sNames -> StmtClassInfo. Make lookups constant time. by Chris Lattner · 17 years ago
  18. 8297777 Added child_begin/child_end to all subclasses of Stmt in Stmt.h. All by Ted Kremenek · 17 years ago
  19. c5598cb Switch StmtVisitor from using dynamic to static dispatch. This makes it by Chris Lattner · 17 years ago
  20. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago