The Week Of Monday 30 May 2016 Archives by author
Starting: Mon May 30 00:19:27 PDT 2016
Ending: Sun Jun 5 23:42:28 PDT 2016
Messages: 814
- [PATCH] D20863: [analyzer] Fix for the strdup family in unix.malloc checker
Balogh, Ádám via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Hahnfeld, Jonas via cfe-commits
- 3.8 Merge Request: r259776
Hahnfeld, Jonas via cfe-commits
- 3.8 Merge Request: r259776
Hahnfeld, Jonas via cfe-commits
- r269670 - [OpenCL] Add supported OpenCL extensions to target info.
Liu, Yaxun (Sam) via cfe-commits
- r269670 - [OpenCL] Add supported OpenCL extensions to target info.
Liu, Yaxun (Sam) via cfe-commits
- r269670 - [OpenCL] Add supported OpenCL extensions to target info.
Liu, Yaxun (Sam) via cfe-commits
- Missing definition of a template virtual function
Srivastava, Sunil via cfe-commits
- [PATCH] D20773: [Sema] Fix incorrect enum token namespace
Aaron Ballman 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
Aaron Ballman via cfe-commits
- [PATCH] D19201: [clang-tidy] misc-throw-with-noexcept
Aaron Ballman via cfe-commits
- [PATCH] D20561: Warn when taking address of packed member
Aaron Ballman via cfe-commits
- [PATCH] D19165: [clang-tidy] Add modernize-increment-bool check.
Aaron Ballman via cfe-commits
- [PATCH] D19201: [clang-tidy] misc-throw-with-noexcept
Aaron Ballman via cfe-commits
- r271399 - It seems we need to add SemaExpr.cpp to the /bigobj list; I am getting consistent failures of hitting the section count limit.
Aaron Ballman 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
Aaron Ballman via cfe-commits
- [PATCH] D20428: Tracking exception specification source locations
Aaron Ballman via cfe-commits
- [PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Aaron Ballman via cfe-commits
- [PATCH] D20561: Warn when taking address of packed member
Aaron Ballman via cfe-commits
- [PATCH] D20917: [clang-tidy] Add RemoveStars option to the modernize-use-auto check
Aaron Ballman via cfe-commits
- [PATCH] D20687: Update hasDynamicExceptionSpec to use functionType instead of functionDecl.
Aaron Ballman via cfe-commits
- [PATCH] D20687: Update hasDynamicExceptionSpec to use functionType instead of functionDecl.
Aaron Ballman via cfe-commits
- [PATCH] D20415: Update Clang for D20147 ("DebugInfo: New metadata representation for global variables.")
Adrian Prantl via cfe-commits
- [PATCH] D20415: Update Clang for D20147 ("DebugInfo: New metadata representation for global variables.")
Adrian Prantl via cfe-commits
- [PATCH] D20859: [X86][SSE] Replace (V)CVTTPS2DQ and VCVTTPD2DQ truncating (round to zero) f32/f64 to i32 with generic IR (clang)
Ahmed Bougacha via cfe-commits
- [PATCH] D20358: [Clang][AVX512][Intrinsics]Convert AVX non-temporal store builtins to LLVM-native IR.
Ahmed Bougacha via cfe-commits
- [PATCH] D20358: [Clang][AVX512][Intrinsics]Convert AVX non-temporal store builtins to LLVM-native IR.
Ahmed Bougacha via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Akira Hatanaka via cfe-commits
- [PATCH] D14326: ASTImporter: expressions, pt.2
Aleksei Sidorin via cfe-commits
- [clang-tools-extra] r261991 - [clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.
Alexander Kornienko via cfe-commits
- [PATCH] D20917: [clang-tidy] Add RemoveStars option to the modernize-use-auto check
Alexander Kornienko via cfe-commits
- [PATCH] D20909: [clang-tidy] Ignore function context in misc-unused-using-decls.
Alexander Kornienko via cfe-commits
- [PATCH] D20917: [clang-tidy] modernize-use-auto: don't remove stars by default
Alexander Kornienko via cfe-commits
- [PATCH] D20917: [clang-tidy] modernize-use-auto: don't remove stars by default
Alexander Kornienko via cfe-commits
- [PATCH] D20917: [clang-tidy] modernize-use-auto: don't remove stars by default
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r271739 - [clang-tidy] modernize-use-auto: don't remove stars by default
Alexander Kornienko via cfe-commits
- [PATCH] D20917: [clang-tidy] modernize-use-auto: don't remove stars by default
Alexander Kornienko via cfe-commits
- [PATCH] D20856: [clang-tidy] readability-identifier-naming - Support for Type Aliases
Alexander Kornienko via cfe-commits
- [PATCH] D20853: [clang-tidy] misc-macro-parentheses: Don't insert parentheses in variable declarations. Fixes bugzilla 26273
Alexander Kornienko via cfe-commits
- [PATCH] D20689: [clang-tidy] Suspicious Call Argument checker
Alexander Kornienko via cfe-commits
- [PATCH] D18575: [clang-tidy] New checker to replace deprecated throw() specifications
Alexander Kornienko via cfe-commits
- [PATCH] D20196: [clang-tidy] Inefficient string operation
Alexander Kornienko via cfe-commits
- [PATCH] D20693: [clang-tidy] New checker to replace dynamic exception specifications
Alexander Kornienko via cfe-commits
- [PATCH] D19165: [clang-tidy] Add modernize-increment-bool check.
Alexander Kornienko via cfe-commits
- [PATCH] D18821: Add bugprone-bool-to-integer-conversion
Alexander Kornienko via cfe-commits
- [PATCH] D19105: Changes in clang after running http://reviews.llvm.org/D18821
Alexander Kornienko via cfe-commits
- [PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Alexander Kornienko via cfe-commits
- [PATCH] D20249: [OpenCL] Hierarchical/dynamic parallelism - enqueue kernel in OpenCL 2.0
Alexey Bader via cfe-commits
- [PATCH] D20444: [OpenCL] Include opencl-c.h by default as a clang module
Alexey Bader via cfe-commits
- r271201 - [OPENMP 4.5] Fixed codegen for 'priority' and destructors in task-based
Alexey Bataev via cfe-commits
- 3.8 Merge Request: r259776
Alexey Bataev via cfe-commits
- r271204 - [OPENMP 4.5] Additional codegen for statically scheduled loops with
Alexey Bataev via cfe-commits
- [PATCH] Fix stack overflow in MSVC unqualified type lookup logic
Alexey Bataev via cfe-commits
- r271251 - [MSVC] Fix stack overflow in unqualified type lookup logic, by Will
Alexey Bataev via cfe-commits
- r271263 - [OPENMP] Update in ReleaseNotes for OpenMP support.
Alexey Bataev via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Anastasia Stulova via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Anastasia Stulova via cfe-commits
- [PATCH] D20744: [OpenCL] Disable warning about core features by default
Anastasia Stulova via cfe-commits
- [PATCH] D20389: NVPTX: Add supported CL features
Anastasia Stulova via cfe-commits
- [PATCH] D20388: AMDGPU: Fix supported CL features
Anastasia Stulova via cfe-commits
- [PATCH] D17438: [OpenCL] Add Sema checks for atomics and implicit declaration
Anastasia Stulova via cfe-commits
- [PATCH] D20630: [OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driver
Anastasia Stulova via cfe-commits
- [PATCH] D20444: [OpenCL] Include opencl-c.h by default as a clang module
Anastasia Stulova via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Anastasia Stulova via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Anastasia Stulova via cfe-commits
- [PATCH] D20444: [OpenCL] Include opencl-c.h by default as a clang module
Anastasia Stulova via cfe-commits
- [PATCH] D20133: [OpenCL] Fix __builtin_astype for vec3 types.
Anastasia Stulova via cfe-commits
- [PATCH] D20444: [OpenCL] Include opencl-c.h by default as a clang module
Anastasia Stulova via cfe-commits
- [PATCH] D20090: [OPENCL] Fix wrongly vla error for OpenCL array.
Anastasia Stulova via cfe-commits
- [PATCH] D20681: Add target-specific pre-linking passes to Clang
Anastasia Stulova via cfe-commits
- r271413 - Fixup list of available extensions
Anastasia Stulova via cfe-commits
- r269670 - [OpenCL] Add supported OpenCL extensions to target info.
Anastasia Stulova via cfe-commits
- r271413 - Fixup list of available extensions
Anastasia Stulova via cfe-commits
- Add Comments::const_child_iterator and (const_)child_range
Andre Vehreschild via cfe-commits
- [PATCH] D20933: Preallocate ExplodedNode hash table
Anna Zaks via cfe-commits
- [PATCH] D20933: Preallocate ExplodedNode hash table
Anna Zaks via cfe-commits
- [PATCH] D20836: [CUDA] Conservatively mark inline asm as convergent.
Artem Belevich via cfe-commits
- [PATCH] D20985: [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.
Artem Belevich via cfe-commits
- [PATCH] D20985: [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.
Artem Belevich via cfe-commits
- [PATCH] D20985: [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.
Artem Belevich via cfe-commits
- [PATCH] D20985: [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.
Artem Belevich via cfe-commits
- [PATCH] D20985: [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.
Artem Belevich via cfe-commits
- [PATCH] D20811: [analyzer] Model some library functions
Artem Dergachev via cfe-commits
- [PATCH] D20811: [analyzer] Model some library functions
Artem Dergachev via cfe-commits
- [libcxx] r271459 - Remove enable_shared_from_this test since it leaks the control block and fails with ASAN
Arthur O'Dwyer via cfe-commits
- [libcxx] r271459 - Remove enable_shared_from_this test since it leaks the control block and fails with ASAN
Arthur O'Dwyer via cfe-commits
- [PATCH] D20861: [AVX512] add missing integer to float conversion
Asaf Badouh via cfe-commits
- [PATCH] D20810: [Clang][Intrinsics][avx512] Continue Adding round cvt to clang
Asaf Badouh via cfe-commits
- [PATCH] D20866: [Clang][AVX512]Adding set4 intrinsics
Asaf Badouh via cfe-commits
- r271499 - [X86][AVX512] add intrinsics of Scalar FP to integer
Asaf Badouh via cfe-commits
- [PATCH] D20866: [Clang][AVX512]Adding set4 intrinsics
Asaf Badouh 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] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake 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] 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] D16948: [libcxx] Filesystem TS -- Complete
Asiri Rathnayake via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Asiri Rathnayake via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Asiri Rathnayake via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Asiri Rathnayake via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Asiri Rathnayake via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Asiri Rathnayake via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Asiri Rathnayake via cfe-commits
- [libcxxabi] r271267 - [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant
Asiri Rathnayake via cfe-commits
- [PATCH] D16545: [libcxxabi] Enable testing for static libc++abi
Asiri Rathnayake via cfe-commits
- [PATCH] D16545: [libcxxabi] Enable testing for static libc++abi
Asiri Rathnayake via cfe-commits
- [PATCH] D20874: [libcxx] Two more threading dependencies
Asiri Rathnayake via cfe-commits
- [libcxxabi] r271423 - [libcxxabi][test] Add missing return statement.
Asiri Rathnayake via cfe-commits
- [PATCH] D20328: [libcxx] Externally threaded libc++ variant
Asiri Rathnayake via cfe-commits
- [PATCH] D20929: [libcxx] Fix join.pass.cpp segfault after r271475
Asiri Rathnayake via cfe-commits
- [PATCH] D20929: [libcxx] Fix join.pass.cpp segfault after r271475
Asiri Rathnayake via cfe-commits
- [libcxx] r271634 - [libcxx] Fix thread join.pass.cpp segfault after r271475
Asiri Rathnayake via cfe-commits
- [PATCH] D20929: [libcxx] Fix join.pass.cpp segfault after r271475
Asiri Rathnayake via cfe-commits
- [PATCH] D20874: [libcxx] Two more threading dependencies
Asiri Rathnayake via cfe-commits
- [PATCH] D20328: [libcxx] Externally threaded libc++ variant
Asiri Rathnayake via cfe-commits
- [libunwind] r271737 - [libunwind] Remove unused code.
Asiri Rathnayake via cfe-commits
- [libcxx] r271741 - [libcxx] Fix c++98 test failures.
Asiri Rathnayake via cfe-commits
- [PATCH] D16545: [libcxxabi] Enable testing for static libc++abi
Ben Craig via cfe-commits
- [libcxxabi] r271388 - Missed part of D16545 (static lib testing)
Ben Craig via cfe-commits
- [PATCH] D16545: [libcxxabi] Enable testing for static libc++abi
Ben Craig via cfe-commits
- [PATCH] D20874: [libcxx] Two more threading dependencies
Ben Craig via cfe-commits
- [PATCH] D20874: [libcxx] Two more threading dependencies
Ben Craig via cfe-commits
- [PATCH] D20328: [libcxx] Externally threaded libc++ variant
Ben Craig via cfe-commits
- [PATCH] D20933: Preallocate ExplodedNode hash table
Ben Craig via cfe-commits
- [PATCH] D20933: Preallocate ExplodedNode hash table
Ben Craig via cfe-commits
- [clang-format] recursive alignment
Ben Harper via cfe-commits
- [PATCH] D20942: [LockFileManager] Improve error output by adding error messages
Ben Langmuir via cfe-commits
- [clang-tools-extra] r271207 - [clang-tidy] Fix script adding new clang-tidy check
Benjamin Kramer via cfe-commits
- [PATCH] D20792: [clang-tidy] Remove redundant quote in add_new_check script
Benjamin Kramer via cfe-commits
- [PATCH] D20734: [clang-format] insert new #includes into correct blocks when cleaning up Replacement with cleanupAroundReplacements().
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.
Benjamin Kramer via cfe-commits
- [PATCH] D20382: Add postorder support to RecursiveASTVisitor
Benjamin Kramer via cfe-commits
- [PATCH] D20804: [include-fixer] collect the number of times a symbols is found in an indexing run and use it for symbols popularity ranking.
Benjamin Kramer via cfe-commits
- [PATCH] D20804: [include-fixer] collect the number of times a symbols is found in an indexing run and use it for symbols popularity ranking.
Benjamin Kramer via cfe-commits
- r271262 - [CommonOptionsParser] Return source paths as const ref.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r271266 - Make the vim integration output a bit prettier and drop the -debug flag.
Benjamin Kramer via cfe-commits
- [PATCH] D20808: [include-fixer] Code cleanup.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r271270 - [find-all-symbols] Add a test to make sure merging actually works.
Benjamin Kramer via cfe-commits
- [PATCH] D20813: [include-fixer] use tooling::Replacements since the order of replacements don't matter anymore.
Benjamin Kramer via cfe-commits
- [PATCH] D20814: [include-fixer] Rank symbols based on the number of occurrences we found while merging.
Benjamin Kramer via cfe-commits
- r271280 - Avoid unused variable warning in release builds.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r271283 - [include-fixer] Rank symbols based on the number of occurrences we found while merging.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r271284 - [include-fixer] Use a DenseMap, order doesn't matter here.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r271285 - [include-fixer] Inline trivial methods.
Benjamin Kramer via cfe-commits
- [PATCH] D20816: [include-fixer] use clang-format cleaner to insert header.
Benjamin Kramer via cfe-commits
- [PATCH] D20819: [find-all-symbols] remove dots in SymbolInfo file paths.
Benjamin Kramer via cfe-commits
- [PATCH] D20827: [include-fixer] Use YAML format in -output-headers and -insert-header mode.
Benjamin Kramer via cfe-commits
- [PATCH] D20827: [include-fixer] Use YAML format in -output-headers and -insert-header mode.
Benjamin Kramer via cfe-commits
- [PATCH] D20827: [include-fixer] Use YAML format in -output-headers and -insert-header mode.
Benjamin Kramer via cfe-commits
- [PATCH] D20855: [include-fixer] use includer of .inc header to be the file path of a symbol from .inc header.
Benjamin Kramer via cfe-commits
- [PATCH] D20902: [include-fixer] added GNU symbols hardcoded header mapping.
Benjamin Kramer via cfe-commits
- [PATCH] D20902: [include-fixer] added GNU symbols hardcoded header mapping.
Benjamin Kramer via cfe-commits
- [PATCH] D20902: [include-fixer] added GNU symbols hardcoded header mapping.
Benjamin Kramer via cfe-commits
- [PATCH] D20950: [include-fixer] Don't add missing header if the unindentified symbol isn't from the main file.
Benjamin Kramer via cfe-commits
- [PATCH] D20960: [include-fixer] Be smarter about inserting symbols for a prefix.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r271671 - [include-fixer] Be smarter about inserting symbols for a prefix.
Benjamin Kramer via cfe-commits
- [PATCH] D20196: [clang-tidy] Inefficient string operation
Bittner Barni via cfe-commits
- r271314 - [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] D18585: [CrashReproducer] Add a module map callback for added headers
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D20266: [Modules] Use vfs for (recursive) directory iteration
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D20404: [Driver] Fix driver support for color diagnostics
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D20867: [PCH] Fix timestamp check on windows hosts.
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D20942: [LockFileManager] Improve error output by adding error messages
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D20942: [LockFileManager] Improve error output by adding error messages
Bruno Cardoso Lopes via cfe-commits
- r271708 - Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D20942: [LockFileManager] Improve error output by adding error messages
Bruno Cardoso Lopes via cfe-commits
- r271758 - [Modules] Improve diagnostics for LockFileManager errors
Bruno Cardoso Lopes via cfe-commits
- r271708 - Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
Bruno Cardoso Lopes via cfe-commits
- [Diffusion] rL249410: [Tooling] Reuse FileManager in ASTUnit.
Cameron via cfe-commits
- [PATCH] D20338: [PCH] Fixed overridden files always invalidating preamble even when unchanged
Cameron via cfe-commits
- r271761 - Revert commit r271708
Chandler Carruth via cfe-commits
- r271427 - [driver][arm] add armv7 and thumb include and lib paths
Chih-Hung Hsieh via cfe-commits
- r271438 - [driver][arm] change regular expression to work on Windows
Chih-Hung Hsieh via cfe-commits
- r271427 - [driver][arm] add armv7 and thumb include and lib paths
Chih-hung Hsieh via cfe-commits
- [PATCH] D20823: [CMake] Update to retiring CMake 3.4.3
Chris Bieneman via cfe-commits
- [PATCH] D20828: [CMake] Update to retiring CMake 3.4.3
Chris Bieneman via cfe-commits
- [PATCH] D20829: [CMake] Update to retiring CMake 3.4.3
Chris Bieneman via cfe-commits
- r271326 - [CMake] Update to requiring CMake 3.4.3
Chris Bieneman via cfe-commits
- [libcxx] r271329 - [CMake] Update to requiring CMake 3.4.3
Chris Bieneman via cfe-commits
- [libcxxabi] r271330 - [CMake] Update to requiring CMake 3.4.3
Chris Bieneman via cfe-commits
- [PATCH] D20883: [cmake] Fix builds with LLVM_ENABLE_PIC=0
Chris Bieneman via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Clement Courbet via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Clement Courbet via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Clement Courbet via cfe-commits
- r271214 - [X86] Replace unaligned store builtins in SSE/AVX intrinsic files with code that will compile to a native unaligned store. Remove the builtins since they are no longer used.
Craig Topper via cfe-commits
- r271246 - [AVX512] Emit generic masked store instrinsics instead of using x86 specific intrinsics.
Craig Topper via cfe-commits
- r271250 - [X86] Use unaligned load intrinsics to implement other intrinsics instead of manually creating the unaligned load.
Craig Topper via cfe-commits
- r271253 - [AVX512] Convert masked load builtins to generic masked load intrinsics instead of the x86 specific ones.
Craig Topper 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] 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.
Craig Topper via cfe-commits
- r271777 - [AVX512] Remove space in -1 constants. NFC
Craig Topper via cfe-commits
- r271778 - [X86] Use unsigned types for vector arithmetic in intrinsics to avoid undefined behavior for signed integer overflow.
Craig Topper via cfe-commits
- r271795 - [AVX512] Remove 512-bit andnot tests from the avx512vl test file.
Craig Topper via cfe-commits
- r271873 - [AVX512] Convert masked palignr builtins directly to native IR similar to the other palignr builtins, but with a select to handle masking.
Craig Topper via cfe-commits
- [PATCH] D20757: Add "REQUIRES-ANY" feature test
Daniel Dunbar 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] D20734: [clang-format] insert new #includes into correct blocks when cleaning up Replacement with cleanupAroundReplacements().
Daniel Jasper 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] D20734: [clang-format] insert new #includes into correct blocks when cleaning up Replacement with cleanupAroundReplacements().
Daniel Jasper 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] D20734: [clang-format] insert new #includes into correct blocks when cleaning up Replacement with cleanupAroundReplacements().
Daniel Jasper via cfe-commits
- [PATCH] D20798: clang-format: [JS] Sort imported symbols.
Daniel Jasper via cfe-commits
- [PATCH] D20814: [include-fixer] Rank symbols based on the number of occurrences we found while merging.
Daniel Jasper via cfe-commits
- [PATCH] D20798: clang-format: [JS] Sort imported symbols.
Daniel Jasper via cfe-commits
- [PATCH] D20817: clang-format: [JS] no ASI on `import {x as\n y}`.
Daniel Jasper via cfe-commits
- [PATCH] D20858: [clang-format] make header guard identification stricter in header insertion.
Daniel Jasper via cfe-commits
- [PATCH] D20898: [clang-format] skip empty lines and comments in the top of the code when inserting new headers.
Daniel Jasper via cfe-commits
- [PATCH] D20898: [clang-format] skip empty lines and comments in the top of the code when inserting new headers.
Daniel Jasper via cfe-commits
- [PATCH] D20898: [clang-format] skip empty lines and comments in the top of the code when inserting new headers.
Daniel Jasper via cfe-commits
- [PATCH] D20959: [clang-format] make header guard identification stricter (with Lexer).
Daniel Jasper via cfe-commits
- [PATCH] D20853: [clang-tidy] misc-macro-parentheses: Don't insert parentheses in variable declarations. Fixes bugzilla 26273
Daniel Marjamäki via cfe-commits
- [PATCH] D20853: [clang-tidy] misc-macro-parentheses: Don't insert parentheses in variable declarations. Fixes bugzilla 26273
Daniel Marjamäki via cfe-commits
- [PATCH] D20853: [clang-tidy] misc-macro-parentheses: Don't insert parentheses in variable declarations. Fixes bugzilla 26273
Daniel Marjamäki via cfe-commits
- r271647 - [mips] Slightly simplify MipsTargetInfo::setDataLayout(). NFC.
Daniel Sanders via cfe-commits
- [PATCH] D20961: [mips] Replace almost all Arch checks in MipsTargetInfo with ABI checks. NFC.
Daniel Sanders via cfe-commits
- [PATCH] D20963: [mips] The P5600 does not support N32/N64 since it's a 32-bit CPU.
Daniel Sanders via cfe-commits
- r253909 - Make clang_Cursor_getMangling not mangle if the declaration isn't mangled
David Blaikie via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
David Blaikie via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
David Majnemer via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
David Majnemer via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
David Majnemer via cfe-commits
- r271387 - Adding front-end support to several intrinsics (bit scanning, conversion and state reading intrinsics)
David Majnemer via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Davide Italiano via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Davide Italiano via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Davide Italiano via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Davide Italiano via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Dmitry Polukhin via cfe-commits
- [PATCH] D20383: PCH + Module: make sure we write out macros associated with builtin identifiers
Doug Gregor via cfe-commits
- [PATCH] D20383: PCH + Module: make sure we write out macros associated with builtin identifiers
Doug Gregor via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D20791: Support SOURCE_DATE_EPOCH environment variable
Ed Maste via cfe-commits
- [PATCH] D20791: Support SOURCE_DATE_EPOCH environment variable
Ed Maste via cfe-commits
- Don't pass --build-id by default.
Ed Maste via cfe-commits
- r271692 - Don't pass --build-id to ld by default.
Ed Maste 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
- r271291 - Revert r253909 because it was committed with an incorrect message
Ehsan Akhgari via cfe-commits
- r271292 - clang-c: Add the clang_getCursorVisibility() API
Ehsan Akhgari via cfe-commits
- r253909 - Make clang_Cursor_getMangling not mangle if the declaration isn't mangled
Ehsan Akhgari via cfe-commits
- [PATCH] D20871: [Clang][AVX512][Intrinsics] Adding two definitions _mm512_setzero and _mm512_setzero_epi32
Elena Demikhovsky via cfe-commits
- [PATCH] D20787: Fix undefined behavior in __hash_table
Eric Fiselier via cfe-commits
- [PATCH] D20660: Remove `auto_ptr` in C++17.
Eric Fiselier via cfe-commits
- [PATCH] D20784: [libcxx][libcxxabi] Decouple no-exceptions libcpp variant from cxa_exception.cpp and cxa_personality.cpp of libcxxabi
Eric Fiselier via cfe-commits
- [PATCH] D20799: Add C++17 std::not_fn negator.
Eric Fiselier via cfe-commits
- [PATCH] D20800: Make <functional> placeholders constexpr in C++17
Eric Fiselier via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Eric Fiselier via cfe-commits
- [libcxx] r271231 - Mark LWG issue #2522 as complete
Eric Fiselier via cfe-commits
- [libcxx] r271235 - Cleanup error handling when TLS creation fails
Eric Fiselier via cfe-commits
- [libcxx] r271237 - Make string_view work with -fno-exceptions and get tests passing.
Eric Fiselier via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Eric Fiselier via cfe-commits
- [libcxx] r271238 - Mark LWG issue 2565 as complete. Update the tests to check it.
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.
Eric Fiselier via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Eric Fiselier via cfe-commits
- [libcxx] r271240 - Mark LWG issue #2585 as complete
Eric Fiselier via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Eric Fiselier via cfe-commits
- [libcxx] r271241 - Mark LWG issue 2537 as complete
Eric Fiselier via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Eric Fiselier via cfe-commits
- [libcxx] r271247 - Mark LWG issue 2276 as complete. Add _LIBCPP_ASSERTS for it
Eric Fiselier via cfe-commits
- [libcxx] r271248 - Add tests that got missed in r271247.
Eric Fiselier via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Eric Fiselier via cfe-commits
- [libcxx] r271249 - Mark LWG issue 2520 as 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] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
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] 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] D16948: [libcxx] Filesystem TS -- Complete
Eric Fiselier via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Eric Fiselier via cfe-commits
- [libcxx] r271430 - Cleanup non-standard tests as reported by STL at microsoft.com. NFC.
Eric Fiselier via cfe-commits
- [libcxx] r271435 - Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier via cfe-commits
- [PATCH] D20881: [libunwind] Add LIBUNWIND_BUILD_32_BITS CMake option.
Eric Fiselier via cfe-commits
- [PATCH] D20886: [libcxxabi] Allow target flags to affect configuration tests.
Eric Fiselier via cfe-commits
- [PATCH] D20887: [libcxx] Allow target flags to affect CMake configuration tests
Eric Fiselier via cfe-commits
- [PATCH] D20889: [libunwind] Allow target flags to affect CMake configuration tests
Eric Fiselier via cfe-commits
- [PATCH] D20889: [libunwind] Allow target flags to affect CMake configuration tests
Eric Fiselier via cfe-commits
- [PATCH] D20886: [libcxxabi] Allow target flags to affect configuration tests.
Eric Fiselier via cfe-commits
- [PATCH] D20881: [libunwind] Add LIBUNWIND_BUILD_32_BITS CMake option.
Eric Fiselier via cfe-commits
- [libcxx] r271449 - Implement P0033R1 - Re-enabling shared_from_this
Eric Fiselier via cfe-commits
- [PATCH] D19254: Implement P0033R1 - Re-enabling shared_from_this
Eric Fiselier via cfe-commits
- [libunwind] r271458 - [libunwind] Allow target flags to affect CMake configuration tests
Eric Fiselier via cfe-commits
- [PATCH] D20799: Add C++17 std::not_fn negator.
Eric Fiselier via cfe-commits
- [PATCH] D20887: [libcxx] Allow target flags to affect CMake configuration tests
Eric Fiselier via cfe-commits
- [libcxx] r271459 - Remove enable_shared_from_this test since it leaks the control block and fails with ASAN
Eric Fiselier via cfe-commits
- [libcxx] r271460 - [libcxx] Allow target flags to affect CMake configuration tests
Eric Fiselier via cfe-commits
- [libunwind] r271462 - Add status/warning message for 32 bit builds
Eric Fiselier via cfe-commits
- [PATCH] D20886: [libcxxabi] Allow target flags to affect configuration tests.
Eric Fiselier via cfe-commits
- [PATCH] D20886: [libcxxabi] Allow target flags to affect configuration tests.
Eric Fiselier via cfe-commits
- [libcxx] r271464 - Add C++17 std::not_fn negator.
Eric Fiselier via cfe-commits
- [PATCH] D20886: [libcxxabi] Allow target flags to affect configuration tests.
Eric Fiselier via cfe-commits
- [libunwind] r271466 - Attempt to fix libunwind build
Eric Fiselier via cfe-commits
- [libcxx] r271459 - Remove enable_shared_from_this test since it leaks the control block and fails with ASAN
Eric Fiselier via cfe-commits
- [PATCH] D20660: Remove `auto_ptr` in C++17.
Eric Fiselier via cfe-commits
- [libcxx] r271469 - Update libcxx.llvm.org documentation by linking to new docs.
Eric Fiselier via cfe-commits
- [libcxxabi] r271470 - [libcxxabi] Allow target flags to affect configuration tests.
Eric Fiselier via cfe-commits
- [PATCH] D20886: [libcxxabi] Allow target flags to affect configuration tests.
Eric Fiselier via cfe-commits
- [libcxx] r271473 - Mark LWG issue 2450 as complete.
Eric Fiselier via cfe-commits
- [libcxx] r271475 - Mark LWG issue 2250 as complete
Eric Fiselier via cfe-commits
- [libcxx] r271476 - Mark LWG issue 2336 as complete. There is nothing to do.
Eric Fiselier via cfe-commits
- [libcxx] r271477 - Mark LWG issue 2218 as complete.
Eric Fiselier via cfe-commits
- [libcxx] r271459 - Remove enable_shared_from_this test since it leaks the control block and fails with ASAN
Eric Fiselier via cfe-commits
- [libcxx] r271459 - Remove enable_shared_from_this test since it leaks the control block and fails with ASAN
Eric Fiselier via cfe-commits
- [libcxx] r271487 - Fix leak in __enable_weak_this(). Thanks to Arthur O'Dwyer for finding it.
Eric Fiselier via cfe-commits
- [libcxx] r271459 - Remove enable_shared_from_this test since it leaks the control block and fails with ASAN
Eric Fiselier via cfe-commits
- [libcxx] r271489 - Mark LWG issue 2545 as complete. Add extra tests
Eric Fiselier via cfe-commits
- [libcxxabi] r271500 - Partially revert r270816: build with -fvisibility=hidden.
Eric Fiselier via cfe-commits
- [libcxx] r271501 - Fix TEST_HAS_NO_EXCEPTIONS misspelling in the test suite.
Eric Fiselier via cfe-commits
- [libcxxabi] r271500 - Partially revert r270816: build with -fvisibility=hidden.
Eric Fiselier via cfe-commits
- [libcxx] r271502 - Add not_fn test for throwing operator!
Eric Fiselier via cfe-commits
- [PATCH] D20787: Fix undefined behavior in __hash_table
Eric Fiselier via cfe-commits
- [PATCH] D20903: Make system_error::message() thread safe. Fixes PR25598.
Eric Fiselier via cfe-commits
- [PATCH] D20929: [libcxx] Fix join.pass.cpp segfault after r271475
Eric Fiselier 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().
Eric Liu via cfe-commits
- [PATCH] D20621: [include-fixer] Create a mode in vim integration to show multiple potential headers.
Eric Liu 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().
Eric Liu 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().
Eric Liu 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().
Eric Liu via cfe-commits
- [PATCH] D20804: [include-fixer] collect the number of times a symbols is found in an indexing run and use it for symbols popularity ranking.
Eric Liu via cfe-commits
- [PATCH] D20804: [include-fixer] collect the number of times a symbols is found in an indexing run and use it for symbols popularity ranking.
Eric Liu 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().
Eric Liu via cfe-commits
- [clang-tools-extra] r271268 - [include-fixer] collect the number of times a symbols is found in an indexing run and use it for symbols popularity ranking.
Eric Liu 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().
Eric Liu via cfe-commits
- [PATCH] D20804: [include-fixer] collect the number of times a symbols is found in an indexing run and use it for symbols popularity ranking.
Eric Liu via cfe-commits
- r271276 - [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().
Eric Liu via cfe-commits
- [PATCH] D20734: [clang-format] insert new #includes into correct blocks when cleaning up Replacement with cleanupAroundReplacements().
Eric Liu via cfe-commits
- [clang-tools-extra] r271279 - [include-fixer] use tooling::Replacements since the order of replacements don't matter anymore.
Eric Liu via cfe-commits
- [PATCH] D20813: [include-fixer] use tooling::Replacements since the order of replacements don't matter anymore.
Eric Liu via cfe-commits
- [clang-tools-extra] r271287 - [include-fixer] use clang-format cleaner to insert header.
Eric Liu via cfe-commits
- [PATCH] D20816: [include-fixer] use clang-format cleaner to insert header.
Eric Liu via cfe-commits
- [clang-tools-extra] r271294 - [include-fixer] removed unused forward declaration.
Eric Liu via cfe-commits
- [clang-tools-extra] r271295 - IncludeFixerTests: Update libdeps.
Eric Liu via cfe-commits
- [clang-tools-extra] r271302 - [find-all-symbols] remove dots in SymbolInfo file paths.
Eric Liu via cfe-commits
- [PATCH] D20819: [find-all-symbols] remove dots in SymbolInfo file paths.
Eric Liu via cfe-commits
- [clang-tools-extra] r271321 - [include-fixer] disable path cleaning test for windows and mingw.
Eric Liu via cfe-commits
- [PATCH] D20858: [clang-format] make header guard identification stricter in header insertion.
Eric Liu via cfe-commits
- [PATCH] D20855: [include-fixer] use includer of .inc header to be the file path of a symbol from .inc header.
Eric Liu via cfe-commits
- [PATCH] D20855: [include-fixer] use includer of .inc header to be the file path of a symbol from .inc header.
Eric Liu via cfe-commits
- [clang-tools-extra] r271385 - [include-fixer] use includer of .inc header to be the file path of a symbol from .inc header.
Eric Liu via cfe-commits
- [PATCH] D20858: [clang-format] make header guard identification stricter in header insertion.
Eric Liu via cfe-commits
- [PATCH] D20858: [clang-format] make header guard identification stricter in header insertion.
Eric Liu via cfe-commits
- [PATCH] D20902: [include-fixer] added GNU symbols hardcoded header mapping.
Eric Liu via cfe-commits
- [PATCH] D20898: [clang-format] skip empty lines and comments in the top of the code when inserting new headers.
Eric Liu via cfe-commits
- [PATCH] D20902: [include-fixer] added GNU symbols hardcoded header mapping.
Eric Liu via cfe-commits
- [PATCH] D20898: [clang-format] skip empty lines and comments in the top of the code when inserting new headers.
Eric Liu via cfe-commits
- [PATCH] D20902: [include-fixer] added GNU symbols hardcoded header mapping.
Eric Liu via cfe-commits
- [PATCH] D20898: [clang-format] skip empty lines and comments in the top of the code when inserting new headers.
Eric Liu via cfe-commits
- [PATCH] D20898: [clang-format] skip empty lines and comments in the top of the code when inserting new headers.
Eric Liu via cfe-commits
- [PATCH] D20898: [clang-format] skip empty lines and comments in the top of the code when inserting new headers.
Eric Liu via cfe-commits
- [clang-tools-extra] r271637 - [include-fixer] added GNU symbols hardcoded header mapping.
Eric Liu via cfe-commits
- [PATCH] D20902: [include-fixer] added GNU symbols hardcoded header mapping.
Eric Liu via cfe-commits
- [clang-tools-extra] r271638 - [include-fixer] fixed a wrong header mapping.
Eric Liu via cfe-commits
- r271664 - [clang-format] skip empty lines and comments in the top of the code when inserting new headers.
Eric Liu via cfe-commits
- [PATCH] D20898: [clang-format] skip empty lines and comments in the top of the code when inserting new headers.
Eric Liu via cfe-commits
- [PATCH] D20959: [clang-format] make header guard identification stricter (with Lexer).
Eric Liu via cfe-commits
- [PATCH] D20858: [clang-format] make header guard identification stricter in header insertion.
Eric Liu via cfe-commits
- [PATCH] D20959: [clang-format] make header guard identification stricter (with Lexer).
Eric Liu via cfe-commits
- [PATCH] D20960: [include-fixer] Be smarter about inserting symbols for a prefix.
Eric Liu 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
- r271708 - 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
- r271708 - 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
- r271708 - 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
- r271708 - 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] D20903: Make system_error::message() thread safe. Fixes PR25598.
Erik Kessler via cfe-commits
- [PATCH] D20923: [Sema] Fix a crash on invalid where invalid defaulted function is called
Erik Pilkington via cfe-commits
- [PATCH] D20490: [Parser] Fix a crash on invalid where a delayed TypoExpr was corrected twice
Erik Pilkington via cfe-commits
- [clang-tools-extra] r271207 - [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
Etienne Bergeron via cfe-commits
- r271208 - [ASTMatchers] Add support of hasCondition for SwitchStmt.
Etienne Bergeron via cfe-commits
- [clang-tools-extra] r271210 - [clang-tidy] Remove redundant quote in add_new_check script
Etienne Bergeron via cfe-commits
- [PATCH] D20792: [clang-tidy] Remove redundant quote in add_new_check script
Etienne Bergeron via cfe-commits
- [PATCH] D20792: [clang-tidy] Remove redundant quote in add_new_check script
Etienne Bergeron via cfe-commits
- [PATCH] D20714: [Clang-tidy] Fix some Include What You Use warnings; other minor fixes
Etienne Bergeron via cfe-commits
- [PATCH] D20714: [Clang-tidy] Fix some Include What You Use warnings; other minor fixes
Etienne Bergeron via cfe-commits
- [PATCH] D20714: [Clang-tidy] Fix some Include What You Use warnings; other minor fixes
Etienne Bergeron via cfe-commits
- [PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Etienne Bergeron via cfe-commits
- r271431 - [Sema] Fix incorrect enum token namespace
Etienne Bergeron via cfe-commits
- [PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Etienne Bergeron via cfe-commits
- [PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Etienne Bergeron via cfe-commits
- [PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Etienne Bergeron via cfe-commits
- [PATCH] D20053: [clang-tidy] Add misc-unnecessary-mutable check.
Etienne Bergeron 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
Eugene Zelenko via cfe-commits
- [PATCH] D20714: [Clang-tidy] Fix some Include What You Use warnings; other minor fixes
Eugene Zelenko via cfe-commits
- [PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Eugene Zelenko via cfe-commits
- [PATCH] D20917: [clang-tidy] Add RemoveStars option to the modernize-use-auto check
Eugene Zelenko via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Eugene Zelenko via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Eugene Zelenko via cfe-commits
- [clang-tools-extra] r271239 - [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] 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.
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
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- Buildbot numbers for the last week of 5/22/2016 - 5/28/2016
Galina Kistanova via cfe-commits
- [PATCH] D17462: Fix a codegen bug for variadic functions with pass_object_size params
George Burgess IV via cfe-commits
- [PATCH] D20811: [analyzer] Model some library functions
Gábor Horváth via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Hal Finkel via cfe-commits
- Don't pass --build-id by default.
Hal Finkel via cfe-commits
- Don't pass --build-id by default.
Hal Finkel via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Hal Finkel via cfe-commits
- r271688 - Obj-C: Fix assert-on-invalid (PR27822)
Hans Wennborg via cfe-commits
- [clang-tools-extra] r271199 - 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
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.
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.
Haojian Wu via cfe-commits
- [clang-tools-extra] r271258 - [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.
Haojian Wu via cfe-commits
- [clang-tools-extra] r271261 - [include-fixer] Add missing dependency.
Haojian Wu via cfe-commits
- [PATCH] D20808: [include-fixer] Code cleanup.
Haojian Wu via cfe-commits
- [PATCH] D20809: [include-fixer] Show better messages on unfound symbols.
Haojian Wu via cfe-commits
- [PATCH] D20809: [include-fixer] Show better messages on unfound symbols.
Haojian Wu via cfe-commits
- [clang-tools-extra] r271273 - [include-fixer] Code cleanup.
Haojian Wu via cfe-commits
- [PATCH] D20808: [include-fixer] Code cleanup.
Haojian Wu via cfe-commits
- [PATCH] D20816: [include-fixer] use clang-format cleaner to insert header.
Haojian Wu via cfe-commits
- [PATCH] D20827: [include-fixer] Use YAML format in -output-headers and -insert-header mode.
Haojian Wu via cfe-commits
- [PATCH] D20827: [include-fixer] Use YAML format in -output-headers and -insert-header mode.
Haojian Wu via cfe-commits
- [PATCH] D20809: [include-fixer] Show better messages on unfound symbols.
Haojian Wu via cfe-commits
- [PATCH] D20827: [include-fixer] Use YAML format in -output-headers and -insert-header mode.
Haojian Wu via cfe-commits
- [PATCH] D20827: [include-fixer] Use YAML format in -output-headers and -insert-header mode.
Haojian Wu via cfe-commits
- [PATCH] D20827: [include-fixer] Use YAML format in -output-headers and -insert-header mode.
Haojian Wu via cfe-commits
- [PATCH] D20827: [include-fixer] Use YAML format in -output-headers and -insert-header mode.
Haojian Wu via cfe-commits
- [PATCH] D20827: [include-fixer] Use YAML format in -output-headers and -insert-header mode.
Haojian Wu via cfe-commits
- [PATCH] D20827: [include-fixer] Use YAML format in -output-headers and -insert-header mode.
Haojian Wu via cfe-commits
- [PATCH] D20827: [include-fixer] Use YAML format in -output-headers and -insert-header mode.
Haojian Wu via cfe-commits
- [clang-tools-extra] r271382 - [include-fixer] Use YAML format in -output-headers and -insert-header mode.
Haojian Wu via cfe-commits
- [PATCH] D20827: [include-fixer] Use YAML format in -output-headers and -insert-header mode.
Haojian Wu via cfe-commits
- [PATCH] D20909: [clang-tidy] Ignore function context in misc-unused-using-decls.
Haojian Wu via cfe-commits
- [PATCH] D20909: [clang-tidy] Ignore function context in misc-unused-using-decls.
Haojian Wu via cfe-commits
- [clang-tools-extra] r271632 - [clang-tidy] Ignore function context in misc-unused-using-decls.
Haojian Wu via cfe-commits
- [PATCH] D20909: [clang-tidy] Ignore function context in misc-unused-using-decls.
Haojian Wu via cfe-commits
- [PATCH] D20950: [include-fixer] Don't add missing header if the unindentified symbol isn't from the main file.
Haojian Wu via cfe-commits
- [clang-tools-extra] r271660 - [include-fixer] Don't add missing header if the unindentified symbol isn't from the main file.
Haojian Wu via cfe-commits
- [PATCH] D20950: [include-fixer] Don't add missing header if the unindentified symbol isn't from the main file.
Haojian Wu via cfe-commits
- [PATCH] D20966: [include-fixer] Add the missing header to the file where the unidentified symbol comes from.
Haojian Wu via cfe-commits
- [PATCH] D20861: [AVX512] add missing integer to float conversion
Igor Breger via cfe-commits
- [PATCH] D20878: [Coverage] Do not push a new region after a CXXTryStmt
Igor Kudrin via cfe-commits
- [PATCH] D20997: [Coverage] Fix an assertion failure if the definition of an unused function spans multiple files.
Igor Kudrin via cfe-commits
- r271427 - [driver][arm] add armv7 and thumb include and lib paths
Ismail Donmez via cfe-commits
- r271427 - [driver][arm] add armv7 and thumb include and lib paths
Ismail Donmez via cfe-commits
- r271689 - Fix test for LLVM_LIBDIR_SUFFIX=64 case.
Ismail Donmez via cfe-commits
- r271427 - [driver][arm] add armv7 and thumb include and lib paths
Ismail Donmez via cfe-commits
- [PATCH] D20856: [clang-tidy] readability-identifier-naming - Support for Type Aliases
James Reynolds via cfe-commits
- [PATCH] D20856: [clang-tidy] readability-identifier-naming - Support for Type Aliases
James Reynolds via cfe-commits
- [PATCH] D20744: [OpenCL] Disable warning about core features by default
Jan Vesely 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
Jan Vesely via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Jan Vesely via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Jan Vesely via cfe-commits
- r271413 - Fixup list of available extensions
Jan Vesely via cfe-commits
- r271414 - Disable warning about core features by default
Jan Vesely via cfe-commits
- [PATCH] D20447: [OpenCL] Fixup extension list
Jan Vesely via cfe-commits
- [PATCH] D20744: [OpenCL] Disable warning about core features by default
Jan Vesely via cfe-commits
- [PATCH] D20389: NVPTX: Add supported CL features
Jan Vesely via cfe-commits
- r271413 - Fixup list of available extensions
Jan Vesely via cfe-commits
- r269670 - [OpenCL] Add supported OpenCL extensions to target info.
Jeroen Ketema via cfe-commits
- r269670 - [OpenCL] Add supported OpenCL extensions to target info.
Jeroen Ketema via cfe-commits
- r269670 - [OpenCL] Add supported OpenCL extensions to target info.
Jeroen Ketema via cfe-commits
- r269670 - [OpenCL] Add supported OpenCL extensions to target info.
Jeroen Ketema via cfe-commits
- r271801 - Add PIE magic for NetBSD. Add tests for the correct flags for
Joerg Sonnenberger via cfe-commits
- [cfe-commitsatlists.llvm.org: r271801 - Add PIE magic for NetBSD. Add tests for the correct flags for]
Joerg Sonnenberger via cfe-commits
- [PATCH] D20732: Don't use static variables in LambdaCapture
John Brawn via cfe-commits
- [PATCH] D20843: ObjC lifetime: pull sugar off when the qualifiers conflict.
John McCall via cfe-commits
- [PATCH] D20844: FixIt: correctly set DeclSpec's range end for a type name annotation.
John McCall via cfe-commits
- [PATCH] D20844: FixIt: use getLocForEndOfToken to insert fix-it after a type name.
John McCall via cfe-commits
- [PATCH] D20715: [docs] Document the source-based code coverage feature
Justin Bogner via cfe-commits
- r271708 - Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
Justin Bogner via cfe-commits
- [PATCH] D20794: [CUDA] Fix order of vectorized ldg intrinsics' elements.
Justin Lebar via cfe-commits
- r271215 - [CUDA] Fix order of vectorized ldg intrinsics' elements.
Justin Lebar via cfe-commits
- [PATCH] D20794: [CUDA] Fix order of vectorized ldg intrinsics' elements.
Justin Lebar via cfe-commits
- [PATCH] D20836: [CUDA] Conservatively mark inline asm as convergent.
Justin Lebar via cfe-commits
- r271336 - [CUDA] Conservatively mark inline asm as convergent.
Justin Lebar via cfe-commits
- [PATCH] D20836: [CUDA] Conservatively mark inline asm as convergent.
Justin Lebar via cfe-commits
- [PATCH] D20836: [CUDA] Conservatively mark inline asm as convergent.
Justin Lebar via cfe-commits
- r271336 - [CUDA] Conservatively mark inline asm as convergent.
Justin Lebar via cfe-commits
- [PATCH] D20985: [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.
Justin Lebar via cfe-commits
- [PATCH] D20985: [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.
Justin Lebar via cfe-commits
- [PATCH] D20985: [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.
Justin Lebar via cfe-commits
- [PATCH] D20985: [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.
Justin Lebar via cfe-commits
- r271347 - [AMDGPU] Set default dwarf version to 2
Konstantin Zhuravlyov via cfe-commits
- [PATCH] D20640: [AMDGPU] Set default dwarf version to 2
Konstantin Zhuravlyov via cfe-commits
- [PATCH] D20709: Support ARM subtarget feature +long64
Kristof Beyls via cfe-commits
- [PATCH] D20383: PCH + Module: make sure we write out macros associated with builtin identifiers
Manman Ren via cfe-commits
- r271310 - PCH + module: make sure we write out macros associated with builtin identifiers.
Manman Ren via cfe-commits
- r271351 - Indexer: add CXObjCPropertyAttr_class for class properties.
Manman Ren via cfe-commits
- [PATCH] D20843: ObjC lifetime: pull sugar off when the qualifiers conflict.
Manman Ren via cfe-commits
- [PATCH] D20844: FixIt: correctly set DeclSpec's range end for a type name annotation.
Manman Ren via cfe-commits
- [PATCH] D20843: ObjC lifetime: pull sugar off when the qualifiers conflict.
Manman Ren via cfe-commits
- r271409 - ObjC lifetime: pull sugar off when the qualifiers conflict.
Manman Ren via cfe-commits
- [PATCH] D20844: FixIt: correctly set DeclSpec's range end for a type name annotation.
Manman Ren via cfe-commits
- [PATCH] D20844: FixIt: correctly set DeclSpec's range end for a type name annotation.
Manman Ren via cfe-commits
- [PATCH] D20844: FixIt: use getLocForEndOfToken to insert fix-it after a type name.
Manman Ren via cfe-commits
- r271448 - FixIt: use getLocForEndOfToken to insert fix-it after a type name.
Manman Ren via cfe-commits
- r271747 - Bump libclang API minor version after r271351.
Manman Ren via cfe-commits
- [PATCH] D20767: [ASTMatchers] Add support of hasCondition for SwitchStmt.
Manuel Klimek via cfe-commits
- [PATCH] D20621: [include-fixer] Create a mode in vim integration to show multiple potential headers.
Manuel Klimek via cfe-commits
- [PATCH] D20382: Add postorder support to RecursiveASTVisitor
Manuel Klimek via cfe-commits
- [PATCH] D20621: [include-fixer] Create a mode in vim integration to show multiple potential headers.
Manuel Klimek via cfe-commits
- [PATCH] D20621: [include-fixer] Create a mode in vim integration to show multiple potential headers.
Manuel Klimek via cfe-commits
- [PATCH] D20819: [find-all-symbols] remove dots in SymbolInfo file paths.
Manuel Klimek via cfe-commits
- [PATCH] D20635: clang-rename: fix renaming heap allocations
Manuel Klimek via cfe-commits
- [PATCH] D19165: [clang-tidy] Add modernize-increment-bool check.
Marek Sokołowski via cfe-commits
- [PATCH] D20053: [clang-tidy] Add misc-unnecessary-mutable check.
Marek Sokołowski via cfe-commits
- [PATCH] D20053: [clang-tidy] Add misc-unnecessary-mutable check.
Marek Sokołowski via cfe-commits
- [PATCH] D20053: [clang-tidy] Add misc-unnecessary-mutable check.
Marek Sokołowski via cfe-commits
- [libcxx] r271282 - Issues for Oulu
Marshall Clow via cfe-commits
- [PATCH] D19254: Implement P0033R1 - Re-enabling shared_from_this
Marshall Clow via cfe-commits
- [PATCH] D19250: Update libcxx.llvm.org documentation by linking to new docs.
Marshall Clow via cfe-commits
- [PATCH] D20903: Make system_error::message() thread safe. Fixes PR25598.
Marshall Clow via cfe-commits
- [libcxx] r271794 - Don't call memmove when there's nothing to move. Fixes PR#27978.
Marshall Clow via cfe-commits
- [PATCH] D20798: clang-format: [JS] Sort imported symbols.
Martin Probst via cfe-commits
- [PATCH] D20798: clang-format: [JS] Sort imported symbols.
Martin Probst via cfe-commits
- [PATCH] D20798: clang-format: [JS] Sort imported symbols.
Martin Probst via cfe-commits
- [PATCH] D20798: clang-format: [JS] Sort imported symbols.
Martin Probst via cfe-commits
- [PATCH] D20798: clang-format: [JS] Sort imported symbols.
Martin Probst via cfe-commits
- [PATCH] D20817: clang-format: [JS] no ASI on `import {x as\n y}`.
Martin Probst via cfe-commits
- r271400 - clang-format: [JS] Sort imported symbols.
Martin Probst via cfe-commits
- r271401 - clang-format: [JS] no ASI on `import {x as\n y}`.
Martin Probst via cfe-commits
- [PATCH] D20798: clang-format: [JS] Sort imported symbols.
Martin Probst via cfe-commits
- [PATCH] D20798: clang-format: [JS] Sort imported symbols.
Martin Probst via cfe-commits
- [PATCH] D20817: clang-format: [JS] no ASI on `import {x as\n y}`.
Martin Probst via cfe-commits
- r271297 - AMDGPU: Update datalayout string
Matt Arsenault via cfe-commits
- [PATCH] D20388: AMDGPU: Fix supported CL features
Matt Arsenault via cfe-commits
- [PATCH] D20939: Update for DiagnosticInfoStackSize changes
Matt Arsenault via cfe-commits
- [PATCH] D20423: [Clang][LLVMGold] Passing LLVM arguments to gold plugin
Mehdi AMINI via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Mehdi AMINI via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Mehdi AMINI via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Mehdi AMINI via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Mehdi AMINI via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Mehdi Amini via cfe-commits
- r271205 - [Clang][avx512][builtin] Adding missing intrinsics for cvt
Michael Zuckerman via cfe-commits
- r271265 - [Clang][Intrinsics][avx512] Adding round cvt to clang
Michael Zuckerman via cfe-commits
- r271368 - [Clang][Intrinsics][avx512] Adding round roundscale to clang
Michael Zuckerman via cfe-commits
- r271373 - [Clang][Intrinsics][avx512] Adding round intrinsics fot max/min/sqrt instruction set to clang
Michael Zuckerman via cfe-commits
- r271387 - Adding front-end support to several intrinsics (bit scanning, conversion and state reading intrinsics)
Michael Zuckerman via cfe-commits
- r271398 - [Clang][Intrinsics][avx512] Continue Adding round cvt to clang
Michael Zuckerman via cfe-commits
- r271498 - [Clang][AVX512][INTRINSICS] adding round cvt and fix regular cvtps_ph
Michael Zuckerman via cfe-commits
- r271832 - [Clang][AVX512][Intrinsics] Adding two definitions _mm512_setzero and _mm512_setzero_epi32
Michael Zuckerman via cfe-commits
- r271835 - [Clang][AVX512]Adding set4 intrinsics
Michael Zuckerman via cfe-commits
- r271836 - Fixing problem with rsqrt28_sd
Michael Zuckerman via cfe-commits
- r271866 - Slightly improve Visual Studio visualization of clang::Expr
Mike Spertus via cfe-commits
- [PATCH] D20635: clang-rename: fix renaming heap allocations
Miklos Vajna via cfe-commits
- [clang-tools-extra] r271572 - clang-rename: fix renaming heap allocations
Miklos Vajna via cfe-commits
- [PATCH] D20635: clang-rename: fix renaming heap allocations
Miklos Vajna via cfe-commits
- [PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Murray Cumming via cfe-commits
- [PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Murray Cumming via cfe-commits
- [PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Murray Cumming via cfe-commits
- [PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Murray Cumming via cfe-commits
- [PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Murray Cumming via cfe-commits
- [PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Murray Cumming via cfe-commits
- [PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Murray Cumming via cfe-commits
- [clang-tools-extra] r271295 - IncludeFixerTests: Update libdeps.
NAKAMURA Takumi via cfe-commits
- r271450 - clang/test/Driver/android-ndk-standalone.cpp: Tweak for dos r'\\'.
NAKAMURA Takumi via cfe-commits
- r271509 - Suppress clang/test/CodeGen/lifetime-asan.c for targeting mingw.
NAKAMURA Takumi via cfe-commits
- r271579 - clangFrontend: Make intrinsics_gen optional for standalone build.
NAKAMURA Takumi via cfe-commits
- [PATCH] D20883: [cmake] Fix builds with LLVM_ENABLE_PIC=0
NAKAMURA Takumi via cfe-commits
- r271818 - check-clang: LTO, aka libLTO.so, was redundant here, since llvm-lto depends on it.
NAKAMURA Takumi via cfe-commits
- [PATCH] D20828: [CMake] Update to retiring CMake 3.4.3
Nico Weber via cfe-commits
- r271692 - Don't pass --build-id to ld by default.
Nico Weber via cfe-commits
- r271708 - Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
Nico Weber via cfe-commits
- r271708 - Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
Nico Weber via cfe-commits
- r271708 - Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
Nico Weber via cfe-commits
- r271708 - Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
Nico Weber via cfe-commits
- r271708 - Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
Nico Weber via cfe-commits
- r271293 - Fixed bug
Nico Weber via cfe-commits
- r271692 - Don't pass --build-id to ld by default.
Nico Weber via cfe-commits
- [PATCH] D20821: Fix a few issues while skipping function bodies
Olivier Goffart via cfe-commits
- [PATCH] D20821: Fix a few issues while skipping function bodies
Olivier Goffart via cfe-commits
- [PATCH] D20757: Add "REQUIRES-ANY" feature test
Paul Robinson via cfe-commits
- [PATCH] D20883: [cmake] Fix builds with LLVM_ENABLE_PIC=0
Pavel Labath via cfe-commits
- r271533 - [cmake] Fix builds with LLVM_ENABLE_PIC=0
Pavel Labath via cfe-commits
- [PATCH] D20883: [cmake] Fix builds with LLVM_ENABLE_PIC=0
Pavel Labath via cfe-commits
- r271565 - [cmake] Fix-up r271533
Pavel Labath via cfe-commits
- [PATCH] D20415: Update Clang for D20147 ("DebugInfo: New metadata representation for global variables.")
Peter Collingbourne via cfe-commits
- [PATCH] D20415: Update Clang for D20147 ("DebugInfo: New metadata representation for global variables.")
Peter Collingbourne via cfe-commits
- [PATCH] D20618: [Clang][avx512][builtin] Adding missing intrinsics for cvt
Phabricator via cfe-commits
- [PATCH] D20790: [Clang][Intrinsics][avx512] Adding round cvt to clang
Phabricator via cfe-commits
- [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Phabricator via cfe-commits
- [PATCH] D20563: Add load/store co-processor intrinsics
Phabricator via cfe-commits
- [PATCH] D20814: [include-fixer] Rank symbols based on the number of occurrences we found while merging.
Phabricator via cfe-commits
- [PATCH] D20383: PCH + Module: make sure we write out macros associated with builtin identifiers
Phabricator via cfe-commits
- [PATCH] D20823: [CMake] Update to retiring CMake 3.4.3
Phabricator via cfe-commits
- [PATCH] D20828: [CMake] Update to retiring CMake 3.4.3
Phabricator via cfe-commits
- [PATCH] D20829: [CMake] Update to retiring CMake 3.4.3
Phabricator via cfe-commits
- [PATCH] D20815: [Clang][Intrinsics][avx512] Adding round roundscale to clang
Phabricator via cfe-commits
- [PATCH] D20810: [Clang][Intrinsics][avx512] Continue Adding round cvt to clang
Phabricator via cfe-commits
- [PATCH] D20843: ObjC lifetime: pull sugar off when the qualifiers conflict.
Phabricator via cfe-commits
- [PATCH] D20844: FixIt: use getLocForEndOfToken to insert fix-it after a type name.
Phabricator via cfe-commits
- [PATCH] D20715: [docs] Document the source-based code coverage feature
Phabricator via cfe-commits
- [PATCH] D20870: [Clang][AVX512][INTRINSICS] adding round cvt and fix regular cvtps_ph
Phabricator via cfe-commits
- [PATCH] D20861: [AVX512] add missing integer to float conversion
Phabricator via cfe-commits
- [PATCH] D20960: [include-fixer] Be smarter about inserting symbols for a prefix.
Phabricator via cfe-commits
- [PATCH] D20871: [Clang][AVX512][Intrinsics] Adding two definitions _mm512_setzero and _mm512_setzero_epi32
Phabricator via cfe-commits
- [PATCH] D20866: [Clang][AVX512]Adding set4 intrinsics
Phabricator via cfe-commits
- [PATCH] D18821: Add bugprone-bool-to-integer-conversion
Piotr Padlewski via cfe-commits
- [PATCH] D20277: [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const value parameter can be moved.
Piotr Padlewski via cfe-commits
- r271288 - [ASTMatchers] Breaking change of `has` matcher
Piotr Padlewski via cfe-commits
- [clang-tools-extra] r271289 - [ASTMatchers] Added ignoringParenImpCasts to has matchers
Piotr Padlewski via cfe-commits
- r271288 - [ASTMatchers] Breaking change of `has` matcher
Piotr Padlewski via cfe-commits
- r271288 - [ASTMatchers] Breaking change of `has` matcher
Piotr Padlewski via cfe-commits
- r271293 - Fixed bug
Piotr Padlewski via cfe-commits
- r271288 - [ASTMatchers] Breaking change of `has` matcher
Piotr Padlewski via cfe-commits
- [PATCH] D19201: [clang-tidy] misc-throw-with-noexcept
Piotr Padlewski via cfe-commits
- [PATCH] D19201: [clang-tidy] misc-throw-with-noexcept
Piotr Padlewski via cfe-commits
- [PATCH] D19201: [clang-tidy] misc-throw-with-noexcept
Piotr Padlewski via cfe-commits
- [PATCH] D18821: Add bugprone-bool-to-integer-conversion
Piotr Padlewski via cfe-commits
- [PATCH] D19201: [clang-tidy] misc-throw-with-noexcept
Piotr Padlewski via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Piotr Padlewski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Piotr Padlewski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Piotr Padlewski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Piotr Padlewski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Piotr Padlewski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Piotr Padlewski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Piotr Padlewski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Piotr Padlewski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Piotr Padlewski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Piotr Padlewski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Piotr Padlewski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Piotr Padlewski via cfe-commits
- [PATCH] D20917: [clang-tidy] modernize-use-auto: don't remove stars by default
Piotr Padlewski via cfe-commits
- [PATCH] D20917: [clang-tidy] modernize-use-auto: don't remove stars by default
Piotr Padlewski via cfe-commits
- [PATCH] D18821: Add bugprone-bool-to-integer-conversion
Piotr Padlewski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Piotr Padlewski via cfe-commits
- [PATCH] D20709: Support ARM subtarget feature +long64
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D20709: Support ARM subtarget feature +long64
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D20709: Support ARM subtarget feature +long64
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Pirama Arumuga Nainar via cfe-commits
- r271609 - Delete configure left over.
Rafael Espindola via cfe-commits
- r271692 - Don't pass --build-id to ld by default.
Rafael Espindola via cfe-commits
- r271211 - CodeGen: tweak CFConstantStrings for COFF and ELF
Rafael Espíndola via cfe-commits
- r271211 - CodeGen: tweak CFConstantStrings for COFF and ELF
Rafael Espíndola via cfe-commits
- r271288 - [ASTMatchers] Breaking change of `has` matcher
Rafael Espíndola via cfe-commits
- r271288 - [ASTMatchers] Breaking change of `has` matcher
Rafael Espíndola via cfe-commits
- Don't pass --build-id by default.
Rafael Espíndola via cfe-commits
- Don't pass --build-id by default.
Rafael Espíndola via cfe-commits
- Don't pass --build-id by default.
Rafael Espíndola via cfe-commits
- Don't pass --build-id by default.
Rafael Espíndola via cfe-commits
- r271692 - Don't pass --build-id to ld by default.
Rafael Espíndola via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Rafael Espíndola via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Rafael Espíndola via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Rafael Espíndola via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Rafael Ávila de Espíndola via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Rafael Ávila de Espíndola via cfe-commits
- [PATCH] D21006: [Driver] Make -flto -S emit assembly
Rafael Ávila de Espíndola via cfe-commits
- r271275 - [ARM] Add load/store co-processor intrinsics.
Ranjeet Singh via cfe-commits
- [PATCH] D20795: Added ASTStructure for analyzing the structure of Stmts.
Raphael Isemann via cfe-commits
- [PATCH] D20382: Add postorder support to RecursiveASTVisitor
Raphael Isemann via cfe-commits
- [PATCH] D20382: Add postorder support to RecursiveASTVisitor
Raphael Isemann via cfe-commits
- [PATCH] Fix stack overflow in MSVC unqualified type lookup logic
Reid Kleckner via cfe-commits
- r271305 - Work around MinGW's macro definition of 'interface' to 'struct'
Reid Kleckner via cfe-commits
- [PATCH] D20757: Add "REQUIRES-ANY" feature test
Reid Kleckner via cfe-commits
- [PATCH] D20709: Support ARM subtarget feature +long64
Renato Golin via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Renato Golin via cfe-commits
- [PATCH] D20864: Adding support for Cortex-A73
Renato Golin via cfe-commits
- [PATCH] D20908: Add a few missing Clang regression tests
Renato Golin via cfe-commits
- [PATCH] D20821: Fix a few issues while skipping function bodies
Richard Smith via cfe-commits
- [PATCH] D20383: PCH + Module: make sure we write out macros associated with builtin identifiers
Richard Smith via cfe-commits
- [PATCH] D20844: FixIt: correctly set DeclSpec's range end for a type name annotation.
Richard Smith via cfe-commits
- [PATCH] D20709: Support ARM subtarget feature +long64
Richard Smith via cfe-commits
- r271754 - PR27989: only enqueue binary operators into the data recursive int expression
Richard Smith via cfe-commits
- Missing definition of a template virtual function
Richard Smith via cfe-commits
- [PATCH] D20283: Add ras/noras flag to enable/disable RAS in clang
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] 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] 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] D20561: Warn when taking address of packed member
Roger Ferrer Ibanez via cfe-commits
- cmake patch for building latest clang vs latest llvm
Rudolf Kastl via cfe-commits
- Don't pass --build-id by default.
Rui Ueyama via cfe-commits
- r271211 - CodeGen: tweak CFConstantStrings for COFF and ELF
Saleem Abdulrasool via cfe-commits
- r271212 - test: add explicit targets for some tests
Saleem Abdulrasool via cfe-commits
- r271221 - CodeGen: address post-commit review comments
Saleem Abdulrasool via cfe-commits
- r271211 - CodeGen: tweak CFConstantStrings for COFF and ELF
Saleem Abdulrasool via cfe-commits
- r271361 - CodeGen: tweak CFString emission for COFF targets
Saleem Abdulrasool via cfe-commits
- [PATCH] D20887: [libcxx] Allow target flags to affect CMake configuration tests
Saleem Abdulrasool via cfe-commits
- [PATCH] D20886: [libcxxabi] Allow target flags to affect configuration tests.
Saleem Abdulrasool via cfe-commits
- r271750 - CodeGen: correct assertion
Saleem Abdulrasool via cfe-commits
- r271762 - Sema: do not attempt to sizeof a dependent type
Saleem Abdulrasool via cfe-commits
- [PATCH] D20277: [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const value parameter can be moved.
Samuel Benzaquen via cfe-commits
- [clang-tools-extra] r271426 - Fix uninitialized memory access when the token 'const' is not present in
Samuel Benzaquen via cfe-commits
- [PATCH] D20917: [clang-tidy] Add RemoveStars option to the modernize-use-auto check
Samuel Benzaquen via cfe-commits
- r271544 - [docs] Add a limitations section to SourceBasedCodeCoverage.rst
Sean Silva via cfe-commits
- [PATCH] D16989: Change interpretation of function definition in friend declaration of template class.
Serge Pavlov via cfe-commits
- [PATCH] D16989: Change interpretation of function definition in friend declaration of template class.
Serge Pavlov via cfe-commits
- [PATCH] D14326: ASTImporter: expressions, pt.2
Serge Pavlov via cfe-commits
- [PATCH] D16989: Change interpretation of function definition in friend declaration of template class.
Serge Pavlov via cfe-commits
- [PATCH] D20961: [mips] Replace almost all Arch checks in MipsTargetInfo with ABI checks. NFC.
Simon Atanasyan via cfe-commits
- [PATCH] D20963: [mips] The P5600 does not support N32/N64 since it's a 32-bit CPU.
Simon Atanasyan via cfe-commits
- r271218 - [X86][SSE] _mm_store1_ps/_mm_store1_pd should require an aligned pointer
Simon Pilgrim via cfe-commits
- r271219 - [X86][SSE] Added missing tests (merge failure)
Simon Pilgrim via cfe-commits
- [PATCH] D20617: [X86][SSE] _mm_store1_ps/_mm_store1_pd should require an aligned pointer
Simon Pilgrim via cfe-commits
- r271227 - [X86] Ensure load/store tests unaligned pointers really are align 1
Simon Pilgrim via cfe-commits
- [PATCH] D20859: [X86][SSE] Replace (V)CVTTPS2DQ and VCVTTPD2DQ truncating (round to zero) f32/f64 to i32 with generic IR (clang)
Simon Pilgrim via cfe-commits
- r271436 - [X86][SSE] Replace (V)CVTTPS2DQ and VCVTTPD2DQ truncating (round to zero) f32/f64 to i32 with generic IR (clang)
Simon Pilgrim via cfe-commits
- [PATCH] D20859: [X86][SSE] Replace (V)CVTTPS2DQ and VCVTTPD2DQ truncating (round to zero) f32/f64 to i32 with generic IR (clang)
Simon Pilgrim via cfe-commits
- [PATCH] D20871: [Clang][AVX512][Intrinsics] Adding two definitions _mm512_setzero and _mm512_setzero_epi32
Simon Pilgrim via cfe-commits
- [PATCH] D20358: [Clang][AVX512][Intrinsics]Convert AVX non-temporal store builtins to LLVM-native IR.
Simon Pilgrim via cfe-commits
- [PATCH] D20358: [Clang][AVX512][Intrinsics]Convert AVX non-temporal store builtins to LLVM-native IR.
Simon Pilgrim via cfe-commits
- [PATCH] D20871: [Clang][AVX512][Intrinsics] Adding two definitions _mm512_setzero and _mm512_setzero_epi32
Simon Pilgrim via cfe-commits
- [PATCH] D20871: [Clang][AVX512][Intrinsics] Adding two definitions _mm512_setzero and _mm512_setzero_epi32
Simon Pilgrim via cfe-commits
- [PATCH] D20864: Adding support for Cortex-A73
Sjoerd Meijer via cfe-commits
- r271507 - This adds target support and tests for Cortex-A73
Sjoerd Meijer via cfe-commits
- [PATCH] D20864: Adding support for Cortex-A73
Sjoerd Meijer via cfe-commits
- [PATCH] D20908: Add a few missing Clang regression tests
Sjoerd Meijer via cfe-commits
- r271636 - Add a few missing Clang regression tests for Cortex-A53, Cortex-A57, Cortex-A72
Sjoerd Meijer via cfe-commits
- [PATCH] D20908: Add a few missing Clang regression tests
Sjoerd Meijer via cfe-commits
- r271672 - RAS extensions are part of ARMv8.2.
Sjoerd Meijer via cfe-commits
- [PATCH] D20283: Add ras/noras flag to enable/disable RAS in clang
Sjoerd Meijer via cfe-commits
- [PATCH] D19201: [clang-tidy] misc-throw-with-noexcept
Stanisław Barzowski via cfe-commits
- [PATCH] D19201: [clang-tidy] misc-throw-with-noexcept
Stanisław Barzowski via cfe-commits
- [PATCH] D19201: [clang-tidy] misc-throw-with-noexcept
Stanisław Barzowski via cfe-commits
- [PATCH] D19201: [clang-tidy] misc-throw-with-noexcept
Stanisław Barzowski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Stanisław Barzowski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Stanisław Barzowski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Stanisław Barzowski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Stanisław Barzowski via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Stanisław Barzowski via cfe-commits
- [PATCH] D20918: [libcxx] [test] Silence more "unreferenced local variable" warnings.
Stephan T. Lavavej via cfe-commits
- [PATCH] D20919: [libcxx] [test] Rename b to b2 in order to avoid shadowing between nested catch blocks.
Stephan T. Lavavej via cfe-commits
- [PATCH] D20920: [libcxx] [test] Rename d to dbl in order to avoid shadowing distributions named d.
Stephan T. Lavavej via cfe-commits
- [PATCH] D20921: [libcxx] [test] Slightly rearrange scopes in order to avoid shadowing M typedefs.
Stephan T. Lavavej via cfe-commits
- [PATCH] D20922: [libcxx] [test] Rename global "x" to "testcases" in complex.number/cases.h and make it const for safety.
Stephan T. Lavavej via cfe-commits
- [PATCH] D20709: Support ARM subtarget feature +long64
Stephen Hines via cfe-commits
- [PATCH] D20709: For RenderScript, set alignment and width of long to 64-bits
Stephen Hines via cfe-commits
- [RFC] Embedded bitcode and related upstream (Part II)
Steven Wu via cfe-commits
- r271701 - Test commit
Taewook Oh via cfe-commits
- r271702 - [Title] Revert test commit
Taewook Oh via cfe-commits
- r271708 - Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
Taewook Oh 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.
Taewook Oh via cfe-commits
- r271761 - Revert commit r271708
Taewook Oh via cfe-commits
- r271708 - Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
Taewook Oh 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.
Taewook Oh via cfe-commits
- r271336 - [CUDA] Conservatively mark inline asm as convergent.
Tom Stellard via cfe-commits
- [clang-tools-extra] r261991 - [clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.
Tom Stellard via cfe-commits
- [clang-tools-extra] r261991 - [clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.
Tom Stellard via cfe-commits
- [PATCH] D20715: [docs] Document the source-based code coverage feature
Vedant Kumar via cfe-commits
- r271308 - [Coverage] Fix crash on a switch partially covered by a macro (PR27948)
Vedant Kumar via cfe-commits
- r271331 - [Coverage] Remove redundant handleFileExit() call (NFC)
Vedant Kumar via cfe-commits
- [PATCH] D20878: [Coverage] Do not push a new region after a CXXTryStmt
Vedant Kumar via cfe-commits
- [PATCH] D20880: [Coverage] Push a region and propagate counts through try blocks
Vedant Kumar via cfe-commits
- r271454 - [docs] Document the source-based code coverage feature
Vedant Kumar via cfe-commits
- [PATCH] D20715: [docs] Document the source-based code coverage feature
Vedant Kumar via cfe-commits
- r271457 - [docs] Add missing newline to console section
Vedant Kumar via cfe-commits
- r271461 - [docs] Use cpp code-blocks where appropriate
Vedant Kumar via cfe-commits
- r271471 - [docs] Minor formatting changes and typo fixes
Vedant Kumar via cfe-commits
- r271472 - [docs] Fix misplaced comma
Vedant Kumar via cfe-commits
- [PATCH] D20878: [Coverage] Do not push a new region after a CXXTryStmt
Vedant Kumar via cfe-commits
- r271544 - [docs] Add a limitations section to SourceBasedCodeCoverage.rst
Vedant Kumar via cfe-commits
- r271443 - Summary: Remove unused option
Vitaly Buka via cfe-commits
- r271451 - [asan] Added -fsanitize-address-use-after-scope flag
Vitaly Buka via cfe-commits
- [PATCH] Fix stack overflow in MSVC unqualified type lookup logic
Will Wilson via cfe-commits
- r271392 - Fix the CLANG_ENABLE_STATIC_ANALYZER=OFF build.
Yaron Keren via cfe-commits
- r271399 - It seems we need to add SemaExpr.cpp to the /bigobj list; I am getting consistent failures of hitting the section count limit.
Yaron Keren via cfe-commits
- [PATCH] D20630: [OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driver
Yaxun Liu via cfe-commits
- [PATCH] D20133: [OpenCL] Fix __builtin_astype for vec3 types.
Yaxun Liu via cfe-commits
- [PATCH] D20133: [OpenCL] Fix __builtin_astype for vec3 types.
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
Yaxun Liu via cfe-commits
- [PATCH] D20444: [OpenCL] Include opencl-c.h by default as a clang module
Yaxun Liu via cfe-commits
- [PATCH] D20979: [OpenCL] Use function attribute/metadata to represent kernel attributes
Yaxun Liu via cfe-commits
- [PATCH] D20133: [OpenCL] Fix __builtin_astype for vec3 types.
Yaxun Liu via cfe-commits
- [PATCH] D20133: [OpenCL] Fix __builtin_astype for vec3 types.
Yaxun Liu via cfe-commits
- [PATCH] D18575: [clang-tidy] New checker to replace deprecated throw() specifications
don hinton via cfe-commits
- [PATCH] D20687: Update hasDynamicExceptionSpec to use functionType instead of functionDecl.
don hinton via cfe-commits
- [PATCH] D20687: Update hasDynamicExceptionSpec to use functionType instead of functionDecl.
don hinton via cfe-commits
- [PATCH] D20790: [Clang][Intrinsics][avx512] Adding round cvt to clang
michael zuckerman via cfe-commits
- [PATCH] D20790: [Clang][Intrinsics][avx512] Adding round cvt to clang
michael zuckerman via cfe-commits
- [PATCH] D20810: [Clang][Intrinsics][avx512] Continue Adding round cvt to clang
michael zuckerman via cfe-commits
- [PATCH] D20866: [Clang][AVX512]Adding set4 intrinsics
michael zuckerman via cfe-commits
- [PATCH] D20870: [Clang][AVX512][INTRINSICS] adding round cvt and fix regular cvtps_ph
michael zuckerman via cfe-commits
- [PATCH] D20871: [Clang][AVX512][Intrinsics] Adding two definitions _mm512_setzero and _mm512_setzero_epi32
michael zuckerman via cfe-commits
- [PATCH] D20866: [Clang][AVX512]Adding set4 intrinsics
michael zuckerman via cfe-commits
- [PATCH] D20871: [Clang][AVX512][Intrinsics] Adding two definitions _mm512_setzero and _mm512_setzero_epi32
michael zuckerman via cfe-commits
- [PATCH] D20871: [Clang][AVX512][Intrinsics] Adding two definitions _mm512_setzero and _mm512_setzero_epi32
michael zuckerman via cfe-commits
- [PATCH] D20871: [Clang][AVX512][Intrinsics] Adding two definitions _mm512_setzero and _mm512_setzero_epi32
michael zuckerman via cfe-commits
- [PATCH] D20626: [Clang][AVX512][intrinsics] Adding missing intrinsics div_pd and div_ps
michael zuckerman via cfe-commits
- [PATCH] D21002: [Clang][AVX512][BUILTIN]Adding intrinsics for range_round_{sd|ss}
michael zuckerman via cfe-commits
- [PATCH] D20867: [PCH] Fix timestamp check on windows hosts.
pierre gousseau via cfe-commits
- [PATCH] D20867: [PCH] Fix timestamp check on windows hosts.
pierre gousseau via cfe-commits
- [PATCH] D20867: [PCH] Fix timestamp check on windows hosts.
pierre gousseau via cfe-commits
Last message date:
Sun Jun 5 23:42:28 PDT 2016
Archived on: Mon Jun 6 05:11:47 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).