The Week Of Monday 6 April 2015 Archives by date
Starting: Mon Apr 6 01:16:37 PDT 2015
Ending: Sun Apr 12 22:31:25 PDT 2015
Messages: 378
- r234146 - clang/test/Profile/profile-does-not-exist.c: Avoid checking a message line in the message catalog.
NAKAMURA Takumi
- [PATCH] Do not store "+soft-float" and "+soft-float-abi" target features in function attributes
Eric Christopher
- [PATCH] Do not store "+soft-float" and "+soft-float-abi" target features in function attributes
Eric Christopher
- [libcxx] r231119 - Allow declaration of map and multimap iterator with incomplete mapped type. Patch from eugenis
Evgeniy Stepanov
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
Michael Kuperstein
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
hfinkel at anl.gov
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
Aaron Ballman
- r234149 - Update our list of distros a bit.
Benjamin Kramer
- r234152 - HasSideEffects() should return false for calls to pure and const functions.
Michael Kuperstein
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
Michael Kuperstein
- [PATCH] Add clang-fuzzer target
Aaron Ballman
- r234170 - Gating clang-fuzzer on the same conditions required to build the LLVMFuzzer library. Otherwise, we can run into a situation where clang-fuzzer attempts to build, but its dependency was never built.
Aaron Ballman
- [PATCH] Add clang-fuzzer target
Aaron Ballman
- [libcxx] pdqsort - a faster std::sort
Eric Fiselier
- r234173 - Fix this test so it doesn't try to open a file to write to the source tree
David Blaikie
- r234176 - [Objective-C patch] Patch to fix a crash in IRGen because
Fariborz Jahanian
- [PATCH] [libc++] Fix PR22606 - Leak pthread_key with static storage duration to ensure all of thread-local destructors are called.
Eric Fiselier
- [PATCH] [libc++] Fix PR22606 - Leak pthread_key with static storage duration to ensure all of thread-local destructors are called.
Eric Fiselier
- [PATCH] [SEH] Implement filter capturing in CodeGen
Reid Kleckner
- r234184 - Prefer uninitialized memory for scratch space.
Benjamin Kramer
- [PATCH] End-to-end CUDA compilation.
Artem Belevich
- [PATCH] [libcxxabi] Disallow Base to Derived conversions for catching pointers to members.
Eric Fiselier
- [PATCH] End-to-end CUDA compilation.
Artem Belevich
- [PATCH] Instantiate incomplete class used in template method.
Serge Pavlov
- [PATCH] Instantiate incomplete class used in template method.
Serge Pavlov
- r234202 - MSan told me that we actually dump the entire scratch buffer into PCH files, initialize it.
Benjamin Kramer
- r234202 - MSan told me that we actually dump the entire scratch buffer into PCH files, initialize it.
David Blaikie
- r234202 - MSan told me that we actually dump the entire scratch buffer into PCH files, initialize it.
Benjamin Kramer
- r234202 - MSan told me that we actually dump the entire scratch buffer into PCH files, initialize it.
David Blaikie
- [PATCH] Instantiate incomplete class used in template method.
Richard Smith
- [PATCH] Improve error reporting for SFINAE
Paul Fultz II
- [PATCH] Improve error reporting for SFINAE
Richard Smith
- [PATCH] Improve error reporting for SFINAE
Paul Fultz II
- r234221 - Fix a call to std::unique to actually discard the trailing (junk) elements.
James Dennett
- [PATCH] Improve error reporting for SFINAE
Richard Smith
- [PATCH] End-to-end CUDA compilation.
Eli Bendersky
- r234245 - DebugInfo: Use DILexicalBlockFile::getContext() over getScope()
Duncan P. N. Exon Smith
- [PATCH] Improve error reporting for SFINAE
paul Fultz
- [PATCH] [SEH] Implement filter capturing in CodeGen
Reid Kleckner
- [PATCH] [SEH] Implement filter capturing in CodeGen
David Majnemer
- [PATCH] [SEH] Implement filter capturing in CodeGen
Reid Kleckner
- [PATCH] End-to-end CUDA compilation.
Artem Belevich
- [PATCH] End-to-end CUDA compilation.
Eli Bendersky
- [PATCH] Improve error reporting for SFINAE
Richard Smith
- [PATCH] [Sema] Don't permit dependent alignments on non-dependent typedef-names
David Majnemer
- [PATCH] [libcxxabi] Disallow Base to Derived conversions for catching pointers to members.
David Majnemer
- [PATCH] [Sema] Don't permit dependent alignments on non-dependent typedef-names
Aaron Ballman
- [libcxxabi] r234254 - [libcxxabi] Disallow Base to Derived conversions for catching pointers to members.
Eric Fiselier
- [PATCH] Improve error reporting for SFINAE
paul Fultz
- r234256 - CGDebugInfo: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
- [PATCH] Improve error reporting for SFINAE
Richard Smith
- [PATCH] [Sema] Don't permit dependent alignments on non-dependent typedef-names
Richard Smith
- [PATCH] [Sema] Don't permit dependent alignments on non-dependent typedef-names
Aaron Ballman
- r234261 - [SEH] Implement filter capturing in CodeGen
Reid Kleckner
- [PATCH] [SEH] Implement filter capturing in CodeGen
Reid Kleckner
- r234264 - [WinEH] Don't create an alloca for unnamed catch parameters
Reid Kleckner
- [PATCH] [SEH] Implement filter capturing in CodeGen
Reid Kleckner
- [PATCH] End-to-end CUDA compilation.
Artem Belevich
- [PATCH] [Sema] Don't permit dependent alignments on non-dependent typedef-names
Richard Smith
- [PATCH] [Sema] Don't permit dependent alignments on non-dependent typedef-names
Aaron Ballman
- r234270 - Report an error when -m<os>-version-min= does not specify a version.
Bob Wilson
- [PATCH] [Sema] Don't permit dependent alignments on non-dependent typedef-names
Richard Smith
- [PATCH] [Sema] Don't permit dependent alignments on non-dependent typedef-names
David Majnemer
- [PATCH] [Sema] Don't permit dependent alignments on non-dependent typedef-names
Richard Smith
- r234280 - [Sema] Don't permit dependent alignments on non-dependent typedef-names
David Majnemer
- [PATCH] [Sema] Don't permit dependent alignments on non-dependent typedef-names
David Majnemer
- [PATCH] [Sema] Don't permit dependent alignments on non-dependent typedef-names
David Majnemer
- r234291 - DebugInfo: Update for LLVM change in r234290
Duncan P. N. Exon Smith
- [libcxx] r234296 - In many places, there was an #ifdef/#else block that selected one of two implmentations of rebind_alloc based on whether or not we had template aliases. Create a helper struct to encapsulate that bit of logic, and replace all the ifdefs with uses of that struct. No functionality change intented.
Marshall Clow
- r234297 - [Sema] Don't crash when __attribute__((nonnull)) is applied to blocks
David Majnemer
- r234300 - clang-format: Indent relative to the ./-> and not the function name.
Daniel Jasper
- r234304 - clang-format: Improve nested block formatting.
Daniel Jasper
- [PATCH] Improve error reporting for SFINAE
paul Fultz
- r234306 - Revert "[SEH] Implement filter capturing in CodeGen"
Daniel Jasper
- r234261 - [SEH] Implement filter capturing in CodeGen
Daniel Jasper
- [PATCH] clang-format: Add ability to align assignment operators
Marek Kurdej
- r234308 - Fix a compiler error under MSVC
Timur Iskhodzhanov
- r234291 - DebugInfo: Update for LLVM change in r234290
Timur Iskhodzhanov
- [PATCH] clang-format: Add ability to align assignment operators
Daniel Jasper
- r234297 - [Sema] Don't crash when __attribute__((nonnull)) is applied to blocks
Aaron Ballman
- [PATCH] [Sema] Don't permit dependent alignments on non-dependent typedef-names
Aaron Ballman
- [PATCH] [libc++] Fix PR22606 - Leak pthread_key with static storage duration to ensure all of thread-local destructors are called.
Sergey Matveev
- [PATCH] [OPENMP] Refactoring of codegen for OpenMP directives.
Alexey Bataev
- [PATCH] [Mips] Generate warning for invalid combination of '-mnan' and '-march' options.
Petar Jovanovic
- [PATCH] Static analysis checker for catch handler inversion
Aaron Ballman
- r234318 - clang-format: Don't allow labels when expecting declarations.
Daniel Jasper
- r234320 - clang-format: Fix regression formatting QT's "signals:" from r234318.
Daniel Jasper
- r234291 - DebugInfo: Update for LLVM change in r234290
Duncan P. N. Exon Smith
- [libclc] r234323 - Implement acosh builtin
Tom Stellard
- [libclc] r234324 - Implement atanh builtin
Tom Stellard
- [PATCH] Use the most recent previous decl to check if inline is added after a definition
Reid Kleckner
- r234327 - DebugInfo: LLVM API change in r234326 for array-like tuple wrappers
Duncan P. N. Exon Smith
- r234328 - [Objective-C Sema] Patch to not issue unavailbility/deprecated
Fariborz Jahanian
- r234291 - DebugInfo: Update for LLVM change in r234290
Duncan P. N. Exon Smith
- r234291 - DebugInfo: Update for LLVM change in r234290
Timur Iskhodzhanov
- r234291 - DebugInfo: Update for LLVM change in r234290
Timur Iskhodzhanov
- r234291 - DebugInfo: Update for LLVM change in r234290
Duncan P. N. Exon Smith
- r234291 - DebugInfo: Update for LLVM change in r234290
Duncan P. N. Exon Smith
- [PATCH] Instantiate incomplete class used in template method.
Serge Pavlov
- [PATCH] Add Clang support for remaining integer divide and permute instructions from ISA 2.06
Nemanja Ivanovic
- r234338 - fix typo; NFC
Sanjay Patel
- r234339 - Revert "Fix a compiler error under MSVC"
Duncan P. N. Exon Smith
- [PATCH] Instantiate incomplete class used in template method.
Richard Smith
- [PATCH] Add Clang support for remaining integer divide and permute instructions from ISA 2.06
Bill Schmidt
- [PATCH] End-to-end CUDA compilation.
Artem Belevich
- r234355 - Revert "Mark instantiated function decls as inline specified if any pattern is"
Reid Kleckner
- [PATCH] Use the most recent previous decl to check if inline is added after a definition
Reid Kleckner
- [PATCH] Use the most recent previous decl to check if inline is added after a definition
Richard Smith
- [PATCH] End-to-end CUDA compilation.
Artem Belevich
- [PATCH] Static analysis checker for catch handler inversion
Richard Smith
- r226915 - Process the -fno-signed-zeros optimization flag (PR20870)
Tom Stellard
- r234363 - [Sema] Correctly recurse when looking for [*] in function definitions
David Majnemer
- r226915 - Process the -fno-signed-zeros optimization flag (PR20870)
Richard Smith
- [PATCH] Warn on mismatching types to sizeof for memset and friends where length is of the form sizeof(Type) * factor.
Oliver Chang
- [Patch][ObjC][Proposal] NSValue literals
Alexey Denisov
- [Patch][ObjC][Proposal] NSValue literals
John McCall
- [PATCH] Warn on mismatching types to sizeof for memset and friends where length is of the form sizeof(Type) * factor.
Nico Weber
- [PATCH] [clang-tidy] Ignore expressions with incompatible deleters.
Samuel Benzaquen
- [PATCH] [clang-tidy] Ignore expressions with incompatible deleters.
Samuel Benzaquen
- [PATCH] Warn on mismatching types to sizeof for memset and friends where length is of the form sizeof(Type) * factor.
Oliver Chang
- r226915 - Process the -fno-signed-zeros optimization flag (PR20870)
Tom Stellard
- [PATCH] Static analysis checker for catch handler inversion
Aaron Ballman
- r234374 - Use the most recent previous decl to check if inline is added after a definition
Reid Kleckner
- r234375 - Generate a diagnostic when a catch handler cannot execute due to class hierarchy inversion with regards to other catch handlers for the same block.
Aaron Ballman
- [PATCH] Use the most recent previous decl to check if inline is added after a definition
Reid Kleckner
- r234376 - Appease build bots that cannot find a viable conversion through CanQualType.
Aaron Ballman
- r234363 - [Sema] Correctly recurse when looking for [*] in function definitions
Richard Smith
- r226915 - Process the -fno-signed-zeros optimization flag (PR20870)
Richard Smith
- r226915 - Process the -fno-signed-zeros optimization flag (PR20870)
Tom Stellard
- r226915 - Process the -fno-signed-zeros optimization flag (PR20870)
Richard Smith
- r226915 - Process the -fno-signed-zeros optimization flag (PR20870)
Sean Silva
- [PATCH] [Mips] Generate warning for invalid combination of '-mnan' and '-march' options.
Vladimir Radosavljevic
- [PATCH] [Mips] Generate warning for invalid combination of '-mnan' and '-march' options.
Vladimir Radosavljevic
- [PATCH] [clang-tidy] Ignore expressions with incompatible deleters.
Alexander Kornienko
- r234402 - [OPENMP] Allow redeclaration of variables as threadprivate.
Alexey Bataev
- [clang-tools-extra] r234403 - [clang-tidy] Fix for http://llvm.org/PR23130
Alexander Kornienko
- [PATCH] [Mips] Generate warning for invalid combination of '-mnan' and '-march' options.
Simon Atanasyan
- [PATCH] R600: Add GCC reg names
Tom Stellard
- [PATCH] End-to-end CUDA compilation.
Eli Bendersky
- [PATCH] [CodeGen] Annotate signed shift lefts with NUW
David Majnemer
- [clang-tools-extra] r234416 - Remove redundant virtual from member functions marked 'override'.
David Blaikie
- r234417 - Remove redundant virtual on member functions marked 'override'.
David Blaikie
- [PATCH] [CodeGen] Annotate signed shift lefts with NUW
Chandler Carruth
- [PATCH] [CodeGen] Annotate signed shift lefts with NUW
David Majnemer
- [PATCH] [CodeGen] Annotate signed shift lefts with NUW
Richard Smith
- [PATCH] Static analysis checker for catch handler inversion
Richard Smith
- [PATCH] [CodeGen] Annotate signed shift lefts with NUW
Chandler Carruth
- [PATCH] NaCl ARM: fix assembler float abi flags
Derek Schuff
- [PATCH] R600: Add GCC reg names
Matt Arsenault
- [PATCH] [CodeGen] Annotate signed shift lefts with NUW
Richard Smith
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- r234440 - [Objective-C Sema] Use canonical type of properties when comparing
Fariborz Jahanian
- r234447 - Reland "[SEH] Implement filter capturing in CodeGen"
Reid Kleckner
- [PATCH] Fixing a clang crash with duplicate mangled name
Yunzhong Gao
- [PATCH] clang-cl: Support the /fp options (PR23112)
Hans Wennborg
- r234448 - [WinEH] Don't wrap cleanups in terminate actions
Reid Kleckner
- [PATCH] Warn on mismatching types to sizeof for memset and friends where length is of the form sizeof(Type) * factor.
Oliver Chang
- [PATCH] clang-cl: Support the /fp options (PR23112)
David Majnemer
- [PATCH] Fixing a clang crash with duplicate mangled name
Yunzhong Gao
- r234449 - clang-cl: Support the /fp options (PR23112)
Hans Wennborg
- [PATCH] clang-cl: Support the /fp options (PR23112)
Hans Wennborg
- [PATCH] clang-format: Add ability to align assignment operators
Matt Oakes
- r233981 - Unify warnings/errors from "maybe you meant" to "did you mean".
Eric Christopher
- [PATCH] Warn on mismatching types to sizeof for memset and friends where length is of the form sizeof(Type) * factor.
Oliver Chang
- [PPC] Add an option to disable isel
Hal Finkel
- r231564 - Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."
Richard Smith
- r231564 - Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."
Richard Smith
- [PATCH] Warn on mismatching types to sizeof for memset and friends where length is of the form sizeof(Type) * factor.
Nico Weber
- [PATCH] clang-format: Add ability to align assignment operators
Daniel Jasper
- [PATCH] Make the driver respond to mdynamic-no-pic as per gcc.
Iain Sandoe
- [PATCH] [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.
Alexey Bataev
- bug 21124 builtin____sprintf_chk warnings
Sam Parker
- [PATCH] [clang-tidy] Fix for Bug 23161
Szabolcs Sipos
- [PATCH] [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
Alexey Bataev
- [PATCH] R600: Add GCC reg names
Tom Stellard
- [PATCH] [clang-tidy] Fix for Bug 23161
Alexander Kornienko
- r234488 - [ARM] add support for Cortex-R4/R4F
Javed Absar
- [PATCH] [clang-tidy] Fix for Bug 23161
Szabolcs Sipos
- r234493 - Process the -freciprocal-math optimization flag (PR20912)
Sanjay Patel
- [PATCH] [analyzer] Implementation of potential undefbehavior.ZeroAllocDereference checker.
Anton Yartsev
- [PATCH] [clang-tidy] Fix for Bug 23161
Alexander Kornienko
- [PATCH] Enable format specifier checking for fields
Aaron Ballman
- r234499 - [CodeGen] When promoting a reference temporary to a global use the inner type to fold it.
Benjamin Kramer
- [PATCH] Make the driver respond to mdynamic-no-pic as per gcc.
Justin Bogner
- [PATCH] [clang-tidy] Ignore expressions with incompatible deleters.
Samuel Benzaquen
- [PATCH] [clang-tidy] Ignore expressions with incompatible deleters.
Samuel Benzaquen
- [PATCH] [clang-tidy] Fix for Bug 23161
Szabolcs Sipos
- [PATCH] [clang-tidy] Ignore expressions with incompatible deleters.
Samuel Benzaquen
- [PATCH] [clang-tidy] Ignore expressions with incompatible deleters.
Alexander Kornienko
- [PATCH] [clang-tidy] Fix for Bug 23161
Alexander Kornienko
- [PATCH] [clang-tidy] Fix for Bug 23161
Alexander Kornienko
- [PATCH] Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
- [PATCH] Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
- r234509 - Added flag to disable isel instruction on PPC target. Using regular branches instead of isel is more efficient in some cases.
Olivier Sallenave
- [PATCH] Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
- [PATCH] Add Clang support for -mdirect-move on PPC
Nemanja Ivanovic
- [clang-tools-extra] r234512 - [clang-tidy] Ignore expressions with incompatible deleters.
Samuel Benzaquen
- [PATCH] [clang-tidy] Ignore expressions with incompatible deleters.
Samuel Benzaquen
- [clang-tools-extra] r234512 - [clang-tidy] Ignore expressions with incompatible deleters.
David Blaikie
- [clang-tools-extra] r234512 - [clang-tidy] Ignore expressions with incompatible deleters.
Samuel Benzaquen
- [PATCH] Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
- [PATCH] Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
- [clang-tools-extra] r234512 - [clang-tidy] Ignore expressions with incompatible deleters.
David Blaikie
- r234520 - [Objective-C modern translation]. Patch to fix type of
Fariborz Jahanian
- r234521 - [ASan] Don't link against libc++abi when not using libc++
Hans Wennborg
- r233860 - [UBSan] Embed UBSan into ASan runtime (Clang part).
Hans Wennborg
- [PATCH] Diagnose variadic main
Aaron Ballman
- [PATCH] Add Clang support for -mdirect-move on PPC
Bill Schmidt
- [PATCH] [clang-tidy] Fix for Bug 23161
Szabolcs Sipos
- r234526 - Properly implement warn_unused_result checking for classes/structs.
Kaelyn Takata
- [PATCH] [clang-tidy] Fix for Bug 23161
Szabolcs Sipos
- r234528 - [Sema] Diagnose references to unbound arrays in function definitions
David Majnemer
- [PATCH] R600: Add GCC reg names
Matt Arsenault
- [PATCH] Do not store "+soft-float" and "+soft-float-abi" target features in function attributes
Pirama Arumuga Nainar
- [PATCH] Do not store "+soft-float" and "+soft-float-abi" target features in function attributes
Stephen Hines
- r234532 - [SEH] Outline finally blocks using the new variable capture support
Reid Kleckner
- r234533 - Use Linux sysroot in Driver test case from r234521
Reid Kleckner
- [PATCH] [OPENMP] Refactoring of codegen for OpenMP directives.
John McCall
- r234499 - [CodeGen] When promoting a reference temporary to a global use the inner type to fold it.
Richard Smith
- r234536 - Update for LLVM api changes.
Rafael Espindola
- [PATCH] [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.
John McCall
- [PATCH] [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.
John McCall
- r234499 - [CodeGen] When promoting a reference temporary to a global use the inner type to fold it.
Benjamin Kramer
- r234538 - Propagate usage of std:unique_ptr a bit. NFC.
Rafael Espindola
- r234499 - [CodeGen] When promoting a reference temporary to a global use the inner type to fold it.
Richard Smith
- r234543 - [CodeGen] Do a more principled fix for PR231653, always use the inner type.
Benjamin Kramer
- r234544 - Update test case for r234543.
Benjamin Kramer
- r234499 - [CodeGen] When promoting a reference temporary to a global use the inner type to fold it.
Benjamin Kramer
- r234545 - [Objective-C Sema] It is permissable to bridge cast to 'id'
Fariborz Jahanian
- r234547 - Add Clang support for remaining integer divide and permute instructions from ISA 2.06
Nemanja Ivanovic
- [PATCH] Add Clang support for remaining integer divide and permute instructions from ISA 2.06
Nemanja Ivanovic
- _mm256_blend_epi16 is being cast to __m256d instead of __m256i
Eric Christopher
- r234555 - [modules] Remove unused MACRO_TABLE record.
Richard Smith
- [PATCH] Adding doxygen comments to the LLVM intrinsics (part 1, ammintrin.h)
Katya Romanova
- [PATCH] Adding doxygen comments to the LLVM intrinsics (part 1, ammintrin.h)
Dmitri Gribenko
- [PATCH] Clang changes for indirect call target profiling
Betul Buyukkurt
- r234560 - _mm256_blend_epi16 is being cast to __m256d instead of __m256i. Fixing this.
Ekaterina Romanova
- r234563 - Revert r234532 for a bit, it very likely caused http://crbug.com/475768
Nico Weber
- r234532 - [SEH] Outline finally blocks using the new variable capture support
Nico Weber
- r234564 - [OPENMP] Refactoring of codegen for OpenMP directives.
Alexey Bataev
- r234565 - [Sema] Don't assume that an initializer list has an initializer
David Majnemer
- [PATCH] [OPENMP] Refactoring of codegen for OpenMP directives.
Alexey Bataev
- r234568 - [OPENMP] Fixed incompatibility with MSVC, NFC.
Alexey Bataev
- r234572 - [OPENMP] Fixing troubles with lambdas in cleanups.
Alexey Bataev
- [PATCH] [OPENMP] Initial codegen for 'parallel for' directive.
Alexey Bataev
- [PATCH] [Sema] Don't crash when initializing an incomplete list-initialized variable
David Majnemer
- [PATCH] [Sema] Don't crash if array bound calculation overflowed constexpr array
David Majnemer
- r234574 - Fix typo in test. There is no %clangcxx, but there is %clangxx.
Nick Lewycky
- r234575 - [OPENMP] Fixed cleanup of OpenMP code.
Alexey Bataev
- [PATCH] [Sema] Don't crash on array types with incomplete element type whose bound results in overflow
David Majnemer
- [PATCH] [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.
Alexey Bataev
- r234577 - Test commit.
Szabolcs Sipos
- r234578 - Reverting test commit.
Szabolcs Sipos
- [PATCH] [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.
Alexey Bataev
- r234581 - Remove threshold for inserting lifetime markers for named temporaries
Arnaud A. de Grandmaison
- r234583 - [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.
Alexey Bataev
- r234587 - Reduce dyn_cast<> to isa<> or cast<> where possible. Clang edition.
Benjamin Kramer
- [PATCH] [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
Alexey Bataev
- r234590 - Return a pointer instead of having a pointer outparam and a bool return.
Rafael Espindola
- r234591 - Initializing an uninitialized data member; should be NFC.
Aaron Ballman
- r234592 - Return a pointer instead of having a pointer outparam and a bool return.
Rafael Espindola
- [PATCH] [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.
Alexey Bataev
- [PATCH] [clang-tidy] Fix for Bug 23161
Alexander Kornienko
- [clang-tools-extra] r234596 - [clang-tidy] Fix for llvm.org/PR23161
Szabolcs Sipos
- [PATCH] Don't crash on reporting lambda diagnostics
Aaron Ballman
- r234597 - Use a std::unique_ptr to make it easier to see who owns the stream.
Rafael Espindola
- [PATCH] [clang-tidy] Fix for Bug 23161
Szabolcs Sipos
- [PATCH] [clang-tidy] Fix for Bug 23161
Alexander Kornienko
- r234598 - Return std::unique_ptr to avoid a release and recreate.
Rafael Espindola
- r234599 - Try to make MSVC happy.
Rafael Espindola
- r234600 - Don't rely on implicit CallSite construction.
Benjamin Kramer
- r234591 - Initializing an uninitialized data member; should be NFC.
David Blaikie
- r234591 - Initializing an uninitialized data member; should be NFC.
Aaron Ballman
- FIX: duplicated elements in ObjC Block structure
Saliev, Rafik F
- r234597 - Use a std::unique_ptr to make it easier to see who owns the stream.
Timur Iskhodzhanov
- RFC: Atomicity guarantees for __sync_* builtins
James Molloy
- r234591 - Initializing an uninitialized data member; should be NFC.
David Blaikie
- r234591 - Initializing an uninitialized data member; should be NFC.
Aaron Ballman
- [PATCH] Improvements to scan-build.
Антон Ярцев
- r234591 - Initializing an uninitialized data member; should be NFC.
David Blaikie
- [PATCH] NaCl ARM: fix assembler float abi flags
Derek Schuff
- [PATCH] Proposed fix for PR23076 (conditional branch debug line info)
David Blaikie
- [PATCH] NaCl ARM: fix assembler float abi flags
Jan Voung
- [PATCH] Add -Wrange-loop-analysis to warn when a range-based for-loop is creating a copy.
David Blaikie
- [PATCH] [OPENMP] Initial codegen for 'parallel for' directive.
John McCall
- [PATCH] [Parse] Allow 'constexpr' in condition declarations
Meador Inge
- r234597 - Use a std::unique_ptr to make it easier to see who owns the stream.
Rafael Espíndola
- [PATCH] [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.
John McCall
- r234612 - [Frontend] Close open file handles before renaming output files
Reid Kleckner
- [PATCH] [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
John McCall
- r234613 - [SEH] Re-land r234532, but use internal linkage for all SEH helpers
Reid Kleckner
- r234612 - [Frontend] Close open file handles before renaming output files
Rafael Espíndola
- r234614 - Try to fix exceptions-seh-finally.c
Reid Kleckner
- [PATCH] [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.
John McCall
- r234616 - Really fix exceptions-seh-finally.c
Reid Kleckner
- [PATCH] Fix regression with noexcept
Aaron Ballman
- r234597 - Use a std::unique_ptr to make it easier to see who owns the stream.
Timur Iskhodzhanov
- [PATCH] Fix regression with noexcept
David Blaikie
- r234618 - [SEH] Add test for inline functions using SEH helpers
Reid Kleckner
- [PATCH] Fix regression with noexcept
Aaron Ballman
- r234620 - Actually check if lseek works instead of using a filename based heuristic.
Rafael Espindola
- [PATCH] NaCl ARM: fix assembler float abi flags
Derek Schuff
- r234621 - Testcase for the previous commit.
Rafael Espindola
- [PATCH] Add readability-simplify-boolean-expr check to clang-tidy
Alexander Kornienko
- [PATCH] Add readability-simplify-boolean-expr check to clang-tidy
Alexander Kornienko
- r234623 - Don't eagerly typo-correct to a keyword if the next token is a right paren.
Kaelyn Takata
- [clang-tools-extra] r234626 - [clang-tidy] Add readability-simplify-boolean-expr check to clang-tidy
Alexander Kornienko
- [PATCH] Add readability-simplify-boolean-expr check to clang-tidy
Alexander Kornienko
- [PATCH] Mimic MSVC whitespace collapse for incompatible token pasting
Will Wilson
- [PATCH] Mimic MSVC whitespace collapse for incompatible token pasting
Reid Kleckner
- [PATCH] Partial specialization after class template instantiation.
Anton Bikineev
- r234629 - Create correct platform-specific target for NetBSD PPC64LE.
Joerg Sonnenberger
- r234636 - Create the correct profiling symbol on NetBSD.
Joerg Sonnenberger
- r234629 - Create correct platform-specific target for NetBSD PPC64LE.
Joerg Sonnenberger
- [PATCH] Mimic MSVC whitespace collapse for incompatible token pasting
Will Wilson
- [PATCH] Mimic MSVC whitespace collapse for incompatible token pasting
Will Wilson
- r234636 - Create the correct profiling symbol on NetBSD.
Joerg Sonnenberger
- [PATCH] NaCl ARM: fix assembler float abi flags
Renato Golin
- [PATCH] Fix regression with noexcept
Aaron Ballman
- [PATCH] Add more information when displaying a "read-only variable is not assignable" error
Richard Trieu
- r234643 - [tblgen] Use StringRef::trim
Benjamin Kramer
- r234643 - [tblgen] Use StringRef::trim
Aaron Ballman
- [PATCH] Add more information when displaying a "read-only variable is not assignable" error
Richard Trieu
- r234652 - [Objective-C Sema] Fixes a typo which did not allow
Fariborz Jahanian
- [PATCH] [CUDA] Allow using integral non-type template parameters as launch_bounds attribute arguments.
Artem Belevich
- r234655 - Workaround a performance issue with modules + PCH
Ben Langmuir
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Ben Langmuir
- [PATCH] Mimic MSVC whitespace collapse for incompatible token pasting
Reid Kleckner
- [PATCH] Add more information when displaying a "read-only variable is not assignable" error
Richard Smith
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Richard Smith
- [PATCH] NaCl ARM: fix assembler float abi flags
Derek Schuff
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Ben Langmuir
- [PATCH] Mimic MSVC whitespace collapse for incompatible token pasting
Will Wilson
- r234661 - NaCl ARM: fix assembler float abi flags
Derek Schuff
- [PATCH] NaCl ARM: fix assembler float abi flags
Derek Schuff
- [PATCH] Use 'override/final' instead of 'virtual' for overridden methods
David Blaikie
- r234668 - [Driver] Properly support -mglobal-merge using explicit options.
Ahmed Bougacha
- r206937 - CodeGen: Unify handling guard variables in the Itanium C++ ABI
Reid Kleckner
- r234675 - Only notify consumers about static data members of class templates once
Reid Kleckner
- [PATCH] Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
- [PATCH] Use 'override/final' instead of 'virtual' for overridden methods
David Blaikie
- r234677 - Improve the error message for assigning to read-only variables.
Richard Trieu
- [PATCH] Add more information when displaying a "read-only variable is not assignable" error
Richard Trieu
- r234678 - Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
- [PATCH] Use 'override/final' instead of 'virtual' for overridden methods
David Blaikie
- [clang-tools-extra] r234681 - Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
- r234683 - Add Clang support for -mdirect-move on PPC
Nemanja Ivanovic
- [PATCH] Add Clang support for -mdirect-move on PPC
Nemanja Ivanovic
- r234684 - clang-cl: support -fmacro-backtrace-limit
Hans Wennborg
- r234685 - clang-cl: support -fno-color-diagnostics (PR23109)
Hans Wennborg
- r234687 - clang/test/CodeGenCXX/static-data-member-single-emission.cpp: Tweak for MS mangler.
NAKAMURA Takumi
- r233860 - [UBSan] Embed UBSan into ASan runtime (Clang part).
Alexey Samsonov
- r234689 - Remove empty non-virtual destructors or mark them =default when non-public
Benjamin Kramer
- [PATCH] clang-format: support optionality markers in JS types
Martin Probst
- [PATCH] clang-format: support JS index signature types.
Martin Probst
- r234696 - DebugInfo: Switch from replaceAllUsesWith() to replaceTemporary()
Duncan P. N. Exon Smith
- [PATCH] [x86] add the -mrecip driver flag and process its options
Sanjay Patel
- [PATCH] clang-format: [JS] handle comments in template strings.
Martin Probst
- r234685 - clang-cl: support -fno-color-diagnostics (PR23109)
Nico Weber
- r234700 - Revert r234581, it might have caused a few miscompiles in Chromium.
Nico Weber
- r234581 - Remove threshold for inserting lifetime markers for named temporaries
Nico Weber
- [PATCH] [x86] add the -mrecip driver flag and process its options
hfinkel at anl.gov
- [PATCH] clang-format: [JS] Allow periods and commata in class declarations
Martin Probst
- [PATCH] [analyzer] Implementation of potential undefbehavior.ZeroAllocDereference checker.
Anna Zaks
- r234702 - clang-cl: Expose -f[no-]diagnostics-color
Hans Wennborg
- r234685 - clang-cl: support -fno-color-diagnostics (PR23109)
Hans Wennborg
- r234581 - Remove threshold for inserting lifetime markers for named temporaries
Arnaud A. de Grandmaison
- [PATCH] Refactor: Simplify boolean expressions in lib/AST
Richard
- [PATCH] clang-format: Add ability to align assignment operators
Matt Oakes
- r234718 - Suppress clang/test/PCH/emit-pth.c on win32, for now while investigating.
NAKAMURA Takumi
- [PATCH] Refactor: Simplify boolean expressions in lib/Parse
Richard
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr check to handle chained conditional assignment and chained conditional return
Richard
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr check to handle chained conditional assignment and chained conditional return
Richard
- r234722 - [OPENMP] Initial codegen for 'parallel for' directive.
Alexey Bataev
- [PATCH] [OPENMP] Initial codegen for 'parallel for' directive.
Alexey Bataev
Last message date:
Sun Apr 12 22:31:25 PDT 2015
Archived on: Tue Aug 4 15:32:08 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).