]> granicus.if.org Git - clang/shortlog
clang
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.
2008-02-26 Ted Kremenekoptimization: no longer create ExplodedNodes for Intege...
2008-02-26 Ted KremenekMajor cleanup of the transfer function logic for '...
2008-02-26 Lauro Ramos... Convert x86 target specific inline asm constraints...
2008-02-26 Ted KremenekFixed inverted condition.
2008-02-26 Ted KremenekDo include ParenExpr in the CFG; only include their...
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 PR2092 by making sure the sign of the enum value...
2008-02-26 Chris Lattnerfix const correctness.
2008-02-26 Ted KremenekFixed bug in CFG construction when a CompoundStmt ended...
2008-02-26 Ted KremenekAdded FIXME.
2008-02-25 Ted KremenekMinor bug fix in LiveVariables: don't "kill" decls...
2008-02-25 Eli FriedmanFix a little typo... per cfe-dev, this was apparently...
2008-02-25 Chris Lattnerclarify comment, this is undefined behavior in any...
2008-02-25 Ted Kremenekdoxygenify some comments.
2008-02-25 Ted KremenekBetter handling of calls to functions via function...
2008-02-25 Chris Lattnerconvert tabs to spaces, patch by Mike Stump!
2008-02-25 Lauro Ramos... Revert an incorrect part of my previuos patch.
2008-02-25 Lauro Ramos... Fix PR2086.
2008-02-25 Ted KremenekFixed bug in RemoveDeadBindings when performing the...
2008-02-25 Ted KremenekExpanded transfer function support for divide-by-zero...
2008-02-25 Ted KremenekAdded hack to transfer function logic to handle the...
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 LattnerFix PR2090, a typo in digraph processing.
2008-02-24 Chris LattnerUpdate comment.
2008-02-24 Steve NaroffMove the initialization of SEL/objc_selector from Sema...
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 Eli FriedmanMinor code cleanup.
next