The Week Of Monday 6 October 2014 Archives by subject
Starting: Mon Oct 6 00:23:08 PDT 2014
Ending: Sun Oct 12 23:25:35 PDT 2014
Messages: 385
- [clang-tools-extra] r219212 - Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.
Manuel Klimek
- [clang-tools-extra] r219212 - Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.
Alexander Kornienko
- [clang-tools-extra] r219212 - Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.
Manuel Klimek
- [clang-tools-extra] r219212 - Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.
Alexander Kornienko
- [clang-tools-extra] r219212 - Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.
David Blaikie
- [clang-tools-extra] r219212 - Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.
Manuel Klimek
- [clang-tools-extra] r219212 - Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.
David Blaikie
- [clang-tools-extra] r219212 - Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.
Manuel Klimek
- [clang-tools-extra] r219409 - Small cleanups from review comments.
Manuel Klimek
- [libclc] r219217 - Add AMD OpenCL builtins
Tom Stellard
- [libclc] r219217 - Add AMD OpenCL builtins
Tom Stellard
- [libclc] r219230 - Implement log1p builtin
Tom Stellard
- [libcxx] r219140 - Fix win32 support header for mingw32.
Dan Albert
- [libcxx] r219243 - Fix for PR 19616: 'tuple_cat of nested tuples fails in noexcept specification'. Thanks to Louis Dionne for the fix.
Marshall Clow
- [PATCH] [AArch64] Add workaround for Cortex-A53 erratum (835769)
Bradley Smith
- [PATCH] [AArch64] Add workaround for Cortex-A53 erratum (835769)
Renato Golin
- [PATCH] [AArch64] Add workaround for Cortex-A53 erratum (835769)
Weiming Zhao
- [PATCH] [AArch64] Add workaround for Cortex-A53 erratum (835769)
Tim Northover
- [PATCH] [AArch64] Add workaround for Cortex-A53 erratum (835769)
Renato Golin
- [PATCH] [AArch64] Add workaround for Cortex-A53 erratum (835769)
Weiming Zhao
- [PATCH] [AArch64] Add workaround for Cortex-A53 erratum (835769)
Renato Golin
- [PATCH] [analyzer][Bugfix/improvement] Fix for PR16833
Jordan Rose
- [PATCH] [analyzer][Bugfix/improvement] Fix for PR16833
Aleksei Sidorin
- [PATCH] [analyzer][Bugfix/improvement] Fix for PR16833
Aleksei Sidorin
- [PATCH] [analyzer][Bugfix/improvement] Fix for PR16833
Aleksei Sidorin
- [PATCH] [analyzer][Bugfix/improvement] Fix for PR16833
Jordan Rose
- [PATCH] [analyzer][Bugfix/improvement] Fix for PR16833
Aleksei Sidorin
- [PATCH] [analyzer] [proposal] Fix for PR20653
Jordan Rose
- [PATCH] [bug21156] Partial specialization after implicit/explicit instantiation of class template.
David Blaikie
- [PATCH] [clang-tidy] Add support for boolean check options.
Manuel Klimek
- [PATCH] [clang-tidy] Add support for boolean check options.
Marek Kurdej
- [PATCH] [clang-tidy] Add support for boolean check options.
Alexander Kornienko
- [PATCH] [clang-tidy] Add support for boolean check options.
Alexander Kornienko
- [PATCH] [clang-tidy] Add support for boolean check options.
Alexander Kornienko
- [PATCH] [clang-tidy] Add support for boolean check options.
Manuel Klimek
- [PATCH] [clang-tidy] Add support for boolean check options.
Alexander Kornienko
- [PATCH] [clang-tidy] Add support for boolean check options.
Manuel Klimek
- [PATCH] [clang-tidy] Add support for boolean check options.
Alexander Kornienko
- [PATCH] [clang-tidy] Add support for boolean check options.
Manuel Klimek
- [PATCH] [clang-tidy] Add support for boolean check options.
Alexander Kornienko
- [PATCH] [clang-tidy] Add support for boolean check options.
Alexander Kornienko
- [PATCH] [clang-tidy] Add support for boolean check options.
Marek Kurdej
- [PATCH] [clang-tidy] Add support for boolean check options.
Alexander Kornienko
- [PATCH] [clang-tidy] Add support for boolean check options.
Marek Kurdej
- [PATCH] [clang-tidy] Add support for boolean check options.
Alexander Kornienko
- [PATCH] [clang-tidy] Add support for boolean check options.
Manuel Klimek
- [PATCH] [clang-tidy] Add support for boolean check options.
Alexander Kornienko
- [PATCH] [clang-tidy] Add support for boolean check options.
Manuel Klimek
- [PATCH] [clang-tidy] misc-braces-around-statements: add option ShortStatementLines to trigger this check only if the statement spans over at least a given number of lines.
Alexander Kornienko
- [PATCH] [clang-tidy] misc-braces-around-statements: add option ShortStatementLines to trigger this check only if the statement spans over at least a given number of lines.
Marek Kurdej
- [PATCH] [clang-tidy] Update doc: ClangTidyCheck is no more DefaultConstructible.
Marek Kurdej
- [PATCH] [clang] Optimized ASTNodeKind::isBaseOf
Manuel Klimek
- [PATCH] [clang] PR21195: Emit .gcno files to the proper location.
Dan Albert
- [PATCH] [clang] PR21195: Emit .gcno files to the proper location.
Justin Bogner
- [PATCH] [clang] PR21195: Emit .gcno files to the proper location.
Dan Albert
- [PATCH] [clang] PR21195: Emit .gcno files to the proper location.
Dan Albert
- [PATCH] [clang] PR21195: Emit .gcno files to the proper location.
Dan Albert
- [PATCH] [clang] PR21195: Emit .gcno files to the proper location.
Dan Albert
- [PATCH] [clang] PR21195: Emit .gcno files to the proper location.
Dan Albert
- [PATCH] [clang] PR21195: Emit .gcno files to the proper location.
Dan Albert
- [PATCH] [clang] PR21195: Emit .gcno files to the proper location.
Nick Lewycky
- [PATCH] [clang] PR21195: Emit .gcno files to the proper location.
Justin Bogner
- [PATCH] [complex] Teach Clang to preserve different-type operands to arithmeticoperators where one type is a C complex type, and to emit both the efficientand correct implementation for complex arithmetic according to C11 AnnexG using this extra...
Chandler Carruth
- [PATCH] [complex] Teach Clang to preserve different-type operands to arithmeticoperators where one type is a C complex type, and to emit both the efficientand correct implementation for complex arithmetic according to C11 AnnexG using this extra...
Chandler Carruth
- [PATCH] [complex] Teach Clang to preserve different-type operands to arithmeticoperators where one type is a C complex type, and to emit both the efficientand correct implementation for complex arithmetic according to C11 AnnexG using this extra...
Steve Canon
- [PATCH] [complex] Teach Clang to preserve different-type operands to arithmeticoperators where one type is a C complex type, and to emit both the efficientand correct implementation for complex arithmetic according to C11 AnnexG using this extra...
hfinkel at anl.gov
- [PATCH] [complex] Teach Clang to preserve different-type operands to arithmeticoperators where one type is a C complex type, and to emit both the efficientand correct implementation for complex arithmetic according to C11 AnnexG using this extra...
Richard Smith
- [PATCH] [complex] Teach Clang to preserve different-type operands to arithmeticoperators where one type is a C complex type, and to emit both the efficientand correct implementation for complex arithmetic according to C11 AnnexG using this extra...
Chandler Carruth
- [PATCH] [complex] Teach Clang to preserve different-type operands to arithmeticoperators where one type is a C complex type, and to emit both the efficientand correct implementation for complex arithmetic according to C11 AnnexG using this extra...
Chandler Carruth
- [PATCH] [complex] Teach Clang to preserve different-type operands to arithmeticoperators where one type is a C complex type, and to emit both the efficientand correct implementation for complex arithmetic according to C11 AnnexG using this extra...
Chandler Carruth
- [PATCH] [complex] Teach Clang to preserve different-type operands to arithmeticoperators where one type is a C complex type, and to emit both the efficientand correct implementation for complex arithmetic according to C11 AnnexG using this extra...
Chandler Carruth
- [PATCH] [complex] Teach Clang to preserve different-type operands to arithmeticoperators where one type is a C complex type, and to emit both the efficientand correct implementation for complex arithmetic according to C11 AnnexG using this extra...
Chandler Carruth
- [PATCH] [complex] Teach Clang to preserve different-type operands to arithmeticoperators where one type is a C complex type, and to emit both the efficientand correct implementation for complex arithmetic according to C11 AnnexG using this extra...
Richard Smith
- [PATCH] [complex] Teach Clang to preserve different-type operands to arithmeticoperators where one type is a C complex type, and to emit both the efficientand correct implementation for complex arithmetic according to C11 AnnexG using this extra...
Chandler Carruth
- [PATCH] [complex] Teach Clang to preserve different-type operands to arithmeticoperators where one type is a C complex type, and to emit both the efficientand correct implementation for complex arithmetic according to C11 AnnexG using this extra...
Richard Smith
- [PATCH] [complex] Teach Clang to preserve different-type operands to arithmeticoperators where one type is a C complex type, and to emit both the efficientand correct implementation for complex arithmetic according to C11 AnnexG using this extra...
Chandler Carruth
- [PATCH] [complex] Teach Clang to preserve different-type operands to arithmeticoperators where one type is a C complex type, and to emit both the efficientand correct implementation for complex arithmetic according to C11 AnnexG using this extra...
Chandler Carruth
- [Patch] [libc++] Don't use <sys/time.h>/gettimeofday() when possible
Ed Schouten
- [Patch] [libc++] Don't use <sys/time.h>/gettimeofday() when possible
Joerg Sonnenberger
- [PATCH] [libcxx] Add <experimental/type_traits> for LFTS
Eric Fiselier
- [PATCH] [libcxx] Add <experimental/type_traits> for LFTS
Agustín Bergé
- [PATCH] [libcxx] Add <experimental/type_traits> for LFTS
Eric Fiselier
- [PATCH] [libcxx] Add <experimental/type_traits> for LFTS
Eric Fiselier
- [PATCH] [libcxx] Fix SFINAE in <cmath>
Agustín Bergé
- [PATCH] [OPENMP] Codegen for 'firstprivate' clause in 'parallel' directive
hfinkel at anl.gov
- [PATCH] [OPENMP] Codegen for 'firstprivate' clause in 'parallel' directive
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'firstprivate' clause in 'parallel' directive
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'if' clause
hfinkel at anl.gov
- [PATCH] [OPENMP] Codegen for 'if' clause
John McCall
- [PATCH] [OPENMP] Codegen for 'if' clause
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'if' clause
John McCall
- [PATCH] [OPENMP] Codegen for 'if' clause
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'num_threads' clause in 'parallel' directive
hfinkel at anl.gov
- [PATCH] [OPENMP] Codegen for 'private' clause in 'parallel' directive
hfinkel at anl.gov
- [PATCH] [OPENMP] Codegen for 'private' clause in 'parallel' directive
hfinkel at anl.gov
- [PATCH] [OPENMP] Codegen for threadprivate variables
hfinkel at anl.gov
- [PATCH] [OPENMP] Codegen for threadprivate variables
John McCall
- [PATCH] [OPENMP] Codegen for threadprivate variables
John McCall
- [PATCH] [RFC] Sanitize upcasts and conversion to virtual base
Alexey Samsonov
- [PATCH] [RFC] Sanitize upcasts and conversion to virtual base
Alexey Samsonov
- [PATCH] [RFC] Sanitize upcasts and conversion to virtual base
Richard Smith
- [PATCH] [RFC] Sanitize upcasts and conversion to virtual base
Alexey Samsonov
- [PATCH] [RFC] Sanitize upcasts and conversion to virtual base
Richard Smith
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Eli Bendersky
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Rob Springer
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Rob Springer
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Rob Springer
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Rob Springer
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Eli Bendersky
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Argyrios Kyrtzidis
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Rob Springer
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Rob Springer
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Rob Springer
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Rob Springer
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Argyrios Kyrtzidis
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Rob Springer
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Rob Springer
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Eli Bendersky
- [PATCH] Add documentation for comments disabling/enabling formatting in code (// clang-format off).
Marek Kurdej
- [PATCH] Add documentation for comments disabling/enabling formatting in code (// clang-format off).
Daniel Jasper
- [PATCH] Add documentation for comments disabling/enabling formatting in code (// clang-format off).
Marek Kurdej
- [PATCH] Add documentation for comments disabling/enabling formatting in code (// clang-format off).
Daniel Jasper
- [PATCH] Added function to retrieve storage class in libclang.
guibufolo+llvm at gmail.com
- [PATCH] Added function to retrieve storage class in libclang.
Argyrios Kyrtzidis
- [PATCH] Added function to retrieve storage class in libclang.
Argyrios Kyrtzidis
- [PATCH] Added function to retrieve storage class in libclang.
guibufolo+llvm at gmail.com
- [PATCH] Added function to retrieve storage class in libclang.
Argyrios Kyrtzidis
- [PATCH] Added function to retrieve storage class in libclang.
Argyrios Kyrtzidis
- [PATCH] Add experimental clang/driver flag -fsanitize-address-field-padding=N
Kostya Serebryany
- [PATCH] Add experimental clang/driver flag -fsanitize-address-field-padding=N
Alexey Samsonov
- [PATCH] Add experimental clang/driver flag -fsanitize-address-field-padding=N
Kostya Serebryany
- [PATCH] Add experimental clang/driver flag -fsanitize-address-field-padding=N
Alexey Samsonov
- [PATCH] Add experimental clang/driver flag -fsanitize-address-field-padding=N
Kostya Serebryany
- [PATCH] Add experimental clang/driver flag -fsanitize-address-field-padding=N
Chandler Carruth
- [PATCH] Add experimental clang/driver flag -fsanitize-address-field-padding=N
Chandler Carruth
- [PATCH] Add experimental clang/driver flag -fsanitize-address-field-padding=N
Alexey Samsonov
- [PATCH] Add experimental clang/driver flag -fsanitize-address-field-padding=N
Kostya Serebryany
- [PATCH] Add support for Cortex-A17
Matthew Wahab
- [PATCH] Add support for Cortex-A17
Renato Golin
- [PATCH] Add support for Cortex-A17
Matthew Wahab
- [PATCH] Add support for Cortex-A17
Renato Golin
- [PATCH] clang-cl: Don't warn for unused private fields when encountering a late parsed template member
Ehsan Akhgari
- [PATCH] clang-cl: Don't warn for unused private fields when encountering a late parsed template member
Hans Wennborg
- [PATCH] clang-cl: Don't warn for unused private fields when encountering a late parsed template member
Ehsan Akhgari
- [PATCH] clang-cl: Don't warn for unused private fields when encountering a late parsed template member
Hans Wennborg
- [PATCH] clang-cl: Don't warn for unused private fields when encountering a late parsed template member
Ehsan Akhgari
- [PATCH] Diagnose jumping from one MS inline assembly block to another.
Reid Kleckner
- [PATCH] Diagnose jumping from one MS inline assembly block to another.
Ehsan Akhgari
- [PATCH] Diagnose the usage of an MS inline assembly label not defined in the same assembly block
Ehsan Akhgari
- [PATCH] Disallow using function parameters in extended asm inputs or outputs in naked functions (PR21178)
Hans Wennborg
- [PATCH] Disallow using function parameters in extended asm inputs or outputs in naked functions (PR21178)
David Majnemer
- [PATCH] Disallow using function parameters in extended asm inputs or outputs in naked functions (PR21178)
Hans Wennborg
- [PATCH] Disallow using function parameters in extended asm inputs or outputs in naked functions (PR21178)
Reid Kleckner
- [PATCH] Disallow using function parameters in extended asm inputs or outputs in naked functions (PR21178)
Hans Wennborg
- [PATCH] Emit diagnostic for -munaligned-access on v6m
Charlie Turner
- [PATCH] Emit diagnostic for -munaligned-access on v6m
Jonathan Roelofs
- [PATCH] Emit diagnostic for -munaligned-access on v6m
Charlie Turner
- [PATCH] Emit diagnostic for -munaligned-access on v6m
Jonathan Roelofs
- [PATCH] Emit diagnostic for -munaligned-access on v6m
Charlie Turner
- [PATCH] Emit diagnostic for -munaligned-access on v6m
Jonathan Roelofs
- [PATCH] Emit lifetime start/end for unnamed objects --- take 3
Reid Kleckner
- [PATCH] Emit lifetime start/end for unnamed objects --- take 3
Arnaud A. de Grandmaison
- [PATCH] Fix assertion failure on DeferredDeclsToEmit.
Logan Chien
- [PATCH] Fix bug in DynTypedMatcher::constructVariadic() that would cause false negatives.
Manuel Klimek
- [PATCH] Fix bug in DynTypedMatcher::constructVariadic() that would cause false negatives.
Samuel Benzaquen
- [PATCH] Fix bug in DynTypedMatcher::constructVariadic() that would cause false negatives.
Samuel Benzaquen
- [Patch] Fix clang-rename Unit Test
Xin Hwang
- [PATCH] Fix completion logic to allow for heterogeneous argument types in matcher overloads.
Samuel Benzaquen
- [PATCH] Fix completion logic to allow for heterogeneous argument types in matcher overloads.
Peter Collingbourne
- [PATCH] Fix completion logic to allow for heterogeneous argument types in matcher overloads.
Samuel Benzaquen
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Rafael Espíndola
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Rafael Espíndola
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Reid Kleckner
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Alexey Bataev
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Reid Kleckner
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Alexey Bataev
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Alexey Bataev
- [PATCH] Fix IRGen for referencing a static local before emitting its decl
Reid Kleckner
- [PATCH] Fix IRGen for referencing a static local before emitting its decl
Richard Smith
- [PATCH] Fix IRGen for referencing a static local before emitting its decl
Reid Kleckner
- [PATCH] Fix IRGen for referencing a static local before emitting its decl
Reid Kleckner
- [PATCH] Fix typo in test case
Charlie Turner
- [PATCH] Fix typo in test case
Renato Golin
- [PATCH] Handle use of default member initializers before end of outermost class
Reid Kleckner
- [PATCH] Handle use of default member initializers before end of outermost class
Richard Smith
- [PATCH] Improved capturing variable-length array types in CapturedStmt.
hfinkel at anl.gov
- [PATCH] Improved capturing variable-length array types in CapturedStmt.
John McCall
- [PATCH] Initial SEH IR generation implementation
Reid Kleckner
- [PATCH] Initial SEH IR generation implementation
Alexey Bataev
- [PATCH] Insert poisoned paddings between fields in C++ classes.
Kostya Serebryany
- [PATCH] Insert poisoned paddings between fields in C++ classes.
Richard Smith
- [PATCH] Insert poisoned paddings between fields in C++ classes.
David Majnemer
- [PATCH] Inverse post-order traversal for LiveVariables analysis, to recover the performance after r214064
Artyom Skrobov
- [PATCH] libclang plugin patch
Manuel Klimek
- [PATCH] libclang plugin patch
Stefan Kemnitz
- [PATCH] libclang plugin patch
Stefan Kemnitz
- [PATCH] libclang plugin patch
Manuel Klimek
- [PATCH] libclang plugin patch
Stefan Kemnitz
- [PATCH] libclang plugin patch
Manuel Klimek
- [PATCH] Make analyzer check all argument for nonnull attribute
Jordan Rose
- [PATCH] Modernize the TableGen code by using C++11 range-based for loops
Ehsan Akhgari
- [PATCH] Modernize the TableGen code by using C++11 range-based for loops
Justin Bogner
- [PATCH] Modernize the TableGen code by using C++11 range-based for loops
Ehsan Akhgari
- [PATCH] ms-inline-asm: Correctly mark MS inline ASM labels as used
Reid Kleckner
- [PATCH] ms-inline-asm: Correctly mark MS inline ASM labels as used
Ehsan Akhgari
- [PATCH] MS ABI: Downgrade inheritance model mismatches to a warning sometimes
Reid Kleckner
- [PATCH] Partial specialization after class template instantiation.
Anton Bikineev
- [PATCH] Partial specialization after class template instantiation.
Nikola Smiljanić
- [PATCH] Partial specialization after class template instantiation.
David Majnemer
- [PATCH] Promote NPCs used as arguments to variadic functions
Reid Kleckner
- [PATCH] Promote NPCs used as arguments to variadic functions
Richard Smith
- [PATCH] Promote NPCs used as arguments to variadic functions
Reid Kleckner
- [PATCH] Promote NPCs used as arguments to variadic functions
Reid Kleckner
- [PATCH] Promote NPCs used as arguments to variadic functions
Richard Smith
- [PATCH] Promote NPCs used as arguments to variadic functions
Richard Smith
- [PATCH] Promote NPCs used as arguments to variadic functions
Reid Kleckner
- [PATCH] Replace a destructor of EHCleanupScope with a Destroy() method to reflect the current usage.
Kostya Serebryany
- [PATCH] Replace a destructor of EHCleanupScope with a Destroy() method to reflect the current usage.
Reid Kleckner
- [PATCH] Replace a destructor of EHCleanupScope with a Destroy() method to reflect the current usage.
Kostya Serebryany
- [PATCH] Separated RecursiveASTVisitorTest into multiple files to prevent the necessity of using /bigobj on MSVC.
Manuel Klimek
- [PATCH] Separated RecursiveASTVisitorTest into multiple files to prevent the necessity of using /bigobj on MSVC.
Marek Kurdej
- [PATCH] Separated RecursiveASTVisitorTest into multiple files to prevent the necessity of using /bigobj on MSVC.
Marek Kurdej
- [PATCH] Special case 0 and 1 matcher in makeAllOfComposite().
Samuel Benzaquen
- [PATCH] Special case 0 and 1 matcher in makeAllOfComposite().
Manuel Klimek
- [PATCH] Special case 0 and 1 matcher in makeAllOfComposite().
Samuel Benzaquen
- [PATCH] Special case 0 and 1 matcher in makeAllOfComposite().
Samuel Benzaquen
- [PATCH] Special case 0 and 1 matcher in makeAllOfComposite().
Manuel Klimek
- [PATCH] Special case 0 and 1 matcher in makeAllOfComposite().
Samuel Benzaquen
- [PATCH] specify dwarf version for Solaris
Alexander Eremin
- [PATCH] Teach the analyzer about multi-dimensional VLAs
Jordan Rose
- [PATCH] Turn on integrated-as for ppc64
Bill Schmidt
- [PATCH] Turn on integrated-as for ppc64
Eric Christopher
- [Patch] Use comdats for linkonce_odr constructors/destructors
Rafael Espíndola
- [PATCH] Warn on suspicious use of absolute value function
Jay Foad
- [PATCH] Warn on suspicious use of absolute value function
Richard Trieu
- [PATCH v4 5/8] Start adding the infrastructure for handling TypoExprs.
Kaelyn Takata
- [PATCH v4 5/8] Start adding the infrastructure for handling TypoExprs.
David Blaikie
- [PATCH v4 5/8] Start adding the infrastructure for handling TypoExprs.
Kaelyn Takata
- [PATCH v4 5/8] Start adding the infrastructure for handling TypoExprs.
David Blaikie
- [PATCH v4 5/8] Start adding the infrastructure for handling TypoExprs.
Kaelyn Takata
- [PATCH v4 5/8] Start adding the infrastructure for handling TypoExprs.
David Blaikie
- [PATCH v4 8/8] Wire up LookupMemberExpr to use the new TypoExpr.
Kaelyn Takata
- [PATCH v4 8/8] Wire up LookupMemberExpr to use the new TypoExpr.
David Blaikie
- [PATCH v4 8/8] Wire up LookupMemberExpr to use the new TypoExpr.
Kaelyn Takata
- Fwd: [PATCH] libclang plugin patch
Stefan Kemnitz
- Heads-up: object size threshold for lifetime markers insertion will go away
Arnaud A. de Grandmaison
- Heads-up: object size threshold for lifetime markers insertion will go away
Renato Golin
- Heads-up: object size threshold for lifetime markers insertion will go away
Reid Kleckner
- Heads-up: object size threshold for lifetime markers insertion will go away
Arnaud A. de Grandmaison
- LLVM buildmaster will be restarted today after 6 PM Pacific time
Galina Kistanova
- LLVM buildmaster will be restarted today after 6 PM Pacific time
Galina Kistanova
- r216675 - Throw a std::bad_array_new_length exception when the expression (or constant-expression) passed to operator new[] results in overflow in conformance with [expr.new]p7. Fixes PR11644.
Aaron Ballman
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Rafael Espíndola
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Ulrich Weigand
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Rafael Espíndola
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Reid Kleckner
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Ulrich Weigand
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Rafael Espíndola
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Ulrich Weigand
- r218865 - Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Nick Lewycky
- r218865 - Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Arnaud A. de Grandmaison
- r218925 - Patch to warn if 'override' is missing
jahanian
- r219101 - DebugInfo: Don't include implicit special members in the list of class members
Eric Christopher
- r219113 - [OPENMP] Limit the loop counters to 64 bits for the worksharing loops
Alexander Musman
- r219114 - [OPENMP] Fix target triple of a test, which uses __int128 type
Alexander Musman
- r219116 - Using an explicit cast to work around MSVC 2013 not picking the conversion operator as expected. NFC, should fix the MSVC build bots.
Aaron Ballman
- r219116 - Using an explicit cast to work around MSVC 2013 not picking the conversion operator as expected. NFC, should fix the MSVC build bots.
Timur Iskhodzhanov
- r219116 - Using an explicit cast to work around MSVC 2013 not picking the conversion operator as expected. NFC, should fix the MSVC build bots.
Yaron Keren
- r219118 - Fix bug in DynTypedMatcher::constructVariadic() that would cause false negatives.
Samuel Benzaquen
- r219119 - clang-format: If in doubt, assume '+' is a binary operator.
Daniel Jasper
- r219119 - clang-format: If in doubt, assume '+' is a binary operator.
Justin Bogner
- r219119 - clang-format: If in doubt, assume '+' is a binary operator.
Daniel Jasper
- r219119 - clang-format: If in doubt, assume '+' is a binary operator.
Justin Bogner
- r219124 - Patch to wrap up '_' as separator in version numbers
Fariborz Jahanian
- r219124 - Patch to wrap up '_' as separator in version numbers
Aaron Ballman
- r219129 - Turn on the integrated assembler by default for ppc64 and
Eric Christopher
- r219129 - Turn on the integrated assembler by default for ppc64 and
Renato Golin
- r219132 - Remove cases that are now handled by the parent class implementation.
Rafael Espindola
- r219137 - [PATCH][Power] Fix (and deprecate) vec_lvsl and vec_lvsr for little endian
Bill Schmidt
- r219153 - Update title of the ReleaseNodes doc.
Eli Bendersky
- r219173 - Objective-C SDK modernizer. Patch to support modernization
Fariborz Jahanian
- r219174 - driver: Map closed standard file descriptors to /dev/null
David Majnemer
- r219195 - [OPENMP] Small refactoring of EmitOMPSimdLoop helper routine.
Alexander Musman
- r219197 - [OPENMP] 'omp teams' directive basic support.
Alexey Bataev
- r219197 - [OPENMP] 'omp teams' directive basic support.
Renato Golin
- r219197 - [OPENMP] 'omp teams' directive basic support.
Bataev, Alexey
- r219204 - clang-format: Add documentation about disabling formatting.
Daniel Jasper
- r219206 - Allow dllexport alias to base destructors.
Rafael Espindola
- r219209 - clang-format: Fix bug with comments between non-trival parameters.
Daniel Jasper
- r219211 - Emit diagnostic for -munaligned-access on v6m
Jonathan Roelofs
- r219222 - PR21180: Lambda closure types are neither aggregates nor literal types.
Richard Smith
- r219225 - Objective-C SDK modernization. When modernizing to
Fariborz Jahanian
- r219258 - Avoid code duplication by calling setAliasAttributes in EmitAliasDefinition.
Rafael Espindola
- r219265 - Fix IRGen for referencing a static local before emitting its decl
Reid Kleckner
- r219266 - Fix test case in no asserts build
Reid Kleckner
- r219272 - Disallow using function parameters in extended asm inputs or outputs in naked functions (PR21178)
Hans Wennborg
- r219279 - AST: Fix a typo (NFC)
Justin Bogner
- r219289 - Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and semantic analysis for 'omp teams' directive support from OpenMP 4.0. Adds additional analysis to 'omp target' directive with 'omp teams' directive."
Renato Golin
- r219295 - [OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
- r219296 - Revert back r219295.
Alexey Bataev
- r219297 - [OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
- r219298 - Revert commit r219297.
Alexey Bataev
- r219303 - Remove threshold on object size for inserting lifetime begin / end
Arnaud A. de Grandmaison
- r219306 - [OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
- r219307 - Revert "Remove threshold on object size for inserting lifetime begin / end"
Arnaud A. de Grandmaison
- r219309 - Fix test OpenMP/parallel_firstprivate_codegen.cpp
Alexey Bataev
- r219315 - Fixed OpenMP/parallel_firstprivate_codegen.cpp
Alexey Bataev
- r219315 - Fixed OpenMP/parallel_firstprivate_codegen.cpp
Ulrich Weigand
- r219315 - Fixed OpenMP/parallel_firstprivate_codegen.cpp
Ulrich Weigand
- r219315 - Fixed OpenMP/parallel_firstprivate_codegen.cpp
Bataev, Alexey
- r219315 - Fixed OpenMP/parallel_firstprivate_codegen.cpp
Ulrich Weigand
- r219319 - [AVX512] Added VPCMPEQ intrinisics to headers.
Robert Khasanov
- r219322 - ms-inline-asm: Correctly mark MS inline ASM labels as used
Ehsan Akhgari
- r219325 - Added new headers to CMakeLists.txt.
Robert Khasanov
- r219331 - Replace a destructor of EHCleanupScope with a Destroy() method to reflect the current usage.
Kostya Serebryany
- r219385 - [OPENMP] 'omp teams' directive basic support.
Alexey Bataev
- r219393 - Fix for bug http://llvm.org/PR17427.
Alexey Bataev
- r219400 - clang-format: Add option to control call argument bin-packing separately
Daniel Jasper
- r219405 - Fix compatibility issues in tests for PredefinedExpr with MSVC.
Alexey Bataev
- r219407 - Escaping a special character in the documentation.
Aaron Ballman
- r219408 - Implement various matchers around template argument handling.
Manuel Klimek
- r219410 - Separated RecursiveASTVisitorTest into multiple files.
Manuel Klimek
- r219417 - Add experimental clang/driver flag -fsanitize-address-field-padding=N
Kostya Serebryany
- r219424 - Objective-C SDK modernization. convert message expression
Fariborz Jahanian
- r219426 - [SystemZ] Turn on the integrated assembler by default
Ulrich Weigand
- r219426 - [SystemZ] Turn on the integrated assembler by default
Rafael Espíndola
- r219426 - [SystemZ] Turn on the integrated assembler by default
Eric Christopher
- r219426 - [SystemZ] Turn on the integrated assembler by default
Ulrich Weigand
- r219426 - [SystemZ] Turn on the integrated assembler by default
Eric Christopher
- r219431 - Special case 0 and 1 matcher in makeAllOfComposite().
Samuel Benzaquen
- r219439 - [Analysis] Add missing newlines at end of file.
Daniel Dunbar
- r219448 - Objective-C SDK modernization. import Foundation even
Fariborz Jahanian
- r219450 - Fix completion logic to allow for heterogeneous argument types in matcher overloads.
Samuel Benzaquen
- r219456 - Promote null pointer constants used as arguments to variadic functions
Reid Kleckner
- r219460 - PR21195: Emit .gcno files to the proper location.
Dan Albert
- r219464 - Hopefully fixes test failures for msvc.
Dan Albert
- r219465 - Fix for OpenMP/parallel_firstprivate_codegen.cpp
Alexey Bataev
- r219467 - Remove support for the IOS_SIMULATOR_DEPLOYMENT_TARGET env var.
Bob Wilson
- r219468 - _Really_ fix these tests (probably).
Dan Albert
- r219470 - Revert r218865 because it introduced PR21236, a crash in codegen emitting the try block.
Nick Lewycky
- r219472 - XFAIL coverage -no-integrated-as tests for msvc.
Dan Albert
- r219472 - XFAIL coverage -no-integrated-as tests for msvc.
Aaron Ballman
- r219486 - Code improvements in OpenMP CodeGen.
Alexey Bataev
- r219490 - Code reformatting and improvement for OpenMP.
Alexey Bataev
- r219491 - Fixing the MSVC 2013 build, NFC.
Aaron Ballman
- r219497 - Unfriend CGOpenMPRegionInfo so it can go into an anonymous namespace.
Benjamin Kramer
- r219502 - [PowerPC] Add feature for Power8 vector extensions
Bill Schmidt
- r219504 - Reduce double set lookups. NFC.
Benjamin Kramer
- r219509 - Fix documentation typo.
JF Bastien
- r219513 - Alright, just XFAIL all these for Windows.
Dan Albert
- r219515 - [PowerPC] Reduce names from Power8Vector to P8Vector
Bill Schmidt
- r219522 - Change how we distinguish bitfield widths, in-class
John McCall
- r219524 - CodeGen: FieldMemcpyizer didn't handle copies starting inside bitfields
David Majnemer
- r219525 - Bugfix for predefined expressions in dependent context.
Alexey Bataev
- r219525 - Bugfix for predefined expressions in dependent context.
Vassil Vassilev
- r219526 - Make test more robust to appease build bots
David Majnemer
- r219527 - Remove a FIXME: use the ios_simulator_version_min linker option consistently.
Bob Wilson
- r219528 - Remove rest of the comment that is no longer true after r219527.
Bob Wilson
- r219529 - Add libclang capabilities to retriete template arguments from specializations.
Eli Bendersky
- r219535 - Objective-C [qoi]. When reporting that a property is not
Fariborz Jahanian
- r219538 - Correctly handle reading locations from serialized diagnostics
Justin Bogner
- r219539 - [modules] Delay loading the field declared with an anonymous tag declaration
Richard Smith
- r219545 - Treat -mios-simulator-version-min option as an alias for -mios-version-min.
Bob Wilson
- r219551 - clang-cl: Don't warn for unused private fields when encountering a late parsed template member
Ehsan Akhgari
- r219552 - [modules] When instantiating a class member, don't expect to find the previous
Richard Smith
- r219557 - [complex] Teach Clang to preserve different-type operands to arithmetic
Chandler Carruth
- r219561 - Fix deserialization of PredefinedExpr in dependent context.
Alexey Bataev
- r219561 - Fix deserialization of PredefinedExpr in dependent context.
David Blaikie
- r219561 - Fix deserialization of PredefinedExpr in dependent context.
Bataev, Alexey
- r219561 - Fix deserialization of PredefinedExpr in dependent context.
David Blaikie
- r219561 - Fix deserialization of PredefinedExpr in dependent context.
Bataev, Alexey
- r219564 - clang-format: [ObjC] Wrap ObjC method declarations before annotations.
Daniel Jasper
- r219565 - [complex] Use the much more powerful EmitCall routine to call libcalls
Chandler Carruth
- r219569 - Fix typo in ARM reserved-r9 test case
Renato Golin
- r219570 - [complex] Teach the other two binary operators on complex numbers (==
Chandler Carruth
- r219571 - Suppress a warning about an unused variable in NDEBUG builds.
Chandler Carruth
- r219580 - clang/test/Driver: Some tests don't REQUIRE asserts any more. Remove them.
NAKAMURA Takumi
- r219582 - CodeGen: Strip qualifiers from qualified array types in catches
David Majnemer
- r219589 - Allow constant expressions in pragma loop hints.
Tyler Nowicki
- r219590 - Fixed a problem in r19589.
Tyler Nowicki
- r219590 - Fixed a problem in r19589.
Richard Smith
- r219591 - [Modules] Make header standalone. NFC.
Benjamin Kramer
- r219594 - PredefinedExpr deserialization test in dependent context.
Alexey Bataev
- r219597 - [OPENMP] Codegen for 'if' clause in 'parallel' directive.
Alexey Bataev
- r219598 - Fix test OpenMP/parallel_if_codegen.cpp.
Alexey Bataev
Last message date:
Sun Oct 12 23:25:35 PDT 2014
Archived on: Tue Aug 4 15:31:53 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).