]> granicus.if.org Git - clang/history - CodeGen/ModuleBuilder.cpp
Finish off the refactoring of type handling stuff. Now we recompile every
[clang] / CodeGen / ModuleBuilder.cpp
2008-02-06 Chris LattnerFinish off the refactoring of type handling stuff....
2008-02-06 Chris Lattnermove the codegen ASTConsumer out of the driver into...
2008-02-05 Chris Lattnerrewrite some of the type refinement code to eliminate...
2008-01-12 Chris LattnerAdd first pieces of support for parsing and representing
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-02 Chris LattnerWarn about unsupported codegen with the diags machinery...
2007-11-28 Chris LattnerImplement support for -fwritable-strings and make the...
2007-11-13 Chris LattnerClean up types, removing some casts. Patch contributed by
2007-10-31 Devang PatelTake 2.
2007-10-31 Chris Lattnertemporarily revert devang's patch to link in the llvm...
2007-10-31 Devang PatelMake target info available to clang code generator.
2007-07-14 Chris LattnerIn "int X,Y;", compile both X and Y.
2007-07-13 Chris Lattnerimplement support for basic codegen of global variables...
2007-07-11 Reid SpencerStage two of getting CFE top correct.