]> granicus.if.org Git - clang/shortlog
clang
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...
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...
next