1. 31e0572 Break the assumption that any sort of scope (e.g. a loop scope) can by Chris Lattner · 17 years ago
  2. 3848440 optimize scope push/pop to avoid work in the common case. by Chris Lattner · 17 years ago
  3. 0ecea03 Fix the scoping issue Neil pointed out for the rest of by Chris Lattner · 17 years ago
  4. a36ce71 Fix a nasty C99 scope issue that Neil pointed out (for ifs) by Chris Lattner · 17 years ago
  5. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  6. 95cfb85 Catch goto's with a missing identifier, patch by Neil Booth. by Chris Lattner · 17 years ago
  7. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  8. 6c36be5 Add initial switch stmt support, patch by Anders Carlsson! by Chris Lattner · 17 years ago
  9. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago