]> granicus.if.org Git - clang/shortlog
clang
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...
2013-04-14 Richard SmithCodeGen support for function-local static thread_local...
2013-04-14 Rafael EspindolaRemoved #if 0 code that doesn't compiled if uncommented.
2013-04-14 Richard SmithDiagnose if a __thread or _Thread_local variable has...
2013-04-14 Anna Zaks[analyzer] Add a link to the Building a Checker in...
2013-04-14 Simon Atanasyan[Mips] Support -mmicromips / -mno-micromips command...
2013-04-14 Simon Atanasyan[Mips] Fix indentation.
2013-04-14 Simon Atanasyan[Mips] Follow-up to r179481. Reduce code duplication...
2013-04-14 Simon Atanasyan[Mips] Follow-up to r179481. Consider "single-float...
2013-04-14 Rafael EspindolaAdd driver support for fedora 18 on ARM.
2013-04-14 John McCallHandle incompatible redeclarations of library builtins...
2013-04-14 Simon Atanasyan[Mips] Remove "single" from the list of valid MIPS...
2013-04-13 Rafael EspindolaSimplify test so that it is more portable.
2013-04-13 Simon AtanasyanRemove duplicated comment.
2013-04-13 Richard SmithAnnotate flavor of TLS variable (statically or dynamica...
2013-04-13 Richard SmithUse MapVector rather than simulating it.
2013-04-13 Argyrios KyrtzidisSpeed-up ObjCMethodDecl::getOverriddenMethods().
2013-04-13 Argyrios KyrtzidisIntroduce SourceManager::getDecomposedIncludedLoc,...
2013-04-13 Richard SmithGive this test a triple so that its use of thread_local...
2013-04-13 John McCallDon't replace an existing decl in the scope chains...
2013-04-12 Daniel DunbarHeaders: Don't try to use RSIZE_MAX unless we are frees...
2013-04-12 Anton Yartsev[analyzer] Enable NewDelete checker if NewDeleteLeaks...
2013-04-12 Daniel DunbarHeaders: Add support for ISO9899:2011 rsize_t.
2013-04-12 Anton YartsevNewDeleteLeaks is a subchecker of NewDelete checker...
2013-04-12 Richard SmithParsing support for thread_local and _Thread_local...
2013-04-12 Richard Smithtl;dr: Teach Clang to work around g++ changing its...
2013-04-12 Douglas Gregor<rdar://problem/13643854> Only emit ambiguous-expansion...
2013-04-12 Anton Yartsev[analyzer] Makes NewDeleteLeaks checker work independen...
2013-04-12 Bob WilsonDefine Neon intrinsics as "static inline" to avoid...
2013-04-12 Chad RosierAdd test case for r179403.
2013-04-12 Chad RosierAdd test case for r179399.
2013-04-12 Anna Zaks[analyzer] Print a diagnostic note even if the region...
2013-04-12 Anna Zaks[analyzer]Print field region even when the base region...
2013-04-12 Chad RosierAdd test case for r179383 and r179393.
2013-04-12 Jyotsna VermaDisable following tests for Hexagon:
2013-04-12 Argyrios Kyrtzidis[libclang] Introduce clang_Location_isInSystemHeader...
2013-04-12 Benjamin KramerSema: Give a typically small DenseMap some inline capacity.
2013-04-12 Manuel KlimekRevamps structural error detection / handling.
2013-04-12 Daniel JasperFix clang-format-diff.py script.
2013-04-12 Daniel JasperProvide better emacs integration.
2013-04-12 Jordan Rose[analyzer] Fix grammar in comment.
2013-04-12 Jordan Rose[analyzer] Show "Returning from ..." note at caller...
2013-04-12 Jordan Rose[analyzer] Don't emit extra context arrow after returni...
2013-04-12 Rafael EspindolaRemove REQUIRES now that r179237 fixed the real problem.
2013-04-12 Douglas GregorMake sure we have the include paths we need
2013-04-12 Douglas Gregor<rdar://problem/13615607> Include SDK version informati...
2013-04-11 Chad RosierAdd test case for r179343.
2013-04-11 Chad RosierTest case for r179339.
2013-04-11 John McCallFlail at trying to appease various linuxy buildbots.
2013-04-11 Manman RenStruct-path aware TBAA: uniformize scalar tag and path...
2013-04-11 John McCallFix the driver logic for recent versions of DragonFly.
2013-04-11 Chad RosierUpdate test case for r179323.
2013-04-11 Reid KlecknerWiden the checks in the ms abi memptr test to work...
2013-04-11 Jyotsna VermaExclude test30 of Sema/return.c for Hexagon since setjm...
2013-04-11 Bob WilsonAdd a new -mimplicit-float option for symmetry with...
2013-04-11 Reid KlecknerFollow Jordan's advice and use {{^}} and {{$}} for...
2013-04-11 Reid Kleckner[ms-cxxabi] Implement member pointer emission and deref...
next