]> granicus.if.org Git - clang/shortlog
clang
2013-04-18 Manuel KlimekMultiple improvements to the AST matcher tutorial.
2013-04-18 Benjamin KramerReject asm output constraints that consist of modifiers...
2013-04-18 Benjamin KramerAdd llvm_unreachable at end of fully covered switch...
2013-04-18 Argyrios Kyrtzidis[Parser] Handle #pragma pack/align inside C structs.
2013-04-18 Richard TrieuSwitch the note order for -Woverloaded-shift-op-parenth...
2013-04-18 Richard TrieuUpdate the -Wparentheses tests to check that fix-its...
2013-04-18 Anna Zaks[analyzer] Tweak getDerefExpr more to track DeclRefExpr...
2013-04-17 Anna Zaks[analyzer] Improve dereferenced expression tracking...
2013-04-17 Bob WilsonAdd description of -Ofast optimization option to the...
2013-04-17 Anna Zaks[analyzer] Gain more precision retrieving the right...
2013-04-17 Anna Zaks[analyzer] Allow TrackConstraintBRVisitor to work when...
2013-04-17 Argyrios Kyrtzidis[Modules] Use global index to improve typo correction...
2013-04-17 Nico WeberAdd support for gcc's spelling of -fcolor-diagnostics.
2013-04-17 Daniel Dunbar[tests] Only include stdint.h if we are in freestanding...
2013-04-17 Fariborz Jahanian[document parsing]: When tag declaration (but not defin...
2013-04-17 Chad RosierTest cases for r179719.
2013-04-17 Jordan RoseFix off-by-one error in #pragma clang system_header.
2013-04-17 Richard SmithPR15755: don't drop parameter packs when dropping param...
2013-04-17 Benjamin KramerSema: Remove unused variable.
2013-04-17 Jordan Rose[analyzer] Don't warn for returning void expressions...
2013-04-17 Alexander KornienkoUnified token breaking logic: support for line comments.
2013-04-17 Eric ChristopherRevert r179671 and just pass a triple to the test for...
2013-04-17 Richard SmithDR974: Lambdas can have default arguments.
2013-04-17 Andy GibbsImplemented #pragma GCC warning/error in the same mould...
2013-04-17 Manuel KlimekThis corrects problems in the LibASTMatchers tutorial.
2013-04-17 Timur IskhodzhanovSet SRet flags properly in '-cxx-abi microsoft'.
2013-04-17 Douglas GregorFix PR15291: noreturn adjustment in overload resolution...
2013-04-17 Andy GibbsExtended VerifyDiagnosticConsumer to also verify source...
2013-04-17 Daniel JasperSmall improvements to clang-format documentation and...
2013-04-17 Eric ChristopherAdd a bit of a hack to deal with a failing testcase...
2013-04-17 Eric ChristopherRemove dead option.
2013-04-17 Richard TrieuAdd warning group -Woverloaded-shift-op-parentheses...
2013-04-17 Argyrios KyrtzidisCorrect the range returned by ParmVarDecl::getSourceRan...
2013-04-17 Jordan Rose[analyzer] Merge C++ status page into Open Projects.
2013-04-17 Jordan Rose[analyzer] Open Projects: grammar, phrasing, formatting
2013-04-17 Chad RosierTest cases for r179655.
2013-04-17 Argyrios KyrtzidisUse the extra info in global method pool to speed up...
2013-04-17 Argyrios KyrtzidisIn ASTContext::getOverriddenMethods, call overridden_me...
2013-04-17 Argyrios KyrtzidisEnhance the ObjC global method pool to record whether...
2013-04-16 Michael Gottesman[6/6] ARM Neon Intrinsic Tablegen Test Generator.
2013-04-16 Michael Gottesman[5/6] ARM Neon Intrinsic Tablegen Test Generator.
2013-04-16 Michael Gottesman[4/6] ARM Neon Intrinsic Tablegen Test Generator.
2013-04-16 John McCallDon't propagate around TargetOptions in IR-gen; we...
2013-04-16 John McCallStandardize accesses to the TargetInfo in IR-gen.
2013-04-16 John McCallDon't put too much thought into whether or not to capture a
2013-04-16 Michael Gottesman[3/6] ARM Neon Intrinsic Tablegen Test Generator.
2013-04-16 Ted KremenekMake test portable.
2013-04-16 Ted Kremenek[analyzer] Add experimental option "leak-diagnostics...
2013-04-16 Anna Zaks[analyzer] Add Open Projects page to the analyzer website
2013-04-16 John McCallobjc_autoreleasePoolPop() can throw if a -dealloc does.
2013-04-16 Fariborz JahanianTrying fixing test to make buildbot happy again.
2013-04-16 Michael Gottesman[2/6] ARM Neon Intrinsic Tablegen Test Generator.
2013-04-16 Ted KremenekProperly sort list.
2013-04-16 Ted KremenekFactor CheckerManager to be able to pass AnalyzerOption...
2013-04-16 Ted KremenekRemove unused "getConfig()" method. A new way is to...
2013-04-16 Michael Gottesman[1/6] ARM Neon Intrinsic Tablegen Test Generator.
2013-04-16 Tareq A. SirajSema for Captured Statements
2013-04-16 Benjamin Kramerrewrite-includes: Rewrite __has_include(_next) to get...
2013-04-16 Tareq A. SirajImplement CapturedStmt AST
2013-04-16 Tareq A. SirajParser support for #pragma clang __debug captured
2013-04-16 Daniel Dunbar[Modules] Convert module specific -fno-modules-autolink...
2013-04-16 Fariborz Jahanianmodify test to try to make buildbot happy.
2013-04-16 Jyotsna VermaRemove setjmp.h header file from Sema/return.c test...
2013-04-16 Douglas GregorFix PR4296: Add parser detection/error recovery for...
2013-04-16 Jyotsna VermaUse -emit-llvm for the following tests to stop them...
2013-04-16 Douglas GregorFix handling of atomic shift operations, from Serge...
2013-04-16 Fariborz JahanianObjective-C IRGen. Use llvm::WeakVH
2013-04-16 Rafael EspindolaSuppress unused warning on static inline function templ...
2013-04-16 Jakob Stoklund... Add support for sparcv9 targets.
2013-04-16 John McCallBasic support for Microsoft property declarations and
2013-04-16 Rafael EspindolaCorrectly propagate the storage class to function templ...
2013-04-16 Anna Zaks[analyzer] Improve the malloc checker stack hint message
2013-04-15 Anna Zaks[analyzer] Do not crash when processing binary "?:...
2013-04-15 Anna Zaks[analyzer] Add pretty printing to CXXBaseObjectRegion.
2013-04-15 Anna Zaks[analyzer] Address code review for r179395
2013-04-15 Anna Zaks[analyzer] Add more specialized error messages for...
2013-04-15 Daniel JasperBreak after multiline parameters.
2013-04-15 Jordan Rose[analyzer] Don't assert on a temporary of pointer-to...
2013-04-15 Joey GoulyRemove some dead code that has not been used since...
2013-04-15 Jordan Rose[analyzer] Be lazy about struct/array global invalidati...
2013-04-15 Jordan Rose[analyzer] Re-enable using global regions as a symbolic...
2013-04-15 Jordan Rose[analyzer] Properly invalidate global regions on opaque...
2013-04-15 Jordan Rose[analyzer] Tests: move system functions into system...
2013-04-15 Argyrios KyrtzidisRevert "Speed-up ObjCMethodDecl::getOverriddenMethods()."
2013-04-15 Rafael EspindolaRemove XFAIL now that the test is standalone.
2013-04-15 Argyrios Kyrtzidis[PCH/test] Make test/PCH/cxx-typeid.cpp self-contained...
2013-04-15 Alexander KornienkoFix unused variable warning with assertions disabled.
2013-04-15 Rafael EspindolaUse llvm::sys::IsBigEndianHost.
2013-04-15 Alexander KornienkoUnified token breaking logic for strings and block...
2013-04-15 Timur IskhodzhanovAdd a missing space
2013-04-15 Rafael EspindolaRemove hasExternalLinkageUncached.
2013-04-15 Rafael EspindolaFix the storage class of method instantiations.
2013-04-15 Tim NorthoverRemove reference to MSVC only building X86 backend.
2013-04-15 Richard SmithLocal thread_local variables are implicitly 'static...
2013-04-15 Richard SmithProperly check for a constant initializer for a thread...
2013-04-15 Richard SmithAdd triple to another test.
2013-04-15 Richard SmithAdd triples to these tests since they're now using...
2013-04-15 Nadav RotemAdd a new flag -vectorize-slp-aggressive to enable...
2013-04-15 Nadav RotemRename the slp-vectorizer clang/llvm flags. No function...
2013-04-15 Dmitri GribenkoComment command table: use inheritance instead of dupli...
next