]> granicus.if.org Git - clang/shortlog
clang
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...
2010-08-09 Fariborz JahanianImplements gcc's -Wstrict-selector-match.
2010-08-09 Douglas GregorWhen attempting to recover from a failed unqualified...
2010-08-09 Douglas GregorInstead of having a specific CXTranslationUnit_* option...
2010-08-09 Sebastian Redl- Make ObjCInterfaceDecl redeclarable, and create separ...
2010-08-09 John ThompsonAdded vecreturn attribute parsing.
2010-08-09 Argyrios KyrtzidisChange warning about incomplete parsing of C++ default...
2010-08-09 Daniel DunbarFix mixed declarations and code warning.
2010-08-09 Douglas GregorMinor libclang tweaks
2010-08-09 Douglas GregorUse precompiled preambles for in-process code completion.
2010-08-09 Jordy RoseAllow EvalBinOpNN to handle expressions of the form...
2010-08-09 Fariborz JahanianWarn if class object does not implement qualified
2010-08-09 Argyrios KyrtzidisRemove a FIXME.
2010-08-09 Argyrios KyrtzidisComplete PCH support for ObjCPropertyImplDecl.
2010-08-09 Argyrios KyrtzidisRevert the dump functions to send output to llvm::errs...
2010-08-09 Argyrios KyrtzidisReplace a parser assertion with a warning, suggestion...
2010-08-09 Argyrios KyrtzidisSupport ObjC implementation decls for PCH.
2010-08-09 Argyrios KyrtzidisRefactor into functions PCH reading/writing the CXXBase...
2010-08-08 Sean HuntRemove C++0x concept keyword tokens since concepts...
2010-08-08 Chandler CarruthFix a few more typos. Amusingly, GCC made the same...
2010-08-08 Chandler CarruthFix some typos I made when adding alternate intrinsic...
2010-08-08 Douglas GregorRevert r110440, the fix for PR4897. Chris claims to...
2010-08-08 Chandler CarruthFix a crash on template delete operators.
2010-08-08 Eli FriedmanMake this test check a few more cases which didn't...
2010-08-08 Chandler CarruthSilence GCC warning about && and || without explicit...
2010-08-08 Eric ChristopherThread local variables aren't considered common linkage.
2010-08-07 Eli FriedmanPR7800: both virtual and non-virtual bases must be...
2010-08-07 Eric ChristopherMake -funroll-loops turn on loop unrolling in the optim...
2010-08-07 Benjamin KramerPush location through the MacroUndefined PPCallback...
2010-08-07 Douglas GregorIntegral-to-pointer conversions are not always null...
2010-08-07 Douglas GregorFix an Objective-C crasher, PR7839.
2010-08-07 Douglas GregorAdd some more tests for reference binding of Objective...
2010-08-07 Douglas GregorAllow reference binding of a reference of Objective...
2010-08-07 John McCallInline a special case of EmitAggregateCopy into EmitNul...
2010-08-07 John McCallNote that a CXXConstructExpr is zeroing when dumping it.
2010-08-07 John McCallStore inheritance paths after CastExprs instead of...
2010-08-07 Chris LattnerCorrect -ftrapv to trap on errors, instead of calling the
2010-08-06 Eli FriedmanPR7837: For qualified id's, make sure the decl context...
2010-08-06 Tom CareRemoved IdempotentOperationChecker from default analysi...
2010-08-06 Ted KremenekFix leaks of ExplicitSpecializationInfo objects by...
2010-08-06 Ted KremenekFix 80 col. violations.
2010-08-06 Ted KremenekNest variable declaration into into 'if' condition...
2010-08-06 Ted KremenekUse 'GenerateNode()' instead of 'GenerateSink()' when...
2010-08-06 Eli FriedmanInitialize variable to work around warning; unfortunate...
2010-08-06 Fariborz JahanianFinishing up block variable layout API by supporting
2010-08-06 Douglas GregorThe pre-increment/pre-decrement grammar in C++ differs...
2010-08-06 Douglas GregorRemove some incorrect assertions when deduction templat...
2010-08-06 Douglas GregorMake sure that we diagnose attribute((overloadable...
2010-08-06 Douglas GregorDefine _INTEGRAL_MAX_BITS for the win32 and win64 targe...
2010-08-06 Abramo BagnaraTemplate keyword should not be ignored building a Quali...
2010-08-06 Douglas GregorFix the #include search path when reading from stdin...
2010-08-06 Douglas GregorDiagnose the use of "inline" on block-scope function...
2010-08-06 Douglas GregorDon't pass -avoid-version to Darwin linker
2010-08-06 Douglas GregorIntroduce implicit conversions between AltiVec vectors...
next