1. 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 18 years ago
  2. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 18 years ago
  3. 8f32f71 Implement trivial integer initializers, like 'int X = 4;' for global by Chris Lattner · 18 years ago
  4. 32b266c In "int X,Y;", compile both X and Y. by Chris Lattner · 18 years ago
  5. 88a69ad implement support for basic codegen of global variables with no initializers. by Chris Lattner · 18 years ago
  6. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 18 years ago