]> granicus.if.org Git - clang/shortlog
clang
2008-03-13 Ted KremenekAdded bandaid support in CFG construction for ObjCForEa...
2008-03-12 Steve NaroffTwo fixes to RewriteTest::RewriteObjCIvarRefExpr():
2008-03-12 Ted KremenekChanged CallRetValSymbol to SymbolConjured to allow...
2008-03-12 Steve NaroffMinor aesthetic improvement (after I reviewed my last...
2008-03-12 Steve NaroffAvoid using the "unnamed struct field" extension (enabl...
2008-03-12 Ted KremenekAdded generation of symbolic values for the return...
2008-03-12 Ted KremenekIn GRSimpleVals, added the generation of symbolic value...
2008-03-12 Chris LattnerUpdate to reflect changes in parameter attribute api.
2008-03-12 Steve NaroffUse the "used" attribute. Without it, g++ removes all...
2008-03-12 Ted KremenekImproved ExplodedGraph::Trim to only show nodes reachab...
2008-03-12 Steve Naroff-Add missing visitor for ObjCIvarRefExpr.
2008-03-12 Steve NaroffSince the rewriter now outputs C++, it no longer makes...
2008-03-12 Ted KremenekFixed regression in SymbolManager introduced in r48272.
2008-03-12 Ted KremenekPrototype (pre-alpha) implementation of CFRef checker.
2008-03-12 Steve NaroffRemove more dependencies on C "flexible array member...
2008-03-12 Steve NaroffMake ivar rewrite C++ friendly (since C++ forces a...
2008-03-11 Ted KremenekAdded pretty-printing support for checker-specific...
2008-03-11 Ted KremenekExpanded graph-visualization to include optional pretty...
2008-03-11 Ted KremenekExpanded ValueState pretty-printing to use an optional...
2008-03-11 Ted KremenekExpanded graph visualization interface to include speci...
2008-03-11 Steve NaroffMake "super" rewrite for class methods C++ friendly...
2008-03-11 Ted KremenekAdded bookkeeping of error nodes.
2008-03-11 Ted KremenekAdded main logic for typestate tracking for the CFRetai...
2008-03-11 Steve NaroffMake "super" rewrite C++ friendly (since it doesn't...
2008-03-11 Ted KremenekAdded main skeleton for CFRetain transfer function...
2008-03-11 Steve NaroffGenerate meta-data in a C++ compatible way (remove...
2008-03-10 Steve NaroffMissed a couple "_IMPL" suffixes.
2008-03-10 Steve NaroffFix dangling pointer and give the implementation struct...
2008-03-10 Anders CarlssonAdd support for the 'N' constraint.
2008-03-10 Steve NaroffPass LangOptions to RewriteTest().
2008-03-10 Chris Lattnerrewriter tests are darwin specific, don't run them...
2008-03-10 Chris LattnerFix "error: explicit template specialization cannot...
2008-03-10 Chris LattnerAdd some missing #includes for GCC mainline, patch...
2008-03-10 Ted KremenekAdd transfer function support for pointer arithmetic...
2008-03-10 Chris Lattneradd comments about some simple optimizations that may...
2008-03-10 Chris Lattnerimplement simple support for arbitrary token lookahead...
2008-03-10 Ted KremenekMore edge-case handling with using liveness information...
2008-03-10 Ted KremenekMore cleanups with using the liveness analysis to remov...
2008-03-09 Ted KremenekWhen processing the transfer function for a statement...
2008-03-09 Ted KremenekRefactored guards for "GRExprEngine::RemoveDeadBindings...
2008-03-09 Ted KremenekBug fix in the transfer function for compound assignmen...
2008-03-09 Anders CarlssonHandle the 'n' constraint
2008-03-09 Chris LattnerFix a ted-o
2008-03-09 Ted KremenekFixed crash where SetBlkExpr would attempt to query...
2008-03-09 Chris Lattnerimprove comment.
2008-03-09 Chris Lattnermove PP::LookupFile from PPLexerChange -> PPDirectives.cpp
2008-03-09 Chris LattnerAdd PPLexerChange.cpp to the project.
2008-03-09 Chris LattnerMove a bunch more code out of Preprocessor.cpp into...
2008-03-09 Ted KremenekBug fix: Don't call RemoveDeadBindings more than once...
2008-03-09 Chris Lattnersplit macro expansion support out of Preprocessor.cpp...
2008-03-09 Nate BegemanPropagate calling convention information to function...
2008-03-09 Chris Lattnerrename HandleEndOfMacro -> HandleEndOfTokenLexer
2008-03-09 Chris Lattnersplit the MacroArgs class out of TokenLexer.cpp/h into
2008-03-09 Chris Lattnerupdate documentation
2008-03-09 Chris Lattnerrename some MacroExpander-related ivars to TokenLexer.
2008-03-09 Chris LattnerRename MacroExpander.cpp/h -> TokenLexer.cpp/h
2008-03-09 Chris Lattnerrename the MacroExpander class to TokenLexer. It handl...
2008-03-09 Chris Lattnerrename MacroTokens -> Tokens. When this is a token...
2008-03-09 Nate Begemanfix clang xcode build
2008-03-09 Chris Lattnersplit preprocesor directive handling out of Preprocesso...
2008-03-09 Chris Lattnersecondary targets are gone, simplify this.
2008-03-09 Chris Lattnersimplify triple processing code now that there can...
2008-03-09 Chris Lattnerbe more quiet when building headers.
2008-03-08 Chris Lattneradd some comments.
2008-03-08 Chris Lattnermake float format handling more regular.
2008-03-08 Chris Lattnersimplify all the type info accessors in TargeTInfo...
2008-03-08 Chris LattnerFix a fixme by allowing pointers in different address...
2008-03-08 Chris Lattnereliminate the TargetInfoImpl stuff, simplifying the...
2008-03-08 Chris Lattnereliminate ComputeWCharInfo.
2008-03-07 Ted KremenekIncreased worklist limit for GRSimpleVals.
2008-03-07 Ted KremenekAdded --trim-path-graph to the driver to trim paths...
2008-03-07 Ted KremenekImproved graph visualization of ExplodedGraphs to inclu...
2008-03-07 Ted KremenekRenamed ValueManager to BasicValueFactory.
2008-03-07 Nate BegemanAdd new test
2008-03-07 Nate BegemanAdd fastcall/stdcall attribute support
2008-03-07 Ted KremenekRefined divide-by-zero checking to distinguish between...
2008-03-07 Ted KremenekPatch by Nuno Lopes:
2008-03-06 Gabor Greiffix typos
2008-03-06 Ted KremenekFixed mismatched deallocation in GRBlockCounter::Factor...
2008-03-06 Chris Lattnerremove two obsolete tests, not sure why my previous...
2008-03-06 Ted KremenekAdded boilerplate to execute the CF reference count...
2008-03-05 Ted KremenekAdded "CheckerState" field to ValueState.
2008-03-05 Ted KremenekAdded transfer function support for __builtin_expect.
2008-03-05 Ted KremenekSmall bug fix when handling CallExprs that generate...
2008-03-05 Steve NaroffUpdate vcproj files.
2008-03-05 Ted KremenekFixed bug that could case unwanted bifurcation of state...
2008-03-05 Ted KremenekFixed bogus assumption mistakenly introduced in r47955.
2008-03-05 Ted KremenekFixed a horribly insidious bit-masking bug in the imple...
2008-03-05 Ted KremenekMinor cleanups (mainly indentation).
2008-03-05 Chris Lattnerremove the source location arguments to various target...
2008-03-05 Chris Lattneradd analysis source files to project.
2008-03-05 Chris LattnerAdd the various pathsensitive headers to the project.
2008-03-05 Chris LattnerProgramEdge.h doesn't exist anymore.
2008-03-05 Ted KremenekReverted patch 47926 for ProgramPoint.h because it...
2008-03-05 Chris LattnerRemove the first layer of support for "portability...
2008-03-05 Ted KremenekAdded support for ProgramPoints to represent ExplodedNo...
2008-03-05 Chris Lattnermove this into the right file.
2008-03-05 Ted KremenekPlug-in transfer function "EvalCall" now takes as an...
2008-03-05 Ted KremenekCleaned up typedefs involving StateTy so that we always...
2008-03-04 Ted KremenekMake GRStmtNodeBuilder only depend on StateTy, and...
next