]> granicus.if.org Git - clang/shortlog
clang
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...
2007-09-17 Ted KremenekWhen building CFGs we now (unconditionally) add an...
2007-09-17 Ted KremenekAdded ASTConsumer.h to XCode project.
2007-09-17 Steve NaroffFix a few 80 column violations.
2007-09-17 Steve NaroffAdd const to debug hook...
2007-09-17 Steve NaroffAdd support for ObjC keyword selectors.
2007-09-17 Hartmut KaiserFixed unterminated string issue.
2007-09-17 Chris Lattnermake var in anon namespace static. Use \n instead...
2007-09-16 Hartmut KaiserSilenced a VC++ warning.
2007-09-16 Chris Lattnerremove some obsolete interfaces.
2007-09-16 Chris Lattnerswitch the llvm emitter to ASTConsumer interface.
2007-09-16 Chris LattnerFrom Justin Handville:
2007-09-16 Chris LattnerFix html problem, patch by Justin Handville
2007-09-16 Chris Lattnerfix some warnings, patch by Justin Handville
2007-09-16 Chris Lattnerdecl counting isn't implemented yet for objc. -stats...
2007-09-16 Chris LattnerFix a GCC warning, patch by Justin Handville
2007-09-16 Chris Lattnerfix warning.
2007-09-16 Steve NaroffFixes/tweaks that prevent "defaults-i.m" from compiling.
2007-09-16 Steve NaroffRename statement actions (from Parse-prefix to ActOn...
2007-09-16 Steve NaroffRename expression actions (from Parse-prefix to ActOn...
2007-09-16 Hartmut KaiserFixed a problem VC++ revealed in release mode. Please...
2007-09-16 Hartmut KaiserFixed two problems VC++ revealed in release mode. Pleas...
2007-09-16 Hartmut KaiserUpdated VC++ build system.
2007-09-15 Chris Lattnerswitch the various CFG-based stuff over to using ASTCon...
2007-09-15 Chris Lattnerconvert ast printer and dumper ocver to ASTConsumer...
2007-09-15 Chris Lattneradd a new ASTConsumer consumer to simplify stuff in...
2007-09-15 Chris LattnerInitial checkin of rewriter interface. It is just...
2007-09-15 Chris Lattnerpretty print some nodes more nicely.
2007-09-15 Chris Lattnerfix comment
2007-09-15 Steve NaroffStart converting Action methods from Parse-prefix to...
next