1. bd012ff Rework codegen emission of globals - No (intended) functionality change. by Daniel Dunbar · 16 years ago
  2. 58a7a26 Fix codegen of chained declarations by Daniel Dunbar · 16 years ago
  3. 20ff310 Support for code generation of Objective-C top-level language constructs. by Anton Korobeynikov · 16 years ago
  4. 3b6c493 Stop leaking the target data. (Leak found with valgrind.) by Eli Friedman · 16 years ago
  5. e8b9f5b Added -g command line options to clang for generating source level debug information. This patch currently enables generation of line number debug information (stoppoints) and region begin/end debug information. The new files CGDebugInfo.h and CGDebugInfo.cpp implements the debug info manager class CGDebugInfo. by Sanjiv Gupta · 16 years ago
  6. 248a753 Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). by Steve Naroff · 16 years ago
  7. 391d77a Add initial support for objc codegen for methods, ivars, and the by Chris Lattner · 16 years ago
  8. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from CodeGen/ModuleBuilder.cpp]
  9. dfab6cb Put back the top-level asm code; all tests pass now. by Anders Carlsson · 17 years ago
  10. 3f9424f Back out 46855 for now, it causes test failures on Darwin. by Anders Carlsson · 17 years ago
  11. 61900f0 Handle top-level asm declarations. by Anders Carlsson · 17 years ago
  12. c5b8806 sink more of the type related code into CodeGenTypes. by Chris Lattner · 17 years ago
  13. 9eee0f8 Finish off the refactoring of type handling stuff. Now we recompile every by Chris Lattner · 17 years ago
  14. 8ee3c03 move the codegen ASTConsumer out of the driver into libcodegen, by Chris Lattner · 17 years ago
  15. d86e6bc rewrite some of the type refinement code to eliminate dangling pointers by Chris Lattner · 17 years ago
  16. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  17. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  18. fb97b03 Warn about unsupported codegen with the diags machinery, giving us: by Chris Lattner · 17 years ago
  19. 45e8cbd Implement support for -fwritable-strings and make the code generator by Chris Lattner · 17 years ago
  20. a36c486 Clean up types, removing some casts. Patch contributed by Cedric Venet. by Chris Lattner · 17 years ago
  21. 7a4718e Take 2. by Devang Patel · 17 years ago
  22. e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  23. f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
  24. 32b266c In "int X,Y;", compile both X and Y. by Chris Lattner · 17 years ago
  25. 88a69ad implement support for basic codegen of global variables with no initializers. by Chris Lattner · 17 years ago
  26. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago