]> granicus.if.org Git - clang/shortlog
clang
2016-11-07 Diana PicusRevert "[OPENMP] Fixed capturing of VLA variables."
2016-11-07 Alexey Bataev[OPENMP] Fixed capturing of VLA variables.
2016-11-07 Craig Topper[AVX-512][Sema] Add more intrinsics to the checks for...
2016-11-07 Eric LiuDeduplicate replacements by FileEntry instead of file...
2016-11-05 Daniel Jasperclang-format: Better support for CUDA's triple brackets.
2016-11-04 Olivier Goffart[test] Test that static_assert is properly visited...
2016-11-04 Olivier Goffart[python bindings] Expose CXCursor_FriendDecl as CursorK...
2016-11-04 Chandler CarruthAdd some more asserts to clearly indicate that there...
2016-11-04 Olivier Goffart[index] Expose FriendDecl
2016-11-04 Chandler CarruthDelete a trivially true check for a variable 'S' being...
2016-11-04 Chandler CarruthAdd an assert to further check the invariant that a...
2016-11-04 Serge PavlovEnhancement to test for -ast-print
2016-11-04 Chandler CarruthRemove no-op checks for a null CodeCompleter. We have...
2016-11-04 Serge PavlovDo not print enum underlying type if language is not...
2016-11-03 Hongbin ZhengRemove the unused POLLY_LINK_LIBS for linking polly...
2016-11-03 Adrian PrantlAdd debug info support for C++11 inline namespaces.
2016-11-03 Richard SmithImprove obvious-most-derived-type devirtualization:
2016-11-03 Chandler CarruthInstead of resetting the pointer, or releasing it which...
2016-11-03 Chandler CarruthUsing release to free memory is at best confusing ...
2016-11-03 Akira HatanakaFix spelling mistake.
2016-11-03 Malcolm ParsonsFixed column shift when formatting line containing...
2016-11-03 Samuel AntaoRename the version of ConstructJob for multiple outputs...
2016-11-03 Akira Hatanaka[Sema] Avoid instantiating templates only when Uncompil...
2016-11-03 Jonathan CoeSupport for Python 3 in libclang python bindings
2016-11-03 Malcolm ParsonsRemove redundant calls to std::string::data()
2016-11-03 Serge PavlovReverted r285882 (Enhancement to test for -ast-print)
2016-11-03 Olivier GoffartFix heuristics skipping invalid ctor-initializers with...
2016-11-03 Serge PavlovEnhancement to test for -ast-print
2016-11-03 Vedant Kumar[Sema] Remove a dead assignment, NFC.
2016-11-03 George Burgess IV[CodeGen] Use StringRef. NFC.
2016-11-03 Eric Fiselier[Sema] Allow static_cast<T&&>(e) to check explicit...
2016-11-03 Richard SmithUpdate manglings for C++17 noexcept function types...
2016-11-02 Richard SmithTeach clang-query to dump types. I couldn't find any...
2016-11-02 Argyrios Kyrtzidis[index] Fix assertion hit when handling a declaration...
2016-11-02 Jordan RoseDon't require nullability on template parameters in...
2016-11-02 Artem Dergachev[analyzer] StdLibraryFunctions: provide platform-specif...
2016-11-02 Erich Keaneregcall: Implement regcall Calling Conv in clang
2016-11-02 Alex LorenzSimplify the test case from r285289.
2016-11-02 Alex LorenzAdd a note that points to the linkage specifier for...
2016-11-02 Reid Kleckner[asan] Use the dynamic ASan runtime if -shared-libasan...
2016-11-02 Aaron BallmanTurn on the /bigobj switch for RecursiveASTVisitorTest...
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-11-02 Richard SmithMore forcibly resolve exception specifications when...
2016-11-02 Peter CollingbourneBitcode: Change reader interface to take memory buffers.
2016-11-01 Devin Coughlin[analyzer] Fix capitalization in ObjCSuperDealloc check...
2016-11-01 Michal Gorny[test] Fix detecting LLVM zlib support in stand-alone...
2016-11-01 NAKAMURA Takumiclang/test/CodeGenOpenCL/convergent.cl: Satisfy -Assert...
2016-11-01 Yaxun Liu[OpenCL] Mark group functions as convergent in opencl-c.h
2016-11-01 Alexey Bader[OpenCL] Override supported OpenCL extensions with...
2016-11-01 Nemanja Ivanovic[PowerPC] Implement vector shift builtins - clang portion
2016-11-01 Michael Zuckerman[x86][inline-asm][clang] accept 'v' constraint
2016-11-01 Alex Lorenz[www] Fix a typo on the analyzer website
2016-11-01 Manuel KlimekFix parenthesized assert (nfc).
2016-11-01 Nemanja Ivanovic[PPC] Add vec_absd functions to altivec.h
2016-11-01 Daniel Jasperclang-format: Fix bug in function reference qualifier...
2016-11-01 Daniel Jasperclang-format: Fix incorrect pointer detection.
2016-11-01 Daniel Jasperclang-format: [JS] Fix incorrect space when "as" is...
2016-11-01 Daniel Jasperclang-format: Fix incorrect binary operator detection.
2016-11-01 Daniel Jasperclang-format: [JS] Fix formatting of generator functions.
2016-11-01 Daniel Jasperclang-format: [JS] Fix space when for is used as regula...
2016-11-01 Craig Topper[AVX-512] Remove masked vector insert builtins and...
2016-11-01 Argyrios Kyrtzidis[index] Avoid using a RecursiveASTVisitor for Syntactic...
2016-11-01 Richard SmithImplement ABI proposal for throwing noexcept function...
2016-11-01 Richard Smithp0012: Teach resolving address of overloaded function...
2016-11-01 Peter CollingbourneBitcode: Simplify BitstreamWriter::EnterBlockInfoBlock...
2016-11-01 Tim Shen[ReachableCode] Skip over ExprWithCleanups in isConfigu...
2016-10-31 Eric Fiselier[modules] Mark deleted functions as implicitly inline...
2016-10-31 Evgeniy Stepanov[cfi] Fix missing !type annotation.
2016-10-31 Argyrios Kyrtzidis[index] Fix repeated visitation of the same InitListExp...
2016-10-31 Malcolm Parsons[ASTMatcher] Add CXXNewExpr support to hasDeclaration
2016-10-31 John McCallA compound literal within a global lambda or block...
2016-10-31 Artem Dergachev[analyzer] Allow undefined values in performTrivialCopy.
2016-10-31 Artem Dergachev[analyzer] MacOSXAPIChecker: Improve warnings for __blo...
2016-10-31 Richard SmithAdd comment explaining this mysterious macro name.
2016-10-31 Victor LeschukDebugInfo: support for DW_TAG_atomic_type
2016-10-31 Nemanja IvanovicNFC - Reorder test case names in a PPC test case
2016-10-31 Michael ZuckermanFixing problem with CodeGen/avx512-kconstraints-att_inl...
2016-10-31 David MajnemerAdd a warning flag for warn_alloca_align_alignof
2016-10-31 Richard SmithWhen diagnosing that a defaulted function is ill-formed...
2016-10-31 David Majnemer[Sema] Warn when alignof is used with __builtin_alloca_...
2016-10-31 Artem Dergachev[analyzer] MacOSXAPIChecker: Disallow dispatch_once_t...
2016-10-31 Michael Zuckerman[x86][inline-asm][AVX512][clang][PART-1] Introducing...
2016-10-31 David MajnemerUse toCharUnitsFromBits instead of TargetInfo::getCharWidth
2016-10-31 Michael Zuckerman[x86][inline-asm] Add support for curly brackets escape...
2016-10-31 Ulrich Weigand[SystemZ] Add -march=archX aliases
2016-10-31 Michael Zuckermansecond attempt at r285565.
2016-10-31 Daniel JasperSkip over AnnotatedLines with >50 levels of nesting...
2016-10-31 Daniel Jasperclang-format: [JS] Fix missing space after 'yield'.
2016-10-31 Michael Zuckermanrevert r285563 fail in test CodeGen/avx512-inline-asm...
2016-10-31 Michael Zuckerman [x86][inline-asm] Introducing (AVX512) k0-k7 registers...
2016-10-31 Rafael EspindolaFix this test when we have clang-offload-bundler.exe.
2016-10-31 Alexey Bader[OpenCL] Setting constant address space for array initi...
2016-10-31 Michael ZuckermanRevert reviosion 285555
2016-10-31 Michael Zuckerman[x86][inline-asm] Introducing (AVX512) k0-k7 registers...
2016-10-31 Elad Cohen[Modules] Add a command line option for loading the...
2016-10-31 Craig Topper[AVX-512] Add a regular expression to a test that was...
2016-10-31 Craig Topper[AVX-512] Use selectd instead of selectps for _mm256_ma...
2016-10-31 David MajnemerAdd support for __builtin_alloca_with_align
2016-10-31 Serge PavlovMake output of ast-print closer to C++ code
2016-10-31 Craig Topper[AVX-512] Remove masked vector extract builtins and...
next