The Week Of Monday 6 October 2014 Archives by thread
Starting: Mon Oct 6 00:23:08 PDT 2014
Ending: Sun Oct 12 23:25:35 PDT 2014
Messages: 385
- r219101 - DebugInfo: Don't include implicit special members in the list of class members
Eric Christopher
- Fwd: [PATCH] libclang plugin patch
Stefan Kemnitz
- [PATCH] libclang plugin patch
Manuel Klimek
- [PATCH] Fix bug in DynTypedMatcher::constructVariadic() that would cause false negatives.
Manuel Klimek
- [PATCH] [clang-tidy] Add support for boolean check options.
Manuel Klimek
- [PATCH] [clang] Optimized ASTNodeKind::isBaseOf
Manuel Klimek
- [PATCH] Inverse post-order traversal for LiveVariables analysis, to recover the performance after r214064
Artyom Skrobov
- 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
- [PATCH] Turn on integrated-as for ppc64
Bill Schmidt
- 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
- 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
- [PATCH] Add [some] template argument-extraction calls to libclang & cindex
Eli Bendersky
- [PATCH] Emit diagnostic for -munaligned-access on v6m
Charlie Turner
- r219124 - Patch to wrap up '_' as separator in version numbers
Fariborz Jahanian
- r219129 - Turn on the integrated assembler by default for ppc64 and
Eric Christopher
- 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
- [PATCH] Added function to retrieve storage class in libclang.
guibufolo+llvm at gmail.com
- [libcxx] r219140 - Fix win32 support header for mingw32.
Dan Albert
- [PATCH] Modernize the TableGen code by using C++11 range-based for loops
Ehsan Akhgari
- r219153 - Update title of the ReleaseNodes doc.
Eli Bendersky
- [PATCH v4 5/8] Start adding the infrastructure for handling TypoExprs.
Kaelyn Takata
- LLVM buildmaster will be restarted today after 6 PM Pacific time
Galina Kistanova
- r219173 - Objective-C SDK modernizer. Patch to support modernization
Fariborz Jahanian
- r219174 - driver: Map closed standard file descriptors to /dev/null
David Majnemer
- [PATCH] [RFC] Sanitize upcasts and conversion to virtual base
Alexey Samsonov
- [PATCH] Disallow using function parameters in extended asm inputs or outputs in naked functions (PR21178)
Hans Wennborg
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Alexey Bataev
- [Patch] Fix clang-rename Unit Test
Xin Hwang
- r219195 - [OPENMP] Small refactoring of EmitOMPSimdLoop helper routine.
Alexander Musman
- r219197 - [OPENMP] 'omp teams' directive basic support.
Alexey Bataev
- [PATCH] Warn on suspicious use of absolute value function
Jay Foad
- [Patch] [libc++] Don't use <sys/time.h>/gettimeofday() when possible
Ed Schouten
- [PATCH] Add documentation for comments disabling/enabling formatting in code (// clang-format off).
Marek Kurdej
- r219204 - clang-format: Add documentation about disabling formatting.
Daniel Jasper
- [PATCH] [clang-tidy] Update doc: ClangTidyCheck is no more DefaultConstructible.
Marek Kurdej
- [PATCH] [OPENMP] Codegen for 'firstprivate' clause in 'parallel' directive
hfinkel at anl.gov
- [PATCH] [OPENMP] Codegen for 'private' clause in 'parallel' directive
hfinkel at anl.gov
- r219206 - Allow dllexport alias to base destructors.
Rafael Espindola
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Rafael Espíndola
- [PATCH] [OPENMP] Codegen for threadprivate variables
hfinkel at anl.gov
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Rafael Espíndola
- [PATCH] [OPENMP] Codegen for 'num_threads' clause in 'parallel' directive
hfinkel at anl.gov
- [PATCH] Improved capturing variable-length array types in CapturedStmt.
hfinkel at anl.gov
- r219209 - clang-format: Fix bug with comments between non-trival parameters.
Daniel Jasper
- r219211 - Emit diagnostic for -munaligned-access on v6m
Jonathan Roelofs
- [PATCH] [bug21156] Partial specialization after implicit/explicit instantiation of class template.
David Blaikie
- [clang-tools-extra] r219212 - Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.
Manuel Klimek
- Heads-up: object size threshold for lifetime markers insertion will go away
Arnaud A. de Grandmaison
- [libclc] r219217 - Add AMD OpenCL builtins
Tom Stellard
- r219222 - PR21180: Lambda closure types are neither aggregates nor literal types.
Richard Smith
- r219225 - Objective-C SDK modernization. When modernizing to
Fariborz Jahanian
- [libclc] r219230 - Implement log1p builtin
Tom Stellard
- [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] [analyzer][Bugfix/improvement] Fix for PR16833
Jordan Rose
- [PATCH v4 8/8] Wire up LookupMemberExpr to use the new TypoExpr.
Kaelyn Takata
- [PATCH] Fix IRGen for referencing a static local before emitting its decl
Reid Kleckner
- [PATCH] Promote NPCs used as arguments to variadic functions
Reid Kleckner
- r219258 - Avoid code duplication by calling setAliasAttributes in EmitAliasDefinition.
Rafael Espindola
- [PATCH] Initial SEH IR generation implementation
Reid Kleckner
- [PATCH] ms-inline-asm: Correctly mark MS inline ASM labels as used
Reid Kleckner
- [PATCH] Diagnose jumping from one MS inline assembly block to another.
Reid Kleckner
- [PATCH] Emit lifetime start/end for unnamed objects --- take 3
Reid Kleckner
- [PATCH] MS ABI: Downgrade inheritance model mismatches to a warning sometimes
Reid Kleckner
- [PATCH] [analyzer] [proposal] Fix for PR20653
Jordan Rose
- [PATCH] Replace a destructor of EHCleanupScope with a Destroy() method to reflect the current usage.
Kostya Serebryany
- [PATCH] Make analyzer check all argument for nonnull attribute
Jordan Rose
- 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
- [PATCH] Separated RecursiveASTVisitorTest into multiple files to prevent the necessity of using /bigobj on MSVC.
Manuel Klimek
- r219309 - Fix test OpenMP/parallel_firstprivate_codegen.cpp
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'if' clause
hfinkel at anl.gov
- r219315 - Fixed OpenMP/parallel_firstprivate_codegen.cpp
Alexey Bataev
- [PATCH] Special case 0 and 1 matcher in makeAllOfComposite().
Samuel Benzaquen
- 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
- [PATCH] Add experimental clang/driver flag -fsanitize-address-field-padding=N
Kostya Serebryany
- [PATCH] Insert poisoned paddings between fields in C++ classes.
Kostya Serebryany
- [PATCH] Handle use of default member initializers before end of outermost class
Reid Kleckner
- [PATCH] Teach the analyzer about multi-dimensional VLAs
Jordan Rose
- [PATCH] Diagnose the usage of an MS inline assembly label not defined in the same assembly block
Ehsan Akhgari
- r219385 - [OPENMP] 'omp teams' directive basic support.
Alexey Bataev
- [PATCH] [clang] PR21195: Emit .gcno files to the proper location.
Dan Albert
- r219393 - Fix for bug http://llvm.org/PR17427.
Alexey Bataev
- r219400 - clang-format: Add option to control call argument bin-packing separately
Daniel Jasper
- [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...
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
- r219405 - Fix compatibility issues in tests for PredefinedExpr with MSVC.
Alexey Bataev
- [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
- r219407 - Escaping a special character in the documentation.
Aaron Ballman
- r219408 - Implement various matchers around template argument handling.
Manuel Klimek
- [clang-tools-extra] r219409 - Small cleanups from review comments.
Manuel Klimek
- [Patch] Use comdats for linkonce_odr constructors/destructors
Rafael Espíndola
- 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
- r219431 - Special case 0 and 1 matcher in makeAllOfComposite().
Samuel Benzaquen
- [PATCH] [libcxx] Fix SFINAE in <cmath>
Agustín Bergé
- [PATCH] Fix completion logic to allow for heterogeneous argument types in matcher overloads.
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
- [PATCH] clang-cl: Don't warn for unused private fields when encountering a late parsed template member
Ehsan Akhgari
- 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
- r218865 - Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Nick Lewycky
- r219472 - XFAIL coverage -no-integrated-as tests for msvc.
Dan Albert
- [PATCH] [AArch64] Add workaround for Cortex-A53 erratum (835769)
Bradley Smith
- 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
- [PATCH] Add support for Cortex-A17
Matthew Wahab
- 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
- r218925 - Patch to warn if 'override' is missing
jahanian
- 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
- 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
- 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
- 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
- [PATCH] Fix typo in test case
Charlie Turner
- 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
- [PATCH] [libcxx] Add <experimental/type_traits> for LFTS
Eric Fiselier
- [PATCH] Fix assertion failure on DeferredDeclsToEmit.
Logan Chien
- [PATCH] specify dwarf version for Solaris
Alexander Eremin
- 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
- [PATCH] Partial specialization after class template instantiation.
Anton Bikineev
- r219589 - Allow constant expressions in pragma loop hints.
Tyler Nowicki
- r219590 - Fixed a problem in r19589.
Tyler Nowicki
- 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).