]> granicus.if.org Git - clang/shortlog
clang
2008-02-17 Nate BegemanRevert this temporarily, it's breaking objc :/
2008-02-17 Nate BegemanHandle parameter attributes
2008-02-17 Chris LattnerFix PR2042. One remaining issue: we don't currently...
2008-02-17 Anders CarlssonChange alignment for doubles to 32 bits which is what...
2008-02-17 Eli FriedmanImplemnt isVariablyModifiedType correctly.
2008-02-16 Chris Lattnerimplement codegen support for aggregates casted to...
2008-02-16 Eli FriedmanA couple of msvc compile fixes from the ml; I haven...
2008-02-16 Lauro Ramos... Implement extern block var.
2008-02-16 Anders CarlssonAdd more tests
2008-02-16 Anders CarlssonBetter handling of the aligned attribute.
2008-02-16 Anders CarlssonMore comments from Chris.
2008-02-16 Chris LattnerFix CheckEndOfDirective to diagnose lines that contain...
2008-02-16 Anders CarlssonMake sizeof and __alignof work correctly with packed...
2008-02-16 Ted KremenekFurther cleanup. Moved definitions for SymbolManager...
2008-02-16 Anders CarlssonFix typo
2008-02-16 Anders CarlssonHandle packed attribute correctly
2008-02-16 Anders CarlssonAddress comments from Chris.
2008-02-15 Anders CarlssonStore attributes in a global hash map instead.
2008-02-15 Anders CarlssonStore attributes in a global hash map instead.
2008-02-15 Ted KremenekRefactored code for transfer functions for binary opera...
2008-02-15 Lauro Ramos... Set Ubuntu 7.10 c++ include path.
2008-02-15 Lauro Ramos... Add c++ to "inferlanguage"
2008-02-15 Ted KremenekAdded transfer function support for conditional branche...
2008-02-15 Ted KremenekSimplified transfer function logic for ++/-- operators.
2008-02-15 Ted KremenekAdded predicate function "UnaryOperator::isIncrementOp()".
2008-02-15 Eli FriedmanDon't call non-existent method... sorry about the spam...
2008-02-15 Eli FriedmanGet rid of unused variable warning.
2008-02-15 Eli FriedmanSplit out incomplete arrays from VariableArrayType...
2008-02-15 Chris LattnerFix PR2041: restrict is not a keyword in c90.
2008-02-15 Eli FriedmanPart of clearing up the whole VariableArrayType + incom...
2008-02-15 Eli FriedmanRemove unnecessary references to VariableArrayType...
2008-02-15 Eli FriedmanRemove useless parameter from isConstantSizeType.
2008-02-15 Anders CarlssonGet rid of AttributeList in the AST and use the new...
2008-02-15 Eli FriedmanGet rid of outdated code that masks type errors. Fixes...
2008-02-15 Eli FriedmanNevermind, these tests work... I messed up my testing.
2008-02-15 Eli FriedmanPartial fix for struct compatibility; there's still...
2008-02-15 Ted KremenekAdded boilerplate transfer function support for pointer...
2008-02-15 Ted KremenekAdded --grsimple-view option to clang driver; this...
2008-02-14 Ted KremenekAdded "symbol iterators" for RValues, allowing easy...
2008-02-14 Ted KremenekWhen visualizing ExplodedNodes created by GRExprEngine...
2008-02-14 Ted KremenekDon't analyze functions when we have parse errors.
2008-02-14 Ted KremenekRenamed GRConstants => GRSimpleVals.
2008-02-14 Ted Kremenek#include cleanups in GRExprEngine.cpp/GRExprEngine...
2008-02-14 Ted KremenekPartitioned definition/implementation of GRExperEngine...
2008-02-14 Ted KremenekMigrated transfer functions for binary operators for...
2008-02-14 Chris LattnerParseCompoundStatementBody expects to only be called...
2008-02-14 Ted KremenekMigrated transfer functions for unary "~" and "-" to...
2008-02-14 Ted KremenekStarted partitioning of transfer function logic (and...
2008-02-14 Ted KremenekMoved Rvalues.h from "Analysis/" to "include/clang...
2008-02-14 Nate BegemanCompleted note
2008-02-14 Anders CarlssonAddress comments from Chris.
2008-02-14 Anders CarlssonAdd Attr.h which is an AST-level class for GCC attributes.
2008-02-14 Steve NaroffRemove DeclSpec::Invalid, a recently added bool that...
2008-02-14 Steve NaroffA much better fix for http://llvm.org/bugs/show_bug...
2008-02-13 Ted KremenekAdded support to GRCoreEngine/GRExprEngine for processi...
2008-02-13 Dan GohmanAdjust for APInt's isPositive being renamed to isNonNeg...
2008-02-13 Ted KremenekWhen creating the CFGBlocks for a switch statement...
2008-02-13 Ted KremenekFixed bug in CFG construction when processing switch...
2008-02-13 Ted KremenekFixed 80 col violations.
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...
next