]> granicus.if.org Git - clang/shortlog
clang
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
2007-08-24 Ted KremenekImplementation of child_begin/child_end for C++ express...
2007-08-24 Ted KremenekImplemented child_begin/child_end for our current set...
2007-08-24 Ted KremenekFinished adding child_begin/child_end to all subclasses...
2007-08-24 Steve NaroffSurpress ImplicitCastExprs for compound assignment...
2007-08-24 Ted KremenekBegan implementing "child iterator" interface for Stmts...
2007-08-24 Steve NaroffMake sure we get extension diagnostics for GCC's comple...
2007-08-24 Chris Lattnerprint the computation type for compound assignment...
2007-08-24 Chris Lattnercompletely refactor codegen of scalar expressions out...
2007-08-24 Chris Lattnerrename two files.
2007-08-24 Chris Lattnerimplement codegen of builtin_choose_expr for complex.
2007-08-24 Chris Lattnerstub out complex -> bool conversion.
2007-08-23 Chris Lattnermake this harder
2007-08-23 Chris Lattnerimplement complex subtraction
2007-08-23 Chris Lattnerimplement passing of complex and aggregates through...
2007-08-23 Chris Lattnerin the truncation case, make sure to propagate the...
2007-08-23 Steve NaroffSupport '~' for complex conjugation. This is a GCC...
2007-08-23 Chris Lattnerfix a bug where we would type 0ULL as unsigned instead...
2007-08-23 Chris LattnerPretty print as:
2007-08-23 Chris Lattnersizeof(x) doesn't require x to be an i-c-e for sizeof...
2007-08-23 Ted KremenekNo functionality change. Moved visitor methods for...
2007-08-23 Chris Lattneradd support for codegen of calls returning complex.
2007-08-23 Steve NaroffRemove a FIXME, allowing ++/-- on Complex types (a...
2007-08-23 Ted Kremenekmoved CFGBuilder into an anonymous namespace
2007-08-23 Steve Naroff- Cleanup "hack" comment and fix typos.
2007-08-23 Ted KremenekAdded support for switch, default, and case statements...
2007-08-23 Chris Lattnerfinish off switch case overlap checking, adding support for
2007-08-23 Steve NaroffAdd helper functions Token::isObjCAtKeyword() and Token...
2007-08-23 Ted KremenekRefactored "getSubStmt" and "SubStmt" from the CaseStmt...
2007-08-23 Chris Lattnerdetect and diagnose empty case ranges:
2007-08-23 Ted KremenekFor gotos, breaks, and continues where we cannot find...
2007-08-23 Ted KremenekAdded support for do..while loops in CFG construction.
next