1. fbb9898 remove todo by Chris Lattner · 17 years ago
  2. cd5af4b Test commit by Seo Sanghyeon · 17 years ago
  3. 39c47b5 Keep track of whether the asm is volatile or not. by Anders Carlsson · 17 years ago
  4. 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
  5. eecf847 GCC fails if there is a trailing colon but no clobbers. by Anders Carlsson · 17 years ago
  6. 6a0ef4b Store inline asm code in the AST. by Anders Carlsson · 17 years ago
  7. d6d054d by Steve Naroff · 17 years ago
  8. f9ed315 Refactored parsing of main function body for reuse by objective-c methods. by Fariborz Jahanian · 17 years ago
  9. f908a87 by Steve Naroff · 17 years ago
  10. b96728d improve error recovery handling broken 'then' or 'else' stmts in by Chris Lattner · 17 years ago
  11. 69efba7 Fix a parser bug on labeled inline asm stmts, allowing us to parse stuff like: by Chris Lattner · 17 years ago
  12. fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  13. dfbcce2 Implemented parsing of objctive-c protocol conforming type used in by Fariborz Jahanian · 17 years ago
  14. 4e1d99a switch more code to use Token::is/isNot where possible. by Chris Lattner · 17 years ago
  15. b384d32 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
  16. 397fcc1 Patch to parse objective-c's @try-statement and @throw-statement. by Fariborz Jahanian · 17 years ago
  17. 1b273c4 Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  18. f69936d Rename expression actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  19. 98414c1 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  20. c30ebfb extwarn about decls intermixed with code in c89 mode. by Chris Lattner · 17 years ago
  21. 45a566c implement a fixme: __extension__ marker on decls in compound stmts. by Chris Lattner · 17 years ago
  22. 2215325 Fix test/Parser/if-scope-*.c. Patch by Neil Booth! by Chris Lattner · 17 years ago
  23. 31e0572 Break the assumption that any sort of scope (e.g. a loop scope) can by Chris Lattner · 17 years ago
  24. 3848440 optimize scope push/pop to avoid work in the common case. by Chris Lattner · 17 years ago
  25. 0ecea03 Fix the scoping issue Neil pointed out for the rest of by Chris Lattner · 17 years ago
  26. a36ce71 Fix a nasty C99 scope issue that Neil pointed out (for ifs) by Chris Lattner · 17 years ago
  27. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  28. 95cfb85 Catch goto's with a missing identifier, patch by Neil Booth. by Chris Lattner · 17 years ago
  29. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  30. 6c36be5 Add initial switch stmt support, patch by Anders Carlsson! by Chris Lattner · 17 years ago
  31. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago