]> granicus.if.org Git - clang/shortlog
clang
2008-02-13 Chris Lattneravoid making implicit casts that just remove typedefs.
2008-02-13 Ted KremenekUnbreak the build.
2008-02-13 Ted KremenekRenamed files to match class renaming in r47070:
2008-02-13 Ted KremenekRenamed class GREngine => GRCoreEngine.
2008-02-13 Eli FriedmanFix a minor bug in isNullPointerConstant triggered...
2008-02-13 Ted KremenekSimplify GRIndirectGotoNodeBuilder.
2008-02-13 Ted KremenekAdded GREngine support for "break" and "continue".
2008-02-13 Anders CarlssonUse IgnoreParenCasts.
2008-02-13 Chris LattnerMove IgnoreParenCasts to be a method on Expr.
2008-02-13 Ted KremenekAdded support to GREngine/GRConstants for handling...
2008-02-12 Ted KremenekAdded GREngine support for GotoStmt.
2008-02-12 Dan GohmanAdjust for the API change to APInt::getBitsSet.
2008-02-12 Ted KremenekAdded transfer function/value track logic for taking...
2008-02-12 Ted KremenekMinor (cosmetic) reshuffling of code. Fixed a bug in...
2008-02-12 Ted KremenekAdded transfer function logic for sizeof(expr)/sizeof...
2008-02-12 Ted KremenekFixed misspelling in comment.
2008-02-12 Ted KremenekRenamed local variable.
2008-02-12 Ted KremenekMoved class declaration for ObjCForCollectionStmt to...
2008-02-12 Ted KremenekAdded GRBlockCounter class, which tracks the number...
2008-02-12 Eli FriedmanMake typechecking for enum+int compatibility stricter.
2008-02-12 Eli FriedmanAdd wchar_t type to ASTContext. Will be needed for...
2008-02-12 Eli FriedmanFix type compatibility between constant and variable...
2008-02-12 Steve NaroffAllow the parser to detect invalid DeclSpec's. This...
2008-02-12 Steve NaroffFix unsafe static cast...
2008-02-11 Steve NaroffSeveral cleanups surrounding Parser::ParseAsmStatement...
2008-02-11 Ted KremenekConsolidated use of BumpPtrAllocator shared by various...
2008-02-11 Steve NaroffMove policy on unnamed fields (a Microsoft extension...
2008-02-11 Steve NaroffMove Microsoft __declspec hack from the parser to the...
2008-02-11 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2013.
2008-02-11 Steve NaroffAfter yesterday's discussion (http://lists.cs.uiuc...
2008-02-11 Ted KremenekSeparate bindings for subexpressions to be in a separat...
2008-02-11 Anders CarlssonGet rid of bogus warnings when the second argument...
2008-02-11 Steve NaroffAdd a comment/FIXME to an earlier change.
2008-02-11 Steve NaroffTweak test...
2008-02-11 Chris Lattnerstrings are arrays too
2008-02-11 Eli FriedmanA couple of minor fixes to aggregate codegen, to stop...
2008-02-11 Eli FriedmanMake unsupported constant exprs fail with a warning...
2008-02-11 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=1988.
2008-02-11 Chris LattnerFix PR1992 by computing the right type for string liter...
2008-02-10 Eli FriedmanBasic codegen test for conditional with void*.
2008-02-10 Eli FriedmanAdd a couple of sema tests for qualifiers with conditio...
2008-02-10 Chris LattnerFix PR1999, by emitting a hard error only if an argumen...
2008-02-10 Eli FriedmanFix the type of conditionals involving void* to be...
2008-02-10 Steve NaroffAdd a diagnostics helper to remove some redundant code.
2008-02-10 Chris Lattnerlong is 32-bit is on win32.
2008-02-10 Steve NaroffRefine bug fix to Expr::isLvalue (commit r46917).
2008-02-10 Steve NaroffChange Expr::isLvalue() to allow the "void" type. This...
2008-02-09 Anders CarlssonImplement __builtin_va_copy
2008-02-09 Anders CarlssonBehave correctly if a constraint expression is invalid.
2008-02-09 Steve NaroffFix spelling in comment.
2008-02-09 Steve NaroffFix <rdar://problem/5733511> clang doesn't emit error...
2008-02-09 Eli FriedmanExpose the logic for field address codegen; it is neede...
2008-02-08 Steve NaroffA bunch-o changes to fix <rdar://problem/5716046> incom...
2008-02-08 Ted KremenekSplit off expression-bindings in ValueState from variab...
2008-02-08 Ted KremenekChanged "GetValue" methods to take an
2008-02-08 Lauro Ramos... Fix a bitfield regression. Reported by Anders Carlsson.
2008-02-08 Ted KremenekMoved implementation of "RemoveDeadBindings" from the...
2008-02-08 Ted KremenekRemoved ability to create symbol bindings
2008-02-08 Steve NaroffUse getLogicalLineNumber() in FuzzyParseMicrosoftAsmSta...
2008-02-08 Ted KremenekMoved that clang doesn't depend on llvm-gcc above
2008-02-08 Ted KremenekImplemented transfer functions for "<<" and ">>" when...
2008-02-08 Eric ChristopherAdd instructions for building clang while building...
2008-02-08 Ted KremenekImplemented transfer functions for Statement-Expression...
2008-02-08 Eric ChristopherDe-^Mify file.
2008-02-08 Steve NaroffSupport fuzzy parsing MS line-oriented __asm's that...
2008-02-08 Ted KremenekMore variable renamings.
2008-02-08 Ted KremenekRenamed InvalidValue to UnknownVal.
2008-02-08 Eli FriedmanFix indentation.
2008-02-08 Eli FriedmanDetabify SemaExpr. My text editor defaults to 8 spaces...
2008-02-08 Eli FriedmanImprove diagnostic for illegal array initialization.
2008-02-08 Anders CarlssonPut back the top-level asm code; all tests pass now.
2008-02-08 Anders CarlssonBack out 46855 for now, it causes test failures on...
2008-02-07 Steve Naroff- Add support for fuzzy parsing line-oriented __asm...
2008-02-07 Lauro Ramos... Simplify bitfield codegen.
2008-02-07 Lauro Ramos... Fix codegen of
2008-02-07 Anders CarlssonHandle top-level asm declarations.
2008-02-07 Steve NaroffMinor cleanup from yesterday's -fms-extension commit...
2008-02-07 Ted KremenekAdded some more opcode pretty-printing.
2008-02-07 Ted KremenekAdded proof-of-concept NULL pointer diagnostics to...
2008-02-07 Ted KremenekAdded support to distinguish between both implicit...
2008-02-07 Chris LattnerImplement support for the extremely atrocious MS /...
2008-02-07 Chris Lattnerthese aren't tokens.
2008-02-07 Ted KremenekAdded recording of "implicit" NULL dereferences of...
2008-02-07 Eli FriedmanAdd a FIXME for alternate address spaces.
2008-02-07 Chris Lattnerget the tree building again
2008-02-07 Ted KremenekAdded several guards in transfer functions for "Invalid...
2008-02-07 Steve NaroffImplement -fms-extensions. This allows us to fuzzy...
2008-02-07 Ted KremenekFixed bug in LiveVariables analysis where Block-level...
2008-02-07 Ted KremenekAdded transfer function logic for ReturnStmts.
2008-02-06 Ted KremenekMinor reordering of the serialization of the fields...
2008-02-06 Ted KremenekMajor code refactoring/cleanup with transfer function...
2008-02-06 Eli FriedmanMake sure to propagate qualifiers through the member...
2008-02-06 Chris Lattnerexplicitly document that return statement argument...
2008-02-06 Anders CarlssonUse the subprocess module instead of os.system. Patch...
2008-02-06 Ted KremenekAdded main transfer function support for unary operator...
2008-02-06 Ted KremenekAdded assumption logic for symbolic non-lvalues when...
2008-02-06 Anders CarlssonAdd pointer + int (and vice versa) to the constant...
2008-02-06 Anders CarlssonGenerate code for the various __builtin_ctz functions.
2008-02-06 Chris Lattnernow that ConvertTagDeclType is nice and simple, use...
2008-02-06 Chris Lattnersimplify and speed up type refinement logic. No functi...
next