]> granicus.if.org Git - clang/history - include
be more quiet when building headers.
[clang] / include /
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 KremenekAdded --trim-path-graph to the driver to trim paths...
2008-03-07 Ted KremenekRenamed ValueManager to BasicValueFactory.
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 KremenekAdded boilerplate to execute the CF reference count...
2008-03-05 Ted KremenekAdded "CheckerState" field to ValueState.
2008-03-05 Ted KremenekSmall bug fix when handling CallExprs that generate...
2008-03-05 Ted KremenekFixed bug that could case unwanted bifurcation of state...
2008-03-05 Ted KremenekFixed a horribly insidious bit-masking bug in the imple...
2008-03-05 Chris Lattnerremove the source location arguments to various target...
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 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...
2008-03-04 Ted KremenekMoved implementation of GRExprEngine::Nodify into GRStm...
2008-03-04 Ted KremenekMoved GRExprEngine::NodeSet out of GRExprEngine and...
2008-03-04 Ted KremenekFixed another obscure node-caching bug.
2008-03-04 Ted KremenekImplemented "print" method for ValueState.
2008-03-04 Ted KremenekTargetInfo objects now own the TargetInfoImpl objects...
2008-03-04 Ted KremenekFixed insidious state propagation bug that would someti...
2008-03-04 Ted KremenekEnhanced pretty-printing of undefined-argument errors.
2008-03-03 Ted KremenekFixed subtle caching bug in ExplodedGraph that would...
2008-03-03 Chris LattnerAdd a bunch of attributes, patch by Nuno Lopes.
2008-03-01 Chris Lattnernewline at end of file, by David Chisnall
2008-02-29 Ted KremenekAdded extra check for calls to functions where we pass...
2008-02-29 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2103.
2008-02-29 Ted KremenekAdd checks for function calls via a function pointer...
2008-02-29 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2106.
2008-02-29 Ted Kremenek"Refinement" of hack to bound loop-traversals: visit...
2008-02-29 Chris LattnerAdd support for attribute(deprecated), patch by Nuno...
2008-02-28 Ted KremenekAdded checking for undefined results of '<<' and '...
2008-02-28 Ted KremenekMerged ValueState and ValueStateImpl into just ValueSta...
2008-02-28 Ted KremenekRenamed "Uninitialized" -> "Undefined" in path-sensitiv...
2008-02-27 Ted KremenekEnd paths when calling a function marked "noreturn."
2008-02-27 Ted KremenekAdded support for attribute "noreturn."
2008-02-27 Ted KremenekRemoved VarDecl::hasStaticStorage() (redundant with...
2008-02-27 Ted KremenekWhen analyzing a function, eagerly create symbolic...
2008-02-27 Ted KremenekHeader file cleanups: reduce number of includes; move...
2008-02-26 Ted KremenekFix bug when processing '?' operator: invalidate the...
2008-02-26 Ted KremenekAdded boilerplate for plug-in transfer function support...
2008-02-26 Ted KremenekChanged VarDecl::hasGlobalStorage() to be the negation...
2008-02-26 Ted KremenekRemoved static analysis-specific diagnostics from Diagn...
2008-02-26 Ted KremenekMajor cleanup of the transfer function logic for '...
2008-02-26 Lauro Ramos VenancioConvert x86 target specific inline asm constraints...
2008-02-26 Ted KremenekAdded lazy "symbolication" of parameter variables and...
2008-02-26 Chris Lattneradd parsing, ast building and pretty printing support...
2008-02-26 Chris Lattnerfix const correctness.
2008-02-25 Ted Kremenekdoxygenify some comments.
2008-02-25 Chris Lattnerconvert tabs to spaces, patch by Mike Stump!
2008-02-25 Lauro Ramos VenancioFix PR2086.
2008-02-25 Ted KremenekAdded transfer function support for checking for divide...
2008-02-25 Chris Lattnerenable digraphs for C94, thanks to Neil for pointing...
2008-02-24 Chris LattnerUpdate comment.
2008-02-24 Ted KremenekTwo more Windows-related fixes:
2008-02-24 Ted KremenekIn FileManager: use full paths to unique files and...
2008-02-23 Ted KremenekChange encoding of TokenKind in IdentifierTable to...
2008-02-22 Ted KremenekAdded "assumption" logic for lval::FuncVal and lval...
2008-02-21 Ted KremenekRegression fix: Handle binary operators where both...
2008-02-21 Nate BegemanHandle __attribute__((annotate("string")))
2008-02-21 Ted KremenekRemoveDeadBindings should now check for UninitalizedVal...
2008-02-21 Ted KremenekSimplified and generalized transfer function logic...
2008-02-21 Ted KremenekMajor cleanup of path-sensitive analysis engine and...
2008-02-21 Chris LattnerCollect and build and process type attributes on pointe...
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 Lattnerrename some methods.
2008-02-20 Chris Lattneradd a method to AttributeList that converts an identifi...
2008-02-20 Chris Lattneradd some code that will be used to remove processed...
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 Ted KremenekAdded special handling for UninitializedVals for the...
2008-02-19 Ted KremenekImplemented "getType()" for symbolic values representin...
2008-02-19 Ted KremenekFixed bug classof() bug with RValues that could cause...
2008-02-19 Ted KremenekAdded boilerplate transfer function support for CallExprs.
2008-02-19 Ted Kremenek--grsimple now reports the number of nodes in the Explo...
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-16 Anders CarlssonBetter handling of the aligned attribute.
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 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 Ted KremenekSimplified transfer function logic for ++/-- operators.
2008-02-15 Ted KremenekAdded predicate function "UnaryOperator::isIncrementOp()".
2008-02-15 Eli FriedmanSplit out incomplete arrays from VariableArrayType...
2008-02-15 Chris LattnerFix PR2041: restrict is not a keyword in c90.
next