1. 2c8569d warn about unhandled initializers instead of crashing on them. by Chris Lattner · 17 years ago
  2. 9cd4fe4 Handle global variable definitions which change the type of a definition, such as: by Chris Lattner · 17 years ago
  3. fafad83 merge the llvm global variable when there are multiple C decls. by Chris Lattner · 17 years ago
  4. 58c3f9e implement codegen for functions whose function body type don't match by Chris Lattner · 17 years ago
  5. 028380e merge functions with multiple function decls if they have the same name. by Chris Lattner · 17 years ago
  6. fb97b03 Warn about unsupported codegen with the diags machinery, giving us: by Chris Lattner · 17 years ago
  7. 2824723 Support initalisers for more than just int-typed static variables. by Oliver Hunt · 17 years ago
  8. 45e8cbd Implement support for -fwritable-strings and make the code generator by Chris Lattner · 17 years ago
  9. 75cf288 improve codegen for global variable initializers, implementing by Chris Lattner · 17 years ago
  10. 0c67829 Put constant CFStrings in the __DATA,__cfstring section. by Anders Carlsson · 17 years ago
  11. 7a4718e Take 2. by Devang Patel · 17 years ago
  12. 61bb9ca Initialize MemCpyFn by Devang Patel · 17 years ago
  13. e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  14. f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
  15. 9e32d4b Refactor code into a separate method. by Devang Patel · 17 years ago
  16. e9b8c0a Fix 80 col violations. by Devang Patel · 17 years ago
  17. 8e53e72 Codegen global array initializers. by Devang Patel · 17 years ago
  18. 7b66000 Updated VC++ build system. by Hartmut Kaiser · 17 years ago
  19. 8e74c93 by Steve Naroff · 17 years ago
  20. 47f7dbf eliminate some VC++ warnings, patch contributed by Hartmut Kaiser by Chris Lattner · 17 years ago
  21. c5e940f Implement codegen support for lowering "library builtins" like __builtin_isinf by Chris Lattner · 17 years ago
  22. bef20ac add the ability to get the llvm function corresponding to a library builtin. by Chris Lattner · 17 years ago
  23. c9e2091 Implement code generation for constant CFStrings. by Anders Carlsson · 17 years ago
  24. 4e53328 Add preliminary support for converting struct types. by Anders Carlsson · 17 years ago
  25. 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 17 years ago
  26. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  27. 8f32f71 Implement trivial integer initializers, like 'int X = 4;' for global by Chris Lattner · 17 years ago
  28. 32b266c In "int X,Y;", compile both X and Y. by Chris Lattner · 17 years ago
  29. 88a69ad implement support for basic codegen of global variables with no initializers. by Chris Lattner · 17 years ago
  30. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago