]> granicus.if.org Git - clang/history - lib
clang/test/CodeGenOpenCL/convergent.cl: Satisfy -Asserts with "opt -instnamer".
[clang] / lib /
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 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 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 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 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] 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-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 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 Bruno Cardoso LopesRevert "[Preprocessor] Support for '-dI' flag"
2016-10-28 Justin LebarRelax assertion in FunctionDecl::doesDeclarationForceEx...
2016-10-28 Bruno Cardoso Lopes[Preprocessor] Support for '-dI' flag
2016-10-28 Justin Lebar[CUDA] [AST] Allow isInlineDefinitionExternallyVisible...
2016-10-28 Michael Zuckerman1. Fixing small types issue (PD|PS) (reduce) .
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 Erik VerbruggenSema: do not warn about unused const vars if main file...
2016-10-28 Richard TrieuFix a crash on invalid code.
2016-10-27 Eric Fiselier[coroutines] Add diagnostics for copy/move assignment...
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 Erik VerbruggenDo not print include_next/pragma once warnings when...
2016-10-27 Alex Lorenz[Sema] -Wunused-variable warning for array variables...
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 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 Berris[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...
next