1. ebb97e9 Add experimental support for address space qualified types. Address space by Christopher Lamb · 17 years ago
  2. 19009e6 implement proper support for _Bool in memory, which is usually i8, not i1. by Chris Lattner · 17 years ago
  3. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  4. 2824723 Support initalisers for more than just int-typed static variables. by Oliver Hunt · 17 years ago
  5. e40daa4 by Devang Patel · 17 years ago
  6. 1a86b33 Generate code for static variables that don't have initializers. Also, report an error if a static initializer is not constant. by Anders Carlsson · 17 years ago
  7. aa9fc46 Rename FileVariable -> FileVar for consistency with its class name, by Chris Lattner · 17 years ago
  8. 190dbe2 be slightly more volatile correct by Chris Lattner · 17 years ago
  9. 8b2f3b7 these fixme's are easy :) by Chris Lattner · 17 years ago
  10. d31beb1 implement a fixme, add a couple more :) by Chris Lattner · 17 years ago
  11. 9a19edf Make initialization of complex vars work. by Chris Lattner · 17 years ago
  12. 7f02f72 completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file. by Chris Lattner · 17 years ago
  13. 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 17 years ago
  14. 88a69ad implement support for basic codegen of global variables with no initializers. by Chris Lattner · 17 years ago
  15. 1978596 Evaluate the initializer for automatic variables. by Chris Lattner · 17 years ago
  16. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago