]> granicus.if.org Git - clang/shortlog
clang
2007-08-27 Chris Lattnerteach codegen to lay out enum types.
2007-08-27 Chris Lattnerimplement sizeof(enum x), patch inspired by Keith Bauer.
2007-08-27 Chris Lattnerbetter error recovery for non-i-c-e enum constants.
2007-08-27 Chris LattnerC++ allows empty enum list.
2007-08-27 Chris Lattneradd some accessors.
2007-08-27 Chris LattnerAdd enum type conversion policies, patch by Keith Bauer
2007-08-27 Ted KremenekUpdated checker for "return of address of stack variabl...
2007-08-27 Chris Lattneradd some more testcases now that sema is happier :)
2007-08-27 Steve NaroffReplaced ASTContext::maxFloatingType() with ASTContext...
2007-08-27 Chris Lattnertestcase that doesn't work quite yet
2007-08-27 Chris Lattnerextwarn about decls intermixed with code in c89 mode.
2007-08-27 Steve NaroffAdd Type::getAsBuiltinType() and Type::builtinTypesAreC...
2007-08-27 Steve NaroffTweak a comment and assert.
2007-08-27 Steve NaroffReplaced ASTContext::maxComplexType() with ASTContext...
2007-08-27 Chris Lattnerimplement a fixme: __extension__ marker on decls in...
2007-08-26 Chris Lattnermove EmitAggregateCopy into AggExprEmitter
2007-08-26 Chris LattnerFix test/Parser/if-scope-*.c. Patch by Neil Booth!
2007-08-26 Chris Lattnerremove dead code
2007-08-26 Chris Lattnerremove dead protos
2007-08-26 Chris Lattnereliminate EmitAnyExpr, inlining it and simplifying...
2007-08-26 Chris Lattnereliminate use of EmitAnyExpr.
2007-08-26 Chris Lattnerimplement a fixme
2007-08-26 Chris Lattnernew testcases
2007-08-26 Chris LattnerImplement compound assignment operators whose LHS is...
2007-08-26 Chris Lattnerimplement codegen of compound assignment operators...
2007-08-26 Chris LattnerIf a visitor doesn't define VisitBinMulAssign, fallback...
2007-08-26 Chris Lattnercompound assignment operators are of type CompoundAssig...
2007-08-26 Chris Lattnerdispatch to functions like VisitBinRemAssign with...
2007-08-26 Chris Lattnerupdate fixme's
2007-08-26 Chris Lattnerimplement complex division
2007-08-26 Chris LattnerAdd isysroot support, patch by Keith Bauer
2007-08-26 Chris LattnerFix %p format checking, patch by Keith Bauer.
2007-08-26 Chris LattnerFor warnings like this:
2007-08-26 Chris LattnerFix a bug reported by Keith Bauer
2007-08-26 Chris Lattnerfix a typo noticed by Gordon Henriksen
2007-08-26 Chris Lattnerllvmgcc is right :)
2007-08-26 Chris Lattnercompound assignmetns work for scalars.
2007-08-26 Chris Lattnerimplement conversions of complex to bool.
2007-08-26 Chris Lattnerremove ConvertScalarValueToBool.
2007-08-26 Chris Lattnerreimplement ConvertScalarValueToBool in CGExprScalar.cpp
2007-08-26 Chris Lattnerrefactor some code to expose compex->scalar conversion...
2007-08-26 Chris Lattnerbe slightly more volatile correct
2007-08-26 Steve NaroffFix bogus warnings (noticed by Chris) with array-constr...
2007-08-26 Chris Lattnerthese fixme's are easy :)
2007-08-26 Chris Lattnerimplement a fixme, add a couple more :)
2007-08-26 Chris Lattnerthere are no conversions from aggregates to scalars.
2007-08-26 Chris Lattnerimplement conversions from complex to scalar types.
2007-08-26 Chris LattnerOmit EmitConversion
2007-08-26 Chris LattnerFix return of aggregate and return of complex.
2007-08-26 Chris Lattnerthese implicit conversions are now explicit :)
2007-08-26 Chris Lattnerremove uses of EmitConversion
2007-08-26 Chris Lattnerimplicit casts take care of this code, remove it now.
2007-08-26 Chris Lattnerrefactor scalar conversions out into CGExprScalar.cpp
2007-08-26 Chris Lattnersteve's recent changes fixed this bogus warning.
2007-08-26 Chris LattnerBreak the assumption that any sort of scope (e.g. a...
2007-08-26 Chris Lattnerremove some dead enum values.
2007-08-26 Chris LattnerImplement casts from scalar -> complex and complex...
2007-08-26 Chris Lattnerrequire that operands to __real/__imag are complex...
2007-08-26 Chris Lattnerimplement codegen of __imag of a scalar. Our impl...
2007-08-26 Chris LattnerMake initialization of complex vars work.
2007-08-26 Chris Lattnerfix codegen of pre/post inc/dec of a pointer.
2007-08-26 Chris Lattnertolerate unimplemented codegen better
2007-08-26 Chris Lattnerint X[] isn't a VLA. This improves support for stdio...
2007-08-26 Neil BoothMake some diags EXTENSION so they are errors with pedan...
2007-08-26 Chris Lattnerimplement rudimentary union layout support.
2007-08-26 Chris LattnerWhy didn't gcc catch this? :(
2007-08-26 Chris LattnerDon't make unknown builtins fatal errors yet.
2007-08-26 Chris Lattnerremove a bunch of dead code
2007-08-26 Chris Lattnerfix a bug introduced by the recent childification of...
2007-08-26 Chris LattnerMake parse-ast-print print the storage class and inline
2007-08-26 Chris Lattnernull pointers don't get an extra newline.
2007-08-26 Chris Lattnerimplement codegen for complex literals.
2007-08-26 Chris Lattneradd a new ImaginaryLiteral AST node that is used to
2007-08-26 Chris Lattner1.0 is double, 1.0F is a float.
2007-08-26 Chris Lattner1) refactor some code.
2007-08-26 Chris Lattnermerge checkrelational and checkequality into CheckCompa...
2007-08-26 Chris LattnerCases like this:
2007-08-25 Chris Lattnernew testcase
2007-08-25 Chris LattnerThe new correct compound assignment operators exposed...
2007-08-25 Steve NaroffSurpress the UsualUnaryConversions for compound assignm...
2007-08-25 Chris Lattnerread and ignore the body of a namespace.
2007-08-25 Steve NaroffChange Expr::isLvalue() to properly deal with ImplicitC...
2007-08-25 Steve NaroffGive CXXBoolLiteralExpr a type (all expressions need...
2007-08-25 Chris Lattnerrefactor enough of the top-level parsing logic to parse and
2007-08-25 Chris LattnerC++ explicitly allows an empty source file.
2007-08-25 Chris LattnerFix the test/Sema/format-strings.c regression. This...
2007-08-25 Chris Lattnerreenable this.
2007-08-25 Chris LattnerFix the regression on test/Sema/cfstring.c
2007-08-25 Chris Lattnertest the parser only, not sema.
2007-08-25 Chris LattnerSplit the ASTNode out for compound assignments out...
2007-08-25 Chris Lattnerfix off-by-one error
2007-08-25 Chris LattnerFix clang -parse-ast-dump carbon.c
2007-08-25 Chris Lattnerrename sNames -> StmtClassInfo. Make lookups constant...
2007-08-24 Steve NaroffThis modest change insures ImplicitCastExpr's get gener...
2007-08-24 Chris Lattnerremove a dead argument
2007-08-24 Chris Lattnerimplement codegen for real/imag. TODO: imag of non...
2007-08-24 Chris LattnerImplement sema support for __real/__imag nodes.
2007-08-24 Ted KremenekAdded child_begin/child_end to all subclasses of Stmt...
2007-08-24 Chris LattnerTeach emit-llvm for scalars to properly handle compound...
2007-08-24 Ted KremenekAdded ExprCXX.cpp
next