]> granicus.if.org Git - clang/shortlog
clang
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...
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 KremenekCallExprs are now no longer block-level expressions...
2008-03-04 Ted KremenekAdded preliminary transfer function support for references.
2008-03-04 Ted KremenekFor the transfer function for CallExpr, invalidate...
2008-03-04 Anders CarlssonMake intrinsics always_inline.
2008-03-04 Ted KremenekFor the transfer function of DeclStmt, for now initiali...
2008-03-04 Ted KremenekFixed another obscure node-caching bug.
2008-03-04 Ted KremenekImplemented "print" method for ValueState.
2008-03-04 Chris LattnerThe operand to the visibility attribute is required...
2008-03-04 Ted KremenekTargetInfo objects now own the TargetInfoImpl objects...
2008-03-04 Ted KremenekAdd transfer function support for the default initializ...
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 Chris Lattnermove deprecated -> attributes.c
2008-03-03 Anders CarlssonTemporarily rename mmintrin.h so that it won't clash...
2008-03-03 Ted KremenekFixed subtle caching bug in ExplodedGraph that would...
2008-03-03 Anders CarlssonAdd mmintrin.h header
2008-03-03 Ted KremenekOnly allow a "noreturn" attribute to be affixed to...
2008-03-03 Ted KremenekAdded TODO.
2008-03-03 Ted KremenekAdded FIXME.
2008-03-03 Gabor GreifThe attribute nothrow maps to llvm attribute nounwind...
2008-03-03 Gabor GreifChris added this testcase with r47837. The mail only...
2008-03-03 Chris Lattneravoid a warning.
2008-03-03 Chris Lattnerfix codegen support for functions that are nothrow...
2008-03-03 Chris LattnerAdd a bunch of attributes, patch by Nuno Lopes.
2008-03-03 Chris LattnerFind clang headers in the clang headers dir, search...
2008-03-03 Chris LattnerBuild the clang headers.
2008-03-03 Chris LattnerAdd a makefile to build and install headers.
2008-03-01 Gabor Greifignore .ll files
2008-03-01 Chris LattnerAdd codegen support for ObjC message expressions with...
2008-03-01 Chris LattnerAdd codegen support for ObjC message expressions with...
2008-03-01 Chris Lattnernewline at end of file, by David Chisnall
2008-03-01 Chris Lattnercharacter literals have char type in C++ and int type...
2008-03-01 Chris LattnerAdd support for the CPATH, C_INCLUDE_PATH, CPLUS_INCLUD...
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 Ted KremenekMinor CFG optimization: don't create separate block...
2008-02-29 Ted KremenekWhen AST-dumping ObjCMessageExpr, output the selector.
2008-02-29 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2106.
2008-02-29 Gabor GreifFix a crash where PI.TypeInfo has not been filled in...
2008-02-29 Ted Kremenek"Refinement" of hack to bound loop-traversals: visit...
2008-02-29 Chris Lattnertestcase for attr deprecated, by Nuno Lopes.
2008-02-29 Chris Lattnermake include guards more unique.
2008-02-29 Chris LattnerAdd support for attribute(deprecated), patch by Nuno...
2008-02-28 Ted KremenekAdded simple hack to reduce redundant warnings from...
2008-02-28 Ted KremenekAdded checking for undefined results of '<<' and '...
2008-02-28 Eli FriedmanImplementation of the first clang-native header, stdboo...
2008-02-28 Gabor GreifUpdated clang webpage to hint at "make update". Also
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 KremenekAdded parsing of attributes for functions.
2008-02-27 Ted KremenekFixed use of an uninitialized variable.
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 KremenekSmall tweaks to the transfer function for DeclStmt...
2008-02-27 Lauro Ramos... Disable internalize. Unfortunately, the configure scrip...
2008-02-27 Ted KremenekRemoved VarDecl::hasStaticStorage() (redundant with...
2008-02-27 Ted KremenekAdded string "[CHECKER]" to the output diagnostics...
2008-02-27 Ted KremenekFixed edge-case in CFG construction where goto jumps...
2008-02-27 Lauro Ramos... A, q and Z are valid LLVM inline asm constraints.
2008-02-27 Ted KremenekBug fix in CFG construction: Properly register the...
2008-02-27 Ted KremenekSmall fix to VisitLVal: this method can be called on...
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-27 Ted KremenekSimilar bug fix to r47650; when processing CallExprs...
2008-02-27 Ted KremenekFixed bug in the core transfer function logic for CallE...
2008-02-27 Ted KremenekFixed CFG construction bug that occurred when a conditi...
2008-02-26 Chris Lattnerfix an interaction between -isystem . and isysroot.
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 KremenekDon't emit divide-by-zero errors when we divide by...
2008-02-26 Ted KremenekChanged VarDecl::hasGlobalStorage() to be the negation...
2008-02-26 Lauro Ramos... Implement codegen for the following static var init.
2008-02-26 Ted KremenekRemoved static analysis-specific diagnostics from Diagn...
2008-02-26 Ted KremenekRemoved hack with toggling the signedness flag of the...
2008-02-26 Ted KremenekSmall fixes to shore up overhauling of transfer functio...
2008-02-26 Lauro Ramos... Fix a bug in ConvertAsmString function.
next