]> granicus.if.org Git - clang/shortlog
clang
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...
2016-10-31 Craig Topper[AVX-512] Remove many of the masked 128/256-bit shift...
2016-10-31 Artem Dergachev[analyzer] NumberObjectConversion: support more types...
2016-10-30 Mehdi AminiFix clang installed path to handle case where clang...
2016-10-30 Michael ZuckermanFixing "type" issue for (epi32)
2016-10-30 Craig Topper[AVX-512] Remove masked 128/256-bit builtins for vpmadd...
2016-10-30 NAKAMURA Takumiclang/test/Driver/openmp-offload.c: Relax expressions...
2016-10-29 Craig Topper[AVX-512] Remove 128/256-bit masked pmulhrsw/pmulhuw...
2016-10-29 Craig Topper[AVX-512] Remove masked 128/256-bit sqrt builtins and...
2016-10-29 Craig Topper[AVX-512] Remove masked 128/256-bit pmuludq/pmuldq...
2016-10-29 Craig Topper[AVX-512] Remove masked 128/256-bit floating point...
2016-10-29 Richard SmithFactor finding of libc++ include path out of building...
2016-10-29 Piotr Padlewski[Devirtualization] Decorate vfunction load with invaria...
2016-10-29 Piotr PadlewskiNFC small format
2016-10-29 Michael Zuckerman[X86][AVX512][Clang][Intrinsics][reduce] Adding missing...
2016-10-28 George Burgess IVMake a function static. NFC.
2016-10-28 Erik Pilkington[Sema] Delay partial availability diagnostics, just...
2016-10-28 Richard SmithFix handling of constructor inherited through multiple...
2016-10-28 Nemanja Ivanovic[PPC] add float and double overloads for vec_orc and...
2016-10-28 Richard SmithPR30831: Teach template type diffing to cope with Templ...
2016-10-28 Nemanja IvanovicImplement vector count leading/trailing bytes with...
2016-10-28 Richard SmithFix implementation of the likely resolution of core...
2016-10-28 Bob WilsonAdd missing newline at EOF to avoid -Wnewline-eof warnings.
2016-10-28 Michael ZuckermanFixing small problem with avx512-reduceIntrin.c test...
2016-10-28 Bruno Cardoso... Revert "[Preprocessor] Support for '-dI' flag"
2016-10-28 Justin LebarRelax assertion in FunctionDecl::doesDeclarationForceEx...
2016-10-28 Bruno Cardoso... [Preprocessor] Support for '-dI' flag
2016-10-28 Justin Lebar[CUDA] [AST] Allow isInlineDefinitionExternallyVisible...
2016-10-28 Samuel AntaoDefine extra variable in OpenMP offloading driver tests.
2016-10-28 Michael Zuckerman1. Fixing small types issue (PD|PS) (reduce) .
2016-10-28 Samuel AntaoChange OpenMP offload driver tests so that it doesn...
2016-10-28 Anastasia Stulova[OpenCL] Diagnose variadic arguments
2016-10-28 Alex Lorenz[Objective-C] Add objc_subclassing_restricted attribute
2016-10-28 Simon PilgrimFix MSVC "not all control paths return a value" warning
2016-10-28 Benjamin Kramer[openmp] Remove test assumption that canonical binary...
2016-10-28 Erik VerbruggenSema: do not warn about unused const vars if main file...
2016-10-28 Bruno Cardoso... [Modules] Make test from r285377 darwin specific
2016-10-28 Bruno Cardoso... [Modules] Add testcase for builtins used in umbrella...
2016-10-28 Richard TrieuFix a crash on invalid code.
2016-10-27 Anna Zaks[docs] Update the TSan and MSan docs to refer to the...
2016-10-27 Richard SmithAdd documentation describing the components of a comple...
2016-10-27 Eric Fiselier[coroutines] Add diagnostics for copy/move assignment...
2016-10-27 Samuel AntaoUse -fopenmp=libomp in all OpenMP offloading tests.
2016-10-27 Samuel Antao[Driver][OpenMP] Add support to create jobs for unbundl...
2016-10-27 Samuel Antao[Driver][OpenMP] Add support to create jobs for bundlin...
2016-10-27 Samuel Antao[Driver][OpenMP] Update actions builder to create unbun...
2016-10-27 Samuel Antao[Driver][OpenMP] Update actions builder to create bundl...
2016-10-27 Samuel Antao[Driver][OpenMP] Add logic for offloading-specific...
2016-10-27 Samuel Antao[Driver][OpenMP] Build jobs for OpenMP offloading actio...
2016-10-27 David Majnemer[CodeGen] Provide an appropriate alignment for dynamic...
2016-10-27 David Majnemer[MS ABI] Reuse getVFPtrOffsets instead of using getClas...
2016-10-27 Samuel Antao[Driver][OpenMP] Add specialized action builder for...
2016-10-27 Samuel Antao[Driver][OpenMP] Create tool chains for OpenMP offloadi...
2016-10-27 Nico WeberExpand -Wlogical-not-parentheses to also fire on `...
2016-10-27 Samuel Antao[Driver][CUDA][OpenMP] Reimplement tool selection in...
2016-10-27 Gor Nishanov[coroutines] Add allocation and deallocation substatements.
next