]> granicus.if.org Git - clang/history - Analysis
convert tabs to spaces, patch by Mike Stump!
[clang] / Analysis /
2008-02-25 Ted KremenekFixed bug in RemoveDeadBindings when performing the...
2008-02-25 Ted KremenekExpanded transfer function support for divide-by-zero...
2008-02-25 Ted KremenekAdded hack to transfer function logic to handle the...
2008-02-25 Ted KremenekAdded transfer function support for checking for divide...
2008-02-22 Ted KremenekFixed horrid bug in LiveVariables analysis where we...
2008-02-22 Ted KremenekPunt on unifying symbolic lvalues. This won't be neede...
2008-02-22 Ted KremenekAdded "assumption" logic for lval::FuncVal and lval...
2008-02-22 Ted KremenekBug fix: For transfer function for unary "!", compare...
2008-02-22 Ted KremenekBug fix in liveness: Only compute liveness information...
2008-02-21 Ted KremenekReturn "Unknown" when using the value of a function...
2008-02-21 Ted KremenekAdded transfer function support for dispatching to...
2008-02-21 Ted KremenekRemoveDeadBindings should now check for UninitalizedVal...
2008-02-21 Ted KremenekRegression fix: Handle pointer arithmetic in unary...
2008-02-21 Ted KremenekRemoved bogus assertions regard LValues binding to...
2008-02-21 Ted KremenekRemove incorrect casts from UnknownVal to NonLVal.
2008-02-21 Ted KremenekFIX: Promote the correct operand.
2008-02-21 Ted KremenekSimplified and generalized transfer function logic...
2008-02-21 Ted KremenekAdded transfer function support for sizeof(void)
2008-02-21 Ted KremenekMajor cleanup of path-sensitive analysis engine and...
2008-02-20 Ted KremenekImplemented transfer function logic for unary '+'
2008-02-20 Ted KremenekPlaced transfer function logic for dereferences in...
2008-02-19 Ted KremenekAdded missing case in constant propagation logic for...
2008-02-19 Ted KremenekAdded special handling for UninitializedVals for the...
2008-02-19 Ted KremenekImplemented "getType()" for symbolic values representin...
2008-02-19 Ted KremenekFixed transfer function for casts to always evaluate...
2008-02-19 Ted KremenekAdded transfer function support for casting to "void".
2008-02-19 Ted KremenekFixed bug classof() bug with RValues that could cause...
2008-02-19 Ted KremenekAdded back explicit state/node creation when visiting...
2008-02-19 Ted KremenekAdded boilerplate transfer function support for CallExprs.
2008-02-19 Ted KremenekAdded FIXME for properly handling local arrays using...
2008-02-19 Ted Kremenek--grsimple now reports the number of nodes in the Explo...
2008-02-18 Ted KremenekAdded more assertions and checks in transfer function...
2008-02-18 Ted KremenekTemporary solution to push analysis through to analyzin...
2008-02-16 Eli FriedmanA couple of msvc compile fixes from the ml; I haven...
2008-02-16 Ted KremenekFurther cleanup. Moved definitions for SymbolManager...
2008-02-15 Ted KremenekRefactored code for transfer functions for binary opera...
2008-02-15 Ted KremenekAdded transfer function support for conditional branche...
2008-02-15 Ted KremenekSimplified transfer function logic for ++/-- operators.
2008-02-15 Eli FriedmanRemove unnecessary references to VariableArrayType...
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 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-13 Ted KremenekAdded support to GRCoreEngine/GRExprEngine for processi...
2008-02-13 Ted KremenekFixed 80 col violations.
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 Ted KremenekSimplify GRIndirectGotoNodeBuilder.
2008-02-13 Ted KremenekAdded GREngine support for "break" and "continue".
2008-02-13 Ted KremenekAdded support to GREngine/GRConstants for handling...
2008-02-12 Ted KremenekAdded GREngine support for GotoStmt.
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 KremenekRenamed local variable.
2008-02-12 Ted KremenekAdded GRBlockCounter class, which tracks the number...
2008-02-11 Ted KremenekConsolidated use of BumpPtrAllocator shared by various...
2008-02-11 Ted KremenekSeparate bindings for subexpressions to be in a separat...
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 Ted KremenekMoved implementation of "RemoveDeadBindings" from the...
2008-02-08 Ted KremenekRemoved ability to create symbol bindings
2008-02-08 Ted KremenekImplemented transfer functions for "<<" and ">>" when...
2008-02-08 Ted KremenekImplemented transfer functions for Statement-Expression...
2008-02-08 Ted KremenekMore variable renamings.
2008-02-08 Ted KremenekRenamed InvalidValue to UnknownVal.
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 Ted KremenekAdded recording of "implicit" NULL dereferences of...
2008-02-07 Chris Lattnerget the tree building again
2008-02-07 Ted KremenekAdded several guards in transfer functions for "Invalid...
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 KremenekMajor code refactoring/cleanup with transfer function...
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 Ted KremenekFixed bug in '=' transfer function: RHS does not have...
2008-02-06 Ted KremenekFixed signedness bug in cast transfer function when...
2008-02-06 Ted KremenekModified state pretty-printing to include the '!='...
2008-02-06 Ted KremenekDisabled operator= for ValueStateImpl.
2008-02-06 Ted KremenekFixed bug when allocating a ValueStateImpl object in...
2008-02-06 Ted KremenekAdded some skeleton code for performing "assume" on...
2008-02-05 Ted KremenekAdded pretty-printing support for lval::SymIntConstrain...
2008-02-05 Ted KremenekMoved implementation of cast<> for SymbolData closer...
2008-02-05 Ted KremenekAdded new "NonLValue" class: SymIntConstraintVal. This...
2008-02-05 Ted KremenekMoved subclasses of LValue and NonLValue into their...
2008-02-05 Ted KremenekAdded "SymIntConstraint", a utility class to represent...
2008-02-05 Ted KremenekAdded "batch" processing versions of Nodify and SetValu...
2008-02-05 Ted KremenekAdded a "ConstantNotEq" map to ValueState (and added...
2008-02-05 Ted KremenekAdded some comments.
next