]> granicus.if.org Git - clang/shortlog
clang
2007-09-28 Ted KremenekDeadStores no longer reports warnings for stores to...
2007-09-28 Ted KremenekSignificant cleanups and bug-fixes to LiveVariables...
2007-09-28 Ted KremenekRefactored ExprDeclBitVector into two classes:
2007-09-28 Ted KremenekFixed bug where declaration initializer expressions...
2007-09-28 Ted KremenekAdded iterator mechanism to iterator over the decls...
2007-09-28 Fariborz JahanianPatch to warn on umimplemented methods coming from...
2007-09-28 Ted KremenekFixed several bugs in the propagation of "uninitialized...
2007-09-27 Fariborz JahanianPatch to use case-stmt for keywords used as selectgor...
2007-09-27 Fariborz JahanianPatch for method implementation. It populates ObjcImple...
2007-09-27 Steve NaroffFix bug in SelectorInfo::getName() - method buffer...
2007-09-27 Ted KremenekCreated new "ExprDeclBitVector" type bundle for dataflo...
2007-09-27 Chris LattnerFix some use of uninit variables issues, reported by...
2007-09-27 Steve NaroffAdd SelectorInfo (similar in spirit to IdentifierInfo...
2007-09-26 Chris Lattnerobjc messages have side effects, return true from hasLo...
2007-09-26 Ted KremenekAdded extra guard for null Stmt* when traversing the...
2007-09-26 Ted KremenekFixed two bugs in CFG construction:
2007-09-26 Ted KremenekRemoved option "-parse-ast-check" from clang driver...
2007-09-26 Ted KremenekMoved "VerifyDiagnostics" variable declaration to right...
2007-09-26 Ted KremenekRemoved inclusion of <memory>, which is no longer neede...
2007-09-26 Ted KremenekRefactored driver so that any action that is implemente...
2007-09-26 Fariborz JahanianThis patch inserts ivars declared in @implementation...
2007-09-26 Fariborz JahanianRemoved a few TODOs on things which are done.
2007-09-26 Chris LattnerHandle (int)1.0e40 as an i-c-e.
2007-09-25 Hartmut KaiserUpdated VC++ build system.
2007-09-25 Ted KremenekUpdated XCode project to reflect that DataflowValues...
2007-09-25 Ted KremenekMoved "DataflowSolver.h" to the "include/" subtree...
2007-09-25 Fariborz JahanianPatch to make ObjcImplementationDecl derived from TypeD...
2007-09-25 Ted KremenekFixed broken English in comment.
2007-09-25 Fariborz JahanianThis patch introduces a new class to keep track of...
2007-09-25 Ted KremenekAdded "CheckASTConsumer", a function that generalizes
2007-09-25 Ted KremenekChanged command line options "-check-dead-stores" and
2007-09-25 Ted KremenekComment formatting changes. No real content changes.
2007-09-25 Ted KremenekMinor comment changes.
2007-09-25 Ted KremenekRemoved "EverKilled" class in DeadStores checker; it...
2007-09-25 Hartmut KaiserUpdated VC++ build system
2007-09-25 Ted KremenekFurther refactored DataflowSolver. Now most code for...
2007-09-25 Ted KremenekAdded extra "constness" to parameter.
2007-09-25 Chris Lattneruse the right rounding mode.
2007-09-25 Ted KremenekAdded PersistentMap, an ADT that implements a map data...
2007-09-24 Ted KremenekAdded smart pointer class "IntrusiveSPtr" that handles...
2007-09-24 Chris LattnerIf we see an invalid #ifdef directive, enter a conditi...
2007-09-23 Chris LattnerFix for 64-bit systems.
2007-09-23 Hartmut KaiserFixed VC++ bitfield to unsigned/signed sign propagation...
2007-09-22 Chris LattnerUse the APFloat routines to evaluate FP immediates as
2007-09-22 Chris Lattneradd comments.
2007-09-22 Chris Lattnerfurther apfloat'ize the front-end, allowing codegen...
2007-09-22 Chris Lattnerwork around bugs and missing features in apfloat.
2007-09-22 Chris LattnerUse APFloat for the representation of FP immediates...
2007-09-22 Fariborz JahanianThis patch adds to new things to clang:
2007-09-21 Chris LattnerMake case sorting deterministic by not depending on...
2007-09-21 Fariborz JahanianThis patch instantiates objects for forward protocols...
2007-09-20 Hartmut KaiserUpdated VC++ project files
2007-09-20 Ted KremenekUpdated XCode project with locations of "Analysis"...
2007-09-20 Ted KremenekUpdated header file inlcude to new location of
2007-09-20 Ted KremenekRenamed "include/clang/Analysis/CFGVisitors" "<snip...
2007-09-20 Ted KremenekMoved include/clang/Analysis/*Visitor.h to include...
2007-09-20 Fariborz JahanianHandle forward declaration of classes and prevent re...
2007-09-20 Fariborz JahanianMatch to do some semantic analysis on objective-c class...
2007-09-20 Hartmut KaiserUpdated VC++ project files.
2007-09-19 Ted KremenekAdded support to clang driver to view ASTs using GraphV...
2007-09-19 Ted KremenekMoved GraphTraits<Stmt*> to StmtGraphTraits.h. This...
2007-09-19 Fariborz JahanianPatch to parse objective-c's @try-statement and @throw...
2007-09-19 Ted KremenekAdded GraphTraits template specialization for Stmt...
2007-09-19 Ted KremenekMore refactoring: decl and expr regisitration now uses...
2007-09-19 Ted KremenekAdded two new visitors that extend CFGStmtVisitor:...
2007-09-19 Steve NaroffRemove SelectorTable/SelectorInfo, simply store all...
2007-09-19 Steve NaroffRemove #include of config.h, it is no longer needed.
2007-09-18 Steve NaroffRemove alloca import...
2007-09-18 Steve NaroffProgress on message expressions...
2007-09-18 Ted KremenekDataflowSolver now acccepts an "_Equal" template parame...
2007-09-18 Ted KremenekFixed bug where getBitRef would incorrectly grab the...
2007-09-18 Ted KremenekChanged solver to use "==" operator when comparing...
2007-09-18 Ted KremenekMinor performance fix in transfer function logic. Previ...
2007-09-18 Ted KremenekMore refactoring and code reduction.
2007-09-18 Ted KremenekAdd overloaded versions of DataflowSolver::runOnBlock...
2007-09-18 Ted KremenekAdded member template CFG::VisitBlockStmts to provide...
2007-09-18 Ted KremenekAdditional comments and cosmetic cleanups.
2007-09-18 Fariborz JahanianPatch for object creation and handling of category...
2007-09-18 Ted KremenekMoved TransferFunction object within DataflowSolver...
2007-09-18 Ted KremenekModified DataFlowValues and DataflowSolver to associate...
2007-09-18 Ted KremenekAdded type "CFG::Edge" to encapsulate the notion of...
2007-09-18 Hartmut Kaiseralloca.h doesn't exist on Windows.
2007-09-18 Gabor Greifalloca.h is needed on Solaris
2007-09-18 Fariborz JahanianUses more description name for method implementation...
2007-09-17 Hartmut KaiserUpdated VC++ project files after file rename.
2007-09-17 Fariborz JahanianPatch to remove ObjcProtoMethodDecl and use ObjcMethodDecl
2007-09-17 Ted KremenekBug fix to merging of data flow values (merge incorrect...
2007-09-17 Steve NaroffAdd a comment and remove unused constructors.
2007-09-17 Ted KremenekMade driver flag --check-uninit-values more self-explan...
2007-09-17 Hartmut KaiserFixed a VC++ issue related to bitmasks. As it turns...
2007-09-17 Fariborz JahanianPatch to add objective-c's @protocl type declaration.
2007-09-17 Steve NaroffFinish defining Action API for message expressions.
2007-09-17 Ted KremenekRe-added UninitializedValues.cpp to the XCode project...
2007-09-17 Ted KremenekRenamed file due to mispelling.
2007-09-17 Ted KremenekUninitialuzedValues now only tracks BlockVarDecls;...
2007-09-17 Steve Naroff- Refactored ObjcKeywordInfo into ObjcKeywordInfo,...
2007-09-17 Ted KremenekMore progress on UnitializedValues checker. We now...
2007-09-17 Ted KremenekSplit tracking of unitialized values for Decls and...
2007-09-17 Ted KremenekRemoved "ObserverTy" from core DataflowValues types...
2007-09-17 Ted KremenekRemoved check for NULL CFG. Bad CFGs will fire an...
next