]> granicus.if.org Git - clang/history - CodeGen/CodeGenModule.h
Fix PR1992 by computing the right type for string literals, which
[clang] / CodeGen / CodeGenModule.h
2008-02-11 Chris LattnerFix PR1992 by computing the right type for string liter...
2008-02-06 Chris Lattnersink more of the type related code into CodeGenTypes.
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-26 Anders CarlssonFactor out the constant generation into its own file.
2008-01-12 Chris LattnerAdd first pieces of support for parsing and representing
2008-01-03 Chris LattnerFix a crash reported by Seo Sanghyeon.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-18 Chris Lattnerlocal static vars are globals also. This fixes a testcase
2007-12-18 Chris Lattnerintroduce a new CodeGenModule::getIntrinsic method...
2007-12-02 Chris Lattnerwarn about unhandled initializers instead of crashing...
2007-12-02 Chris LattnerHandle global variable definitions which change the...
2007-12-02 Chris Lattnerimplement codegen for functions whose function body...
2007-12-02 Chris LattnerWarn about unsupported codegen with the diags machinery...
2007-12-02 Oliver HuntSupport initalisers for more than just int-typed static...
2007-11-28 Chris LattnerImplement support for -fwritable-strings and make the...
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-10-30 Devang PatelRefactor code into a separate method.
2007-09-13 Steve NaroffPhase 2 of making the Decl class more lightweight...
2007-08-31 Chris Lattneradd the ability to get the llvm function corresponding...
2007-08-21 Anders CarlssonImplement code generation for constant CFStrings.
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.