]> granicus.if.org Git - clang/shortlog
clang
2008-10-07 Ted KremenekA little more tweaking with StmtIterator and SizeOfAlig...
2008-10-07 Ted KremenekMigrate DeclStmt over to using a DeclGroup instead...
2008-10-07 Ted KremenekAdd #include (introduced by dependence on DeclGroup)
2008-10-07 Ted KremenekFixed a masked bug when iterating over the child expres...
2008-10-07 Ted KremenekAdd const_iterator to DeclGroup.
2008-10-07 Ted KremenekAdd StmtIterator support for DeclGroups.
2008-10-07 Argyrios KyrtzidisIn ParseParenDeclarator match "D.setGroupingParens...
2008-10-07 Zhongxing XuAdded a function call case that generates sink nodes.
2008-10-07 Zhongxing XuMigrate MemRegionManager from StateManager to StoreManager.
2008-10-06 Ted KremenekAdded prototype serialization code for DeclGroup.
2008-10-06 Argyrios KyrtzidisUse getCustomDiagID() instead of specifying the diagnos...
2008-10-06 Argyrios KyrtzidisSimplify handling of direct initializers by letting...
2008-10-06 Ted KremenekRemove DeclStmt::getDecl(). Now clients of DeclStmt...
2008-10-06 Ted KremenekExplicitly access the first Decl* referenced by a DeclS...
2008-10-06 Ted KremenekUse "DeclStmt::getSolitaryDecl()" when accessing the...
2008-10-06 Ted KremenekModified DeclGroupRef to always load/store the internal...
2008-10-06 Ted KremenekUse DeclStmt::getSolitaryDecl() instead of DeclStmt...
2008-10-06 Ted KremenekUse DeclStmt::getSolitaryDecl() instead of DeclStmt...
2008-10-06 Ted KremenekUse DeclStmt::getSolitaryDecl() instead of DeclStmt...
2008-10-06 Ted KremenekWhen processing Objective-C foreach statements, first...
2008-10-06 Ted KremenekUse DeclStmt::decl_iterator to walk a group of Decl...
2008-10-06 Ted KremenekDon't use DeclStmt::getDecl() to serialize out DeclStmt...
2008-10-06 Ted KremenekAdd DeclStmt::hasSolitaryDecl() and DeclStmt::getSolita...
2008-10-06 Ted KremenekUse "unsigned" instead of "int" for i to remove a ...
2008-10-06 Anders CarlssonAdd 'x' constraint character.
2008-10-06 Ted KremenekUse the DeclStmt::decl_iterator to get the first decl...
2008-10-06 Ted KremenekIn RewriteFunctionBody, using DeclStmt::decl_iterator...
2008-10-06 Ted KremenekDon't use DeclStmt::getDecl(); this will eventually...
2008-10-06 Ted KremenekIn EmitDeclStmt: use DeclStmt::const_decl_iterator...
2008-10-06 Ted KremenekAdded PrintRawDeclStmt; use this method to print out...
2008-10-06 Ted KremenekUse Decl::decl_iterator instead of walking the ScopedDe...
2008-10-06 Ted KremenekUse DeclStmt::decl_iterator instead of using Decl:...
2008-10-06 Argyrios KyrtzidisThe current semantic process for direct initializers...
2008-10-06 Ted KremenekUse DeclStmt::decl_iterator instead of walking the...
2008-10-06 Ted KremenekAdd const_decl_iterator to DecStmt.
2008-10-06 Ted KremenekUpdate Xcode project.
2008-10-06 Argyrios KyrtzidisImplement support for C++ direct initializers in declar...
2008-10-06 Ted KremenekUpdated checker build.
2008-10-06 Chris Lattnerfix incorrect rdar number.
2008-10-06 Chris Lattner__CONSTANT_CFSTRINGS__ should be defined even in C...
2008-10-06 Chris LattnerMake sema and codegen allow __builtin___CFStringMakeCon...
2008-10-06 Chris LattnerExprConstant should not abort when it sees a pointer...
2008-10-06 Chris Lattneralways try to fold a builtin before emitting it. In...
2008-10-06 Chris LattnerRemove the 'C' / isConstantExpr flag on builtins. ...
2008-10-06 Chris LattnerAdd a Expr::isEvaluatable method, eliminate isBuiltinCo...
2008-10-06 Chris LattnerMove folding of __builtin_classify_type out of the...
2008-10-06 Chris LattnerMove handling of __builtin_nan("") out of CGBuiltin...
2008-10-06 Chris Lattnerremove some code where CGBuiltin folds constants, and...
2008-10-06 Chris Lattnerinstead of making codegen try to know about all of...
2008-10-06 Chris LattnerTeach FloatExprEvaluator to evaluate __builtin_huge_val...
2008-10-06 Chris Lattner"Enhance" CheckArithmeticConstantExpression to accept...
2008-10-06 Chris LattnerAdd a comment that describes tryEvaluate. Make tryEval...
2008-10-06 Chris Lattneradd a new CallExpr::isBuiltinCall() method, and use...
2008-10-06 Anders CarlssonActually use the mmintrin.h header, it's good enough...
2008-10-06 Chris Lattnera more efficient test for __builtin_classify_type
2008-10-06 Zhongxing XuFix typos.
2008-10-06 Anders CarlssonApparently gcc uses pi64 for the shift intrinsics.
2008-10-06 Anders CarlssonAdd the 'y' assembler constraint.
2008-10-06 Argyrios KyrtzidisAllow variadic arguments without named ones for C+...
2008-10-05 Anders CarlssonImplement support for the const and pure attributes.
2008-10-05 Argyrios KyrtzidisA tiny optimization; use isCXXFunctionDeclarator only...
2008-10-05 Chris Lattnermiscellaneous cleanups
2008-10-05 Chris Lattnermove __FLT_EVAL_METHOD__, __FLT_RADIX__, and __DECIMAL_...
2008-10-05 Chris Lattnerit helps when I save the file before testing and commit...
2008-10-05 Chris Lattnersuck the rest of the FP macros out of the targets into...
2008-10-05 Argyrios KyrtzidisAdd some text from the C++ standard and additional...
2008-10-05 Daniel DunbarSet svn:ignore on test/Parser/Output
2008-10-05 Chris Lattnerstart moving fp macros over
2008-10-05 Daniel DunbarAdd script for checking builtin macros verse another...
2008-10-05 Chris Lattnermove a bunch more integer sizing out of target-specific...
2008-10-05 Argyrios KyrtzidisHandle ambiguities between expressions and type-ids...
2008-10-05 Chris Lattnereliminate __USER_LABEL_PREFIX__ from the Targets.cpp...
2008-10-05 Chris Lattnergcc no longer defines __block to nothing when blocks...
2008-10-05 Chris Lattnerrearrange preprocessor macro definitions into language...
2008-10-05 Chris LattnerImplement PR2773, support for __USER_LABEL_PREFIX__
2008-10-05 Chris LattnerFix a problem reported in PR2766 that makes clang rejec...
2008-10-05 Argyrios KyrtzidisFound a subtle bug caused by an implicit enum-to-bool...
2008-10-05 Anders CarlssonAdd parsing of the sentinel attribute. Still need to...
2008-10-05 Anders CarlssonChange indentation for a couple of files in the Xcode...
2008-10-05 Chris LattnerWrap long lines and other minor cleanups, no functional...
2008-10-05 Anders CarlssonRemove copyright notice, we decided not to have them.
2008-10-05 Argyrios KyrtzidisMove the TentativeParsingResult enum closer to where...
2008-10-05 Argyrios KyrtzidisDisambiguate between a declaration or an expression...
2008-10-05 Argyrios KyrtzidisFix Parser::isCXXConditionDeclaration to properly resol...
2008-10-05 Argyrios KyrtzidisDisambiguate between a declaration or expression for...
2008-10-05 Argyrios KyrtzidisConsider GNU attributes when doing ambiguity resolution.
2008-10-05 Zhongxing XuRemove redundant parameter and rename StMgr to StateMgr.
2008-10-05 Daniel DunbarAdd X86 builtin code generation test case.
2008-10-05 Daniel DunbarImprove C language testing coverage.
2008-10-05 Daniel DunbarFix X86 palignr[128] builtins to match LLVM.
2008-10-05 Daniel DunbarAdd some builtins to codegen test case.
2008-10-05 Daniel DunbarMake VectorType printing less broken.
2008-10-05 Daniel DunbarFix another X86 builtin definitions.
2008-10-05 Daniel DunbarFix some X86 builtin definitions.
2008-10-05 Daniel DunbarAdd -rewrite-macros test case.
2008-10-05 Daniel DunbarAllow -verify to be used with -rewrite-macros.
2008-10-05 Daniel DunbarCoverage test for targets.
2008-10-05 Steve NaroffUpdate VC++ project file
2008-10-05 Daniel DunbarImprove codegen coverage tests.
2008-10-05 Daniel DunbarAdd dummy -ast-dump support for ObjC category implement...
next