]> granicus.if.org Git - clang/shortlog
clang
2008-03-15 Gabor Greifimplement a bit of feedback: print dots
2008-03-15 Ted KremenekAdded initialization to ErrorDiag to silence gcc's...
2008-03-15 Ted KremenekSmall bug fix in CFG construction: the active block...
2008-03-15 Gabor GreifFirst draft of a parallelized test methodology. Improve...
2008-03-15 Chris Lattnerstart switching decls over to using an allocator contro...
2008-03-15 Chris Lattnervarious minor cleanups.
2008-03-15 Ted KremenekHandle StmtExprs whose last contained statement is...
2008-03-15 Ted KremenekCompute alignment in bytes, not bits.
2008-03-15 Ted KremenekImplement transfer function logic for alignof operator...
2008-03-15 Ted KremenekAdded transfer function support in GRExprEngine for...
2008-03-15 Steve NaroffLink against the correct ObjC string class (__CFConstan...
2008-03-15 Steve NaroffRemove ObjC rewriter dependency on GCC's __builtin___CF...
2008-03-14 Ted Kremenek"panic" has 5 letters, not 4. Bug pointed out by Nuno...
2008-03-14 Ted KremenekHack to hardwire in some panic functions that are not...
2008-03-14 Ted KremenekEmit warnings for undefined control-flow.
2008-03-14 Nate BegemanCorrectly error on arrays with automatic storage full...
2008-03-14 Ted KremenekPath-sensitive analyses no longer take a FunctionDecl...
2008-03-14 Chris Lattneradd initial support for generating an llvm.globalctors...
2008-03-14 Chris LattnerOnly compute targetinfo once and don't leak it. Patch...
2008-03-14 Chris LattnerMake the preprocessor own its PPCallbacks, fixing a...
2008-03-14 Nate BegemanISO/IEC TR 18037
2008-03-13 Nate BegemanFix comment
2008-03-13 Ted KremenekThe LiveVariables analysis no longer requires a Functio...
2008-03-13 Chris Lattnerhandle __extension__ properly at block scope.
2008-03-13 Chris Lattnerinstead of passing in null end location info, pass...
2008-03-13 Chris Lattnerimprove DeclStmt to be able to store SourceRange info...
2008-03-13 Anders CarlssonAdd note about asm constraints.
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.
next