]> granicus.if.org Git - clang/shortlog
clang
2008-02-21 Chris Lattneradd a fixme.
2008-02-21 Chris LattnerCollect and build and process type attributes on pointe...
2008-02-21 Chris Lattnermove some code, no other change.
2008-02-21 Chris Lattnermove type attribute processing into the creatively...
2008-02-21 Chris LattnerCorrectly handle address space qualifiers in declspecs...
2008-02-20 Chris Lattnermove ConvertDeclSpecToType into Sema
2008-02-20 Chris Lattnerrename some methods.
2008-02-20 Chris LattnerUse getKind() in HandleDeclAttribute instead of decodin...
2008-02-20 Chris Lattneradd a method to AttributeList that converts an identifi...
2008-02-20 Nate BegemanTabs are the enemy
2008-02-20 Chris Lattneradd some code that will be used to remove processed...
2008-02-20 Chris LattnerChange ConvertDeclSpecToType to break out of switch...
2008-02-20 Chris LattnerAlternate address spaces work:
2008-02-20 Ted KremenekImplemented transfer function logic for unary '+'
2008-02-20 Ted KremenekPlaced transfer function logic for dereferences in...
2008-02-19 Lauro Ramos... Improve non-const initializer implementation.
2008-02-19 Lauro Ramos... Implement CodeGenModule::getMemSetFn method.
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 Lauro Ramos... Simplify aggregate initilizer implementation. Use the...
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 Chris Lattnerfix the second half of PR2041: __restrict is ok in...
2008-02-19 Ted KremenekFixed bug classof() bug with RValues that could cause...
2008-02-19 Ted KremenekFor now, --grsimple skips analyzing functions in header...
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 Nate BegemanAllow ArraySubscriptExpr to be a base node for vector...
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-19 Lauro Ramos... A global without initializer must be emitted as weak.
2008-02-18 Ted KremenekAdded "size()" and "empty()" methods to ExplodedGraphImpl.
2008-02-18 Ted KremenekAdded more assertions and checks in transfer function...
2008-02-18 Lauro Ramos... Implement multi-dimension array initalizer.
2008-02-18 Ted KremenekRunning -grsimple now emits diagnostics about the time...
2008-02-18 Ted KremenekTemporary solution to push analysis through to analyzin...
2008-02-18 Anders CarlssonAdd more supported constraints.
2008-02-18 Steve NaroffTweak fix for http://llvm.org/bugs/show_bug.cgi?id...
2008-02-18 Anders CarlssonMore bitfield improvements.
2008-02-18 Anders CarlssonFix bug where we would report the wrong value for __ali...
2008-02-17 Nate BegemanTurn handling of parameter attributes back on, fixing...
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...
next