]> granicus.if.org Git - clang/shortlog
clang
2012-01-31 Chris LattnerConstantArray::get() (for strings) is going away, use
2012-01-31 Ted KremenekDon't warn about -Wshorten-64-to-32 in unreachable...
2012-01-31 Ted KremenekMake a bunch of local functions 'static'.
2012-01-31 Chris Lattnerenhance some optimization logic to handle ConstantDataS...
2012-01-31 Richard Smithconstexpr: catch a collection of integral undefined...
2012-01-31 Argyrios KyrtzidisReapply r149311 which I reverted by mistake.
2012-01-31 Chandler CarruthRevert r149083 which is not the direction we're going...
2012-01-31 Argyrios KyrtzidisRevert r149311 which failed to compile.
2012-01-31 Nico WeberFix "long double" and __SIZE_TYPE__ on powerpc, now...
2012-01-31 Richard Smithconstexpr: remove integral conversion overflow checking...
2012-01-31 Nico WeberLet %S, %ls, %C match 16bit types in NSStrings.
2012-01-31 Eli FriedmanClean up switch in Expr::CanThrow. No functional change.
2012-01-31 Ted KremenekMinor refactor within ExplodedGraph::reclaimRecentlyAll...
2012-01-31 Ted KremenekConvert checker over to using ProgramStateRef.
2012-01-31 Fariborz Jahanianfix test.
2012-01-31 Ted KremenekConvert ProgramStateRef to a smart pointer for managing...
2012-01-31 Ted KremenekConvert more uses of 'const ProgramState *' to 'Program...
2012-01-30 Nico WeberRevert r149285, it breaks test/Preprocessor/init.c.
2012-01-30 Fariborz Jahaniantest for a v-table dispatch that consumes an
2012-01-30 Richard Smithconstexpr: disallow signed integer overflow in integral...
2012-01-30 Nico WeberFix "long double" and __SIZE_TYPE__ on powerpc.
2012-01-30 Douglas GregorRemove tgmath.h from the module map for now, because...
2012-01-30 Fariborz Jahanianobjc-arc: Perform null check on receiver before sending...
2012-01-30 Anna Zaks[analyzer] Rename the checker as per Ted's comment...
2012-01-30 Jean-Daniel... Disable "non literal format string" for NSString that...
2012-01-30 Anna Zaks[analyzer] Make osx.cocos.CFContainersSyntax a default...
2012-01-30 Douglas GregorFix typo spotted by Sebastian. Thanks!
2012-01-30 John McCallPer discussion on cxx-abi-dev, don't drop leading zeroe...
2012-01-30 Benjamin KramerSmallBitVectorize the deduced parameter set.
2012-01-30 Chandler CarruthFix yet another issue introduced when renaming '-ccc...
2012-01-30 Craig TopperRemove long dead code for handling vector shift by...
2012-01-30 Jean-Daniel... Update on format attribute handling.
2012-01-30 Craig TopperRemove custom handling for cmpsd/cmpss/cmppd/cmpps...
2012-01-30 Craig TopperCleanup 3dnow builtin handling. Most of them were alrea...
2012-01-30 Anna Zaks[analyzer] Add index out of bounds check for CFArrayGet...
2012-01-30 Douglas GregorIntroduce TargetInfo::hasFeature() to query various...
2012-01-30 Chris LattnerSimplify code by using the new getAggregateElement...
2012-01-30 Douglas GregorThread a TargetInfo through to the module map; we'll...
2012-01-30 NAKAMURA TakumiCMake: Promote the testing targets out of folders on...
2012-01-29 Douglas GregorJust disable the compiler-builtins module test on MSVC...
2012-01-29 Douglas GregorTeach tgmath.h to only include <complex.h> if it's...
2012-01-29 Douglas GregorTry to get useful diagnostics out of the failing MSVC...
2012-01-29 Douglas GregorAlternate fix to the modules failures that doesn't...
2012-01-29 Douglas GregorIf there's no math.h, then tgmath.h should just be...
2012-01-29 Douglas GregorTemporary disable the -verify on this test in the hope...
2012-01-29 Douglas GregorIntroduce a module map for (some of) the compiler-supplied
2012-01-29 Fariborz Jahanianrevert r149184
2012-01-29 Douglas GregorSwitch over to LLVM's file-level locking facility
2012-01-29 Douglas GregorUpdate line numbers. Sigh
2012-01-29 Douglas GregorAlso require a proper shell
2012-01-29 Douglas GregorEnsure that we clean up after a failed module build...
2012-01-29 Douglas GregorImplement code completion support for module import...
2012-01-29 Douglas GregorRework HeaderSearch's interface for getting a module...
2012-01-29 Douglas GregorTest module lookup within a subdirectory of a normal...
2012-01-29 John McCallWhen emitting an ARC epilogue that looks like a return...
2012-01-29 John McCallGet a little bit smarter about killing off the ReturnVa...
2012-01-29 John McCallComplain about attempts to use 'protected' visibility...
2012-01-28 Fariborz Jahanianobjc-arc: Perform null check on receiver before sending...
2012-01-28 Benjamin KramerMake the __builtin_c[lt]zs builtins target independent.
2012-01-28 Bob WilsonUse defined-at-zero behavior for CLZ/CTZ builtins on...
2012-01-28 Benjamin KramerStaticAnalyzer: Move ObjC- and CXX-specific methods...
2012-01-28 Abramo BagnaraAdded tests for template keyword presence.
2012-01-28 Argyrios KyrtzidisDiagnosticsEngine::setMappingToAllDiagnostics() does...
2012-01-28 Douglas GregorAllow the external AST source to provide a layout witho...
2012-01-27 Jean-Daniel... Remove the "C" in "implicitly declaring C library funct...
2012-01-27 Douglas GregorIntroduce module attributes into the module map grammar...
2012-01-27 Abramo BagnaraAdded source location for the template keyword in AST...
2012-01-27 Jean-Daniel... Remove redundant checks.
2012-01-27 Abramo BagnaraAvoid redundant NNS qualification in constructor/destru...
2012-01-27 Argyrios KyrtzidisAdd test for -Wno-everything.
2012-01-27 Argyrios KyrtzidisDue to a bug, -Wno-everything works like -Weverything...
2012-01-27 Argyrios KyrtzidisIn FixItRecompile::BeginInvocation() reset the diagnost...
2012-01-27 Douglas GregorReimplement (de-)serialization of Objective-C categorie...
2012-01-27 John McCallBe sure to emit delayed diagnostics after parsing the...
2012-01-27 Richard Smithconstexpr: Implement the [dcl.constexpr]p5 check for...
2012-01-27 Argyrios KyrtzidisIn FixItRecompile::BeginInvocation(), check the return...
2012-01-27 Matt Beaumont-GayPlacate gcc's -Wreturn-type
2012-01-27 NAKAMURA Takumitest/Driver/prefixed-tools.c: Disable this on win32...
2012-01-27 NAKAMURA Takumitest/Driver/prefixed-tools.c: Fix newline at end-of...
2012-01-26 Eli FriedmanTurn off implicit truncation warning for compound assig...
2012-01-26 Ted KremenekTeach ccc-analyzer about -fobjc-abi-version.
2012-01-26 Eli FriedmanMake the bitfield implicit truncation warning slightly...
2012-01-26 Joerg SonnenbergerRemove the ToolTriple logic in NetBSD, which was comple...
2012-01-26 Bob WilsonMake clz/ctz builtins defined for zero on ARM targets...
2012-01-26 Joerg SonnenbergerRemove obviously incorrect branch.
2012-01-26 Joerg SonnenbergerKeep track of the original target the user specified...
2012-01-26 Ted KremenekChange references to 'const ProgramState *' to typedef...
2012-01-26 Fariborz Jahanianobjc-arc: introduce -no-finalize-removal which in gc...
2012-01-26 John McCallDon't suppress access-control or invalid-type diagnosti...
2012-01-26 Douglas GregorTry harder to get X7 defined
2012-01-26 Argyrios KyrtzidisChange HasMutableFields to HasOnlyCMembers and consider...
2012-01-26 Douglas GregorDon't separately serialize the list of instance variabl...
2012-01-26 Douglas GregorForce layout of more of the unions and structures in...
2012-01-26 Fariborz Jahanianobjc: 'id' and block pointer compare in mergeTypes is
2012-01-26 NAKAMURA TakumiAST/ExprConstant.cpp: Silence a warning on ms cl.exe...
2012-01-26 Chandler CarruthSuppress any warnings from this test. They aren't inter...
2012-01-26 Douglas GregorExtend the ExternalASTSource interface to allow the...
2012-01-26 Eric ChristopherUse createRecordFwdDecl here since that's what we're...
2012-01-26 Eric ChristopherRevert previous patch unifying all of the C++ record...
2012-01-26 Bob WilsonFix a minor bug in r148582, which made -ccc-host-triple...
next