]> granicus.if.org Git - clang/shortlog
clang
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...
2013-04-11 Argyrios Kyrtzidis[PCH] Change test/PCH/headersearch.cpp to use -emit...
2013-04-11 Argyrios Kyrtzidis[libclang] Improve a doxygen comment, as suggested...
2013-04-11 Jyotsna VermaHexagon: Remove -g option from the assembler command...
2013-04-11 Argyrios Kyrtzidis[libclang] Have clang_getCXXAccessSpecifier() also...
2013-04-11 Daniel JasperChange clang-format's affinity for breaking after retur...
2013-04-11 Reid KlecknerFix failing dependencies-and-pp.c test
2013-04-11 Reid KlecknerUse lit's internal shell runner on Windows for Clang...
2013-04-11 Reid KlecknerFileCheck-ify more grep tests with quoted double quotes
2013-04-11 Daniel JasperFix formatting of overloaded assignment operators.
2013-04-11 Ryan Govostes[analyzer] Factor common code from {SymSym,SymInt,IntSy...
2013-04-11 NAKAMURA TakumiARCMigrate/Transforms.h: Remove \arg in comment. [...
2013-04-11 John McCallDrop ObjCIndirectCopyRestoreExprs during template insta...
2013-04-11 Argyrios Kyrtzidis[libclang] Expose record layout info via new libclang...
2013-04-11 Jordan RoseForce a load when creating a reference to a temporary...
2013-04-11 Anton Yartsev[analyzer] Refactoring: better doxygen comment; renamin...
2013-04-10 Fariborz Jahaniancomment parsing. Add couple more needed doxygen tags.
2013-04-10 Adrian Prantlget rid of stdio.h include in testcase
2013-04-10 Adrian Prantladd mips target requirement to testcase
2013-04-10 Anna Zaks[analyzer] Address Jordan’s review of r179219
2013-04-10 Anna Zaks[analyzer] Address Jordan’s code review of r 179221
2013-04-10 Anton Yartsev[analyzer] +Testcase: several used-after-free args...
2013-04-10 Anton Yartsev[analyzer] Switched to checkPreCall interface for detec...
2013-04-10 Jack CarterMips specific inline asm memory operand modifier test...
next