]> granicus.if.org Git - clang/shortlog
clang
2011-05-06 Sean HuntModify some deleted function methods to better reflect...
2011-05-06 Eli FriedmanDon't emit nsw flags for vector operations; there's...
2011-05-06 Eli FriedmanFix a couple of comments.
2011-05-06 Eli FriedmanAdd an implementation of thunks for varargs methods...
2011-05-06 Douglas GregorIntroduce a new libclang parsing flag,
2011-05-06 Axel NaumannReset the emitted initializers.
2011-05-06 Joerg SonnenbergerMove logic for passing down -mrelax-all / -relax-all...
2011-05-06 Anders CarlssonWarn when trying to call a pure virtual member function...
2011-05-06 Joerg SonnenbergerRename ContainsCompileAction to ContainsCompileOrAssemb...
2011-05-06 Sean HuntDo defaulted constructors properly.
2011-05-06 Sean HuntRevert r130912 in order to approach defaulted functions...
2011-05-05 Richard SmithSlight tweak to alias template error handling: don...
2011-05-05 Richard SmithUpdate www: we now mangle references to function parame...
2011-05-05 Fariborz Jahaniantype of last arg of objc_assign_ivar is ptrdiff_t.
2011-05-05 Richard SmithImplement support for C++0x alias templates.
2011-05-05 Fariborz Jahanian__alignof attribute on the field must consider
2011-05-05 Douglas GregorWhen the environment variable LIBCLANG_RESOURCE_USAGE...
2011-05-05 Eli FriedmanPR9849: Fix _mm_setr_pi32 and friends to actually work...
2011-05-05 Daniel Dunbartests: Force a triple in this test (so uint128 is present).
2011-05-05 Fariborz JahanianWhen instantiating a block expression, the instantiated
2011-05-05 Devang PatelDo not drop uint128 on the floor.
2011-05-05 Douglas GregorScoped enumerations should not be treated as integer...
2011-05-05 Douglas GregorWhen providing code completions for an Objective-C...
2011-05-05 Argyrios KyrtzidisIntroduce a Diagnostic::Report function that accepts...
2011-05-05 Ted KremenekPlace "incompatible pointer types assigning..." warning...
2011-05-05 Ted KremenekAdd Checker callback for running a checker at the end...
2011-05-05 Sean HuntImplement some framework for defaulted constructors.
2011-05-05 Daniel DunbarFrontend: Fix a crash in CC_LOG_DIAGNOSTICS handling.
2011-05-05 Matt Beaumont-GayLook through block pointers and ObjC object pointers
2011-05-05 Douglas GregorWith invalid overloaded operators, we can get into...
2011-05-05 Nick LewyckyPreserve the full name of the file, so that '-c -o...
2011-05-05 Sean HuntChange cycle detection to be based off of a warning...
2011-05-04 Douglas GregorWhen adding KVC code completions, keep track of all...
2011-05-04 Sean Huntthere i fixed it
2011-05-04 Ted KremenekASTUnit::LoadFromASTFile(): recover the resources from...
2011-05-04 Douglas GregorClean up Sema::BuildCXXNestedNameSpecifier()'s creation...
2011-05-04 Matt Beaumont-GayImplement Sema::isExprCallable.
2011-05-04 Douglas GregorWhen converting an integral template argument value...
2011-05-04 Bill WendlingPack ivar offsets together.
2011-05-04 Nick LewyckyRecord where the GCOV data files should be placed.
2011-05-04 Bill WendlingSimplification noticed by Chris.
2011-05-04 Daniel Dunbartests: Tweak test to at least use a standard arch,...
2011-05-04 Fariborz JahanianAnd a test case for my last patch.
2011-05-04 Fariborz JahanianMore ms_struct bitfield stuff:
2011-05-04 Argyrios KyrtzidisChange test/PCH/cxx-static_assert.cpp so that it doesn...
2011-05-04 Axel NaumannFrom Vassil Vassilev:
2011-05-04 Axel NaumannAdd C++ include paths for libstdc++ with Ubuntu 11...
2011-05-04 Sean HuntImplement a better version of delegating constructor...
2011-05-04 Nick LewyckyNo, fix this use after free properly.
2011-05-04 Bill WendlingConvert the non-temporal store builtins to LLVM-native IR.
2011-05-04 Nick LewyckyFix use after free through StringRef.
2011-05-04 John McCallType prefixes of unresolved-names should only be mangle...
2011-05-04 Ted KremenekEnhance clang_getCXTUResourceUsage() to return the...
2011-05-04 Sean HuntImplement serialization of delegating constructors.
2011-05-04 Sean HuntEnsure that delegating constructor loop detection uses...
2011-05-04 Sean HuntFix the delegating constructors test to not rely on...
2011-05-04 Douglas GregorWhen tag lookup finds something ambiguous, and we're...
2011-05-04 Richard TrieuFix a typo in a test.
2011-05-04 Douglas GregorIntroduce a new libclang API, clang_isFileMultipleInclu...
2011-05-03 Argyrios KyrtzidisIntroduce ASTUnit::LoadFromCompilerInvocationAction...
2011-05-03 Sean HuntEnsure that destructors are properly inovked when an...
2011-05-03 Fariborz JahanianOnly the first zero-length bitfield decides alignment of
2011-05-03 Sean HuntMove the AST modifications to after the cycle detection in
2011-05-03 Douglas GregorExtend -Wnon-pod-memset to also encompass memcpy()...
2011-05-03 Devang PatelSilence warnings.
2011-05-03 Fariborz JahanianFinish off rules for z-length bitfields in ms_struct
2011-05-03 Sean HuntFix delegating constructors stylistic issues.
2011-05-03 Douglas GregorSeparate the -Wnon-pod-memset warnings into two separat...
2011-05-03 Benjamin KramerRemove unused but set variable.
2011-05-03 Argyrios KyrtzidisFix a double free when parsing malformed code. Fixes...
2011-05-03 Chandler CarruthWhen parsing a template friend declaration we dropped...
2011-05-03 Douglas GregorOnly check the use of memset() if we're refering to...
2011-05-03 Bruno Cardoso... Add a few ARM coprocessor builtins. The llvm side of...
2011-05-03 Jeffrey YasskinRemove several more rvalue references from swap argumen...
2011-05-03 Lenny MaioraniRemoving strncpy() checking in CString checker for...
2011-05-03 Devang PatelUpdate metadata id number in string compare check.
2011-05-03 Daniel DunbarRevert r130750, "Make the mno flags match GCC. Patch...
2011-05-03 Michael J.... Make the mno flags match GCC. Patch by Alexander Best!
2011-05-03 Ted KremenekUse the canonical decl when generating the locations...
2011-05-02 Richard TrieuAdded an assert to IntegerLiteral to ensure that the...
2011-05-02 Devang PatelFunction with internal linkage name do not have mangled...
2011-05-02 Devang PatelDo not try to get mangled name of block helpers. Apply...
2011-05-02 Ted KremenekTweak the retain/release checker to not stop tracking...
2011-05-02 Eric ChristopherAdd the -mstackrealign option which just communicates...
2011-05-02 Daniel DunbarDriver/Darwin: Honor --sysroot= when invoking the linke...
2011-05-02 Chad RosierFixed test case asserts due to checkin of r130710.
2011-05-02 Devang PatelEmit debug info for __destroy_helper_block_ and __copy_...
2011-05-02 Eli FriedmanSkip extra copy from aggregate where it isn't necessary...
2011-05-02 Ted KremenekAugment retain/release checker to not warn about tracke...
2011-05-02 Chad RosierWhen using -std= flag added check to make sure language...
2011-05-02 Lenny MaioraniImplements strncasecmp() checker and simplifies some...
2011-05-02 Chandler CarruthDon't abuse reinterpret cast to do something the API...
2011-05-02 Manuel KlimekAdds a test for the command line parser when a quoted...
2011-05-02 Argyrios KyrtzidisAdd a warning for when reinterpret_cast leads to undefi...
2011-05-02 Eli FriedmanSwitch CallArgList from an std::pair to a new CallArg...
2011-05-02 Eli FriedmanSimplify code a bit by using CallArgList::add. No...
2011-05-02 Rafael EspindolaDisable CFI if not using the integrated assembler....
2011-05-02 Fariborz JahanianMore rule enforcement of zero bitfields for ms_struct.
2011-05-02 NAKAMURA Takumilib/Frontend/InitHeaderSearch.cpp: Tweak AddPath()...
2011-05-02 NAKAMURA Takumitest/CodeGenCXX/vtable-debug-info.cpp: It does not...
next