1. 8137335 Implement codegen for the following static var init. by Lauro Ramos Venancio · 16 years ago
  2. 41ef30e Implement CodeGenModule::getMemSetFn method. by Lauro Ramos Venancio · 16 years ago
  3. a7ad98f Fix PR1992 by computing the right type for string literals, which by Chris Lattner · 16 years ago
  4. c5b8806 sink more of the type related code into CodeGenTypes. by Chris Lattner · 16 years ago
  5. 8ee3c03 move the codegen ASTConsumer out of the driver into libcodegen, by Chris Lattner · 16 years ago
  6. d86e6bc rewrite some of the type refinement code to eliminate dangling pointers by Chris Lattner · 16 years ago
  7. 3b1d57b Factor out the constant generation into its own file. by Anders Carlsson · 16 years ago
  8. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  9. 8f92528 Fix a crash reported by Seo Sanghyeon. by Chris Lattner · 17 years ago
  10. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  11. 2b9d2ca local static vars are globals also. This fixes a testcase reported by Seo. by Chris Lattner · 17 years ago
  12. 7acda7c introduce a new CodeGenModule::getIntrinsic method, which wraps by Chris Lattner · 17 years ago
  13. 2c8569d warn about unhandled initializers instead of crashing on them. by Chris Lattner · 17 years ago
  14. 9cd4fe4 Handle global variable definitions which change the type of a definition, such as: by Chris Lattner · 17 years ago
  15. 58c3f9e implement codegen for functions whose function body type don't match by Chris Lattner · 17 years ago
  16. fb97b03 Warn about unsupported codegen with the diags machinery, giving us: by Chris Lattner · 17 years ago
  17. 2824723 Support initalisers for more than just int-typed static variables. by Oliver Hunt · 17 years ago
  18. 45e8cbd Implement support for -fwritable-strings and make the code generator by Chris Lattner · 17 years ago
  19. 7a4718e Take 2. by Devang Patel · 17 years ago
  20. e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  21. f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
  22. 9e32d4b Refactor code into a separate method. by Devang Patel · 17 years ago
  23. 8e74c93 by Steve Naroff · 17 years ago
  24. bef20ac add the ability to get the llvm function corresponding to a library builtin. by Chris Lattner · 17 years ago
  25. c9e2091 Implement code generation for constant CFStrings. by Anders Carlsson · 17 years ago
  26. 32b266c In "int X,Y;", compile both X and Y. by Chris Lattner · 17 years ago
  27. 88a69ad implement support for basic codegen of global variables with no initializers. by Chris Lattner · 17 years ago
  28. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago