The Week Of Monday 13 July 2015 Archives by date
Starting: Mon Jul 13 00:00:38 PDT 2015
Ending: Sun Jul 19 23:46:49 PDT 2015
Messages: 684
- r241620 - Wrap clang modules and pch files in an object file container.
Richard Smith
- [PATCH] D11125: clang-format: Print token type name instead of number in -debug output
Daniel Jasper
- [PATCH] D11125: clang-format: Print token type name instead of number in -debug output
Daniel Jasper
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- [PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
guibufolo+llvm at gmail.com
- [PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
guibufolo+llvm at gmail.com
- [PATCH] D10834: Added functions to retrieve information about variable storage in libclang and its python bindings.
guibufolo+llvm at gmail.com
- [PATCH] D10892: warning when inner condition is identical
Daniel Marjamäki
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Renato Golin
- [PATCH] D10476: Additional fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Andrey Bokhanko
- [PATCH] D10990: Fix for clang memcpyizer bugs 23911 and 23924
Denis Zobnin
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- r241999 - [modules] Improve performance when there is a local declaration of an entity
Manuel Klimek
- [PATCH] D11001: Add support for System z vector language extensions
Ulrich Weigand
- r242021 - Update comment
Ulrich Weigand
- r241916 - Respect alignment of nested bitfields
Ulrich Weigand
- [PATCH] D9000: [MSVC] Improved __noop support (https://llvm.org/bugs/show_bug.cgi?id=14081)
Ilia
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Renato Golin
- r242010 - Intrin.h: Don't invade the program's namespace
Joerg Sonnenberger
- [PATCH] D11142: Support alternate attribute spelling __enable_if__
Ulrich Weigand
- [PATCH] D11142: Support alternate attribute spelling __enable_if__
Aaron Ballman
- [PATCH] D10753: [OpenMP] Add TLS-based implementation for threadprivate directive
Jack Howarth
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- r242029 - Support alternate attribute spelling __enable_if__
Ulrich Weigand
- [PATCH] D11142: Support alternate attribute spelling __enable_if__
Ulrich Weigand
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Renato Golin
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Renato Golin
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- [PATCH] D11147: [ARM] Changes to Arch/CPU handling to help with -Wa, -mfpu etc. (nfc)
Renato Golin
- [PATCH] D11148: [ARM] Implement -Wa,-mfpu and friends for assemblers
Renato Golin
- [PATCH] D8021: clang-format vs plugin: migrate project files to vs 2013
Hans Wennborg
- [PATCH] D10563: Allow case-insensitive values for -mtune for AArch64 target in line with GCC.
Renato Golin
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- [PATCH] D10753: [OpenMP] Add TLS-based implementation for threadprivate directive
Samuel Antao
- [PATCH] D10753: [OpenMP] Add TLS-based implementation for threadprivate directive
Samuel Antao
- [PATCH] D11151: [Sema] Tweak error message for invalid vector/scalar combinations
Ulrich Weigand
- r242039 - clang-format: Print token type name instead of number in -debug output
Birunthan Mohanathas
- [PATCH] D11125: clang-format: Print token type name instead of number in -debug output
Birunthan Mohanathas
- [PATCH] D11125: clang-format: Print token type name instead of number in -debug output
Birunthan Mohanathas
- [PATCH] D10890: clang-cl: For files setting output names, mention which flags they go with
Hans Wennborg
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
- [PATCH] D10847: Add missing atomic libcall support.
James Y Knight
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- [PATCH] D10536: [X86, inlineasm] Implement v, k, Y2, Yk, Yz constraints, improve analysis for x, Y*, L, e, Z, s
Eric Christopher
- [PATCH] D10536: [X86, inlineasm] Implement v, k, Y2, Yk, Yz constraints, improve analysis for x, Y*, L, e, Z, s
Eric Christopher
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Joerg Sonnenberger
- [PATCH] D11075: LLVM gen correct asm info for mingw and cygwin arm targets
Martell Malone
- [PATCH] D11109: basic code generation for use-after-dtor
Naomi Musgrave
- [PATCH] D9403: llvm.noalias - Clang CodeGen for local restrict-qualified pointers
John McCall
- [PATCH] D11109: basic code generation for use-after-dtor
Evgeniy Stepanov
- [PATCH] D10990: Fix for clang memcpyizer bugs 23911 and 23924
John McCall
- [PATCH] D11109: basic code generation for use-after-dtor
Kostya Serebryany
- r242048 - Update documentation for unroll pragmas on loops with runtime trip counts.
Mark Heffernan
- [PATCH] D11153: [Compiler-RT] If unwind/c++abi is set, don't include libgcc
Renato Golin
- r242051 - clang-cl: For files setting output names, mention which flags they belong to.
Nico Weber
- [PATCH] D10890: clang-cl: For files setting output names, mention which flags they go with
Nico Weber
- [PATCH] D11006: Classes inside lambdas are local not nested.
Serge Pavlov
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- [PATCH] D11006: Classes inside lambdas are local not nested.
Richard Smith
- [PATCH] D11109: basic code generation for use-after-dtor
Naomi Musgrave
- [PATCH] D10753: [OpenMP] Add TLS-based implementation for threadprivate directive
Jack Howarth
- Few builder will go off-line temporally
Galina Kistanova
- r242055 - [Modules] Allow missing header before a missing requirement
Ben Langmuir
- [PATCH] D10423: [modules] PR20507: Avoid silent textual inclusion.
Ben Langmuir
- [libcxx] r242056 - Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates.
Marshall Clow
- [PATCH] D10998: Refactor the POCXX allocator-handling into some common routines, and try them out in vector
Marshall Clow
- r241534 - Debug info: Emit distinct __block_literal_generic types for blocks with
David Blaikie
- [PATCH] D11046: [libcxx] Add Atomic test helper and fix TSAN failures.
Marshall Clow
- r241952 - Disable C++ EH by default for clang-cl and MSVC environments
Nico Weber
- r241534 - Debug info: Emit distinct __block_literal_generic types for blocks with
Adrian Prantl
- r242058 - [cuda] Driver changes to compile and stitch together host and device-side CUDA code.
Artem Belevich
- [PATCH] D9403: llvm.noalias - Clang CodeGen for local restrict-qualified pointers
hfinkel at anl.gov
- [PATCH] D11109: basic code generation for use-after-dtor
Evgeniy Stepanov
- r242064 - Move class into an anonymous namespace. NFC.
Benjamin Kramer
- [PATCH] Fix -save-temp doesn't work well with ObjCARC, sanitizer and profiling
Steven Wu
- [PATCH] D10305: [Clang Static Analyzer] Bug identification
Babati Bence
- r241620 - Wrap clang modules and pch files in an object file container.
Richard Smith
- r242065 - Fixed regex to properly match '64' in the test case.
Artem Belevich
- [PATCH] D10305: [Clang Static Analyzer] Bug identification
Gábor Horváth
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- r241952 - Disable C++ EH by default for clang-cl and MSVC environments
Reid Kleckner
- r241620 - Wrap clang modules and pch files in an object file container.
Eric Christopher
- [PATCH] D10423: [modules] PR20507: Avoid silent textual inclusion.
Richard Smith
- [PATCH] D10423: [modules] PR20507: Avoid silent textual inclusion.
Richard Smith
- r241952 - Disable C++ EH by default for clang-cl and MSVC environments
Nico Weber
- [PATCH] D11109: basic code generation for use-after-dtor
Reid Kleckner
- r242067 - clang/test/Driver/cuda-options.cu REQUIRES clang-driver, at least.
NAKAMURA Takumi
- [PATCH] D10586: Add HSAIL support
Matt Arsenault
- [PATCH] D11109: basic code generation for use-after-dtor
Naomi Musgrave
- r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
- [PATCH] D11109: basic code generation for use-after-dtor
Evgeniy Stepanov
- r242077 - This reverts commit r242058, r242065, r242067.
Rafael Espindola
- r242058 - [cuda] Driver changes to compile and stitch together host and device-side CUDA code.
Rafael Espíndola
- [PATCH] D11109: basic code generation for use-after-dtor
Naomi Musgrave
- [PATCH] D11096: CodeGen: Improve CFI type blacklisting mechanism.
Alexey Samsonov
- [PATCH] D11109: basic code generation for use-after-dtor
Alexey Samsonov
- [PATCH] D11109: basic code generation for use-after-dtor
Naomi Musgrave
- r242058 - [cuda] Driver changes to compile and stitch together host and device-side CUDA code.
Artem Belevich
- r242080 - [OpenMP] Add TLS-based implementation for threadprivate directive.
Samuel Antao
- [PATCH] D10753: [OpenMP] Add TLS-based implementation for threadprivate directive
Samuel Antao
- r242064 - Move class into an anonymous namespace. NFC.
Douglas Gregor
- [PATCH] D11164: Reserve an identifier flag for Sony/PS keywords
Yunzhong Gao
- [PATCH] D11164: Reserve an identifier flag for Sony/PS keywords
Richard Smith
- [PATCH] D11165: Add a language option to cover Sony front-end features
Yunzhong Gao
- r242085 - [cuda] Driver changes to compile and stitch together host and device-side CUDA code.
Artem Belevich
- r242086 - [Intrin.h] Make the variable names more consistent
David Majnemer
- r242087 - [Intrin.h] Use __ATOMIC_SEQ_CST instead of '5'
David Majnemer
- [PATCH] D11109: basic code generation for use-after-dtor
Naomi Musgrave
- [PATCH] D11164: Reserve an identifier flag for Sony/PS keywords
Yunzhong Gao
- [PATCH] D11109: basic code generation for use-after-dtor
Evgeniy Stepanov
- [PATCH] D11168: Avoid passing objects with __declspec(align) members by value (PR24113) - clang part
Hans Wennborg
- [PATCH] D11169: Avoid passing objects with __declspec(align) members by value (PR24113) - clang-tools-extra part
Hans Wennborg
- r242090 - [OpenMP] Add REQUIRES pragma to threadprivate regression tests.
Samuel Antao
- [PATCH] D10935: [Sema] Don't emit "pure virtual" warning for fully qualified calls.
Davide Italiano
- [PATCH] D10881: [Sema] Catch a case when 'volatile' qualifier is dropped while binding
Davide Italiano
- [PATCH] D10881: [Sema] Catch a case when 'volatile' qualifier is dropped while binding
David Majnemer
- r242094 - Extend -ftime-report to give more information about time spent reading module files.
Richard Smith
- [PATCH] D10935: [Sema] Don't emit "pure virtual" warning for fully qualified calls.
Richard Smith
- r242097 - Basic code generation for MSan use-after-dtor.
Evgeniy Stepanov
- [PATCH] D11109: basic code generation for use-after-dtor
Evgeniy Stepanov
- r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
- r241620 - Wrap clang modules and pch files in an object file container.
Richard Smith
- r241620 - Wrap clang modules and pch files in an object file container.
Richard Smith
- r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
- r242097 - Basic code generation for MSan use-after-dtor.
Alexey Samsonov
- r242099 - Remove a completely redundant initialization of llvm::TimePassesIsEnabled,
Adrian Prantl
- r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
- r242105 - [modules] When diagnosing errors in module map files found by 'extern module' declarations, show how we got to that module map file.
Richard Smith
- r241620 - Wrap clang modules and pch files in an object file container.
Richard Smith
- [PATCH] D3588: PR10405 Missing actual type (aka) in error message when using decltype as a template parameter
Richard Smith
- [PATCH] D10431: PR21174 - clang only searches current working directory for precompiled include file
Richard Smith
- r242109 - Add file missed from r242105.
Richard Smith
- r241620 - Wrap clang modules and pch files in an object file container.
Chandler Carruth
- [PATCH] D10881: [Sema] Catch a case when 'volatile' qualifier is dropped while binding
Davide Italiano
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev
- [PATCH] D10732: [OPENMP 4.0] Initial support for array sections.
Alexey Bataev
- [PATCH] D11059: [OPENMP] Info in release notes about OpenMP support in clang.
Alexey Bataev
- r242115 - clang/test/lit.cfg: Introduce the feature "tls", for targeting cygwin.
NAKAMURA Takumi
- r242116 - Mark clang/test/PCH/chain-openmp-threadprivate.cpp as REQUIRES:tls.
NAKAMURA Takumi
- [PATCH] D10881: [Sema] Catch a case when 'volatile' qualifier is dropped while binding
John McCall
- r242121 - Add support for -fuse-ld= in the mingw toolchain driver.
Yaron Keren
- r242124 - Fix test for Visual C++.
Yaron Keren
- r242125 - Fix test for Visual C++ link.exe.
Yaron Keren
- [PATCH] D11075: LLVM gen correct asm info for mingw and cygwin arm targets
Yaron Keren
- [PATCH] D11071: Add Windows ARM targets for mingw and cygwin to clang
Yaron Keren
- [PATCH] D11071: Add Windows ARM targets for mingw and cygwin to clang
Yaron Keren
- r242085 - [cuda] Driver changes to compile and stitch together host and device-side CUDA code.
Justin Bogner
- [PATCH] D11177: clang-format: Fix return type breaking with operator overload functions
Birunthan Mohanathas
- [PATCH] D10860: clang-format: Treat 'operator new' as function name.
Birunthan Mohanathas
- [PATCH] D11177: clang-format: Fix return type breaking with operator overload functions
Daniel Jasper
- r242127 - Fix for clang memcpyizer bugs 23911 and 23924 (patch by Denis Zobnin)
Alexey Bataev
- [PATCH] D10990: Fix for clang memcpyizer bugs 23911 and 23924
Alexey Bataev
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- [PATCH] D10431: PR21174 - clang only searches current working directory for precompiled include file
Kim Gräsman
- r242131 - Tweak clang/test/PCH/chain-openmp-threadprivate.cpp to satisfy i686-win32.
NAKAMURA Takumi
- r242132 - Classes inside lambdas are local not nested.
Serge Pavlov
- [PATCH] D11006: Classes inside lambdas are local not nested.
Serge Pavlov
- [PATCH] D11153: [Compiler-RT] If unwind/c++abi is set, don't include libgcc
Renato Golin
- [PATCH] D11148: [ARM] Implement -Wa, -mfpu and friends for assemblers
Renato Golin
- [PATCH] D11147: [ARM] Changes to Arch/CPU handling to help with -Wa, -mfpu etc. (nfc)
Renato Golin
- r242085 - [cuda] Driver changes to compile and stitch together host and device-side CUDA code.
Manuel Klimek
- r242133 - [OPENMP] Drop type qualifiers from private variables.
Alexey Bataev
- [PATCH] D11182: [OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
- r242138 - clang-format: Fix formatting of multiple lambdas in initializers.
Daniel Jasper
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Joerg Sonnenberger
- [PATCH] D11153: [Compiler-RT] If unwind/c++abi is set, don't include libgcc
Renato Golin
- [PATCH] D11153: [Compiler-RT] If unwind/c++abi is set, don't include libgcc
Renato Golin
- r242140 - [Analyzer] Move FindSuperCallVisitor into an anonymous namespace.
Benjamin Kramer
- [PATCH] D10431: PR21174 - clang only searches current working directory for precompiled include file
Kim Gräsman
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Renato Golin
- [PATCH] D10732: [OPENMP 4.0] Initial support for array sections.
Alexey Bataev
- [PATCH] D11184: Add missing builtins to altivec.h for ABI compliance (vol. 4)
Nemanja Ivanovic
- [PATCH] D11185: Pass -I options to integrates and external assemblers
Renato Golin
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Renato Golin
- r242144 - [x86] add 2 bit to ObjCOrBuiltinID and new intrinsics
Asaf Badouh
- [PATCH] D10893: [X86][AVX512VL-BW] Add more intrinsics support
Phabricator
- [libcxx] r242148 - Move bits from N4258. Mark vector's move-constructor unconditionally noexcept in C++1z
Marshall Clow
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- r242150 - Support mingw-w64 toolchain on openSUSE and likely other Linuxes
Yaron Keren
- [PATCH] D11184: Add missing builtins to altivec.h for ABI compliance (vol. 4)
Bill Schmidt
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- r241620 - Wrap clang modules and pch files in an object file container.
David Blaikie
- r242154 - Pull trivial SanitizerSet methods into the header.
Benjamin Kramer
- [PATCH] D10700: Driver: Add AMDGPU toolchain
Tom Stellard
- [PATCH] D11184: Add missing builtins to altivec.h for ABI compliance (vol. 4)
Nemanja Ivanovic
- [PATCH] D11168: Avoid passing objects with __declspec(align) members by value (PR24113) - clang part
Reid Kleckner
- r242161 - AST Matchers: pass ast_type_traits::DynTypedNode by const-ref
Hans Wennborg
- [PATCH] D11168: Avoid passing objects with __declspec(align) members by value (PR24113) - clang part
Hans Wennborg
- [PATCH] D11169: Avoid passing objects with __declspec(align) members by value (PR24113) - clang-tools-extra part
Hans Wennborg
- r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
- r241620 - Wrap clang modules and pch files in an object file container.
David Blaikie
- [PATCH] D11153: [Compiler-RT] If unwind/c++abi is set, don't include libgcc
Logan Chien
- r242168 - Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg functions
David Blaikie
- r242085 - [cuda] Driver changes to compile and stitch together host and device-side CUDA code.
Krzysztof Parzyszek
- r242085 - [cuda] Driver changes to compile and stitch together host and device-side CUDA code.
Artem Belevich
- r242171 - Add missing builtins to altivec.h for ABI compliance (vol. 4)
Nemanja Ivanovic
- [libcxx] r242172 - Fix PR24114 - std::atomic for non-Clang is not a literal type
Eric Fiselier
- [PATCH] D11184: Add missing builtins to altivec.h for ABI compliance (vol. 4)
Nemanja Ivanovic
- [PATCH] D11071: Add Windows ARM targets for mingw and cygwin to clang
Martell Malone
- [PATCH] D11071: Add Windows ARM targets for mingw and cygwin to clang
Martell Malone
- r242175 - Fixed 22941: Integer template parameter as immediate 'I' expectes an integer constant
Sunil Srivastava
- r242176 - [clang-cl] Disable C++ exceptions a different way
Reid Kleckner
- r241952 - Disable C++ EH by default for clang-cl and MSVC environments
Reid Kleckner
- r242180 - [modules] Avoid repeatedly hashing the same name when looking it up in multiple module files.
Richard Smith
- [PATCH] D11189: adding tests for various dtor decl types
Naomi Musgrave
- r242181 - Run cuda options test only with specific target.
Artem Belevich
- [PATCH][ObjC] Cleanup ObjCInterfaceDecl lookup for ObjC literals
John McCall
- r242085 - [cuda] Driver changes to compile and stitch together host and device-side CUDA code.
Artem Belevich
- [PATCH] D11190: unwind: Fix libc++abi and libgcc build.
Logan Chien
- [PATCH] D11191: unwind: Export _Unwind_{Get, Set}{GR, IP}() for ARM EHABI.
Logan Chien
- [PATCH] D11190: unwind: Fix libc++abi and libgcc build.
Anton Korobeynikov
- [PATCH] D11192: [libcxx] Implement n4169 - Add invoke function template.
Eric Fiselier
- [PATCH] D11192: [libcxx] Implement n4169 - Add invoke function template.
Marshall Clow
- [PATCH] D11192: [libcxx] Implement n4169 - Add invoke function template.
Eric Fiselier
- [PATCH] D11194: Instantiate function declarations in instantiated functions.
Serge Pavlov
- [PATCH] D11192: [libcxx] Implement n4169 - Add invoke function template.
Marshall Clow
- [PATCH] D11189: adding tests for various dtor decl types
Evgeniy Stepanov
- [libcxx] r242189 - Mark LWG2308 as complete; fix link. No code change necessary.
Marshall Clow
- r242190 - [Sema] Emit a better diagnostic when variable redeclarations disagree
David Majnemer
- [libcxx] r242195 - Implement n4169 - Add invoke function template
Eric Fiselier
- [PATCH] D11192: [libcxx] Implement n4169 - Add invoke function template.
Eric Fiselier
- [libcxx] r242195 - Implement n4169 - Add invoke function template
Hal Finkel
- [PATCH] D10452: Fix for bug 22941, [asm inline] integer template parameter ...
Sunil Srivastava
- [libcxx] r242197 - Remove non-ascii characters
Eric Fiselier
- [libcxx] r242195 - Implement n4169 - Add invoke function template
Eric Fiselier
- [PATCH] D11194: Instantiate function declarations in instantiated functions.
Richard Smith
- [PATCH] D11194: Instantiate function declarations in instantiated functions.
Richard Smith
- r242198 - Add a "maximum TLS alignment" characteristic to the target info, so it
Paul Robinson
- Proposed patch (5th revision) adds TLS Max Alignment diagnostic
Robinson, Paul
- [PATCH] D9639: Do not include pthread.h and sched.h when threads are disabled
Dan Albert
- [PATCH] D11069: Allow any comment to be a trailing comment when -fparse-all-comments is on.
Richard Smith
- [PATCH] D11189: adding tests for various dtor decl types
Naomi Musgrave
- r241952 - Disable C++ EH by default for clang-cl and MSVC environments
Nico Weber
- [PATCH] D9639: Do not include pthread.h and sched.h when threads are disabled
Jonathan Roelofs
- [Diffusion] rL242133: [OPENMP] Drop type qualifiers from private variables.
NAKAMURA Takumi
- [PATCH] D8651: [libcxx] Mark local printf variants as _LIBCPP_HIDDEN to prevent them from becoming part of the DSO.
Dan Albert
- r242221 - Sema.h: Just prune a redundant \brief introduced in r242133, for now. [-Wdocumentation]
NAKAMURA Takumi
- r242223 - Driver: Delete dead code
Justin Bogner
- [libcxx] r242228 - Creating release_37 branch off revision 242221
Hans Wennborg
- [libcxxabi] r242229 - Creating release_37 branch off revision 242221
Hans Wennborg
- r242238 - ReleaseNotes.rst: Bump version to 3.8
Hans Wennborg
- r242240 - docs/conf.py: update version to 3.8
Hans Wennborg
- r242241 - Make the variable names match the name of the metadata they control.
Tyler Nowicki
- r242244 - Update cxx_dr_status.html after 3.7 branch
Hans Wennborg
- [PATCH] D11069: Allow any comment to be a trailing comment when -fparse-all-comments is on.
Luke Zarko
- [PATCH] D11077: Clang: add support to mingw driver for compiler-rt, libc++ and lld
Martell Malone
- r242246 - [Sema] Don't emit "pure virtual" warning for fully qualified calls.
Davide Italiano
- [PATCH] D10935: [Sema] Don't emit "pure virtual" warning for fully qualified calls.
Davide Italiano
- [PATCH] D11207: Enable recognition of __declspec for PS4
Warren Ristow
- [clang-tools-extra] r242247 - docs/conf.py: bump version to 3.8
Hans Wennborg
- [PATCH] D11189: adding tests for various dtor decl types
Evgeniy Stepanov
- [Patch][LoopInfo] Use CGLoopInfo to generate loop hints
Tyler Nowicki
- [PATCH] D11069: Allow any comment to be a trailing comment when -fparse-all-comments is on.
Richard Smith
- r242253 - [modules] Switch to the normal reverse postorder visitation algorithm when computing redeclaration chains.
Richard Smith
- [PATCH] D11069: Allow any comment to be a trailing comment when -fparse-all-comments is on.
Luke Zarko
- [PATCH] D11069: Allow any comment to be a trailing comment when -fparse-all-comments is on.
Luke Zarko
- r242258 - Documentation cleanup, mostly fixing summaries. No functional change intended.
James Dennett
- [PATCH] D11190: unwind: Fix libc++abi and libgcc build.
Logan Chien
- [PATCH] D11189: adding tests for various dtor decl types
Naomi Musgrave
- [PATCH] D11189: adding tests for various dtor decl types
Evgeniy Stepanov
- [PATCH] D10916: [cmake] install clang-tblgen
Andrew Wilkins
- r242271 - Remove extra \brief comment, NFC
Alexey Bataev
- r242272 - Fix comments for several methods, NFC
Alexey Bataev
- [Diffusion] rL242133: [OPENMP] Drop type qualifiers from private variables.
Bataev, Alexey
- [Diffusion] rL242133: [OPENMP] Drop type qualifiers from private variables.
Alexey Bataev
- r242282 - Update test comment that it fails the same way on MSYS2.
Yaron Keren
- r242283 - Fix test to run under MSYS2 by disabling MSYS conversion of /C /TP /TC.
Yaron Keren
- r242285 - [OPENMP] http://llvm.org/PR24121: canonical loop rejected when comparison has implicit conversions or destruction
Alexey Bataev
- r242286 - CodeGen: Improve CFI type blacklisting mechanism.
Peter Collingbourne
- [PATCH] D11096: CodeGen: Improve CFI type blacklisting mechanism.
Peter Collingbourne
- r242292 - Add support for armv7-windows-gnu targets to the clang front end.
Yaron Keren
- [PATCH] D11071: Add Windows ARM targets for mingw and cygwin to clang
Yaron Keren
- r242293 - Set comdat when an available_externally thunk is converted to linkonce_odr.
Rafael Espindola
- r242293 - Set comdat when an available_externally thunk is converted to linkonce_odr.
Rafael Espíndola
- [PATCH] D11221: Fix crash when using __attribute__((section (".bss.name"))) incorrectly
Jakub Kuderski
- [PATCH] D11190: unwind: Fix libc++abi and libgcc build.
Anton Korobeynikov
- [PATCH] D10724: Bump X86 Darwin MaxVectorAlign to 64, for AVX512.
Ahmed Bougacha
- r242297 - [PPC64LE] Fix vec_sld semantics for little endian
Bill Schmidt
- r242297 - [PPC64LE] Fix vec_sld semantics for little endian
Hal Finkel
- r242297 - [PPC64LE] Fix vec_sld semantics for little endian
Bill Schmidt
- r242297 - [PPC64LE] Fix vec_sld semantics for little endian
Hal Finkel
- r242299 - clang-format: Fix column layout with a comment in the last line.
Daniel Jasper
- [PATCH] AST matcher for exception variables
Aaron Ballman
- [PATCH] D11190: unwind: Fix libc++abi and libgcc build.
Logan Chien
- [PATCH] D11190: unwind: Fix libc++abi and libgcc build.
Saleem Abdulrasool
- [PATCH] AST matcher for exception variables
Manuel Klimek
- r242303 - Add the ability to AST match a variable declaration that is an exception variable.
Aaron Ballman
- [PATCH] AST matcher for exception variables
Aaron Ballman
- r242307 - [Targets] Define __BOOL_DEFINED for Windows targets in C++ mode
David Majnemer
- [PATCH] D10724: Bump X86 Darwin MaxVectorAlign to 64, for AVX512.
John McCall
- [PATCH] D11207: Enable recognition of __declspec for PS4
Alex Rosenberg
- [PATCH] D11207: Enable recognition of __declspec for PS4
Aaron Ballman
- r242309 - Run clang-format on Tools.h, the indentation is inconsistent
Reid Kleckner
- [PATCH] D11229: [clang-cl] Use the Windows response file tokenizer
Reid Kleckner
- [PATCH] D11207: Enable recognition of __declspec for PS4
Ristow, Warren
- [PATCH] D11230: libunwind: Introduce __libunwind_config.h.
Logan Chien
- [PATCH] D11190: unwind: Fix libc++abi and libgcc build.
Logan Chien
- [PATCH] D11190: unwind: Fix libc++abi and libgcc build.
Logan Chien
- [PATCH] D11229: [clang-cl] Use the Windows response file tokenizer
David Majnemer
- [PATCH] D11207: Enable recognition of __declspec for PS4
Reid Kleckner
- [PATCH] D11230: libunwind: Introduce __libunwind_config.h.
Dan Albert
- [PATCH] D11177: clang-format: Fix return type breaking with operator overload functions
Birunthan Mohanathas
- [PATCH] D11177: clang-format: Fix return type breaking with operator overload functions
Birunthan Mohanathas
- r242312 - Since r179283, internal shell is default on windows and so shell-preserves-root
Yaron Keren
- [PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
David Majnemer
- [PATCH] D11230: libunwind: Introduce __libunwind_config.h.
Logan Chien
- [PATCH] D11207: Enable recognition of __declspec for PS4
Aaron Ballman
- [PATCH] D11177: clang-format: Fix return type breaking with operator overload functions
Daniel Jasper
- [PATCH] D11207: Enable recognition of __declspec for PS4
Aaron Ballman
- r242313 - [PPC64] Update tests for vec_sld
Bill Schmidt
- r242314 - Actually requiring shell disables the test on Windows whereas
Yaron Keren
- [PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
Richard Smith
- [PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
Reid Kleckner
- r242315 - -disable-llvm-optzns in one clang test.
Evgeniy Stepanov
- [PATCH] D11230: libunwind: Introduce __libunwind_config.h.
Renato Golin
- [PATCH] D11235: clang-format: Fix breaking before nested 'operator' in function declarations
Birunthan Mohanathas
- r242316 - clang-format: Fix return type breaking with overloaded operator functions
Birunthan Mohanathas
- [PATCH] D11177: clang-format: Fix return type breaking with operator overload functions
Birunthan Mohanathas
- r242317 - Allow any comment to be a trailing comment when -fparse-all-comments is on.
James Dennett
- [PATCH] D11069: Allow any comment to be a trailing comment when -fparse-all-comments is on.
James Dennett
- [PATCH] D11221: Fix crash when using __attribute__((section (".bss.name"))) incorrectly
Aaron Ballman
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Nathan Wilson
- r242321 - Erase REQUIRES: shell-preserves-root from more tests, see r242312.
Yaron Keren
- r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
- [PATCH] D11235: clang-format: Fix breaking before nested 'operator' in function declarations
Daniel Jasper
- r241620 - Wrap clang modules and pch files in an object file container.
Reid Kleckner
- r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
- r241620 - Wrap clang modules and pch files in an object file container.
Richard Smith
- r242326 - [Static Analyzer] Do not fail silently, when the analyzer is invoked from tooling lib, an analyzer plugin is loaded, but the runtime linker fails to link.
Gabor Horvath
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Richard Smith
- r242293 - Set comdat when an available_externally thunk is converted to linkonce_odr.
Richard Smith
- r242329 - Finally, with no users for shell-preserves-root, remove it from lit.cfg.
Yaron Keren
- [PATCH] D11229: [clang-cl] Use the Windows response file tokenizer
Hans Wennborg
- [PATCH] D11238: Add -disable-llvm-optzns to some Clang tests
Evgeniy Stepanov
- r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Nathan Wilson
- [PATCH] D11221: Fix crash when using __attribute__((section (".bss.name"))) incorrectly
Richard Smith
- [PATCH] D11240: Add basic #include sorting functionality to clang-format
Daniel Jasper
- [PATCH] D11237: Add support for -rtlib option and -stdlib option to the mingw driver
Reid Kleckner
- r241620 - Wrap clang modules and pch files in an object file container.
Richard Smith
- [PATCH] D11189: adding tests for various dtor decl types
Naomi Musgrave
- r242293 - Set comdat when an available_externally thunk is converted to linkonce_odr.
John McCall
- r242293 - Set comdat when an available_externally thunk is converted to linkonce_odr.
Hans Wennborg
- [PATCH] D11189: adding tests for various dtor decl types
Naomi Musgrave
- [PATCH] D11207: Enable recognition of __declspec for PS4
Ristow, Warren
- [PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
David Majnemer
- [PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
David Majnemer
- [PATCH] D11207: Enable recognition of __declspec for PS4
Aaron Ballman
- r242055 - [Modules] Allow missing header before a missing requirement
Sean Silva
- r242238 - ReleaseNotes.rst: Bump version to 3.8
Sean Silva
- [PATCH] D11207: Enable recognition of __declspec for PS4
David Majnemer
- [PATCH] D11207: Enable recognition of __declspec for PS4
Warren Ristow
- [PATCH] D11189: adding tests for various dtor decl types
Evgeniy Stepanov
- [PATCH] D11207: Enable recognition of __declspec for PS4
Sean Silva
- r242238 - ReleaseNotes.rst: Bump version to 3.8
Hans Wennborg
- [PATCH] D11207: Enable recognition of __declspec for PS4
Aaron Ballman
- [PATCH] D11189: adding tests for various dtor decl types
Naomi Musgrave
- r242346 - [clang-cl] Use the Windows response file tokenizer
Reid Kleckner
- [PATCH] D11229: [clang-cl] Use the Windows response file tokenizer
Reid Kleckner
- [Patch][LoopVectorize]Late evaluation of vectorization requirements
Tyler Nowicki
- r242351 - adding tests for various dtor decl types
Naomi Musgrave
- [PATCH] D11207: Enable recognition of __declspec for PS4
Warren Ristow
- [PATCH] D11189: adding tests for various dtor decl types
Naomi Musgrave
- [PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
Richard Smith
- [PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
David Majnemer
- [PATCH] D11207: Enable recognition of __declspec for PS4
Aaron Ballman
- [PATCH] D11207: Enable recognition of __declspec for PS4
Daniel Berlin
- RFC: flag to toggle support for __declspec
Aaron Ballman
- [PATCH] D11238: Add -disable-llvm-optzns to some Clang tests
Rafael Espíndola
- r242293 - Set comdat when an available_externally thunk is converted to linkonce_odr.
Rafael Espíndola
- [PATCH] D11251: updated tests for correct commit, concerning D11198
Naomi Musgrave
- [PATCH] D11251: updated tests for correct commit, concerning D11198
Evgeniy Stepanov
- [PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
David Majnemer
- r242364 - updated tests for correct commit
Naomi Musgrave
- r242365 - updated tests for correct commit, concerning D11198
Naomi Musgrave
- [PATCH] D11251: updated tests for correct commit, concerning D11198
Naomi Musgrave
- [PATCH] D11251: updated tests for correct commit, concerning D11198
Alexey Samsonov
- r242238 - ReleaseNotes.rst: Bump version to 3.8
Rafael Espíndola
- r242366 - Revert r242365.
Evgeniy Stepanov
- [PATCH] D11251: updated tests for correct commit, concerning D11198
Evgenii Stepanov
- r242368 - [ARM] Pass subtarget feature "+no-movt" instead of passing backend option
Akira Hatanaka
- [PATCH] D11025: [ARM] Pass subtarget feature "+dont-use-movt" instead of passing backend option "-arm-use-movt"
Akira Hatanaka
- r242371 - PR10405 - Desugar FunctionType and TemplateSpecializationType if any type that appears inside needs to be desugared.
Nikola Smiljanic
- [PATCH] D3588: PR10405 Missing actual type (aka) in error message when using decltype as a template parameter
Nikola Smiljanić
- [libcxx] r242375 - Mark two tests as failing on clang 3.8 (they failed on 3.7, too)
Marshall Clow
- [libcxx] r242377 - Make sure that __libcpp_compressed_pair_imp default-constructs its' members, rather than value-initializing them. Fixes PR#24137
Marshall Clow
- r242378 - [Intrin.h] Use compiler builtins to model memory barriers
David Majnemer
- r242382 - [OPENMP] Fixed detection of canonical loops with random access iterators.
Alexey Bataev
- r242383 - Actually "RUN:" the tests...
Filipe Cabecinhas
- [PATCH] D11147: [ARM] Changes to Arch/CPU handling to help with -Wa, -mfpu etc. (nfc)
Renato Golin
- [PATCH] D11148: [ARM] Implement -Wa, -mfpu and friends for assemblers
Renato Golin
- [PATCH] D11153: [Compiler-RT] If unwind/c++abi is set, don't include libgcc
Renato Golin
- [PATCH] D11185: Pass -I options to integrates and external assemblers
Renato Golin
- [PATCH] D11153: [Compiler-RT] If unwind/c++abi is set, don't include libgcc
Renato Golin
- [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
- [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Aaron Ballman
- [PATCH] D10732: [OPENMP 4.0] Initial support for array sections.
Alexey Bataev
- [PATCH] D11221: Fix crash when using __attribute__((section (".bss.name"))) incorrectly
Jakub Kuderski
- [PATCH] D11221: Fix crash when using __attribute__((section (".bss.name"))) incorrectly
Aaron Ballman
- r242404 - clang-format: [Proto] Handle enum bodies differently.
Daniel Jasper
- [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
- [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
- r242420 - Disable #pragma redefine_extname for C++ code as it does not make sense in such a context.
Aaron Ballman
- [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Aaron Ballman
- [libcxx] r242421 - Set the libc++ version # to 3.7. Will bump to 3.8 soon
Marshall Clow
- r242422 - Fixed an error in cuda-options.cu test:
Artem Belevich
- [PATCH] D11230: libunwind: Introduce __libunwind_config.h.
Dan Albert
- [PATCH] D11194: Instantiate function declarations in instantiated functions.
Serge Pavlov
- [PATCH] D11194: Instantiate function declarations in instantiated functions.
Serge Pavlov
- [PATCH] D11271: Change Native Client x86 usr include and link path to match SDK expectations
Derek Schuff
- [PATCH] D10272: Fix alignment issues in Clang.
James Y Knight
- [PATCH] D10272: Fix alignment issues in Clang.
James Y Knight
- [PATCH] D11272: Add a TrailingObjects template class.
James Y Knight
- [PATCH] D11271: Change Native Client x86 usr include and link path to match SDK expectations
Jan Voung
- [PATCH] D11273: Fixed style issues pointed out by Justin Bogner.
Artem Belevich
- r242085 - [cuda] Driver changes to compile and stitch together host and device-side CUDA code.
Artem Belevich
- [PATCH] D11273: Fixed style issues pointed out by Justin Bogner.
Eric Christopher
- [PATCH] D11272: Add a TrailingObjects template class.
Richard Smith
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Hubert Tong
- [PATCH] D10272: Fix alignment issues in Clang.
Reid Kleckner
- r242432 - [SemaType] Use a range loop.
Davide Italiano
- [PATCH] D10700: Driver: Add AMDGPU toolchain
Chad Rosier
- [PATCH] D11275: Fix quoting of #pragma comment for PS4
Yunzhong Gao
- [PATCH] D11275: Fix quoting of #pragma comment for PS4
Richard Smith
- [PATCH] D11272: Add a TrailingObjects template class.
Sean Silva
- [PATCH] D11275: Fix quoting of #pragma comment for PS4
Yunzhong Gao
- [PATCH] D11275: Fix quoting of #pragma comment for PS4
Aaron Ballman
- [PATCH] D11275: Fix quoting of #pragma comment for PS4
Richard Smith
- [PATCH] D11279: Initial patch for PS4 toolchain
Filipe Cabecinhas
- r242450 - Documentation cleanup. No functional change intended.
James Dennett
- [PATCH] D11280: [CUDA] Improve CUDA compilation pipeline creation.
Artem Belevich
- [PATCH] D11281: Doxygen: Enable autobrief feature, matching llvm config/coding standards.
James Dennett
- [PATCH] D11275: Fix quoting of #pragma comment for PS4
Yunzhong Gao
- [libcxx] r242454 - Include what we use, instead of letting them get pulled in implictly. This makes the tests work on VS. Thanks to STL for the report
Marshall Clow
- [PATCH] D11275: Fix quoting of #pragma comment for PS4
Aaron Ballman
- r242085 - [cuda] Driver changes to compile and stitch together host and device-side CUDA code.
Justin Bogner
- [libcxx] r242466 - Creating release directory for release_370.
Hans Wennborg
- [libcxx] r242467 - Creating release candidate rc1 from release_370 branch
Hans Wennborg
- [libcxxabi] r242468 - Creating release directory for release_370.
Hans Wennborg
- [libcxxabi] r242469 - Creating release candidate rc1 from release_370 branch
Hans Wennborg
- r242480 - Add __has_feature(attribute_availability_with_version_underscores).
Jordan Rose
- r242483 - [Sema] Refactor Sema::ImplicitExceptionSpecification::CalledDecl
Davide Italiano
- [PATCH] D11282: IndentWrappedFunctionNames should win out over align colons
Kwasi Mensah
- [PATCH] D11282: IndentWrappedFunctionNames should win out over align colons
Daniel Jasper
- [PATCH] D11282: IndentWrappedFunctionNames should win out over align colons
Kwasi Mensah
- [PATCH] D11282: IndentWrappedFunctionNames should win out over align colons
Kwasi Mensah
- [PATCH] D11282: IndentWrappedFunctionNames should win out over align colons
Kwasi Mensah
- [PATCH] D10765: [OPENMP] Parsing and sema support for #pragma omp target data" directive.
Kelvin Li
- r242484 - clang-format: Respect IndentWrappedFunctionNames when aligning colons
Daniel Jasper
- [PATCH] D11282: IndentWrappedFunctionNames should win out over align colons
Daniel Jasper
- [PATCH] D11281: Doxygen: Enable autobrief feature, matching llvm config/coding standards.
Eli Bendersky
- r242485 - Doxygen: Enable autobrief feature, matching llvm config/coding standards.
James Dennett
- Two libc++ commits to be added to the release branch
Marshall Clow
- [PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Naomi Musgrave
- [PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Evgeniy Stepanov
- r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
- [PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Naomi Musgrave
- [PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Evgeniy Stepanov
- [PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Naomi Musgrave
- r241620 - Wrap clang modules and pch files in an object file container.
Richard Smith
- r242489 - Allow __builtin_setjmp/__builtin_longjmp on ARM
Matthias Braun
- [PATCH] D11275: Fix quoting of #pragma comment for PS4
Yunzhong Gao
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
Bob Wilson
- r242492 - __builtin_setjmp/__builtin_longjmp is support on ARM now
Matthias Braun
- r242489 - Allow __builtin_setjmp/__builtin_longjmp on ARM
Filipe Cabecinhas
- [libcxx] r242494 - Merging r242421:
Hans Wennborg
- [libcxx] r242495 - Merging r242377:
Hans Wennborg
- Two libc++ commits to be added to the release branch
Hans Wennborg
- r242489 - Allow __builtin_setjmp/__builtin_longjmp on ARM
Matthias Braun
- r242499 - Make the clang module container format selectable from the command line.
Adrian Prantl
- [PATCH] D5131: [libcxx] unexpected/terminate support for MS CRT
Andrew Parker
- r242504 - Driver: Determine file names for crash reports more reliably
Justin Bogner
- [PATCH] Fix -save-temp doesn't work well with ObjCARC, sanitizer and profiling
Justin Bogner
- r242505 - Fix clang-fuzzer build after r242499.
Adrian Prantl
- r242506 - clang: s/PCHContainerOps/PCHContainerRdr/ in \param(s), introduced in r242499. [-Wdocumentation]
NAKAMURA Takumi
- r242507 - Tests for "Disabling of "redefine_extname" pragma for C++ code"
Alexey Bataev
- [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Alexey Bataev
- [PATCH] D9403: llvm.noalias - Clang CodeGen for local restrict-qualified pointers
hfinkel at anl.gov
- [PATCH] D10765: [OPENMP] Parsing and sema support for #pragma omp target data" directive.
Alexey Bataev
- r242508 - [CodeGen, X86] Classify vectors <= 32 bits as INTEGER
David Majnemer
- [PATCH] D10916: [cmake] install clang-tblgen
Peter Collingbourne
- [PATCH] D10916: [cmake] install clang-tblgen
Andrew Wilkins
- [PATCH] D9665: improve clang's static analysis of __builtin_sprintf_chk()
Sam Parker
- r242514 - -Refactored ARMTargetInfo in order to use the API of TargetParser
Alexandros Lamprineas
- [PATCH] D11237: Add support for -rtlib option and -stdlib option to the mingw driver
Martell Malone
- [PATCH] D9655: [AArch64 NEON]Allow to define poly64_t as 'unsigned long long' on LLP64 system.
James Molloy
- [PATCH] D11085: compiler-rt: add support for mingw-w64 in builtins
Martell Malone
- r242516 - Fix android build after r242514
Tamas Berghammer
- r242422 - Fixed an error in cuda-options.cu test:
Daniel Sanders
- [PATCH] D11230: libunwind: Introduce __libunwind_config.h.
Renato Golin
- [PATCH] D10476: Additional fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Andrey Bokhanko
- r242507 - Tests for "Disabling of "redefine_extname" pragma for C++ code"
Aaron Ballman
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
Aaron Ballman
- r242521 - Changed "pragma" -> "#pragma" in a comment, NFC.
Andrey Bokhanko
- [PATCH] D11294: [Mips] Set mips64r6 as default CPU for MIPS64 Android
Petar Jovanovic
- [PATCH] D10536: [X86, inlineasm] Implement v, k, Y2, Yk, Yz constraints, improve analysis for x, Y*, L, e, Z, s
Alexey Frolov
- [PATCH] D11294: [Mips] Set mips64r6 as default CPU for MIPS64 Android
Simon Atanasyan
- r242522 - [Mips] Set mips64r6 as default CPU for MIPS64 Android
Petar Jovanovic
- [PATCH] D11294: [Mips] Set mips64r6 as default CPU for MIPS64 Android
Petar Jovanovic
- r242523 - R600: Add macro defs for all supported OpenCL extensions
Tom Stellard
- [PATCH] D11297: PR17829: Functions declared extern "C" with a name matching a mangled C++ function are allowed
Andrey Bokhanko
- [PATCH] D11085: compiler-rt: add support for mingw-w64 in builtins
David Blaikie
- [PATCH] D11085: compiler-rt: add support for mingw-w64 in builtins
David Blaikie
- [PATCH] D11298: Convert a few classes over to use the new TrailingObjects helper.
James Y Knight
- r242422 - Fixed an error in cuda-options.cu test:
Hans Wennborg
- r242297 - [PPC64LE] Fix vec_sld semantics for little endian
Hal Finkel
- r242313 - [PPC64] Update tests for vec_sld
Hal Finkel
- [PATCH] D11272: Add a TrailingObjects template class.
James Y Knight
- [PATCH] D10536: [X86, inlineasm] Improve analysis of x, Y0, Yi, Ym, Yt, L, e, Z, s asm constraints
Alexey Frolov
- r242297 - [PPC64LE] Fix vec_sld semantics for little endian
Hans Wennborg
- r242313 - [PPC64] Update tests for vec_sld
Hans Wennborg
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
Frédéric Riss
- r242534 - [ASTMatchers] Use provided target NodeKind instead of inferring it from the matchers.
Samuel Benzaquen
- r242499 - Make the clang module container format selectable from the command line.
Adrian Prantl
- [PATCH] D11272: Add a TrailingObjects template class.
James Y Knight
- [PATCH] D11298: Convert a few classes over to use the new TrailingObjects helper.
James Y Knight
- [PATCH] D11085: compiler-rt: add support for mingw-w64 in builtins
Reid Kleckner
- [PATCH] D11300: Allow PenaltyBreakBeforeFirstCallParameter to not break Obj-C call before first parameter
Daniel Jasper
- [PATCH] D11085: compiler-rt: add support for mingw-w64 in builtins
Reid Kleckner
- [PATCH] D11085: compiler-rt: add support for mingw-w64 in builtins
Martell Malone
- [PATCH] D11085: compiler-rt: add support for mingw-w64 in builtins
Reid Kleckner
- [libcxx] r242541 - Bump libc++ version # to 3.8
Marshall Clow
- r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
- [PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Evgeniy Stepanov
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
Reid Kleckner
- [PATCH] D11207: Enable recognition of __declspec for PS4
Reid Kleckner
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
Bob Wilson
- backports for 3.7.0 branch
Hans Wennborg
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
David Majnemer
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
Bob Wilson
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
David Majnemer
- [PATCH] D11230: libunwind: Introduce __libunwind_config.h.
Anton Korobeynikov
- [PATCH] D10536: [X86, inlineasm] Implement v, k, Y2, Yk, Yz constraints, improve analysis for x, Y*, L, e, Z, s
Sean Silva
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
Bob Wilson
- r242554 - Fix alignment issues in Clang.
James Y Knight
- [PATCH] D10272: Fix alignment issues in Clang.
James Y Knight
- [PATCH] D11305: [Sema] Emit correct warning when copy-elision is not possible.
Davide Italiano
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
David Majnemer
- [PATCH] D11279: Initial patch for PS4 toolchain
Katya Romanova
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
Aaron Ballman
- r242562 - Remove redundant bouncing between StringRef and a pair of 'const char *'.
Richard Smith
- r242085 - [cuda] Driver changes to compile and stitch together host and device-side CUDA code.
Artem Belevich
- [clang-tidy]: new check for "throw by value, catch by reference" guideline
Tobias Langner
- [PATCH] D11297: PR17829: Functions declared extern "C" with a name matching a mangled C++ function are allowed
Richard Smith
- [PATCH] D11308: [libcxx] Cleanup CMake configuration and integrate with LLVM
Eric Fiselier
- [PATCH] D10055: [libcxx] Require LLVM in libc++'s CMake.
Eric Fiselier
- [PATCH] D11305: [Sema] Emit correct warning when copy-elision is not possible.
Richard Smith
- r242499 - Make the clang module container format selectable from the command line.
Richard Smith
- r242564 - Refactor to remove repetition, no functionality change.
Richard Smith
- r242565 - Fix -save-temp when using objc-arc, sanitizer and profiling
Steven Wu
- [PATCH] Fix -save-temp doesn't work well with ObjCARC, sanitizer and profiling
Steven Wu
- [PATCH] D11308: [libcxx] Cleanup CMake configuration and integrate with LLVM
Eric Fiselier
- r242508 - [CodeGen, X86] Classify vectors <= 32 bits as INTEGER
Hans Wennborg
- [PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Naomi Musgrave
- r242508 - [CodeGen, X86] Classify vectors <= 32 bits as INTEGER
David Majnemer
- [PATCH] D10536: [X86, inlineasm] Implement v, k, Y2, Yk, Yz constraints, improve analysis for x, Y*, L, e, Z, s
James Y Knight
- r242567 - Stop treating extension keywords as 'interesting'; we don't allow the extension
Richard Smith
- [PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Evgeniy Stepanov
- r242499 - Make the clang module container format selectable from the command line.
Hans Wennborg
- [PATCH] D11310: [CUDA] Moved device-side triple calculation to buildCudaActions
Artem Belevich
- r242085 - [cuda] Driver changes to compile and stitch together host and device-side CUDA code.
Artem Belevich
- [PATCH] D11305: [Sema] Emit correct warning when copy-elision is not possible.
Davide Italiano
- [PATCH] D11305: [Sema] Emit correct warning when copy-elision is not possible.
Richard Smith
- [PATCH] D11305: [Sema] Emit correct warning when copy-elision is not possible.
Richard Smith
- [PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Naomi Musgrave
- [PATCH] D10765: [OPENMP] Parsing and sema support for #pragma omp target data" directive.
Kelvin Li
- r242571 - Fix test case in r242565
Steven Wu
- [PATCH] D11280: [CUDA] Improve CUDA compilation pipeline creation.
David Blaikie
- [PATCH] D11310: [CUDA] Moved device-side triple calculation to buildCudaActions
Justin Bogner
- [PATCH] D11207: Enable recognition of __declspec for PS4
Yunzhong Gao
- [PATCH] D10765: [OPENMP] Parsing and sema support for #pragma omp target data" directive.
Kelvin Li
- [PATCH] D11207: Enable recognition of __declspec for PS4
Saleem Abdulrasool
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
Bob Wilson
- [PATCH] D11191: unwind: Export _Unwind_{Get, Set}{GR, IP}() for ARM EHABI.
Saleem Abdulrasool
- [PATCH] D11190: unwind: Fix libc++abi and libgcc build.
Saleem Abdulrasool
- [PATCH] D11275: Fix quoting of #pragma comment for PS4
Yunzhong Gao
- [PATCH] D9403: llvm.noalias - Clang CodeGen for local restrict-qualified pointers
John McCall
- [PATCH] D11275: Fix quoting of #pragma comment for PS4
Yunzhong Gao
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
Saleem Abdulrasool
- [PATCH] D10272: Fix alignment issues in Clang.
Oleksiy Vyalov
- [PATCH] D9403: llvm.noalias - Clang CodeGen for local restrict-qualified pointers
hfinkel at anl.gov
- r242574 - basic: default to MSVC on Windows
Saleem Abdulrasool
- [PATCH] D10272: Fix alignment issues in Clang.
James Y Knight
- r242578 - Hopefully fix android i386 build after r242554.
James Y Knight
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
Richard Smith
- [libcxx] r242581 - Cleanup tests that fail in C++1z and with Clang 3.8
Eric Fiselier
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
David Majnemer
- [PATCH] D10536: [X86, inlineasm] Improve analysis of x, Y0, Yi, Ym, Yt, L, e, Z, s asm constraints
Eric Christopher
- [PATCH] D11315: Regression test for simple devirtualization (microsoft abi)
Andrew Zhogin
- [PATCH] D11315: Regression test for simple devirtualization (microsoft abi)
Andrew Zhogin
- [PATCH] D11315: Regression test for simple devirtualization (microsoft abi)
David Majnemer
- r242591 - InstrProf: Promote this assert to a report_fatal_error
Justin Bogner
- r242592 - [MS ABI] Explicit specialization of static data members are weak
David Majnemer
- [PATCH] D11106: use-after-dtor cmd option
Naomi Musgrave
- r242574 - basic: default to MSVC on Windows
Saleem Abdulrasool
- [PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Naomi Musgrave
- r242574 - basic: default to MSVC on Windows
Hans Wennborg
- [PATCH] ignore __declspec(novtable) on non-Windows platforms
Richard Smith
- r242574 - basic: default to MSVC on Windows
Richard Smith
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Richard Smith
- r242574 - basic: default to MSVC on Windows
Hans Wennborg
- [PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Naomi Musgrave
- [PATCH] D11319: Pass subtarget feature "+reserve-r9" instead of passing backend option "-arm-reserve-r9"
Akira Hatanaka
- [PATCH] D11322: Silence the driver warnings, if we see "-w" on the Driver.
Filipe Cabecinhas
- r242600 - [Sema] Emit correct warning when copy-elision is not possible.
Davide Italiano
- [PATCH] D11305: [Sema] Emit correct warning when copy-elision is not possible.
Davide Italiano
- [PATCH] D11305: [Sema] Emit correct warning when copy-elision is not possible.
Davide Italiano
- [PATCH] D11279: Initial patch for PS4 toolchain
Filipe Cabecinhas
- r242601 - Driver: Add AMDGPU toolchain
Tom Stellard
- [PATCH] D10700: Driver: Add AMDGPU toolchain
Phabricator
- [PATCH] D11322: Silence the driver warnings, if we see "-w" on the Driver.
Chandler Carruth
- r242602 - Driver/ToolChain/AMDGPU: Attempt to fix buildbots after r242601
Tom Stellard
- [PATCH] Correct a typo in err_deduced_non_type_template_arg_type_mismatch
Uriel Corfa
- [PATCH] D7384: Proposed change to the constructor of std::pair
Eric Fiselier
- [PATCH] D8652: [libcxx] Create internal namespace that hides all symbols.
Eric Fiselier
- [PATCH] D8651: [libcxx] Mark local printf variants as _LIBCPP_HIDDEN to prevent them from becoming part of the DSO.
Eric Fiselier
- [PATCH] D8652: [libcxx] Create internal namespace that hides all symbols.
Eric Fiselier
- [PATCH] D8652: [libcxx] Create internal namespace that hides all symbols.
Eric Fiselier
- [PATCH] D8652: [libcxx] Create internal namespace that hides all symbols.
Dan Albert
- r242606 - Silence the driver warnings, if we see "-w" on the Driver.
Filipe Cabecinhas
- [PATCH] D11322: Silence the driver warnings, if we see "-w" on the Driver.
Filipe Cabecinhas
- [PATCH] D11148: [ARM] Implement -Wa, -mfpu and friends for assemblers
Joerg Sonnenberger
- [PATCH] D11148: [ARM] Implement -Wa, -mfpu and friends for assemblers
Renato Golin
- [PATCH] D11221: Fix crash when using __attribute__((section (".bss.name"))) incorrectly
Joerg Sonnenberger
- [clang-tools-extra] r242607 - [clang-modernize] Don't rely on iterator auto-dereferencing.
Benjamin Kramer
- r242608 - [AST] Cleanup ExprIterator.
Benjamin Kramer
- [PATCH] D11328: [clang-tidy] new "throw-by-value-catch-by-reference" check for clang-tidy
Tobias Langner
- [PATCH] D11191: unwind: Export _Unwind_{Get, Set}{GR, IP}() for ARM EHABI.
Logan Chien
- [PATCH] D8652: [libcxx] Create internal namespace that hides all symbols.
Eric Fiselier
- [PATCH] D8652: [libcxx] Create internal namespace that hides all symbols.
Eric Fiselier
- r242611 - clang-format: Take nested lines into account when detection C++03
Daniel Jasper
- [PATCH] D10047: [libcxx] Get is_*_destructible tests passing in C++03.
Eric Fiselier
- [libcxx] r242612 - [libcxx] Get is_*_destructible tests passing in C++03.
Eric Fiselier
- r242615 - [AST] Remove StmtRange in favor of an iterator_range.
Benjamin Kramer
- [PATCH] D11329: [libcxx] Add __invoke_constexpr functions. Try 2.
Eric Fiselier
- [libcxx] r242617 - Add missing instrumentation in vector::insert - Patch from Anna Zaks
Eric Fiselier
- [libcxx] r242618 - Fix up typos in a couple of tests; due to agressive short-circuiting, they never failed on clang or gcc, but MSVC whined. Patch by Andrew Parker.
Marshall Clow
- [PATCH] D11114: [libcxx] Prefer __nullptr to the current fallback implementation in C++03 to prevent ABI issues.
Eric Fiselier
- [PATCH] D6316: [libcxx] Cleanup and fix is_destructible and tests in C++03.
Eric Fiselier
- r242608 - [AST] Cleanup ExprIterator.
Yaron Keren
- [PATCH] D11148: [ARM] Implement -Wa, -mfpu and friends for assemblers
Joerg Sonnenberger
- r242622 - [CodeGen] Don't dereference vector::end if the vector can be empty
Benjamin Kramer
- r242608 - [AST] Cleanup ExprIterator.
Benjamin Kramer
- [libcxx] r242623 - Enable and fix warnings during the build.
Eric Fiselier
- [PATCH] D11148: [ARM] Implement -Wa, -mfpu and friends for assemblers
Renato Golin
- [libcxx] r242624 - Fix warnings in test/std/language.support
Eric Fiselier
- [libcxx] r242625 - Fix unused variable warnings in atomic tests
Eric Fiselier
- [libcxx] r242626 - Fix warnings in test/std/algorithms
Eric Fiselier
- [libcxx] r242627 - Cleanup warnings in test/std/depr
Eric Fiselier
- [libcxx] r242628 - Remove unused typedefs in random and regex
Eric Fiselier
- [libcxx] r242629 - Fix warnings in array and assoc containers
Eric Fiselier
- [libcxx] r242630 - Commit file missing from r242629
Eric Fiselier
- [libcxx] r242632 - Fix warnings in deque tests
Eric Fiselier
- [libcxx] r242633 - Fix warnings in forwardlist
Eric Fiselier
- [libcxx] r242634 - Fix warnings in unordered_map
Eric Fiselier
- [PATCH] D11333: [libcxx] Add special warning flag detection logic to compiler.py
Eric Fiselier
- [PATCH] D11334: [Sema] Call to deleted functions are supposed to be verboten
Davide Italiano
- [PATCH] D11275: Fix quoting of #pragma comment for PS4
Michael Kuperstein
- r242635 - [X86][AVX512BW] add clang intrinsics for pmulhrsw / pmulhuw / pmulhw
Asaf Badouh
- [PATCH] D11338: [X86] Add missing _m_prefetch intrinsic
Simon Pilgrim
- [PATCH] D11230: libunwind: Introduce __libunwind_config.h.
Logan Chien
- [PATCH] D10536: [X86, inlineasm] Improve analysis of x, Y0, Yi, Ym, Yt, L, e, Z, s asm constraints
Alexey Frolov
- [PATCH] D11341: [SemaTemplate] Detect instantiation of unparsed exceptions
Davide Italiano
- r242648 - Remove two unused includes.
Nico Weber
- r242649 - Remove two unused includes, part 2...
Nico Weber
- r242650 - [modules] Don't save uninteresting identifiers, and don't consider identifiers
Richard Smith
- r242652 - [Sema] Make an assertion stricter.
Davide Italiano
- r242653 - [modules] Add (already passing) test for template default argument merging when the template is declared in a namespace.
Richard Smith
- [clang-tools-extra] r242654 - Initial version of clang-tidy check to find and fix unused parameters.
Daniel Jasper
- [PATCH] D11346: Extend misc-unused-parameters to delete parameters of static functions
Daniel Jasper
- [PATCH] D11346: Extend misc-unused-parameters to delete parameters of static functions
Chandler Carruth
- [clang-tools-extra] r242659 - Extend misc-unused-parameters to delete parameters of local functions.
Daniel Jasper
- [PATCH] D11346: Extend misc-unused-parameters to delete parameters of static functions
Daniel Jasper
- [PATCH] D11182: [OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
- [PATCH] D11059: [OPENMP] Info in release notes about OpenMP support in clang.
Alexey Bataev
- [PATCH] D10732: [OPENMP 4.0] Initial support for array sections.
Alexey Bataev
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev
- r242660 - Support mingw toolchain include and lib directories on Arch Linux.
Yaron Keren
- r242660 - Support mingw toolchain include and lib directories on Arch Linux.
Nico Weber
Last message date:
Sun Jul 19 23:46:49 PDT 2015
Archived on: Tue Aug 4 15:32:17 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).