1. 4bd5596 Add initial support for objc codegen for methods, ivars, and the by Chris Lattner · 18 years ago
  2. 7a51313 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 18 years ago[Renamed from clang/CodeGen/ModuleBuilder.cpp]
  3. 5c6c059 Put back the top-level asm code; all tests pass now. by Anders Carlsson · 18 years ago
  4. 0fae4f5 Back out 46855 for now, it causes test failures on Darwin. by Anders Carlsson · 18 years ago
  5. bcc3a4b Handle top-level asm declarations. by Anders Carlsson · 18 years ago
  6. 68be606 sink more of the type related code into CodeGenTypes. by Chris Lattner · 18 years ago
  7. a5e4d30 Finish off the refactoring of type handling stuff. Now we recompile every by Chris Lattner · 18 years ago
  8. adf1f51 move the codegen ASTConsumer out of the driver into libcodegen, by Chris Lattner · 18 years ago
  9. b1537eb rewrite some of the type refinement code to eliminate dangling pointers by Chris Lattner · 18 years ago
  10. 38376f1 Add first pieces of support for parsing and representing by Chris Lattner · 18 years ago
  11. 5b12ab8 Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  12. c8dbe1e Warn about unsupported codegen with the diags machinery, giving us: by Chris Lattner · 18 years ago
  13. fb30009 Implement support for -fwritable-strings and make the code generator by Chris Lattner · 18 years ago
  14. 034b49d Clean up types, removing some casts. Patch contributed by Cedric Venet. by Chris Lattner · 18 years ago
  15. 75ef2f0 Take 2. by Devang Patel · 18 years ago
  16. 5087e26 temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 18 years ago
  17. 46c7003 Make target info available to clang code generator. by Devang Patel · 18 years ago
  18. 6ee31f5 In "int X,Y;", compile both X and Y. by Chris Lattner · 18 years ago
  19. d14bfa9 implement support for basic codegen of global variables with no initializers. by Chris Lattner · 18 years ago
  20. 23b7eb6 Finally bite the bullet and make the major change: split the clang namespace by Chris Lattner · 18 years ago
  21. bed3144 Reorganize codegen files. by Chris Lattner · 18 years ago
  22. f97fe38 Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCore by Chris Lattner · 18 years ago