The Week Of Monday 23 May 2016 Archives by subject
Starting: Mon May 23 00:59:35 PDT 2016
Ending: Sun May 29 23:42:50 PDT 2016
Messages: 790
- [clang-tools-extra] r260944 - clang-tools-extra/test/Unit/lit.site.cfg.in: Prune on_clone. I guess it has been unused since r188006.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r261991 - [clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.
Edoardo P. via cfe-commits
- [clang-tools-extra] r270470 - Commiting for http://reviews.llvm.org/D20365
Mads Ravn via cfe-commits
- [clang-tools-extra] r270472 - Commiting for http://reviews.llvm.org/D20365
Mads Ravn via cfe-commits
- [clang-tools-extra] r270472 - Commiting for http://reviews.llvm.org/D20365
Nico Weber via cfe-commits
- [clang-tools-extra] r270472 - Commiting for http://reviews.llvm.org/D20365
Piotr Padlewski via cfe-commits
- [clang-tools-extra] r270472 - Commiting for http://reviews.llvm.org/D20365
Mads Ravn via cfe-commits
- [clang-tools-extra] r270473 - Commiting for http://reviews.llvm.org/D20365
Mads Ravn via cfe-commits
- [clang-tools-extra] r270565 - [clang-tidy] modernize-pass-by-value bugfix
Mads Ravn via cfe-commits
- [clang-tools-extra] r270566 - [find-all-symbols] Added hardcode header mapping from header postfix to header name for STL symbols.
Eric Liu via cfe-commits
- [clang-tools-extra] r270567 - [clang-tidy] modernize-pass-by-value bugfix. Reverting lit-style test
Mads Ravn via cfe-commits
- [clang-tools-extra] r270567 - [clang-tidy] modernize-pass-by-value bugfix. Reverting lit-style test
Renato Golin via cfe-commits
- [clang-tools-extra] r270571 - [include-fixer][find-all-symbols] removed unused const member from YamlReporter to fix build bot failure.
Eric Liu via cfe-commits
- [clang-tools-extra] r270575 - [clang-tidy] modernize-pass-by-value bugfix. Reverting lit-style test
Mads Ravn via cfe-commits
- [clang-tools-extra] r270575 - [clang-tidy] modernize-pass-by-value bugfix. Reverting lit-style test
Renato Golin via cfe-commits
- [clang-tools-extra] r270575 - [clang-tidy] modernize-pass-by-value bugfix. Reverting lit-style test
Mads Ravn via cfe-commits
- [clang-tools-extra] r270578 - [include-fixer][find-all-symbols] added missing dependencies.
Eric Liu via cfe-commits
- [clang-tools-extra] r270581 - [clang-tidy] Don't rely on <array> being available.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r270599 - clang-rename: fix renaming non-members variables when referenced as macro arguments
Miklos Vajna via cfe-commits
- [clang-tools-extra] r270682 - [clang-tidy] Fix typo in test file name.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r270696 - [include-fixer] moved STLPostfixMap into findAllSymbols library and make it a static variable in function.
Eric Liu via cfe-commits
- [clang-tools-extra] r270700 - [include-fixer] Simplify the code since we won't handle multiple includes at once.
Haojian Wu via cfe-commits
- [clang-tools-extra] r270701 - Include local header with quotes instead of angle brackets.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r270703 - [include-fixer] /usr/include/xlocal.h to include/xlocal.h in hardcoded map.
Eric Liu via cfe-commits
- [clang-tools-extra] r270714 - Speed up check by using a recursive visitor.
Samuel Benzaquen via cfe-commits
- [clang-tools-extra] r270841 - clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-vararg.cpp: Tweak for r270775.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r270989 - [include-fixer] Add a missing .h.
Benjamin Kramer via cfe-commits
- [libcxx] r270735 - [libcxx] Allow explicit pthread opt-in
Ben Craig via cfe-commits
- [libcxx] r271060 - Tolerate incorrect return type for 'isinf' and 'isnan' in tests.
Eric Fiselier via cfe-commits
- [libcxx] r271060 - Tolerate incorrect return type for 'isinf' and 'isnan' in tests.
Richard Smith via cfe-commits
- [libcxx] r271060 - Tolerate incorrect return type for 'isinf' and 'isnan' in tests.
Eric Fiselier via cfe-commits
- [libcxx] r271060 - Tolerate incorrect return type for 'isinf' and 'isnan' in tests.
Richard Smith via cfe-commits
- [libcxx] r271065 - Guard testing of tuple extensions to make tests portable
Eric Fiselier via cfe-commits
- [libcxx] r271070 - Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a string
Eric Fiselier via cfe-commits
- [libcxx] r271073 - Fix PR27751. Add proper dependancies for install-libcxx-headers rule
Eric Fiselier via cfe-commits
- [libcxx] r271074 - Add missing include to test_iterators.h
Eric Fiselier via cfe-commits
- [libcxx] r271108 - [libcxx] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake via cfe-commits
- [libcxx] r271195 - Fix bug in test allocator that incorrectly computed the allocation size
Eric Fiselier via cfe-commits
- [libcxxabi] r270732 - Allow explicit pthread opt-in
Ben Craig via cfe-commits
- [libcxxabi] r270816 - libc++abi: build with -fvisibility=hidden
Saleem Abdulrasool via cfe-commits
- [libunwind] r270692 - Introduce a native-only unwinder build.
Asiri Rathnayake via cfe-commits
- [libunwind] r270925 - Fix gcc libunwind build.
Asiri Rathnayake via cfe-commits
- [libunwind] r270925 - Fix gcc libunwind build.
Jonathan Roelofs via cfe-commits
- [libunwind] r270927 - Use size_t to store the results of sizeof calculations.
Asiri Rathnayake via cfe-commits
- [libunwind] r270972 - [libunwind] Disable cross-unwinding by default.
Asiri Rathnayake via cfe-commits
- [libunwind] r271004 - [libunwind] Improve unwinder stack usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] [clang] Emit ObjC method and block annotation attributes to IR
Alex Denisov via cfe-commits
- [PATCH] arc-repeated-use-of-weak should not warn about IBOutlet properties
Bob Wilson via cfe-commits
- [PATCH] arc-repeated-use-of-weak should not warn about IBOutlet properties
Manman via cfe-commits
- [PATCH] arc-repeated-use-of-weak should not warn about IBOutlet properties
Bob Wilson via cfe-commits
- [PATCH] arc-repeated-use-of-weak should not warn about IBOutlet properties
Manman Ren via cfe-commits
- [PATCH] arc-repeated-use-of-weak should not warn about IBOutlet properties
Bob Wilson via cfe-commits
- [PATCH] D14727: [Driver] Adapt Linux::GCCVersion::Parse to match GCC 5 installations
Bryan Chan via cfe-commits
- [PATCH] D14727: [Driver] Adapt Linux::GCCVersion::Parse to match GCC 5 installations
Jonathan Roelofs via cfe-commits
- [PATCH] D14727: [Driver] Adapt Linux::GCCVersion::Parse to match GCC 5 installations
Bryan Chan via cfe-commits
- [PATCH] D15421: [Feature] Add a builtin for indexing into parameter packs
Louis Dionne via cfe-commits
- [PATCH] D15421: [Feature] Add a builtin for indexing into parameter packs
Louis Dionne via cfe-commits
- [PATCH] D15944: [OpenMP] Parsing and sema support for target update directive
Samuel Antao via cfe-commits
- [PATCH] D15944: [OpenMP] Parsing and sema support for target update directive
Alexey Bataev via cfe-commits
- [PATCH] D15944: [OpenMP] Parsing and sema support for target update directive
Samuel Antao via cfe-commits
- [PATCH] D15944: [OpenMP] Parsing and sema support for target update directive
Alexey Bataev via cfe-commits
- [PATCH] D15944: [OpenMP] Parsing and sema support for target update directive
Samuel Antao via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Eric Fiselier via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Asiri Rathnayake via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Eric Fiselier via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Eric Fiselier via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Eric Fiselier via cfe-commits
- [PATCH] D17438: [OpenCL] Add Sema checks for atomics and implicit declaration
Anastasia Stulova via cfe-commits
- [PATCH] D17438: [OpenCL] Add Sema checks for atomics and implicit declaration
Xiuli PAN via cfe-commits
- [PATCH] D17462: Fix a codegen bug for variadic functions with pass_object_size params
George Burgess IV via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Dmitry Polukhin via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Renato Golin via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
David Majnemer via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Richard Smith via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
İsmail Dönmez via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Thomas Tanner via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
jackpoz via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Dmitry Polukhin via cfe-commits
- [PATCH] D18073: Add memory allocating functions
Alexander Riccio via cfe-commits
- [PATCH] D18110: [OpenMP] Fix SEMA bug in the capture of global variables in template functions.
Samuel Antao via cfe-commits
- [PATCH] D18110: [OpenMP] Fix SEMA bug in the capture of global variables in template functions.
Alexey Bataev via cfe-commits
- [PATCH] D18110: [OpenMP] Fix SEMA bug in the capture of global variables in template functions.
Alexey Bataev via cfe-commits
- [PATCH] D18110: [OpenMP] Fix SEMA bug in the capture of global variables in template functions.
Samuel Antao via cfe-commits
- [PATCH] D18360: Add AIX Target/ToolChain to Clang Driver
WuZhao via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Anastasia Stulova via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Anastasia Stulova via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Anastasia Stulova via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Yaxun Liu via cfe-commits
- [PATCH] D18488: [OpenMP] Parsing and sema support for the from clause
Samuel Antao via cfe-commits
- [PATCH] D18488: [OpenMP] Parsing and sema support for the from clause
Alexey Bataev via cfe-commits
- [PATCH] D18488: [OpenMP] Parsing and sema support for the from clause
Samuel Antao via cfe-commits
- [PATCH] D18488: [OpenMP] Parsing and sema support for the from clause
Samuel Antao via cfe-commits
- [PATCH] D18488: [OpenMP] Parsing and sema support for the from clause
Alexey Bataev via cfe-commits
- [PATCH] D18540: [Sema] Note when we've actually encountered a failure in ExprConstant, and take that into account when looking up objects.
George Burgess IV via cfe-commits
- [PATCH] D18540: [Sema] Note when we've actually encountered a failure in ExprConstant, and take that into account when looking up objects.
Richard Smith via cfe-commits
- [PATCH] D18540: [Sema] Note when we've actually encountered a failure in ExprConstant, and take that into account when looking up objects.
George Burgess IV via cfe-commits
- [PATCH] D18575: [clang-tidy] New checker to replace deprecated throw() specifications
don hinton via cfe-commits
- [PATCH] D18575: [clang-tidy] New checker to replace deprecated throw() specifications
don hinton via cfe-commits
- [PATCH] D18575: [clang-tidy] New checker to replace deprecated throw() specifications
don hinton via cfe-commits
- [PATCH] D18575: [clang-tidy] New checker to replace deprecated throw() specifications
Aaron Ballman via cfe-commits
- [PATCH] D18575: [clang-tidy] New checker to replace deprecated throw() specifications
don hinton via cfe-commits
- [PATCH] D18597: [OpenMP] Parsing and sema support for the to clause
Samuel Antao via cfe-commits
- [PATCH] D18597: [OpenMP] Parsing and sema support for the to clause
Alexey Bataev via cfe-commits
- [PATCH] D18597: [OpenMP] Parsing and sema support for the to clause
Samuel Antao via cfe-commits
- [PATCH] D18597: [OpenMP] Parsing and sema support for the to clause
Samuel Antao via cfe-commits
- [PATCH] D18597: [OpenMP] Parsing and sema support for the to clause
Alexey Bataev via cfe-commits
- [PATCH] D18597: [OpenMP] Parsing and sema support for the to clause
Samuel Antao via cfe-commits
- [PATCH] D18641: [PP] Handle #include_next after include found relative to current one same as GCC
Dmitry Polukhin via cfe-commits
- [PATCH] D18821: Add bugprone-bool-to-integer-conversion
Piotr Padlewski via cfe-commits
- [PATCH] D18821: Add bugprone-bool-to-integer-conversion
Piotr Padlewski via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Andrew V. Tischenko via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Reid Kleckner via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Andrew V. Tischenko via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Reid Kleckner via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Phabricator via cfe-commits
- [PATCH] D19105: Changes in clang after running http://reviews.llvm.org/D18821
Piotr Padlewski via cfe-commits
- [PATCH] D19105: Changes in clang after running http://reviews.llvm.org/D18821
Amaury SECHET via cfe-commits
- [PATCH] D19105: Changes in clang after running http://reviews.llvm.org/D18821
Piotr Padlewski via cfe-commits
- [PATCH] D19250: Update libcxx.llvm.org documentation by linking to new docs.
Eric Fiselier via cfe-commits
- [PATCH] D19274: Compilation for Intel MCU (Part 2/3)
Andrey Turetskiy via cfe-commits
- [PATCH] D19274: Compilation for Intel MCU (Part 2/3)
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D19274: Compilation for Intel MCU (Part 2/3)
Andrey Turetskiy via cfe-commits
- [PATCH] D19274: Compilation for Intel MCU (Part 2/3)
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D19274: Compilation for Intel MCU (Part 2/3)
Andrey Turetskiy via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Samuel Benzaquen via cfe-commits
- [PATCH] D19327: Keep invalid function body as part of the AST
Olivier Goffart via cfe-commits
- [PATCH] D19708: [CGDebugInfo] Generate debug info for member calls in the context of the callee expression
Hal Finkel via cfe-commits
- [PATCH] D19708: [CGDebugInfo] Generate debug info for member calls in the context of the callee expression
Hal Finkel via cfe-commits
- [PATCH] D19739: Add a loop's debug location to its llvm.loop metadata
Hal Finkel via cfe-commits
- [PATCH] D19780: Output OpenCL version in Clang diagnostics
Vedran Miletić via cfe-commits
- [PATCH] D19780: Output OpenCL version in Clang diagnostics
Anastasia Stulova via cfe-commits
- [PATCH] D19783: Fix cv-qualification of '*this' captures (and nasty bug PR27507 introduced by commit 263921 "Implement Lambda Capture of *this by Value as [=, *this]")
Faisal Vali via cfe-commits
- [PATCH] D19835: Tolerate incorrect return type for 'isinf' and 'isnan' in tests.
Eric Fiselier via cfe-commits
- [PATCH] D19843: Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
Eric Niebler via cfe-commits
- [PATCH] D19843: Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
Eric Niebler via cfe-commits
- [PATCH] D19843: Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
Richard Smith via cfe-commits
- [PATCH] D19843: Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
Eric Niebler via cfe-commits
- [PATCH] D19866: [Analyzer] Correct stack address escape diagnostic
Sean Eveson via cfe-commits
- [PATCH] D19909: [Attr] Add support for the `ms_hook_prologue` attribute.
Aaron Ballman via cfe-commits
- [PATCH] D20010: [clang-tidy] UnnecessaryCopyInitialization - Extend to trigger on non-const "this" object argument if it is not modified
Felix Berger via cfe-commits
- [PATCH] D20010: [clang-tidy] UnnecessaryCopyInitialization - Extend to trigger on non-const "this" object argument if it is not modified
Felix Berger via cfe-commits
- [PATCH] D20010: [clang-tidy] UnnecessaryCopyInitialization - Extend to trigger on non-const "this" object argument if it is not modified
Matt Kulukundis via cfe-commits
- [PATCH] D20010: [clang-tidy] UnnecessaryCopyInitialization - Extend to trigger on non-const "this" object argument if it is not modified
Felix Berger via cfe-commits
- [PATCH] D20010: [clang-tidy] UnnecessaryCopyInitialization - Extend to trigger on non-const "this" object argument if it is not modified
Alexander Kornienko via cfe-commits
- [PATCH] D20088: Using AArch64TargetParser in clang
jojo.ma via cfe-commits
- [PATCH] D20088: Using AArch64TargetParser in clang
Renato Golin via cfe-commits
- [PATCH] D20088: Using AArch64TargetParser in clang
Renato Golin via cfe-commits
- [PATCH] D20089: Adding a TargetParser for AArch64
Renato Golin via cfe-commits
- [PATCH] D20089: Adding a TargetParser for AArch64
jojo.ma via cfe-commits
- [PATCH] D20089: Adding a TargetParser for AArch64
jojo.ma via cfe-commits
- [PATCH] D20089: Adding a TargetParser for AArch64
jojo.ma via cfe-commits
- [PATCH] D20089: Adding a TargetParser for AArch64
Renato Golin via cfe-commits
- [PATCH] D20089: Adding a TargetParser for AArch64
jojo.ma via cfe-commits
- [PATCH] D20089: Adding a TargetParser for AArch64
jojo.ma via cfe-commits
- [PATCH] D20089: Adding a TargetParser for AArch64
Renato Golin via cfe-commits
- [PATCH] D20089: Adding a TargetParser for AArch64
James Molloy via cfe-commits
- [PATCH] D20089: Adding a TargetParser for AArch64
Renato Golin via cfe-commits
- [PATCH] D20089: Adding a TargetParser for AArch64
Renato Golin via cfe-commits
- [PATCH] D20090: [OPENCL] Fix wrongly vla error for OpenCL array.
Xiuli PAN via cfe-commits
- [PATCH] D20090: [OPENCL] Fix wrongly vla error for OpenCL array.
Anastasia Stulova via cfe-commits
- [PATCH] D20090: [OPENCL] Fix wrongly vla error for OpenCL array.
Xiuli PAN via cfe-commits
- [PATCH] D20111: [OpenMP] Adjust map type bits according to latest spec and use zero size array sections for pointers.
Samuel Antao via cfe-commits
- [PATCH] D20111: [OpenMP] Adjust map type bits according to latest spec and use zero size array sections for pointers.
Alexey Bataev via cfe-commits
- [PATCH] D20111: [OpenMP] Adjust map type bits according to latest spec and use zero size array sections for pointers.
Samuel Antao via cfe-commits
- [PATCH] D20111: [OpenMP] Adjust map type bits according to latest spec and use zero size array sections for pointers.
Alexey Bataev via cfe-commits
- [PATCH] D20112: [OpenMP] Add support for the 'private pointer' flag to signal variables captured in target regions and used in first-private clauses.
Samuel Antao via cfe-commits
- [PATCH] D20112: [OpenMP] Add support for the 'private pointer' flag to signal variables captured in target regions and used in first-private clauses.
Alexey Bataev via cfe-commits
- [PATCH] D20112: [OpenMP] Add support for the 'private pointer' flag to signal variables captured in target regions and used in first-private clauses.
Samuel Antao via cfe-commits
- [PATCH] D20112: [OpenMP] Add support for the 'private pointer' flag to signal variables captured in target regions and used in first-private clauses.
Samuel Antao via cfe-commits
- [PATCH] D20112: [OpenMP] Add support for the 'private pointer' flag to signal variables captured in target regions and used in first-private clauses.
Alexey Bataev via cfe-commits
- [PATCH] D20113: Fix mangled name of method with ns_consumed parameters.
Sylvain Defresne via cfe-commits
- [PATCH] D20113: Fix mangled name of method with ns_consumed parameters.
Nico Weber via cfe-commits
- [PATCH] D20119: [libunwind] Improve unwinder stack usage
Asiri Rathnayake via cfe-commits
- [PATCH] D20119: [libunwind] Improve unwinder stack usage
Jonathan Roelofs via cfe-commits
- [PATCH] D20119: [libunwind] Improve unwinder stack usage
Asiri Rathnayake via cfe-commits
- [PATCH] D20119: [libunwind] Improve unwinder stack usage
Jonathan Roelofs via cfe-commits
- [PATCH] D20119: [libunwind] Improve unwinder stack usage
Asiri Rathnayake via cfe-commits
- [PATCH] D20119: [libunwind] Improve unwinder stack usage
Asiri Rathnayake via cfe-commits
- [PATCH] D20119: [libunwind] Improve unwinder stack usage
Asiri Rathnayake via cfe-commits
- [PATCH] D20119: [libunwind] Improve unwinder stack usage
Jonathan Roelofs via cfe-commits
- [PATCH] D20119: [libunwind] Improve unwinder stack usage
Asiri Rathnayake via cfe-commits
- [PATCH] D20133: [OpenCL] Fix __builtin_astype for vec3 types.
Anastasia Stulova via cfe-commits
- [PATCH] D20168: [CodeGen] Handle structs directly in AMDGPUABIInfo
Matt Arsenault via cfe-commits
- [PATCH] D20168: [CodeGen] Handle structs directly in AMDGPUABIInfo
Vedran Miletić via cfe-commits
- [PATCH] D20192: [Sema] Fix bug to do with lookup of template friend function in namespace
Erik Pilkington via cfe-commits
- [PATCH] D20192: [Sema] Fix bug to do with lookup of template friend function in namespace
Richard Smith via cfe-commits
- [PATCH] D20243: [PCH] Disable inclusion of timestamps when generating pch files on windows.
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D20243: [PCH] Disable inclusion of timestamps when generating pch files on windows.
Nico Weber via cfe-commits
- [PATCH] D20243: [PCH] Disable inclusion of timestamps when generating pch files on windows.
pierre gousseau via cfe-commits
- [PATCH] D20243: [PCH] Disable inclusion of timestamps when generating pch files on windows.
pierre gousseau via cfe-commits
- [PATCH] D20249: [OpenCL] Hierarchical/dynamic parallelism - enqueue kernel in OpenCL 2.0
Anastasia Stulova via cfe-commits
- [PATCH] D20249: [OpenCL] Hierarchical/dynamic parallelism - enqueue kernel in OpenCL 2.0
Anastasia Stulova via cfe-commits
- [PATCH] D20249: [OpenCL] Hierarchical/dynamic parallelism - enqueue kernel in OpenCL 2.0
Alexey Bader via cfe-commits
- [PATCH] D20249: [OpenCL] Hierarchical/dynamic parallelism - enqueue kernel in OpenCL 2.0
Anastasia Stulova via cfe-commits
- [PATCH] D20249: [OpenCL] Hierarchical/dynamic parallelism - enqueue kernel in OpenCL 2.0
Anastasia Stulova via cfe-commits
- [PATCH] D20270: libc++abi: build with -fvisibility=hidden
Eric Fiselier via cfe-commits
- [PATCH] D20270: libc++abi: build with -fvisibility=hidden
Saleem Abdulrasool via cfe-commits
- [PATCH] D20277: [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const value parameter can be moved.
Felix Berger via cfe-commits
- [PATCH] D20277: [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const value parameter can be moved.
Felix Berger via cfe-commits
- [PATCH] D20277: [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const value parameter can be moved.
Felix Berger via cfe-commits
- [PATCH] D20277: [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const value parameter can be moved.
Piotr Padlewski via cfe-commits
- [PATCH] D20277: [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const value parameter can be moved.
Felix Berger via cfe-commits
- [PATCH] D20277: [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const value parameter can be moved.
Felix Berger via cfe-commits
- [PATCH] D20283: Add ras/noras flag to enable/disable RAS in clang
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D20320: [libunwind] Improve unwinder stack usage - II
Ben Craig via cfe-commits
- [PATCH] D20320: [libunwind] Improve unwinder stack usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D20320: [libunwind] Improve unwinder stack usage - II
Jonathan Roelofs via cfe-commits
- [PATCH] D20320: [libunwind] Improve unwinder stack usage - II
Phabricator via cfe-commits
- [PATCH] D20320: [libunwind] Improve unwinder stack usage - II
Ben Craig via cfe-commits
- [PATCH] D20321: [Clang][AVX512][intrinsics] Fix vperm intrinsics.
Igor Breger via cfe-commits
- [PATCH] D20328: [libcxx] Externally threaded libc++ variant
Asiri Rathnayake via cfe-commits
- [PATCH] D20328: [libcxx] Externally threaded libc++ variant
Ben Craig via cfe-commits
- [PATCH] D20328: [libcxx] Externally threaded libc++ variant
Asiri Rathnayake via cfe-commits
- [PATCH] D20328: [libcxx] Externally threaded libc++ variant
Ben Craig via cfe-commits
- [PATCH] D20328: [libcxx] Externally threaded libc++ variant
Asiri Rathnayake via cfe-commits
- [PATCH] D20328: [libcxx] Externally threaded libc++ variant
Ben Craig via cfe-commits
- [PATCH] D20328: [libcxx] Externally threaded libc++ variant
Asiri Rathnayake via cfe-commits
- [PATCH] D20328: [libcxx] Externally threaded libc++ variant
Asiri Rathnayake via cfe-commits
- [PATCH] D20328: [libcxx] Externally threaded libc++ variant
Ben Craig via cfe-commits
- [PATCH] D20334: [libcxx] Fix a bug in strstreambuf::overflow
Akira Hatanaka via cfe-commits
- [PATCH] D20334: [libcxx] Fix a bug in strstreambuf::overflow
Ben Craig via cfe-commits
- [PATCH] D20334: [libcxx] Fix a bug in strstreambuf::overflow
Akira Hatanaka via cfe-commits
- [PATCH] D20334: [libcxx] Fix a bug in strstreambuf::overflow
Ben Craig via cfe-commits
- [PATCH] D20334: [libcxx] Fix a bug in strstreambuf::overflow
Akira Hatanaka via cfe-commits
- [PATCH] D20334: [libcxx] Fix a bug in strstreambuf::overflow
Ben Craig via cfe-commits
- [PATCH] D20334: [libcxx] Fix a bug in strstreambuf::overflow
Akira Hatanaka via cfe-commits
- [PATCH] D20334: [libcxx] Fix a bug in strstreambuf::overflow
Akira Hatanaka via cfe-commits
- [PATCH] D20334: [libcxx] Fix a bug in strstreambuf::overflow
Marshall Clow via cfe-commits
- [PATCH] D20334: [libcxx] Fix a bug in strstreambuf::overflow
Ben Craig via cfe-commits
- [PATCH] D20334: [libcxx] Fix a bug in strstreambuf::overflow
Akira Hatanaka via cfe-commits
- [PATCH] D20336: [AMDGPU] Remove individual debugger options + update features
Konstantin Zhuravlyov via cfe-commits
- [PATCH] D20336: [AMDGPU] Remove individual debugger options + update features
Tom Stellard via cfe-commits
- [PATCH] D20336: [AMDGPU] Remove individual debugger options + update features
Konstantin Zhuravlyov via cfe-commits
- [PATCH] D20336: [AMDGPU] Remove individual debugger options + update features
Konstantin Zhuravlyov via cfe-commits
- [PATCH] D20338: [PCH] Fixed overridden files always invalidating preamble even when unchanged
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D20338: [PCH] Fixed overridden files always invalidating preamble even when unchanged
Cameron via cfe-commits
- [PATCH] D20338: [PCH] Fixed overridden files always invalidating preamble even when unchanged
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D20338: [PCH] Fixed overridden files always invalidating preamble even when unchanged
Richard Smith via cfe-commits
- [PATCH] D20338: [PCH] Fixed overridden files always invalidating preamble even when unchanged
Cameron via cfe-commits
- [PATCH] D20347: Add support to clang-cl driver for /GS switch
Etienne Bergeron via cfe-commits
- [PATCH] D20347: Add support to clang-cl driver for /GS switch
Etienne Bergeron via cfe-commits
- [PATCH] D20358: [Clang][AVX512][Intrinsics]Convert AVX non-temporal store builtins to LLVM-native IR.
Craig Topper via cfe-commits
- [PATCH] D20359: [LLVM][AVX512][Intrinsics] Convert AVX non-temporal store builtins to LLVM-native IR.
Craig Topper via cfe-commits
- [PATCH] D20359: [LLVM][AVX512][Intrinsics] Convert AVX non-temporal store builtins to LLVM-native IR.
michael zuckerman via cfe-commits
- [PATCH] D20359: [LLVM][AVX512][Intrinsics] Convert AVX non-temporal store builtins to LLVM-native IR.
michael zuckerman via cfe-commits
- [PATCH] D20359: [LLVM][AVX512][Intrinsics] Convert AVX non-temporal store builtins to LLVM-native IR.
Simon Pilgrim via cfe-commits
- [PATCH] D20365: [PATCH] clang-tidy: Bug 27731 - modernize-pass-by-value suggest using std::move for types that perform copies on move
Mads Ravn via cfe-commits
- [PATCH] D20365: [PATCH] clang-tidy: Bug 27731 - modernize-pass-by-value suggest using std::move for types that perform copies on move
Alexander Kornienko via cfe-commits
- [PATCH] D20365: [PATCH] clang-tidy: Bug 27731 - modernize-pass-by-value suggest using std::move for types that perform copies on move
Piotr Padlewski via cfe-commits
- [PATCH] D20365: [PATCH] clang-tidy: Bug 27731 - modernize-pass-by-value suggest using std::move for types that perform copies on move
Mads Ravn via cfe-commits
- [PATCH] D20366: [ASTMatcher] Make dump_ast_matchers.py executable.
Aaron Ballman via cfe-commits
- [PATCH] D20373: PR27799: [OpenCL] Clang fails to compile libclc
Anastasia Stulova via cfe-commits
- [PATCH] D20383: PCH + Module: make sure we write out macros associated with builtin identifiers
Ben Langmuir via cfe-commits
- [PATCH] D20383: PCH + Module: make sure we write out macros associated with builtin identifiers
Manman Ren via cfe-commits
- [PATCH] D20388: AMDGPU: Fix supported CL features
Jan Vesely via cfe-commits
- [PATCH] D20388: AMDGPU: Fix supported CL features
Jan Vesely via cfe-commits
- [PATCH] D20388: AMDGPU: Fix supported CL features
Matt Arsenault via cfe-commits
- [PATCH] D20388: AMDGPU: Fix supported CL features
Jan Vesely via cfe-commits
- [PATCH] D20389: NVPTX: Add supported CL features
Jan Vesely via cfe-commits
- [PATCH] D20404: [Driver] Fix driver support for color diagnostics
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D20404: [Driver] Fix driver support for color diagnostics
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D20404: [Driver] Fix driver support for color diagnostics
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D20404: [Driver] Fix driver support for color diagnostics
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D20407: [CodeGen][ObjC] zero-ext an i1 value to i8
Akira Hatanaka via cfe-commits
- [PATCH] D20407: [CodeGen][ObjC] zero-ext an i1 value to i8
John McCall via cfe-commits
- [PATCH] D20407: [CodeGen][ObjC] zero-ext an i1 value to i8
Akira Hatanaka via cfe-commits
- [PATCH] D20407: [CodeGen][ObjC] zero-ext an i1 value to i8
Akira Hatanaka via cfe-commits
- [PATCH] D20407: [CodeGen][ObjC] zero-ext an i1 value to i8
Akira Hatanaka via cfe-commits
- [PATCH] D20407: [CodeGen][ObjC] zero-ext an i1 value to i8
John McCall via cfe-commits
- [PATCH] D20407: [CodeGen][ObjC] zero-ext an i1 value to i8
John McCall via cfe-commits
- [PATCH] D20407: [CodeGen][ObjC] zero-ext an i1 value to i8
Akira Hatanaka via cfe-commits
- [PATCH] D20407: [CodeGen][ObjC] zero-ext an i1 value to i8
Akira Hatanaka via cfe-commits
- [PATCH] D20407: [CodeGen][ObjC] zero-ext an i1 value to i8
John McCall via cfe-commits
- [PATCH] D20407: [CodeGen][ObjC] zero-ext an i1 value to i8
John McCall via cfe-commits
- [PATCH] D20407: [CodeGen][ObjC] zero-ext an i1 value to i8
Akira Hatanaka via cfe-commits
- [PATCH] D20407: [CodeGen][ObjC] zero-ext an i1 value to i8
Akira Hatanaka via cfe-commits
- [PATCH] D20419: [Sparc] Add software float option -msoft-float
Jacob Baungard Hansen via cfe-commits
- [PATCH] D20419: [Sparc] Add software float option -msoft-float
Jacob Baungard Hansen via cfe-commits
- [PATCH] D20419: [Sparc] Add software float option -msoft-float
Jacob Baungard Hansen via cfe-commits
- [PATCH] D20422: [MSVC2015] dllexport for defaulted special class members
Dmitry Polukhin via cfe-commits
- [PATCH] D20422: [MSVC2015] dllexport for defaulted special class members
Dmitry Polukhin via cfe-commits
- [PATCH] D20422: [MSVC2015] dllexport for defaulted special class members
Reid Kleckner via cfe-commits
- [PATCH] D20422: [MSVC2015] dllexport for defaulted special class members
Phabricator via cfe-commits
- [PATCH] D20423: [Clang][LLVMGold] Passing LLVM arguments to gold plugin
Mailing List "llvm-commits" via cfe-commits
- [PATCH] D20423: [Clang][LLVMGold] Passing LLVM arguments to gold plugin
Bhargav Reddy Godala via cfe-commits
- [PATCH] D20428: Tracking exception specification source locations
Alexander Kornienko via cfe-commits
- [PATCH] D20428: Tracking exception specification source locations
Richard Smith via cfe-commits
- [PATCH] D20428: Tracking exception specification source locations
Richard Smith via cfe-commits
- [PATCH] D20428: Tracking exception specification source locations
Aaron Ballman via cfe-commits
- [PATCH] D20428: Tracking exception specification source locations
Aaron Ballman via cfe-commits
- [PATCH] D20428: Tracking exception specification source locations
don hinton via cfe-commits
- [PATCH] D20428: Tracking exception specification source locations
don hinton via cfe-commits
- [PATCH] D20428: Tracking exception specification source locations
Aaron Ballman via cfe-commits
- [PATCH] D20428: Tracking exception specification source locations
Aaron Ballman via cfe-commits
- [PATCH] D20428: Tracking exception specification source locations
Aaron Ballman via cfe-commits
- [PATCH] D20428: Tracking exception specification source locations
don hinton via cfe-commits
- [PATCH] D20437: [MSVC] Support of __unaligned qualifier for function types
David Majnemer via cfe-commits
- [PATCH] D20437: [MSVC] Support of __unaligned qualifier for function types
Andrey Bokhanko via cfe-commits
- [PATCH] D20437: [MSVC] Support of __unaligned qualifier for function types
Phabricator via cfe-commits
- [PATCH] D20444: [OpenCL] Include opencl-c.h by default as a clang module
Yaxun Liu via cfe-commits
- [PATCH] D20444: [OpenCL] Include opencl-c.h by default as a clang module
Yaxun Liu via cfe-commits
- [PATCH] D20444: [OpenCL] Include opencl-c.h by default as a clang module
Xiuli PAN via cfe-commits
- [PATCH] D20444: [OpenCL] Include opencl-c.h by default as a module
Yaxun Liu via cfe-commits
- [PATCH] D20444: [OpenCL] Include opencl-c.h by default as a module
Anastasia Stulova via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Jan Vesely via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Anastasia Stulova via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Jan Vesely via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Anastasia Stulova via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Jan Vesely via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Anastasia Stulova via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Yaxun Liu via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Jan Vesely via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Matt Arsenault via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Jan Vesely via cfe-commits
- [PATCH] D20451: [Parser] Fix look ahead after EOF while parsing objc message and lambdas
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D20451: [Parser] Fix look ahead after EOF while parsing objc message and lambdas
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D20451: [Parser] Fix look ahead after EOF while parsing objc message and lambdas
Doug Gregor via cfe-commits
- [PATCH] D20492: Clang support for __is_assignable intrinsic
David Majnemer via cfe-commits
- [PATCH] D20493: [CUDA] Add -fcuda-approx-transcendentals flag.
Justin Lebar via cfe-commits
- [PATCH] D20493: [CUDA] Add -fcuda-approx-transcendentals flag.
Artem Belevich via cfe-commits
- [PATCH] D20493: [CUDA] Add -fcuda-approx-transcendentals flag.
Justin Lebar via cfe-commits
- [PATCH] D20496: [include-fixer] Added find-stl-symbols to retrieve symbols (with the correct include header name) from C++ standard STL headers.
Eric Liu via cfe-commits
- [PATCH] D20496: [include-fixer] Added find-stl-symbols to retrieve symbols (with the correct include header name) from C++ standard STL headers.
Benjamin Kramer via cfe-commits
- [PATCH] D20496: [include-fixer] Added find-stl-symbols to retrieve symbols (with the correct include header name) from C++ standard STL headers.
Haojian Wu via cfe-commits
- [PATCH] D20498: [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr
Tim Shen via cfe-commits
- [PATCH] D20498: [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr
Tim Shen via cfe-commits
- [PATCH] D20498: [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr
Richard Smith via cfe-commits
- [PATCH] D20498: [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr
Tim Shen via cfe-commits
- [PATCH] D20499: [Temporary, Lifetime] Add lifetime marks for temporaries
Richard Smith via cfe-commits
- [PATCH] D20499: [Temporary, Lifetime] Add lifetime marks for temporaries
Tim Shen via cfe-commits
- [PATCH] D20499: [Temporary, Lifetime] Add lifetime marks for temporaries
Tim Shen via cfe-commits
- [PATCH] D20499: [Temporary, Lifetime] Add lifetime marks for temporaries
Tim Shen via cfe-commits
- [PATCH] D20499: [Temporary, Lifetime] Add lifetime marks for temporaries
Tim Shen via cfe-commits
- [PATCH] D20500: [ms] Allow more unqualified lookup of types in dependent base classes
Reid Kleckner via cfe-commits
- [PATCH] D20500: [ms] Allow more unqualified lookup of types in dependent base classes
Reid Kleckner via cfe-commits
- [PATCH] D20500: [ms] Allow more unqualified lookup of types in dependent base classes
Richard Smith via cfe-commits
- [PATCH] D20500: [ms] Allow more unqualified lookup of types in dependent base classes
Reid Kleckner via cfe-commits
- [PATCH] D20500: [ms] Allow more unqualified lookup of types in dependent base classes
Richard Smith via cfe-commits
- [PATCH] D20500: [ms] Allow more unqualified lookup of types in dependent base classes
Reid Kleckner via cfe-commits
- [PATCH] D20500: [ms] Allow more unqualified lookup of types in dependent base classes
Reid Kleckner via cfe-commits
- [PATCH] D20500: [ms] Allow more unqualified lookup of types in dependent base classes
Reid Kleckner via cfe-commits
- [PATCH] D20500: [ms] Allow more unqualified lookup of types in dependent base classes
Reid Kleckner via cfe-commits
- [PATCH] D20510: [PATCH] Fix for bug 27802 misc-macro-parentheses breaks variadic macros
Alexander Kornienko via cfe-commits
- [PATCH] D20510: [PATCH] Fix for bug 27802 misc-macro-parentheses breaks variadic macros
Mads Ravn via cfe-commits
- [PATCH] D20511: Fix crash while parsing variable template with variadic template arguments
Olivier Goffart via cfe-commits
- [PATCH] D20511: Fix crash while parsing variable template with variadic template arguments
Olivier Goffart via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Haojian Wu via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Mads Ravn via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Haojian Wu via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Alexander Kornienko via cfe-commits
- [PATCH] D20514: [Clang][AVX512][BUILTIN]adding missing intrinsics for movdaq instruction set
Phabricator via cfe-commits
- [PATCH] D20519: [clang-tidy] Ignore ADL-style using decls in unused-using-decls check.
Haojian Wu via cfe-commits
- [PATCH] D20519: [clang-tidy] Ignore ADL-style using decls in unused-using-decls check.
Alexander Kornienko via cfe-commits
- [PATCH] D20519: [clang-tidy] Ignore ADL-style using decls in unused-using-decls check.
Haojian Wu via cfe-commits
- [PATCH] D20519: [clang-tidy] Ignore ADL-style using decls in unused-using-decls check.
Alexander Kornienko via cfe-commits
- [PATCH] D20519: [clang-tidy] Ignore ADL-style using decls in unused-using-decls check.
Haojian Wu via cfe-commits
- [PATCH] D20521: [Clang][AVX512][Builtin] adding missing intrinsics for vpmultishiftqb{128|256|512} instruction set
michael zuckerman via cfe-commits
- [PATCH] D20521: [Clang][AVX512][Builtin] adding missing intrinsics for vpmultishiftqb{128|256|512} instruction set
Asaf Badouh via cfe-commits
- [PATCH] D20521: [Clang][AVX512][Builtin] adding missing intrinsics for vpmultishiftqb{128|256|512} instruction set
Phabricator via cfe-commits
- [PATCH] D20523: [Clang][AVX512][BUILTIN] Add missing intrinsics for cast .
michael zuckerman via cfe-commits
- [PATCH] D20523: [Clang][AVX512][BUILTIN] Add missing intrinsics for cast .
Asaf Badouh via cfe-commits
- [PATCH] D20523: [Clang][AVX512][BUILTIN] Add missing intrinsics for cast .
Phabricator via cfe-commits
- [PATCH] D20528: [X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IR
Simon Pilgrim via cfe-commits
- [PATCH] D20528: [X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IR
Michael Kuperstein via cfe-commits
- [PATCH] D20528: [X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IR
Simon Pilgrim via cfe-commits
- [PATCH] D20528: [X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IR
Michael Kuperstein via cfe-commits
- [PATCH] D20528: [X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IR
Simon Pilgrim via cfe-commits
- [PATCH] D20528: [X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IR
Simon Pilgrim via cfe-commits
- [PATCH] D20528: [X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IR
Michael Kuperstein via cfe-commits
- [PATCH] D20528: [X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IR
Simon Pilgrim via cfe-commits
- [PATCH] D20528: [X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IR
Michael Kuperstein via cfe-commits
- [PATCH] D20528: [X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IR
Simon Pilgrim via cfe-commits
- [PATCH] D20537: clang-rename: fix renaming non-members variables when referenced as macro arguments
Miklos Vajna via cfe-commits
- [PATCH] D20537: clang-rename: fix renaming non-members variables when referenced as macro arguments
Manuel Klimek via cfe-commits
- [PATCH] D20537: clang-rename: fix renaming non-members variables when referenced as macro arguments
Miklos Vajna via cfe-commits
- [PATCH] D20561: Warn when taking address of packed member
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D20561: Warn when taking address of packed member
Aaron Ballman via cfe-commits
- [PATCH] D20561: Warn when taking address of packed member
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D20561: Warn when taking address of packed member
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D20561: Warn when taking address of packed member
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D20561: Warn when taking address of packed member
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D20562: [Clang][AVX512][BUILTIN] Adding intrinsics for set1
michael zuckerman via cfe-commits
- [PATCH] D20562: [Clang][AVX512][BUILTIN] Adding intrinsics for set1
Asaf Badouh via cfe-commits
- [PATCH] D20562: [Clang][AVX512][BUILTIN] Adding intrinsics for set1
Phabricator via cfe-commits
- [PATCH] D20563: Add load/store co-processor intrinsics
Ranjeet Singh via cfe-commits
- [PATCH] D20563: Add load/store co-processor intrinsics
Ranjeet Singh via cfe-commits
- [PATCH] D20563: Add load/store co-processor intrinsics
Tim Northover via cfe-commits
- [PATCH] D20563: Add load/store co-processor intrinsics
Ranjeet Singh via cfe-commits
- [PATCH] D20563: Add load/store co-processor intrinsics
Ranjeet Singh via cfe-commits
- [PATCH] D20563: Add load/store co-processor intrinsics
Tim Northover via cfe-commits
- [PATCH] D20566: [find-all-symbols] Added hardcode header mapping from header postfix to header name for STL symbols.
Eric Liu via cfe-commits
- [PATCH] D20566: [find-all-symbols] Added hardcode header mapping from header postfix to header name for STL symbols.
Eric Liu via cfe-commits
- [PATCH] D20566: [find-all-symbols] Added hardcode header mapping from header postfix to header name for STL symbols.
Eric Liu via cfe-commits
- [PATCH] D20566: [find-all-symbols] Added hardcode header mapping from header postfix to header name for STL symbols.
Benjamin Kramer via cfe-commits
- [PATCH] D20566: [find-all-symbols] Added hardcode header mapping from header postfix to header name for STL symbols.
Eric Liu via cfe-commits
- [PATCH] D20566: [find-all-symbols] Added hardcode header mapping from header postfix to header name for STL symbols.
Eric Liu via cfe-commits
- [PATCH] D20573: [libcxx] Allow explicit pthread opt-in
Ben Craig via cfe-commits
- [PATCH] D20573: [libcxx] Allow explicit pthread opt-in
Asiri Rathnayake via cfe-commits
- [PATCH] D20573: [libcxx] Allow explicit pthread opt-in
Ben Craig via cfe-commits
- [PATCH] D20573: [libcxx] Allow explicit pthread opt-in
Ben Craig via cfe-commits
- [PATCH] D20573: [libcxx] Allow explicit pthread opt-in
Asiri Rathnayake via cfe-commits
- [PATCH] D20573: [libcxx] Allow explicit pthread opt-in
Ben Craig via cfe-commits
- [PATCH] D20574: [libcxxabi] Allow explicit pthread opt-in
Ben Craig via cfe-commits
- [PATCH] D20574: [libcxxabi] Allow explicit pthread opt-in
Asiri Rathnayake via cfe-commits
- [PATCH] D20574: [libcxxabi] Allow explicit pthread opt-in
Ben Craig via cfe-commits
- [PATCH] D20574: [libcxxabi] Allow explicit pthread opt-in
Ben Craig via cfe-commits
- [PATCH] D20574: [libcxxabi] Allow explicit pthread opt-in
Asiri Rathnayake via cfe-commits
- [PATCH] D20574: [libcxxabi] Allow explicit pthread opt-in
Ben Craig via cfe-commits
- [PATCH] D20576: [Driver] Add support for -finline-functions and /Ob2 flags
Rudy Pons via cfe-commits
- [PATCH] D20576: [Driver] Add support for -finline-functions and /Ob2 flags
Hans Wennborg via cfe-commits
- [PATCH] D20576: [Driver] Add support for -finline-functions and /Ob2 flags
Rudy Pons via cfe-commits
- [PATCH] D20576: [Driver] Add support for -finline-functions and /Ob2 flags
Hans Wennborg via cfe-commits
- [PATCH] D20576: [Driver] Add support for -finline-functions and /Ob2 flags
Rudy Pons via cfe-commits
- [PATCH] D20576: [Driver] Add support for -finline-functions and /Ob2 flags
Hans Wennborg via cfe-commits
- [PATCH] D20576: [Driver] Add support for -finline-functions and /Ob2 flags
Hans Wennborg via cfe-commits
- [PATCH] D20576: [Driver] Add support for -finline-functions and /Ob2 flags
Rudy Pons via cfe-commits
- [PATCH] D20576: [Driver] Add support for -finline-functions and /Ob2 flags
Hans Wennborg via cfe-commits
- [PATCH] D20581: [include-fixer] Simplify the code since we won't handle multiple includes at once.
Haojian Wu via cfe-commits
- [PATCH] D20581: [include-fixer] Simplify the code since we won't handle multiple includes at once.
Haojian Wu via cfe-commits
- [PATCH] D20596: [libcxx] Refactor locale switching, creation, and destruction
Ben Craig via cfe-commits
- [PATCH] D20597: Speed up check by using a recursive visitor.
Samuel Benzaquen via cfe-commits
- [PATCH] D20597: Speed up check by using a recursive visitor.
Alexander Kornienko via cfe-commits
- [PATCH] D20597: Speed up check by using a recursive visitor.
Samuel Benzaquen via cfe-commits
- [PATCH] D20597: Speed up check by using a recursive visitor.
Samuel Benzaquen via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Richard Smith via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Stephen Hines via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Richard Smith via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Alexey Bader via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Richard Smith via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Aleksey Bader via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Richard Smith via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Richard Smith via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Anastasia Stulova via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D20608: clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)
Hans Wennborg via cfe-commits
- [PATCH] D20608: clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)
David Majnemer via cfe-commits
- [PATCH] D20608: clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)
Hans Wennborg via cfe-commits
- [PATCH] D20608: clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)
Nico Weber via cfe-commits
- [PATCH] D20608: clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)
Hans Wennborg via cfe-commits
- [PATCH] D20608: clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)
Hans Wennborg via cfe-commits
- [PATCH] D20608: clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)
Nico Weber via cfe-commits
- [PATCH] D20608: clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)
Hans Wennborg via cfe-commits
- [PATCH] D20608: clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)
Hans Wennborg via cfe-commits
- [PATCH] D20608: clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)
Hans Wennborg via cfe-commits
- [PATCH] D20614: Remove trailing spaces in x86 intrinsic headers
Katya Romanova via cfe-commits
- [PATCH] D20614: Remove trailing spaces in x86 intrinsic headers
michael zuckerman via cfe-commits
- [PATCH] D20614: Remove trailing spaces in x86 intrinsic headers
Katya Romanova via cfe-commits
- [PATCH] D20614: Remove trailing spaces in x86 intrinsic headers
michael zuckerman via cfe-commits
- [PATCH] D20614: Remove trailing spaces in x86 intrinsic headers
Katya Romanova via cfe-commits
- [PATCH] D20617: [X86][SSE] _mm_store1_ps/_mm_store1_pd should require an aligned pointer
Simon Pilgrim via cfe-commits
- [PATCH] D20617: [X86][SSE] _mm_store1_ps/_mm_store1_pd should require an aligned pointer
Craig Topper via cfe-commits
- [PATCH] D20617: [X86][SSE] _mm_store1_ps/_mm_store1_pd should require an aligned pointer
Simon Pilgrim via cfe-commits
- [PATCH] D20617: [X86][SSE] _mm_store1_ps/_mm_store1_pd should require an aligned pointer
Craig Topper via cfe-commits
- [PATCH] D20617: [X86][SSE] _mm_store1_ps/_mm_store1_pd should require an aligned pointer
David Majnemer via cfe-commits
- [PATCH] D20617: [X86][SSE] _mm_store1_ps/_mm_store1_pd should require an aligned pointer
Simon Pilgrim via cfe-commits
- [PATCH] D20618: [Clang][avx512][builtin] Adding missing intrinsics for cvt
michael zuckerman via cfe-commits
- [PATCH] D20619: [include-fixer] moved STLPostfixMap into findAllSymbols library and make it a static variable in function.
Eric Liu via cfe-commits
- [PATCH] D20620: [Clang][AVX512][Builtin] Fix palignr intrinsics header
michael zuckerman via cfe-commits
- [PATCH] D20620: [Clang][AVX512][Builtin] Fix palignr intrinsics header
Igor Breger via cfe-commits
- [PATCH] D20620: [Clang][AVX512][Builtin] Fix palignr intrinsics header
Phabricator via cfe-commits
- [PATCH] D20621: [include-fixer] Create a mode in vim integration to show multiple potential headers.
Haojian Wu via cfe-commits
- [PATCH] D20621: [include-fixer] Create a mode in vim integration to show multiple potential headers.
Haojian Wu via cfe-commits
- [PATCH] D20621: [include-fixer] Create a mode in vim integration to show multiple potential headers.
Haojian Wu via cfe-commits
- [PATCH] D20621: [include-fixer] Create a mode in vim integration to show multiple potential headers.
Haojian Wu via cfe-commits
- [PATCH] D20621: [include-fixer] Create a mode in vim integration to show multiple potential headers.
Eric Liu via cfe-commits
- [PATCH] D20621: [include-fixer] Create a mode in vim integration to show multiple potential headers.
Haojian Wu via cfe-commits
- [PATCH] D20621: [include-fixer] Create a mode in vim integration to show multiple potential headers.
Benjamin Kramer via cfe-commits
- [PATCH] D20621: [include-fixer] Create a mode in vim integration to show multiple potential headers.
Benjamin Kramer via cfe-commits
- [PATCH] D20621: [include-fixer] Create a mode in vim integration to show multiple potential headers.
Eric Liu via cfe-commits
- [PATCH] D20621: [include-fixer] Create a mode in vim integration to show multiple potential headers.
Benjamin Kramer via cfe-commits
- [PATCH] D20626: [Clang][AVX512][intrinsics] Adding missing intrinsics div_pd and div_ps
michael zuckerman via cfe-commits
- [PATCH] D20626: [Clang][AVX512][intrinsics] Adding missing intrinsics div_pd and div_ps
Elena Demikhovsky via cfe-commits
- [PATCH] D20626: [Clang][AVX512][intrinsics] Adding missing intrinsics div_pd and div_ps
Craig Topper via cfe-commits
- [PATCH] D20626: [Clang][AVX512][intrinsics] Adding missing intrinsics div_pd and div_ps
michael zuckerman via cfe-commits
- [PATCH] D20630: [OpenCL] Allow -std=CL|CL1.1|CL1.2|CL2.0 in driver
Yaxun Liu via cfe-commits
- [PATCH] D20630: [OpenCL] Allow -std=CL|CL1.1|CL1.2|CL2.0 in driver
Richard Smith via cfe-commits
- [PATCH] D20630: [OpenCL] Allow -std=CL|CL1.1|CL1.2|CL2.0 in driver
Liu, Yaxun (Sam) via cfe-commits
- [PATCH] D20630: [OpenCL] Allow -std=cl|CL1.1|CL1.2|CL2.0 in driver
Yaxun Liu via cfe-commits
- [PATCH] D20630: [OpenCL] Allow -std=cl|CL1.1|CL1.2|CL2.0 in driver
Richard Smith via cfe-commits
- [PATCH] D20630: [OpenCL] Allow -std=cl|CL1.1|CL1.2|CL2.0 in driver
Yaxun Liu via cfe-commits
- [PATCH] D20630: [OpenCL] Allow -std=cl|CL1.1|CL1.2|CL2.0 in driver
Richard Smith via cfe-commits
- [PATCH] D20630: [OpenCL] Allow -std=cl|CL1.1|CL1.2|CL2.0 in driver
Anastasia Stulova via cfe-commits
- [PATCH] D20632: clang-format: [JS] Support shebang lines on the very first line.
Martin Probst via cfe-commits
- [PATCH] D20632: clang-format: [JS] Support shebang lines on the very first line.
Daniel Jasper via cfe-commits
- [PATCH] D20632: clang-format: [JS] Support shebang lines on the very first line.
Martin Probst via cfe-commits
- [PATCH] D20632: clang-format: [JS] Support shebang lines on the very first line.
Daniel Jasper via cfe-commits
- [PATCH] D20632: clang-format: [JS] Support shebang lines on the very first line.
Martin Probst via cfe-commits
- [PATCH] D20632: clang-format: [JS] Support shebang lines on the very first line.
Alex Eagle via cfe-commits
- [PATCH] D20632: clang-format: [JS] Support shebang lines on the very first line.
Martin Probst via cfe-commits
- [PATCH] D20632: clang-format: [JS] Support shebang lines on the very first line.
Martin Probst via cfe-commits
- [PATCH] D20632: clang-format: [JS] Support shebang lines on the very first line.
Alex Eagle via cfe-commits
- [PATCH] D20632: clang-format: [JS] Support shebang lines on the very first line.
Martin Probst via cfe-commits
- [PATCH] D20632: clang-format: [JS] Support shebang lines on the very first line.
Daniel Jasper via cfe-commits
- [PATCH] D20632: clang-format: [JS] Support shebang lines on the very first line.
Martin Probst via cfe-commits
- [PATCH] D20635: clang-rename: fix renaming heap allocations
Miklos Vajna via cfe-commits
- [PATCH] D20640: [AMDGPU] Set default dwarf version to 2
Konstantin Zhuravlyov via cfe-commits
- [PATCH] D20640: [AMDGPU] Set default dwarf version to 2
Tom Stellard via cfe-commits
- [PATCH] D20647: Add flag to add InlineHint attribute on implicitly inline functions
Rudy Pons via cfe-commits
- [PATCH] D20650: [OpenMP] Codegen for target update directive.
Samuel Antao via cfe-commits
- [PATCH] D20650: [OpenMP] Codegen for target update directive.
Alexey Bataev via cfe-commits
- [PATCH] D20650: [OpenMP] Codegen for target update directive.
Samuel Antao via cfe-commits
- [PATCH] D20660: Remove `auto_ptr` in C++17.
Marshall Clow via cfe-commits
- [PATCH] D20660: Remove `auto_ptr` in C++17.
Eric Fiselier via cfe-commits
- [PATCH] D20660: Remove `auto_ptr` in C++17.
David Blaikie via cfe-commits
- [PATCH] D20660: Remove `auto_ptr` in C++17.
Eric Fiselier via cfe-commits
- [PATCH] D20660: Remove `auto_ptr` in C++17.
David Blaikie via cfe-commits
- [PATCH] D20666: Fix a wrong check in misc-unused-using-decls
Haojian Wu via cfe-commits
- [PATCH] D20666: Fix a wrong check in misc-unused-using-decls
Alexander Kornienko via cfe-commits
- [PATCH] D20672: Don't pass -fms-compatibility-version flag during build
İsmail Dönmez via cfe-commits
- [PATCH] D20672: Don't pass -fms-compatibility-version flag during build
Hans Wennborg via cfe-commits
- [PATCH] D20672: Don't pass -fms-compatibility-version flag during build
İsmail Dönmez via cfe-commits
- [PATCH] D20675: Compilation for Intel MCU (Part 3/3)
Andrey Turetskiy via cfe-commits
- [PATCH] D20675: Compilation for Intel MCU (Part 3/3)
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Ben Craig via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Ben Craig via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Jonathan Roelofs via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Ben Craig via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Eric Fiselier via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Eric Fiselier via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Marshall Clow via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Eric Fiselier via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Eric Fiselier via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
- [PATCH] D20678: [mips] Fold MipsTargetInfoBase subclasses into MipsTargetInfoBase and rename to MipsTargetInfo. NFC
Daniel Sanders via cfe-commits
- [PATCH] D20678: [mips] Fold MipsTargetInfoBase subclasses into MipsTargetInfoBase and rename to MipsTargetInfo. NFC
Simon Atanasyan via cfe-commits
- [PATCH] D20678: [mips] Fold MipsTargetInfoBase subclasses into MipsTargetInfoBase and rename to MipsTargetInfo. NFC
Daniel Sanders via cfe-commits
- [PATCH] D20678: [mips] Fold MipsTargetInfoBase subclasses into MipsTargetInfoBase and rename to MipsTargetInfo. NFC
Simon Atanasyan via cfe-commits
- [PATCH] D20678: [mips] Fold MipsTargetInfoBase subclasses into MipsTargetInfoBase and rename to MipsTargetInfo. NFC
Daniel Sanders via cfe-commits
- [PATCH] D20679: [mips] Kill 'support' for untested EABI.
Daniel Sanders via cfe-commits
- [PATCH] D20679: [mips] Kill 'support' for untested EABI.
Simon Atanasyan via cfe-commits
- [PATCH] D20679: [mips] Kill 'support' for untested EABI.
Daniel Sanders via cfe-commits
- [PATCH] D20679: [mips] Kill 'support' for untested EABI.
Daniel Sanders via cfe-commits
- [PATCH] D20679: [mips] Kill 'support' for untested EABI.
Simon Atanasyan via cfe-commits
- [PATCH] D20679: [mips] Kill 'support' for untested EABI.
Daniel Sanders via cfe-commits
- [PATCH] D20680: [mips] Slightly simplify MipsTargetInfo::setDataLayout(). NFC.
Daniel Sanders via cfe-commits
- [PATCH] D20680: [mips] Slightly simplify MipsTargetInfo::setDataLayout(). NFC.
Simon Atanasyan via cfe-commits
- [PATCH] D20681: Add target-specific pre-linking passes to Clang
Yaxun Liu via cfe-commits
- [PATCH] D20681: Add target-specific pre-linking passes to Clang
Tom Stellard via cfe-commits
- [PATCH] D20681: Add target-specific pre-linking passes to Clang
Liu, Yaxun (Sam) via cfe-commits
- [PATCH] D20681: Add target-specific pre-linking passes to Clang
Liu, Yaxun (Sam) via cfe-commits
- [PATCH] D20683: [MSVC2015] Fix mangling for static variables initialization guards
Dmitry Polukhin via cfe-commits
- [PATCH] D20683: [MSVC2015] Fix mangling for static variables initialization guards
Reid Kleckner via cfe-commits
- [PATCH] D20683: [MSVC2015] Fix mangling for static variables initialization guards
Phabricator via cfe-commits
- [PATCH] D20684: [X86][SSE] Replace VPMOVSX and (V)PMOVZX integer extension intrinsics with generic IR (clang)
Simon Pilgrim via cfe-commits
- [PATCH] D20684: [X86][SSE] Replace VPMOVSX and (V)PMOVZX integer extension intrinsics with generic IR (clang)
Ahmed Bougacha via cfe-commits
- [PATCH] D20684: [X86][SSE] Replace VPMOVSX and (V)PMOVZX integer extension intrinsics with generic IR (clang)
Simon Pilgrim via cfe-commits
- [PATCH] D20684: [X86][SSE] Replace VPMOVSX and (V)PMOVZX integer extension intrinsics with generic IR (clang)
Simon Pilgrim via cfe-commits
- [PATCH] D20687: Update hasDynamicExceptionSpec to use functionType instead of functionDecl.
don hinton via cfe-commits
- [PATCH] D20689: [clang-tidy] Suspicious Call Argument checker
Varju Janos via cfe-commits
- [PATCH] D20689: [clang-tidy] Suspicious Call Argument checker
Alexander Kornienko via cfe-commits
- [PATCH] D20689: [clang-tidy] Suspicious Call Argument checker
Varju Janos via cfe-commits
- [PATCH] D20693: New checker to replace dynamic exception specifications
don hinton via cfe-commits
- [PATCH] D20709: Support ARM subtarget feature +long64
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D20710: Lit C++11 Compatibility Patch #9
Charles Li via cfe-commits
- [PATCH] D20714: [Clang-tidy] Fix some Include What You Use warnings; other minor fixes
Eugene Zelenko via cfe-commits
- [PATCH] D20714: [Clang-tidy] Fix some Include What You Use warnings; other minor fixes
Alexander Kornienko via cfe-commits
- [PATCH] D20714: [Clang-tidy] Fix some Include What You Use warnings; other minor fixes
Eugene Zelenko via cfe-commits
- [PATCH] D20715: [docs] Document the source-based code coverage feature
Vedant Kumar via cfe-commits
- [PATCH] D20715: [docs] Document the source-based code coverage feature
Sean Silva via cfe-commits
- [PATCH] D20715: [docs] Document the source-based code coverage feature
Vedant Kumar via cfe-commits
- [PATCH] D20729: [mips] Compact branch policy setting
Simon Dardis via cfe-commits
- [PATCH] D20729: [mips] Compact branch policy setting
Simon Atanasyan via cfe-commits
- [PATCH] D20729: [mips] Compact branch policy setting
Simon Dardis via cfe-commits
- [PATCH] D20729: [mips] Compact branch policy setting
Simon Dardis via cfe-commits
- [PATCH] D20730: [libcxx] Prefer UNSUPPORTED over conditional compilation for tests
Asiri Rathnayake via cfe-commits
- [PATCH] D20730: [libcxx] Prefer UNSUPPORTED over conditional compilation for tests
Ben Craig via cfe-commits
- [PATCH] D20730: [libcxx] Prefer UNSUPPORTED over conditional compilation for tests
Marshall Clow via cfe-commits
- [PATCH] D20730: [libcxx] Prefer UNSUPPORTED over conditional compilation for tests
Phabricator via cfe-commits
- [PATCH] D20732: Don't use static variables in LambdaCapture
John Brawn via cfe-commits
- [PATCH] D20734: [clang-format] insert new #includes into correct blocks when cleaning up Replacement with cleanupAroundReplacements().
Eric Liu via cfe-commits
- [PATCH] D20734: [clang-format] insert new #includes into correct blocks when cleaning up Replacement with cleanupAroundReplacements().
Daniel Jasper via cfe-commits
- [PATCH] D20737: clang-format: [JS] fix async parsing.
Daniel Jasper via cfe-commits
- [PATCH] D20737: clang-format: [JS] fix async parsing.
Martin Probst via cfe-commits
- [PATCH] D20737: clang-format: [JS] FormatToken.startsSequence/endsSequence.
Martin Probst via cfe-commits
- [PATCH] D20737: clang-format: [JS] FormatToken.startsSequence/endsSequence.
Martin Probst via cfe-commits
- [PATCH] D20744: [OpenCL] Disable warning about core features by default
Jan Vesely via cfe-commits
- [PATCH] D20744: [OpenCL] Disable warning about core features by default
Yaxun Liu via cfe-commits
- [PATCH] D20748: Handle recursion in LLVMIRGeneration Timer
Davide Italiano via cfe-commits
- [PATCH] D20748: Handle recursion in LLVMIRGeneration Timer
Vedant Kumar via cfe-commits
- [PATCH] D20748: Handle recursion in LLVMIRGeneration Timer
Rafael Espíndola via cfe-commits
- [PATCH] D20748: Handle recursion in LLVMIRGeneration Timer
Vedant Kumar via cfe-commits
- [PATCH] D20749: Introduce support for relative C++ ABI gated on LTO visibility.
Peter Collingbourne via cfe-commits
- [PATCH] D20757: Add "REQUIRES-ANY" feature test
Eric Fiselier via cfe-commits
- [PATCH] D20766: [clang-tidy] Fix script adding new clang-tidy check
Etienne Bergeron via cfe-commits
- [PATCH] D20766: [clang-tidy] Fix script adding new clang-tidy check
Alexander Kornienko via cfe-commits
- [PATCH] D20767: [ASTMatchers] Add support of hasCondition for SwitchStmt.
Etienne Bergeron via cfe-commits
- [PATCH] D20772: Automatically detect export lists for OS X.
Eric Fiselier via cfe-commits
- [PATCH] D20773: [Sema] Fix incorrect enum token namespace
Etienne Bergeron via cfe-commits
- [PATCH] D20781: [libcxx] Add use-libunwind x86_64 builders to buildbot
Asiri Rathnayake via cfe-commits
- [PATCH] D20781: [libcxx] Add use-libunwind x86_64 builders to buildbot
Dmitri Gribenko via cfe-commits
- [PATCH] D20781: [libcxx] Add use-libunwind x86_64 builders to buildbot
Asiri Rathnayake via cfe-commits
- [PATCH] D20782: [AVX512] Emit generic masked store intrinsics directly from clang instead of using x86 specific intrinsics.
Craig Topper via cfe-commits
- [PATCH] D20782: [AVX512] Emit generic masked store intrinsics directly from clang instead of using x86 specific intrinsics.
Elena Demikhovsky via cfe-commits
- [PATCH] D20782: [AVX512] Emit generic masked store intrinsics directly from clang instead of using x86 specific intrinsics.
Craig Topper via cfe-commits
- [PATCH] D20782: [AVX512] Emit generic masked store intrinsics directly from clang instead of using x86 specific intrinsics.
Elena Demikhovsky via cfe-commits
- [PATCH] D20782: [AVX512] Emit generic masked store intrinsics directly from clang instead of using x86 specific intrinsics.
Craig Topper via cfe-commits
- [PATCH] D20782: [AVX512] Emit generic masked store intrinsics directly from clang instead of using x86 specific intrinsics.
Elena Demikhovsky via cfe-commits
- [PATCH] D20784: [libcxx][libcxxabi] Decouple no-exceptions libcpp variant from cxa_exception.cpp and cxa_personality.cpp of libcxxabi
Asiri Rathnayake via cfe-commits
- [PATCH] D20786: Fix undefined behavior in __tree
Eric Fiselier via cfe-commits
- [PATCH] D20786: Fix undefined behavior in __tree
Eric Fiselier via cfe-commits
- [PATCH] D20786: Fix undefined behavior in __tree
Eric Fiselier via cfe-commits
- [PATCH] Fix stack overflow in MSVC unqualified type lookup logic
Will Wilson via cfe-commits
- Buildbot numbers for the week of 5/15/2016 - 5/21/2016
Galina Kistanova via cfe-commits
- Builder llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast is back to normal
Galina Kistanova via cfe-commits
- Builder llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast is back to normal
Sean Silva via cfe-commits
- Builder llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast is back to normal
Galina Kistanova via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- Missing definition of a template virtual function
Srivastava, Sunil via cfe-commits
- Missing definition of a template virtual function
Richard Smith via cfe-commits
- r213213 - DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer to fix debug info emission in the presence of plugins.
Nico Weber via cfe-commits
- r213213 - DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer to fix debug info emission in the presence of plugins.
David Blaikie via cfe-commits
- r267590 - [OpenCL] Add predefined macros.
Anastasia Stulova via cfe-commits
- r267590 - [OpenCL] Add predefined macros.
Liu, Yaxun (Sam) via cfe-commits
- r267590 - [OpenCL] Add predefined macros.
Anastasia Stulova via cfe-commits
- r267590 - [OpenCL] Add predefined macros.
Liu, Yaxun (Sam) via cfe-commits
- r267590 - [OpenCL] Add predefined macros.
Anastasia Stulova via cfe-commits
- r269220 - [MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko via cfe-commits
- r269769 - [PCH] Fixed bug with preamble invalidation when overridden files change
Bruno Cardoso Lopes via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Renato Golin via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Ismail Donmez via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Simon Atanasyan via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Ismail Donmez via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Simon Atanasyan via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Ismail Donmez via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Ismail Donmez via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Simon Atanasyan via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Ismail Donmez via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Simon Atanasyan via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Hahnfeld, Jonas via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Ismail Donmez via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Simon Atanasyan via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Ismail Donmez via cfe-commits
- r270401 - [Clang][AVX512][BUILTIN]adding missing intrinsics for movdaq instruction set
Michael Zuckerman via cfe-commits
- r270435 - Test commit
Jacob Baungard Hansen via cfe-commits
- r270441 - [clang][AVX512][Builtin] adding missing intrinsics for vpmultishiftqb{128|256|512} instruction set .
Michael Zuckerman via cfe-commits
- r270457 - [MS ABI] Implement __declspec(empty_bases) and __declspec(layout_version)
David Majnemer via cfe-commits
- r270457 - [MS ABI] Implement __declspec(empty_bases) and __declspec(layout_version)
Aaron Ballman via cfe-commits
- r270457 - [MS ABI] Implement __declspec(empty_bases) and __declspec(layout_version)
David Majnemer via cfe-commits
- r270457 - [MS ABI] Implement __declspec(empty_bases) and __declspec(layout_version)
Aaron Ballman via cfe-commits
- r270458 - Clang support for __is_assignable intrinsic
David Majnemer via cfe-commits
- r270461 - Address post-commit review feedback to r270457
David Majnemer via cfe-commits
- r270482 - Fix filtering of prior declarations when checking for a tag redeclaration to
Richard Smith via cfe-commits
- r270484 - [CUDA] Add -fcuda-approx-transcendentals flag.
Justin Lebar via cfe-commits
- r270499 - [X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IR
Simon Pilgrim via cfe-commits
- r270505 - Visualizer for Pack template arguments
Mike Spertus via cfe-commits
- r270514 - Properly track the found declaration (possibly a using-declaration) when
Richard Smith via cfe-commits
- r270520 - clang-c: de-anonymize structure declaration
Saleem Abdulrasool via cfe-commits
- r270521 - Visualize ellipses in TemplateTypeParm and TemplateTypeParmDecl
Mike Spertus via cfe-commits
- r270528 - CodeGen: indicate to the backend the exception model
Saleem Abdulrasool via cfe-commits
- r270535 - [MSVC2015] dllexport for defaulted special class members
Dmitry Polukhin via cfe-commits
- r270536 - [OPENMP] Fixed codegen for firstprivate vars in standalone worksharing
Alexey Bataev via cfe-commits
- r270538 - [Sparc] Add software float option -msoft-float
Jacob Baungard Hansen via cfe-commits
- r270553 - [modules] Ask the canonical decl whether the constructor was defaulted.
Vassil Vassilev via cfe-commits
- r270576 - [MS Volatile] Don't make volatile loads/stores to underaligned objects atomic
David Majnemer via cfe-commits
- r270580 - [Lex] Support more type-traits in __has_feature
David Majnemer via cfe-commits
- r270580 - [Lex] Support more type-traits in __has_feature
Richard Smith via cfe-commits
- r270580 - [Lex] Support more type-traits in __has_feature
Richard Smith via cfe-commits
- r270580 - [Lex] Support more type-traits in __has_feature
David Majnemer via cfe-commits
- r270583 - Revert "[Lex] Support more type-traits in __has_feature"
David Majnemer via cfe-commits
- r270591 - [RecordLayout] Use an ASTVector instead of using a separate pointer and counter
David Majnemer via cfe-commits
- r270609 - [Driver] Add support for -finline-functions and /Ob2 flags
Hans Wennborg via cfe-commits
- r270614 - clang-cl: Bake /Ob0 and /Ob2 into the general /O option handling
Hans Wennborg via cfe-commits
- r270615 - [ms] Allow more unqualified lookup of types in dependent base classes
Reid Kleckner via cfe-commits
- r270625 - Make the altivec intrinsics that require immediate constant propagation
Eric Christopher via cfe-commits
- r270633 - Rename test/CodeGen/inline-optim.cc to .c and provide a triple
Hans Wennborg via cfe-commits
- r270634 - docs: Document how safestack handles setjmp and exceptions.
Peter Collingbourne via cfe-commits
- r270641 - [esan|wset] Add working set tool driver flags
Derek Bruening via cfe-commits
- r270642 - clang-cl: Fix unused argument warning when combining /O2 and /Ob2
Hans Wennborg via cfe-commits
- r270664 - [X86] Update test cases to make sure storeu builtins use the storeu instrinsics. We were previously matching on other stores in the IR from this being an -O0 test.
Craig Topper via cfe-commits
- r270665 - arc-repeated-use-of-weak should not warn about IBOutlet properties
Bob Wilson via cfe-commits
- r270666 - Rename a variable to avoid shadowing function parameter. NFC.
Bob Wilson via cfe-commits
- r270679 - [X86][SSE] Updated _mm_store_ps1 test to match _mm_store1_ps
Simon Pilgrim via cfe-commits
- r270686 - [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Denis Zobnin via cfe-commits
- r270688 - [AArch64] Using new TargetParser in Clang
Renato Golin via cfe-commits
- r270689 - [AArch64] Try to fix test from r270688 with unordered output
Renato Golin via cfe-commits
- r270690 - [OPENMP 4.5] Codegen for dacross loop synchronization constructs.
Alexey Bataev via cfe-commits
- r270691 - Revert "[AArch64] Using new TargetParser in Clang"
Renato Golin via cfe-commits
- r270693 - Fix build problem in MSVC
Alexey Bataev via cfe-commits
- r270699 - [Clang][AVX512][BUILTIN] Add missing intrinsics for cast
Michael Zuckerman via cfe-commits
- r270702 - Fix mangled name of method with ns_consumed parameters.
Nico Weber via cfe-commits
- r270704 - [AVX512] Don't rely on value names. They're different in release builds.
Benjamin Kramer via cfe-commits
- r270707 - [Clang][AVX512][Builtin] Fix palignr intrinsics header
Michael Zuckerman via cfe-commits
- r270707 - [Clang][AVX512][Builtin] Fix palignr intrinsics header
Craig Topper via cfe-commits
- r270708 - [X86][AVX2] Full set of AVX2 intrinsics tests
Simon Pilgrim via cfe-commits
- r270728 - Use new triple API to check comdat /NFC
Xinliang David Li via cfe-commits
- r270748 - clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)
Hans Wennborg via cfe-commits
- r270754 - Revert r270748 "clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)"
Hans Wennborg via cfe-commits
- r270772 - Add a loop's debug location to its llvm.loop metadata
Hal Finkel via cfe-commits
- r270774 - Fix rejects-valid on constexpr function that accesses a not-yet-defined 'extern
Richard Smith via cfe-commits
- r270775 - [CGDebugInfo] Modify the preferred expression location for member calls.
Hal Finkel via cfe-commits
- r270775 - [CGDebugInfo] Modify the preferred expression location for member calls.
NAKAMURA Takumi via cfe-commits
- r270781 - [Sema] Note when we encounter a problem in ExprConstant.
George Burgess IV via cfe-commits
- r270784 - [Sema] Use the failure bits introduced by r270781.
George Burgess IV via cfe-commits
- r270808 - [ObjC] Remove _Atomic from return type and parameter type of
Akira Hatanaka via cfe-commits
- r270817 - Don't feed standard error to FileCheck.
Akira Hatanaka via cfe-commits
- r270822 - [OPENMP] Set '_OPENMP' macro to '201511' value to reflect support for
Alexey Bataev via cfe-commits
- r270822 - [OPENMP] Set '_OPENMP' macro to '201511' value to reflect support for
Hahnfeld, Jonas via cfe-commits
- r270822 - [OPENMP] Set '_OPENMP' macro to '201511' value to reflect support for
Alexey Bataev via cfe-commits
- r270822 - [OPENMP] Set '_OPENMP' macro to '201511' value to reflect support for
Hahnfeld, Jonas via cfe-commits
- r270822 - [OPENMP] Set '_OPENMP' macro to '201511' value to reflect support for
Alexey Bataev via cfe-commits
- r270825 - [Clang][AVX512][BUILTIN] Adding intrinsics for set1
Michael Zuckerman via cfe-commits
- r270830 - Fix instrinsics names:
Michael Zuckerman via cfe-commits
- r270833 - [X86][AVX2] Improved checks for float/double mask generation for non-masked gathers
Simon Pilgrim via cfe-commits
- r270834 - [MSVC] Support for __unaligned qualifier in functions
Andrey Bokhanko via cfe-commits
- r270836 - [X86][F16C] Improved f16c intrinsics checks
Simon Pilgrim via cfe-commits
- r270838 - [OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosing
Alexey Bataev via cfe-commits
- r270838 - [OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosing
Daniel Sanders via cfe-commits
- r270838 - [OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosing
Daniel Sanders via cfe-commits
- r270842 - [driver][mips] Specify stdlib used in the tests explicitly
Simon Atanasyan via cfe-commits
- r270845 - Fix crash while parsing variable template with variadic template arguments
Olivier Goffart via cfe-commits
- r270849 - [Analyzer] Correct stack address escape diagnostic
Sean Eveson via cfe-commits
- r270851 - Adding missing _mm512_castsi512_si256 intrinsic.
Michael Zuckerman via cfe-commits
- r270868 - [OpenMP] Adjust map type bits according to latest spec and use zero size array sections for pointers.
Samuel Antao via cfe-commits
- r270870 - [OpenMP] Add support for the 'private pointer' flag to signal variables captured in target regions and used in first-private clauses.
Samuel Antao via cfe-commits
- r270878 - [OpenMP] Parsing and sema support for target update directive
Samuel Antao via cfe-commits
- r270880 - [OpenMP] Parsing and sema support for the to clause
Samuel Antao via cfe-commits
- r270882 - [OpenMP] Parsing and sema support for the from clause
Samuel Antao via cfe-commits
- r270886 - [OpenMP] Codegen for target update directive.
Samuel Antao via cfe-commits
- r270895 - [AMDGPU] Remove individual debugger options + update features
Konstantin Zhuravlyov via cfe-commits
- r270897 - Re-commit r270748 "clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)"
Hans Wennborg via cfe-commits
- r270904 - Produce better pretty stack traces from crashes in template instantiation: add
Richard Smith via cfe-commits
- r270940 - OpenMPClause.h: Fix r270882. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
- r270952 - [Intrin.h] Sort the __read[fg]s intrinsics
David Majnemer via cfe-commits
- r270953 - [CodeGen] Don't crash when sizeof(long) != 4 for some intrins
David Majnemer via cfe-commits
- r270962 - [OPENMP] Fixed processing of '-fopenmp-version=' option and test.
Alexey Bataev via cfe-commits
- r270970 - [AVX512][Builtin] Fix palignr intrinsic for avx512vlbw. The immediate should not be multiplied by 8.
Craig Topper via cfe-commits
- r270971 - [clang-format] moved unit tests related to replacements cleaner from FormatTest.cpp to CleanUpTest.cpp.
Eric Liu via cfe-commits
- r270974 - [MSVC2015] Fix mangling for static variables initialization guards
Dmitry Polukhin via cfe-commits
- r270975 - clang-format: Allow splitting the line after /**/-comments.
Daniel Jasper via cfe-commits
- r270983 - Convert assert to static_assert. NFC.
Benjamin Kramer via cfe-commits
- r270984 - [mips] Fold MipsTargetInfoBase subclasses into MipsTargetInfoBase and rename to MipsTargetInfo. NFC
Daniel Sanders via cfe-commits
- r270985 - Update for following LLVM commit.
George Rimar via cfe-commits
- r270991 - [Frontend] StringRefize and fix bad indentation.
Benjamin Kramer via cfe-commits
- r270994 - Turn copies into references as suggested by clang-tidy's performance-unnecessary-copy-initialization.
Benjamin Kramer via cfe-commits
- r270996 - Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer via cfe-commits
- r270998 - [mips] Kill 'support' for untested EABI.
Daniel Sanders via cfe-commits
- r271000 - [mips] Compact branch policy setting.
Simon Dardis via cfe-commits
- r271001 - [OpenMP] Fix SEMA bug in the capture of global variables in template functions.
Samuel Antao via cfe-commits
- r271005 - [msan] add a sentence about inline assembly
Kostya Serebryany via cfe-commits
- r271010 - Add instcombine pass if sampleprofile pass is enabled.
Dehao Chen via cfe-commits
- r271022 - [Headers] Remove redundant typedef. NFC.
Ahmed Bougacha via cfe-commits
- r271042 - [Driver] Fix driver support for color diagnostics
Bruno Cardoso Lopes via cfe-commits
- r271063 - docs: Clarify that LTO visibility is based on source-level symbol visibility.
Peter Collingbourne via cfe-commits
- r271077 - Clean up: remove trailing spaces in x86 intrinsic headers.
Ekaterina Romanova via cfe-commits
- r271080 - AMDGPU: Add fract builtin
Matt Arsenault via cfe-commits
- r271106 - [X86][SSE] Replace VPMOVSX and (V)PMOVZX integer extension intrinsics with generic IR (clang)
Simon Pilgrim via cfe-commits
- r271109 - [driver][mips] Revert support for CodeSourcery MIPS toolchain
Simon Atanasyan via cfe-commits
- r271110 - [driver][mips] Fix local variable naming. NFC
Simon Atanasyan via cfe-commits
- r271134 - [AVX512] Add masked v16i32 and v8i64 unaligned store tests.
Craig Topper via cfe-commits
- r271136 - [OpenCL] Add the default header file opencl-c.h for OpenCL C language
Yaxun Liu via cfe-commits
- r271138 - CodeGen: support blocks on COFF targets in DLLs
Saleem Abdulrasool via cfe-commits
- r271144 - Revert r271136 [OpenCL] Add the default header file opencl-c.h for OpenCL C language due to build failure on ppc64/hexagon/systemz.
Yaxun Liu via cfe-commits
- r271162 - Handle -Wa,--mrelax-relocations=[no|yes].
Rafael Espindola via cfe-commits
- r271162 - Handle -Wa,--mrelax-relocations=[no|yes].
David Majnemer via cfe-commits
- r271163 - Mark test as requiring x86-registered-target.
Rafael Espindola via cfe-commits
- r271165 - [CodeGen] Use the ArrayRef form CreateShuffleVector instead of building ConstantVectors or ConstantDataVectors and calling the other form.
Craig Topper via cfe-commits
- r271166 - Fix typo.
Rafael Espindola via cfe-commits
- r271176 - [X86] Simplify alignr builtin support by recognizing that NumLaneElts is always 16. NFC
Craig Topper via cfe-commits
- r271182 - Avoid unnecessary std::string copies. NFC.
Benjamin Kramer via cfe-commits
- r271183 - clang-format: [JS] FormatToken.startsSequence/endsSequence.
Martin Probst via cfe-commits
- r271184 - clang-format: [JS] fix async parsing.
Martin Probst via cfe-commits
- r271185 - clang-format: [JS] Support shebang lines on the very first line.
Martin Probst via cfe-commits
- r271187 - [X86][SSE] Make unsigned integer vector types generally available
Simon Pilgrim via cfe-commits
- r271188 - Enable some accidentally dead tests and fix up the bitrot
David Blaikie via cfe-commits
- r271191 - clang-format: Fix segfault introduced by allowing wraps after comments.
Daniel Jasper via cfe-commits
- r271197 - [OpenCL] Add the default header file opencl-c.h for OpenCL C language
Yaxun Liu via cfe-commits
- r271198 - [OpenCL] Remove tests without triple from test/Headers/opencl-c-header.cl.
Yaxun Liu via cfe-commits
Last message date:
Sun May 29 23:42:50 PDT 2016
Archived on: Mon May 30 09:17:17 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).