]> granicus.if.org Git - clang/shortlog
clang
2010-06-27 Jordy RoseImplicitly compare symbolic expressions to zero when...
2010-06-27 Chris Lattnermerge two tests.
2010-06-27 Chris LattnerChange IR generation for return (in the simple case...
2010-06-26 Chris Lattnerreduce indentation
2010-06-26 Chris LattnerImplement rdar://7530813 - collapse multiple GEP instru...
2010-06-26 Ted KremenekAllow '__extension__' to be analyzed in a lvalue context.
2010-06-26 Chris Lattnerminor cleanup: don't emit the base of an array subscrip...
2010-06-26 Chris Lattnerfix inc/dec to honor -fwrapv and -ftrapv, implementing...
2010-06-26 Chris Lattnermove scalar inc/dec codegen into ScalarExprEmitter...
2010-06-26 Chris Lattneruse more efficient type comparison predicates.
2010-06-26 Chris LattnerFix unary minus to trap on overflow with -ftrapv, refac...
2010-06-26 Chris LattnerImplement support for -fwrapv, rdar://7221421
2010-06-26 Chris Lattnerimplement rdar://7432000 - signed negate should codegen...
2010-06-26 Chris LattnerImplement support for #pragma message, patch by Michael...
2010-06-26 Anders CarlssonChange EmitReferenceBindingToExpr to take a decl instea...
2010-06-26 Anders CarlssonAdd function for mangling reference temporaries.
2010-06-26 Charles DavisMangle pointer and (lvalue) reference types in the...
2010-06-26 Daniel DunbarRemove cruft that I didn't intend to commit.
2010-06-26 Bob WilsonAdd a missing dependency to try to fix a buildbot failure.
2010-06-25 Ted KremenekRelax assertion since non-pod C++ classes are not aggre...
2010-06-25 Ted KremenekAdd support for CXXRecordDecl in CFGRecStmtDeclVisitor.
2010-06-25 Daniel Dunbarclang: Derive version name from LLVM unless specified...
2010-06-25 Jordy RoseWhen a constant size array is casted to another type...
2010-06-25 Ted KremenekAdd dead stores C++ test case that was previously asser...
2010-06-25 Ted KremenekUse TypeSourceInfo to help determine the SourceRange...
2010-06-25 Fariborz JahanianTry making BuildBot happy again.
2010-06-25 Fariborz JahanianTest case for pr7490.
2010-06-25 Ted KremenekAdd "checker caching" to GRExprEngine::CheckerVisit...
2010-06-25 Ted KremenekFix -analyze-display-progress (once again), this time...
2010-06-25 Fariborz JahanianMinor change to my last patch to fix PR7490.
2010-06-25 Eric ChristopherTranslate numbers properly.
2010-06-25 Fariborz JahanianIRGen for trivial initialization of dynamiccaly allocated
2010-06-25 Tom CareChange RegionStoreManager::Retrieve to infer the type...
2010-06-25 Daniel Dunbarbuild: Get CLANG_VERSION from Version.inc instead of...
2010-06-25 Daniel Dunbarbuild: Add a generated Version.inc file instead of...
2010-06-25 Argyrios KyrtzidisSupport NonTypeTemplateParmDecl for PCH.
2010-06-25 Argyrios KyrtzidisMake PCHWriter::FlushStmts() robust. If we added null...
2010-06-25 Argyrios KyrtzidisSupport DependentTemplateSpecializationType and Elabora...
2010-06-25 Argyrios KyrtzidisAdd forgotten breaks in case statements.
2010-06-25 Benjamin KramerA bug I've introduced in STDIN handling surfaced a...
2010-06-25 Argyrios KyrtzidisSupport UnresolvedLookupExpr for PCH.
2010-06-25 Argyrios KyrtzidisSupport UnresolvedMemberExpr for PCH.
2010-06-25 Argyrios KyrtzidisPrint source location when we encounter unhandled state...
2010-06-25 Chris LattnerI don't know when I committed this, but it's probably...
2010-06-25 Chandler CarruthImplement dependent alignment attribute support. This...
2010-06-25 Fariborz JahanianAdd comment for my last patch.
2010-06-25 John ThompsonFixed another double-char in PPC-specific asm constraints.
2010-06-24 John ThompsonAdded PPC-specific asm constraints, PS3 configuration...
2010-06-24 Eric ChristopherRemove HAS_TLS define.
2010-06-24 Fariborz JahanianFixes a regression when redeclaration of a global satic
2010-06-24 Fariborz JahanianRenamed selactor-expr-lvalue.mm to selector-expr-lvalue.mm.
2010-06-24 Ted KremenekReturn null pointer instead of 'false' (fixes clang...
2010-06-24 Zhongxing XuAdd check for illegal whence argument of fseek.
2010-06-24 Zhongxing XuShould return stateNotNull.
2010-06-24 Zhongxing XuLet StreamChecker::CheckNullStream() return a GRState...
2010-06-24 Benjamin KramerDon't depend on system headers in clang -cc1 tests.
2010-06-24 Argyrios KyrtzidisSupport a couple more C++ Exprs for PCH.
2010-06-24 Argyrios KyrtzidisFix broken de/serialization for a couple of C++ Exprs.
2010-06-24 Eric ChristopherMore clang support for darwin tls. Add a __has_feature...
2010-06-24 Fariborz JahanianPatch to correctly mangle block helper functions
2010-06-23 Ted KremenekAdd 'VisitEndAnalysis' callback to Checker class. ...
2010-06-23 Duncan SandsAdd parentheses suggested by gcc.
2010-06-23 Daniel DunbarRevert "Tweak tests to hopefully fix include of limits...
2010-06-23 Daniel DunbarDriver: Add make variable to allow disabling default...
2010-06-23 Ted KremenekAdd USR tests for ObjC class extensions.
2010-06-23 Daniel DunbarTweak tests to hopefully fix include of limits.h on...
2010-06-23 Sebastian RedlAdd isArrayType() to CanProxy's forwarders.
2010-06-23 Argyrios KyrtzidisSupport C++ class template specializations and partial...
2010-06-23 Argyrios KyrtzidisModify ClassTemplateSpecializationDecl and ClassTemplat...
2010-06-23 Chris Lattnerimprove altivec vector bool/pixel support, patch by...
2010-06-23 Chris Lattnerpolish the -finstrument-functions implementation, patch...
2010-06-23 Zhongxing Xuadd comments.
2010-06-23 Zhongxing Xuadd comments.
2010-06-22 Ted KremenekCorrectly construct an ElementRegion for alloca() ...
2010-06-22 Douglas GregorString literals enclosed in parentheses are still string
2010-06-22 Douglas GregorMake c++ and C++ valid extensions for C++ source files...
2010-06-22 Douglas GregorVector types are not arithmetic types, either. Note...
2010-06-22 Fariborz JahanianPatch to provide separate ASTs for multiple ObjC class...
2010-06-22 Douglas GregorTeach Type::isRealType() that vector types are never...
2010-06-22 Douglas GregorType Type::isRealFloatingType() that vectors are not...
2010-06-22 Daniel DunbarSupport -mios-version-min= as an alias for -miphoneos...
2010-06-22 Douglas GregorChange Type::isFloatingType() to reflect the actual...
2010-06-22 Daniel DunbarDriver: Remove some dead code left around after a refac...
2010-06-22 Ted KremenekDon't assert on C++ casts that are currently not handle...
2010-06-22 Fariborz JahanianTrying to make BuildBot happy again (related to PR7431).
2010-06-22 Argyrios KyrtzidisRead/write CXXDeleteExpr from/to PCH.
2010-06-22 Douglas GregorDon't allow vector conversions to sneak in under the...
2010-06-22 Fariborz JahanianFixes a problem in generation of meta-data for
2010-06-22 Anders CarlssonSwitch over to the new caching version of getMangledName.
2010-06-22 Anders CarlssonAdd a new variant of getMangledName that caches the...
2010-06-22 Anders CarlssonAdd GlobalDecl::getCanonicalDecl.
2010-06-22 Douglas GregorWhen we ask for the enumerators of an EnumDecl, make...
2010-06-22 Douglas GregorIn C++, allow a declaration of an enum to follow a...
2010-06-22 Argyrios KyrtzidisFix PR7180.
2010-06-22 Argyrios KyrtzidisSupport emitting/reading function templates to/from...
2010-06-22 Argyrios Kyrtzidis-Introduce PCHReader::ReadTemplateArgumentLoc()
2010-06-22 Argyrios KyrtzidisMake it easier to read/write the template part of Funct...
2010-06-22 Benjamin KramerSilence warning about C++-style comments.
2010-06-22 Zhongxing XuAdd a bunch of stream APIs to SteamChecker.
2010-06-22 Douglas GregorApply array-to-pointer decay when instantiating a Membe...
next