]> granicus.if.org Git - clang/shortlog
clang
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...
2010-06-22 Douglas GregorAttempt to fix test
2010-06-22 Fariborz JahanianPer Chris's comment, remove another static (this one
2010-06-22 Chris Lattnerimplement support for -finstrument-functions, patch...
2010-06-21 Douglas GregorAlter the internal representation of the condition...
2010-06-21 Fariborz JahanianAvoid using a local static for providing lexical
2010-06-21 Douglas GregorZero out a stale pointer
2010-06-21 Douglas GregorWhen semantic analysis fail to introduce a class or...
2010-06-21 Ted KremenekUpdate checker build.
2010-06-21 Fariborz JahanianTest case for PR7431 by Nico Weber.
2010-06-21 Fariborz JahanianIn fragile-abi (32bit mode abi) generate global symbol
2010-06-21 Fariborz JahanianIn supporting init-priority, globals with the same...
2010-06-21 Tom CareBug 7377: printf checking fails to flag some undefined...
2010-06-21 Anders CarlssonFix an Obj-C++ miscompile when calling an Obj-C method...
2010-06-21 Ted KremenekAdd CXType support for querying the return type of...
2010-06-21 Chris Lattneraccept and ignore two more gcc warning flags.
2010-06-21 Ted KremenekAdd CXType support for FunctionNoProto and FunctionProt...
2010-06-21 Jordy RoseWhen folding additive operations, convert the values...
2010-06-21 Jordy RoseIf a nonnull argument evaluates to UnknownVal, don...
2010-06-21 Fariborz JahanianUse more efficient API of SmallVector/array_pod_sort
2010-06-21 Ted KremenekAdd clang_getCursorType() support for @property declara...
2010-06-21 Fariborz JahanianIRGen for implementation of init-priority attribute.
2010-06-21 Douglas GregorInstantiations subject to an explicit template instanti...
2010-06-21 Fariborz JahanianFixes a corner case bug whereby declaring and defining...
2010-06-21 Argyrios KyrtzidisCombine ClassTemplateDecl's PreviousDeclaration with...
2010-06-20 Nate BegemanImplement remaining codegen for NEON, all operations...
2010-06-20 Argyrios KyrtzidisSupport PCH emitting/reading of using declarations.
2010-06-20 Benjamin KramerAdd braces to avoid an ambiguous else, fixing a GCC...
2010-06-20 Jordy RoseAdds analyzer support for idempotent and tautological...
2010-06-20 Jordy RoseCasting to void* or any other pointer-to-sizeless type...
2010-06-19 Argyrios KyrtzidisCure for Doug's insomnia.
2010-06-19 Argyrios KyrtzidisInclude a hack to allow loading of templated CXXRecordD...
2010-06-19 Argyrios KyrtzidisInitial support for reading templates from PCH.
2010-06-19 Argyrios KyrtzidisInitial support for writing templates to PCH.
2010-06-19 Anton KorobeynikovMore AltiVec support.
2010-06-19 Chris Lattneradd a libs-only target to the clang makefile, patch...
2010-06-19 Eli FriedmanFix for PR7415: refactor CodeGenModule::MayDeferGenerat...
2010-06-19 Chris LattnerFix PR7097, a bad interaction between -fno-use-cxa...
2010-06-18 Fariborz JahanianMore Sema Check and a test case for init_priority attr.
2010-06-18 Jordy RoseFold additive constants, and support comparsions of...
2010-06-18 Chris Lattnerintroduce a new CharSourceRange class, and enhance...
2010-06-18 Douglas GregorA trivial fix for a test case that's too horrible to...
next