1. 58c3f9e implement codegen for functions whose function body type don't match by Chris Lattner · 17 years ago
  2. fb97b03 Warn about unsupported codegen with the diags machinery, giving us: by Chris Lattner · 17 years ago
  3. 2824723 Support initalisers for more than just int-typed static variables. by Oliver Hunt · 17 years ago
  4. 45e8cbd Implement support for -fwritable-strings and make the code generator by Chris Lattner · 17 years ago
  5. 7a4718e Take 2. by Devang Patel · 17 years ago
  6. e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  7. f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
  8. 9e32d4b Refactor code into a separate method. by Devang Patel · 17 years ago
  9. 8e74c93 by Steve Naroff · 17 years ago
  10. bef20ac add the ability to get the llvm function corresponding to a library builtin. by Chris Lattner · 17 years ago
  11. c9e2091 Implement code generation for constant CFStrings. by Anders Carlsson · 17 years ago
  12. 32b266c In "int X,Y;", compile both X and Y. by Chris Lattner · 17 years ago
  13. 88a69ad implement support for basic codegen of global variables with no initializers. by Chris Lattner · 17 years ago
  14. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago