]> granicus.if.org Git - clang/shortlog
clang
2010-08-13 Fariborz JahanianMake use of __func__ in a block actually refer to
2010-08-12 John McCallJust disable the hidden-visibility optimization for...
2010-08-12 Douglas GregorTeach CompilerInstance to create and hold on to the...
2010-08-12 Tom CareSmall changes to UnreachableCodeChecker
2010-08-12 Douglas GregorAdd a ParseAST overload that takes a Sema object, so...
2010-08-12 Tom CareImproved IdempotentOperationChecker false positives...
2010-08-12 Fariborz JahanianTypo.
2010-08-12 Fariborz JahanianPatch to issue warning when colllection expresion's...
2010-08-12 John McCallImplement -Wcast-align. The initial design of this...
2010-08-12 John McCallFixing the build isn't good enough; back out r110956...
2010-08-12 John McCalldgregor should write code that compiles.
2010-08-12 Douglas GregorUpdate Xcode project
2010-08-12 Douglas GregorAdd a ParseAST overload that takes a Sema object, so...
2010-08-12 Fariborz JahanianFixes block type matching bug. Radar 8302845.
2010-08-12 Douglas GregorMove Sema's headers into include/clang/Sema, renaming...
2010-08-12 Dan GohmanRevert r110936; this fails on clang-i686-darwin10 too.
2010-08-12 Anton Yartsevfirst test commit
2010-08-12 Douglas GregorDowngrade error about nonnull attribute bbeing applied...
2010-08-12 Devang PatelMake this test darwin only.
2010-08-12 Douglas GregorDon't emit end-of-file diagnostics like "unterminated...
2010-08-12 Dan GohmanTemporarily disable this failing test, until it can...
2010-08-12 Argyrios KyrtzidisAdd a comment.
2010-08-12 Abramo BagnaraAdded locations and type source info for DeclarationNam...
2010-08-12 Jordy RoseRemove OwnershipAttr::Kind, since it's essentially...
2010-08-12 John McCallTest for rdar://problem/8073696.
2010-08-12 John McCallHandle the obvious case for diagnosing redeclarations...
2010-08-12 Jordy RoseActually use reduced set of checkers in EvalAssume.
2010-08-12 Daniel DunbarFrontend: Move the bulk of the cc1_main() processing...
2010-08-12 Daniel Dunbarclang -cc1: Move real diagnostics client initialization...
2010-08-12 John McCallBail out of MaybeBindToTemporary if the record type...
2010-08-12 John McCallImplement RTTI generation for Objective C types. Fixes...
2010-08-12 John McCallFix a crash on invalid when declaring an implicit membe...
2010-08-12 Daniel DunbarDriver: Use the compile time linker version as the...
2010-08-12 Devang PatelEmit debug info for static const class member.
2010-08-12 Devang Patelupdate test to reflect r110876 change.
2010-08-11 John McCallDon't try to implicitly declare special members of...
2010-08-11 Tom CareFix a bug where child statements could not be identifie...
2010-08-11 Argyrios KyrtzidisSwitch on PCH for C++. C++ fans all over the world...
2010-08-11 Daniel DunbarDriver/Darwin: Pass -demangle when linking, if the...
2010-08-11 Daniel DunbarDriver: Add -mlinker-version=, which forwards to -targe...
2010-08-11 Daniel DunbarFrontend: Add -target-linker-version, for specifying...
2010-08-11 Eli FriedmanFix oversight with symbolic names in TargetInfo::valida...
2010-08-11 Argyrios Kyrtzidis-Make TokenID of IdentifierInfo read-only, remove setTo...
2010-08-11 John McCallRevise r110163: don't mark weak functions nounwind...
2010-08-11 Abramo BagnaraAdded locations and type source info for DeclarationName.
2010-08-11 Douglas GregorOnce code completion has completed, pass a "completion...
2010-08-11 Fariborz JahanianChange text of diagnostics on user request.
2010-08-11 Devang PatelEmit a stop point for delegate constructor call. This...
2010-08-11 John McCallWhen re-raising an exception after a cleanup, we need...
2010-08-11 Eli FriedmanWork in progress for PR7864. Someone more familiar...
2010-08-11 Bruno Cardoso... Remove rsqrtps_nr256 and sqrtps_nr256 builtins, at...
2010-08-11 Fariborz JahanianUpdate documentation regarding use of 'class' in
2010-08-11 Sebastian RedlReintroduce the ASTConsumer/ASTUnit fix from r110610...
2010-08-11 Bruno Cardoso... Fix define inserting a comma :)
2010-08-11 Fariborz JahanianIRGen support for functions returning objc object
2010-08-11 Douglas GregorAdd a (currently unused) "options" parameter to
2010-08-11 Daniel DunbarRemove wpa 'example', it isn't being maintained.
2010-08-11 Benjamin KramerRandom temporary string cleanup.
2010-08-11 Douglas GregorIf name lookup finds different type declarations in...
2010-08-11 Douglas GregorFix a thinko in the creation of temporary files for...
2010-08-11 Douglas GregorSpeculatively revert r110610 " Make ObjCInterfaceDecl...
2010-08-11 Zhongxing XuMemRegion can refer to ASTContext without external...
2010-08-11 Daniel Dunbartests: Add a missing -Xclang.
2010-08-11 Daniel DunbarARM: Recognize single precision float register names.
2010-08-11 Daniel DunbarARM: Swap which registers we consider real / aliases...
2010-08-11 Douglas GregorImprove our handling of user-defined conversions when...
2010-08-11 Bruno Cardoso... Remove 256-bit cast built-ins and make the AVX intrinsi...
2010-08-11 John McCallMake this test a little less dependent on exact optimiz...
2010-08-11 Bruno Cardoso... Remove 256-bit unpack built-ins and make the AVX intrin...
2010-08-11 Bruno Cardoso... Remove 256-bit shuffle built-ins and make the AVX intri...
2010-08-11 John ThompsonFix for pr7869, inline asm mult-alt constraints.
2010-08-11 John McCallFix a bug in @finally emission in both the fragile...
2010-08-11 Ted KremenekHave GRCoreEngine record the blocks where analysis...
2010-08-10 Ted KremenekAdd test case for <rdar://problem/8288645>. While...
2010-08-10 John ThompsonSomething's wrong with this test on other platforms...
2010-08-10 Fariborz JahanianFix test to not depend on objc.h header.
2010-08-10 Devang PatelSimplify
2010-08-10 Devang PatelTest case for llvm r110712.
2010-08-10 Daniel Dunbartests: Avoid unnecessary redirection.
2010-08-10 Daniel Dunbartests: Tests which include system headers must use...
2010-08-10 John ThompsonSlightly revised handling of mult-alt constraints,...
2010-08-10 John McCallWhen initializing a static local, pop the guard-abort...
2010-08-10 Fariborz Jahanianan objective-c++ test for -Wstrict-selector-match
2010-08-10 Devang PatelDo not use DIGlobalVariable to emit debugging informati...
2010-08-10 Fariborz JahanianFix a spurious warning when message sent to qualified-id
2010-08-10 Ted KremenekTurn on idempotent operations checker when using -...
2010-08-10 Devang PatelSimplify code and add comments, in code that generate...
2010-08-10 Daniel DunbarDriver/FreeBSD: Infer the right arch name in the presen...
2010-08-10 Douglas GregorTeach the libclang cursor visitor to walk into the...
2010-08-10 Douglas GregorEliminate unnecessary uses of TemporaryBase in TreeTran...
2010-08-10 Abramo BagnaraFixed redundant NNS loading.
2010-08-10 Abramo BagnaraAdded TypeLocs to VAArgExpr node.
2010-08-10 Abramo BagnaraAdded TypeLocs to TypesCompatibleExpr node.
2010-08-10 Devang PatelEven if a constant's evaluated value is used, emit...
2010-08-10 Eli FriedmanFix redefinition of typedefs of fixable variably-modifi...
2010-08-10 Bruno Cardoso... Make replicate intrinsics use shufflevector instead...
2010-08-10 Bruno Cardoso... Use i32 instead of i8 for AVX dot product intrinsic
2010-08-10 Devang PatelThere is no need to pubish file static variable's name...
2010-08-10 Rafael EspindolaRun the assembler instead of gcc on Linux.
2010-08-10 Bruno Cardoso... Consider the last argument of vblend builtin to be...
next