]> granicus.if.org Git - clang/shortlog
clang
2016-06-06 Aaron BallmanAdding an AST matcher to ignore parenthesis in *types...
2016-06-06 Devin CoughlinRevert "Reapply "[analyzer] Add checker for correct...
2016-06-06 Rafael EspindolaAdd a release note about the --build-id change.
2016-06-06 Devin CoughlinReapply "[analyzer] Add checker for correct usage of...
2016-06-06 Mike SpertusFix typo in last submission to visualize proper templat...
2016-06-06 Mike SpertusBetter Visual Studio visualization of TemplateArgument...
2016-06-06 Devin CoughlinRevert "[analyzer] Add checker for correct usage of...
2016-06-06 Devin Coughlin[analyzer] Add checker for correct usage of MPI API...
2016-06-06 Vedant Kumar[docs] Clarify limitations section of SourceBasedCodeCo...
2016-06-06 Joerg SonnenbergerGive FileCheck a hint on which ld to match. Under Windo...
2016-06-06 Daniel Sanders[mips] The default ABI depends on the CPU not the Arch...
2016-06-06 Eric Liu[clang-format] make header guard identification stricte...
2016-06-06 Daniel Sanders[mips] The P5600 does not support N32/N64 since it...
2016-06-06 Daniel Sanders[mips] Replace almost all Arch checks in MipsTargetInfo...
2016-06-06 Craig Topper[AVX512] Convert masked palignr builtins directly to...
2016-06-06 Mike SpertusSlightly improve Visual Studio visualization of clang...
2016-06-05 Michael ZuckermanFixing problem with rsqrt28_sd
2016-06-05 Michael Zuckerman[Clang][AVX512]Adding set4 intrinsics
2016-06-05 Michael Zuckerman[Clang][AVX512][Intrinsics] Adding two definitions...
2016-06-05 NAKAMURA Takumicheck-clang: LTO, aka libLTO.so, was redundant here...
2016-06-04 Joerg SonnenbergerAdd PIE magic for NetBSD. Add tests for the correct...
2016-06-04 Craig Topper[AVX512] Remove 512-bit andnot tests from the avx512vl...
2016-06-04 Craig Topper[X86] Use unsigned types for vector arithmetic in intri...
2016-06-04 Craig Topper[AVX512] Remove space in -1 constants. NFC
2016-06-04 Saleem AbdulrasoolSema: do not attempt to sizeof a dependent type
2016-06-04 Taewook OhRevert commit r271708
2016-06-04 Bruno Cardoso... [Modules] Improve diagnostics for LockFileManager errors
2016-06-04 Richard SmithPR27989: only enqueue binary operators into the data...
2016-06-03 Saleem AbdulrasoolCodeGen: correct assertion
2016-06-03 Manman RenBump libclang API minor version after r271351.
2016-06-03 Taewook OhUse the name of the file on disk to issue a new diagnos...
2016-06-03 Taewook Oh[Title] Revert test commit
2016-06-03 Taewook OhTest commit
2016-06-03 Rafael EspindolaDon't pass --build-id to ld by default.
2016-06-03 Ismail DonmezFix test for LLVM_LIBDIR_SUFFIX=64 case.
2016-06-03 Hans WennborgObj-C: Fix assert-on-invalid (PR27822)
2016-06-03 Sjoerd MeijerRAS extensions are part of ARMv8.2.
2016-06-03 Eric Liu[clang-format] skip empty lines and comments in the...
2016-06-03 Daniel Sanders[mips] Slightly simplify MipsTargetInfo::setDataLayout...
2016-06-03 Sjoerd MeijerAdd a few missing Clang regression tests for Cortex...
2016-06-02 Rafael EspindolaDelete configure left over.
2016-06-02 NAKAMURA TakumiclangFrontend: Make intrinsics_gen optional for standal...
2016-06-02 Pavel Labath[cmake] Fix-up r271533
2016-06-02 Vedant Kumar[docs] Add a limitations section to SourceBasedCodeCove...
2016-06-02 Pavel Labath[cmake] Fix builds with LLVM_ENABLE_PIC=0
2016-06-02 NAKAMURA TakumiSuppress clang/test/CodeGen/lifetime-asan.c for targeti...
2016-06-02 Sjoerd MeijerThis adds target support and tests for Cortex-A73
2016-06-02 Asaf Badouh[X86][AVX512] add intrinsics of Scalar FP to integer
2016-06-02 Michael Zuckerman[Clang][AVX512][INTRINSICS] adding round cvt and fix...
2016-06-02 Vedant Kumar[docs] Fix misplaced comma
2016-06-02 Vedant Kumar[docs] Minor formatting changes and typo fixes
2016-06-02 Vedant Kumar[docs] Use cpp code-blocks where appropriate
2016-06-02 Vedant Kumar[docs] Add missing newline to console section
2016-06-02 Vedant Kumar[docs] Document the source-based code coverage feature
2016-06-02 Vitaly Buka[asan] Added -fsanitize-address-use-after-scope flag
2016-06-02 NAKAMURA Takumiclang/test/Driver/android-ndk-standalone.cpp: Tweak...
2016-06-02 Manman RenFixIt: use getLocForEndOfToken to insert fix-it after...
2016-06-02 Vitaly BukaSummary: Remove unused option
2016-06-01 Chih-Hung Hsieh[driver][arm] change regular expression to work on...
2016-06-01 Simon Pilgrim[X86][SSE] Replace (V)CVTTPS2DQ and VCVTTPD2DQ truncati...
2016-06-01 Etienne Bergeron[Sema] Fix incorrect enum token namespace
2016-06-01 Chih-Hung Hsieh[driver][arm] add armv7 and thumb include and lib paths
2016-06-01 Jan VeselyDisable warning about core features by default
2016-06-01 Jan VeselyFixup list of available extensions
2016-06-01 Manman RenObjC lifetime: pull sugar off when the qualifiers conflict.
2016-06-01 Martin Probstclang-format: [JS] no ASI on `import {x as\n y}`.
2016-06-01 Martin Probstclang-format: [JS] Sort imported symbols.
2016-06-01 Aaron BallmanIt seems we need to add SemaExpr.cpp to the /bigobj...
2016-06-01 Michael Zuckerman[Clang][Intrinsics][avx512] Continue Adding round cvt...
2016-06-01 Yaron KerenFix the CLANG_ENABLE_STATIC_ANALYZER=OFF build.
2016-06-01 Michael ZuckermanAdding front-end support to several intrinsics (bit...
2016-06-01 Michael Zuckerman[Clang][Intrinsics][avx512] Adding round intrinsics...
2016-06-01 Michael Zuckerman[Clang][Intrinsics][avx512] Adding round roundscale...
2016-06-01 Saleem AbdulrasoolCodeGen: tweak CFString emission for COFF targets
2016-05-31 Manman RenIndexer: add CXObjCPropertyAttr_class for class properties.
2016-05-31 Konstantin... [AMDGPU] Set default dwarf version to 2
2016-05-31 Justin Lebar[CUDA] Conservatively mark inline asm as convergent.
2016-05-31 Vedant Kumar[Coverage] Remove redundant handleFileExit() call ...
2016-05-31 Chris Bieneman[CMake] Update to requiring CMake 3.4.3
2016-05-31 Bruno Cardoso... [Parser] Fix look ahead after EOF while parsing objc...
2016-05-31 Manman RenPCH + module: make sure we write out macros associated...
2016-05-31 Vedant Kumar[Coverage] Fix crash on a switch partially covered...
2016-05-31 Reid KlecknerWork around MinGW's macro definition of 'interface...
2016-05-31 Matt ArsenaultAMDGPU: Update datalayout string
2016-05-31 Piotr PadlewskiFixed bug
2016-05-31 Ehsan Akhgariclang-c: Add the clang_getCursorVisibility() API
2016-05-31 Ehsan AkhgariRevert r253909 because it was committed with an incorre...
2016-05-31 Piotr Padlewski[ASTMatchers] Breaking change of `has` matcher
2016-05-31 Benjamin KramerAvoid unused variable warning in release builds.
2016-05-31 Eric Liu[clang-format] insert new #includes into correct blocks...
2016-05-31 Ranjeet Singh[ARM] Add load/store co-processor intrinsics.
2016-05-31 Michael Zuckerman[Clang][Intrinsics][avx512] Adding round cvt to clang
2016-05-31 Alexey Bataev[OPENMP] Update in ReleaseNotes for OpenMP support.
2016-05-31 Benjamin Kramer[CommonOptionsParser] Return source paths as const...
2016-05-31 Craig Topper[AVX512] Convert masked load builtins to generic masked...
2016-05-31 Alexey Bataev[MSVC] Fix stack overflow in unqualified type lookup...
2016-05-31 Craig Topper[X86] Use unaligned load intrinsics to implement other...
2016-05-31 Craig Topper[AVX512] Emit generic masked store instrinsics instead...
2016-05-30 Simon Pilgrim[X86] Ensure load/store tests unaligned pointers really...
2016-05-30 Saleem AbdulrasoolCodeGen: address post-commit review comments
next