]> granicus.if.org Git - clang/shortlog
clang
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.
2016-10-27 Alexander KornienkoAttempt to make clang-format.py python 3 - compatible.
2016-10-27 Erik VerbruggenDo not print include_next/pragma once warnings when...
2016-10-27 Alex LorenzAdd documentation for the transparent_union attribute
2016-10-27 Alexander KornienkoFix warnings from python difflib.
2016-10-27 Alex Lorenz[Sema] -Wunused-variable warning for array variables...
2016-10-27 Erik VerbruggenAdd const versions of Expr::getInits() and Expr::inits()
2016-10-27 Simon PilgrimFix MSVC warning about missing 'this' from lambda defau...
2016-10-27 Vassil VassilevEmpty the CtorLists/DtorLists once emitted.
2016-10-27 Benjamin Kramer[Xray] Don't generate output for xray tests
2016-10-27 Erik VerbruggenMark invalid RecordDecls as completed.
2016-10-27 Eric Fiselier[coroutines] Build fallthrough and set_exception statem...
2016-10-27 Nemanja Ivanovic[PPC] add vector byte reverse functions to altivec.h
2016-10-27 Dean Michael... [XRay] Check in Clang whether XRay supports the target...
2016-10-27 Samuel AntaoRemove check for -o option in offloading actions builder.
2016-10-27 Samuel AntaoFix bug when compiling CUDA code with -emit-llvm and -o.
2016-10-26 John McCallRefactor call emission to package the function pointer...
2016-10-26 Mehdi AminiUnconditionally pass `-lto_library` to the linker on...
2016-10-26 Anna Zaks[analyzer] Report CFNumberGetValue API misuse
2016-10-26 Justin Lebar[CUDA] Move device placement new definitions into a...
2016-10-26 Justin Lebar[CUDA] Switch cuda_wrappers/complex to use a proper...
2016-10-26 Malcolm Parsons[RecursiveASTVisitor] Visit the implicit expression...
2016-10-26 Nemanja Ivanovic[PowerPC] Implement vector_insert_exp builtins - clang...
2016-10-26 Nemanja Ivanovic[PPC] Implement vector reverse elements builtins (vec_reve)
2016-10-26 Yaxun LiuAMDGPU: Add missing ISA versions gfx7.x.x and 8.x.x.
2016-10-26 Chris Bieneman[CMake] Adding example distribution CMake cache files
2016-10-26 Erik Verbruggen[PP] Replace some index based for loops with range...
2016-10-26 Benjamin KramerFix use-after-scope in ASTContext.
2016-10-26 Erik Verbruggen[PP] Remove another unused parameter
2016-10-26 Vassil Vassilev[modules] PR28812: Modules can return duplicate field...
2016-10-26 Erik Verbruggen[PP] Replace some uses of unsigned with size_t
2016-10-26 Erik VerbruggenPP: Remove unused parameters from methods
2016-10-26 Andi-Bogdan... Bug 28065 - clang-format incorrectly aligns backslash.
next