]> granicus.if.org Git - clang/shortlog
clang
2011-01-13 Fariborz JahanianGenerate write-barriers for global objc
2011-01-13 Peter CollingbourneMove name mangling support from CodeGen to AST. In the
2011-01-13 Douglas GregorOnly apply the parameter pack matching of C++0x [temp...
2011-01-13 Douglas GregorFix a test case
2011-01-13 Douglas GregorWhen your comments and your code are out-of-sync, the...
2011-01-13 Douglas GregorAdd tests for name mangling of variadic templates.
2011-01-13 Zhongxing XuCXXBaseObjectRegion is like FieldRegion. Need to blast...
2011-01-13 Zhongxing XuSupport inlining base initializers. We still haven...
2011-01-13 Zhongxing XuAdd comments.
2011-01-13 Ted KremenekFix a corner case in RegionStore where we assign
2011-01-13 Ted KremenekRename 'HasGeneratedNode' to 'hasGeneratedNode'
2011-01-13 Ted KremenekRemove unnecessary save-and-restore of the
2011-01-13 Ted KremenekRemove CheckerContext's dependence on setting
2011-01-13 John McCallEnsure an insertion point at the end of a statement...
2011-01-13 Chris Lattneroptimize out a temporary sys::Path
2011-01-13 Rafael EspindolaOnly add unnamed_addr to definitions.
2011-01-13 Douglas GregorAllow us to transform pack expansion expressions.
2011-01-13 Douglas GregorImplement C++0x [temp.arg.template]p3, which allows...
2011-01-12 Michael J.... replace all uses of PathV1::IsSymlink with PathV2:...
2011-01-12 Douglas GregorRefactor and simplify Sema::TemplateParameterListsAreEq...
2011-01-12 Douglas GregorAdd the location of the right parenthesis of a C++...
2011-01-12 Douglas GregorAdd IR generation support for SizeOfPackExpr.
2011-01-12 Douglas GregorAdd some more partial-ordering tests, including one...
2011-01-12 Douglas Gregorwint_t is defined as 'unsigned int' on Linux. Fixes...
2011-01-12 Anders CarlssonUpdate Xcode project.
2011-01-12 Douglas GregorTeach TreeTransform how to transform a pack expansion...
2011-01-12 Jay FoadPR3558: mark "logically const" accessor methods in...
2011-01-12 Zhongxing XuAdd some documentation for C++ static analyzer.
2011-01-12 Zhongxing XuAdd cast expr kinds to CheckerVisitor.def.
2011-01-12 John McCallFix a latent bug where, after emitting an expression...
2011-01-12 Daniel DunbarDriver: Change -dumpversion to return a GCC compatible...
2011-01-12 John McCallSlight bugfix to the attribute-distribution logic for...
2011-01-11 Rafael EspindolaSet unnamed_addr in every type info.
2011-01-11 Francois PichetAdd a comment for r123231.
2011-01-11 Douglas GregorAdd TemplateArgument::CreatePackCopy() to create a...
2011-01-11 Rafael EspindolaSet unnamed_addr in VTTs.
2011-01-11 Douglas GregorImplement partial ordering of class template partial...
2011-01-11 Rafael EspindolaSet unnamed_addr for type infos that we are confortable...
2011-01-11 Rafael EspindolaAdd unnamed_addr to vtables.
2011-01-11 Eric ChristopherAdd back 122079 so we can ignore the argument some...
2011-01-11 Argyrios Kyrtzidis[analyzer] Introduce ObjCSelfInitChecker, which checks...
2011-01-11 Argyrios Kyrtzidis[analyzer] Support post-visiting ObjCIvarRefExprs for...
2011-01-11 Argyrios Kyrtzidis[analyzer] Add 'bool ignorePrefix' parameter to cocoa...
2011-01-11 Argyrios Kyrtzidis[analyzer] Add 'isLoad' parameter in Checker::visitLoca...
2011-01-11 Douglas GregorAdd another test for [temp.func.order]p5/[temp.deduct...
2011-01-11 Douglas GregorImplement C++ [temp.func.order]p5 more directly, by...
2011-01-11 Bob WilsonRemove special handling for opaque Neon vector types.
2011-01-11 Ted KremenekRemove ProgramPoint parameter from GenericNodeBuilder...
2011-01-11 Douglas GregorAdd example from C++0x [temp.deduct.type]p21, which...
2011-01-11 Abramo BagnaraAdded warning about invalid register specification...
2011-01-11 Francois PichetIn Microsoft mode, force 64 bit hex integer constants...
2011-01-11 Francois PichetMicrosoft integer suffix changes:
2011-01-11 Francois PichetRename GenericNodeBuilder to GenericNodeBuilderRefCount...
2011-01-11 Ted KremenekRework ExprEngine::processCFGBlockEntrance()
2011-01-11 Ted KremenekRemove several silly methods from ento::CoreEngine
2011-01-11 Douglas GregorEnsure that the result type of an Objective-C class...
2011-01-11 Douglas GregorWhen mapping from a function parameter pack to the...
2011-01-11 Ted KremenekRename misc. methods in ento::Worklist to start
2011-01-11 Ted KremenekRename misc. methods in GRSubEngine to start
2011-01-11 Douglas GregorImplement the last bullet of [temp.deduct.type]p5 and...
2011-01-11 Michael J.... Replace all uses of PathV1::isDirectory with PathV2...
2011-01-11 Douglas GregorMake sure that we parse a '>>' that closes two template...
2011-01-11 Douglas GregorWhen we're inside a functional cast, '>' is an operator...
2011-01-11 Devang PatelFix debug info for __block variable referenced outside...
2011-01-11 Douglas GregorAdd testing for unexpanded parameter packs in all of...
2011-01-11 Rafael EspindolaAdd unnamed_addr to constructors and destructors.
2011-01-10 Bob WilsonMove DefaultABIInfo::classifyReturnType where it belong...
2011-01-10 Matt Beaumont-GayOnly traverse template argument locations if we actuall...
2011-01-10 Rafael EspindolaAdd unnamed_addr when creating artificial string global...
2011-01-10 Douglas GregorImplement more of C++0x [temp.arg.explicit]p9, allowing...
2011-01-10 Bob WilsonFix a comment typo.
2011-01-10 Bob WilsonNEON vector support for ARM is in pretty good shape...
2011-01-10 Douglas GregorRepent for my copy-and-paste sins, factoring out the...
2011-01-10 Douglas GregorFactor out the code to set up template argument deducti...
2011-01-10 Zhongxing XuRemove dead code.
2011-01-10 Zhongxing XuFix CMakeLists.txt.
2011-01-10 Zhongxing XuRevert r123160. There are linking dependency problems.
2011-01-10 Douglas GregorWork-in-progress implementation of C++0x [temp.arg...
2011-01-10 Douglas GregorUnbreak the CMake build.
2011-01-10 Zhongxing XuExprEngine.cpp and AnalysisConsumer.cpp should not...
2011-01-10 Zhongxing XuAdd some expression kinds to CheckerVisitor.def.
2011-01-10 Zhongxing XuIn C++, assignment and compound assignment operators...
2011-01-10 Zhongxing XuThe isPrefix() checking is redundant. Lvalue incrementa...
2011-01-10 Michael J.... Replace all uses of PathV1::exists with PathV2::fs...
2011-01-10 Zhongxing XuFix comment.
2011-01-09 Francois PichetDon't crash if SpecString is an empty string.
2011-01-09 Benjamin KramerMake a helper function static.
2011-01-08 Sean HuntRename CXXCtorInitializer::BaseOrMember to Initializee...
2011-01-08 Sean HuntRenamed CXXBaseOrMemberInitializer to CXXCtorInitialize...
2011-01-08 Sean HuntCheck for delegating constructors and (currently) retur...
2011-01-08 Chandler CarruthRemove a kludge from analysis based warnings that used...
2011-01-08 Ted KremenekAdd semantic checking that the "thousands grouping"
2011-01-08 Ted KremenekAdd printf format string parsing support for '
2011-01-07 Eric ChristopherFix typo.
2011-01-07 Douglas GregorVariadic templates example: a nearly-complete implement...
2011-01-07 Ted KremenekFix crash in CFGBuilder on invalid code. We still...
2011-01-07 Douglas GregorVariadic templates example: a nearly-complete implement...
2011-01-07 Douglas GregorWhen instantiating the arguments to an initializer...
2011-01-07 Douglas GregorFix a valgrind error when transforming function prototy...
2011-01-07 Roman DivackyUse -check-prefix to make it clear the test is SVR4...
next