The Week Of Monday 6 July 2015 Archives by date
Starting: Mon Jul 6 00:40:11 PDT 2015
Ending: Sun Jul 12 23:07:59 PDT 2015
Messages: 599
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- [PATCH] D10634: Loss of Sign Checker
Soumitra Chatterjee
- Enable ReparseWithModule only if threads
Yaron Keren
- r241433 - Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
- [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
- [PATCH] replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
- [PATCH] D10892: warning when inner condition is identical
Daniel Marjamäki
- [PATCH] D10892: warning when inner condition is identical
Daniel Marjamäki
- r241439 - clang-format: Fix __attribute__ being treated as decl name.
Daniel Jasper
- [PATCH] D10373: clang-format: Fix __attribute__ being treated as decl name.
Daniel Jasper
- [PATCH] Disabling of "redefine_extname" pragma for C++ code
Aaron Ballman
- [PATCH] D10634: Loss of Sign Checker
Daniel Marjamäki
- [PATCH] [OPENMP] Initial support for '#pragma omp declare simd' directive.
Aaron Ballman
- r241444 - clang-format: [JS] Prevent confusing TypeScript parameters wraps.
Daniel Jasper
- r241446 - clang-format: [JS] Properly reset parse state after parsing interface.
Daniel Jasper
- [PATCH] D10700: Driver: Add AMDGPU toolchain
Tom Stellard
- [PATCH] D10700: Driver: Add AMDGPU toolchain
Douglas Katzman
- [PATCH] D9126: PR23175 (unit test) - Infinite loop iterating Objective-C method declarations in categories when the AST was deserialized from an .ast file
Tom Honermann
- [PATCH] D10729: Make locale code compile on CloudABI.
Ed Schouten
- [PATCH] D10690: Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().
Ed Schouten
- [PATCH] D9126: PR23175 (unit test) - Infinite loop iterating Objective-C method declarations in categories when the AST was deserialized from an .ast file
Manuel Klimek
- [PATCH] D10729: Make locale code compile on CloudABI.
Jonathan Roelofs
- r241451 - Grammar bug. NFC
Douglas Katzman
- [PATCH] D10690: Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().
Jonathan Roelofs
- [libcxx] r241454 - Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().
Ed Schouten
- [libcxx] r241455 - Make locale code compile on CloudABI.
Ed Schouten
- [PATCH] D10963: Implement LWG#2063: "Contradictory requirements for string move assignment"
Marshall Clow
- [PATCH] D10949: A step towards getting libclang tests working on Windows
Doug Gregor
- [PATCH] D10949: A step towards getting libclang tests working on Windows
Reid Kleckner
- r241467 - Resubmit "Pass down the -flto option to the -cc1 job" (r239481)
Teresa Johnson
- [PATCH] D10907: [CodeGen] Correctly handle base classes which are passed in memory
Reid Kleckner
- r241471 - Update testcase to reflect new behavior in DIBuilder.
Adrian Prantl
- r239579 - Add support for the the target attribute.
Justin Bogner
- r239579 - Add support for the the target attribute.
Aaron Ballman
- r241478 - [Sema] Warn when shifting a negative value.
Davide Italiano
- r241467 - Resubmit "Pass down the -flto option to the -cc1 job" (r239481)
David Blaikie
- [PATCH] D10938: [Sema] Warn when shifting a negative value
Davide Italiano
- [PATCH] D10949: A step towards getting libclang tests working on Windows
Yaron Keren
- r241467 - Resubmit "Pass down the -flto option to the -cc1 job" (r239481)
Teresa Johnson
- [PATCH] replace some const std::string & with llvm::StringRef or std::string
Eugene Kosov
- r241485 - Support -pthread in mingw toolchain.
Yaron Keren
- [libcxx] r241491 - Mark LWG#2420 as complete. Eric did this in r228705.
Marshall Clow
- [PATCH] D10739: [MIPS] Add support for direct-to-nacl in Clang
Petar Jovanovic
- [PATCH] D10935: [Sema] Don't emit "pure virtual" warning for fully qualified calls.
Davide Italiano
- [libcxx] r241492 - Automatically detect and use clang verify in failure tests.
Eric Fiselier
- [libcxx] r241498 - Creating release candidate final from release_362 branch
Tom Stellard
- [libcxxabi] r241499 - Creating release candidate final from release_362 branch
Tom Stellard
- [PATCH] D10935: [Sema] Don't emit "pure virtual" warning for fully qualified calls.
Nico Weber
- [PATCH] D10935: [Sema] Don't emit "pure virtual" warning for fully qualified calls.
Richard Smith
- [PATCH] D10669: Part 1 of N4279 - "Improved insertion interface for unique-key maps"
Eric Fiselier
- [PATCH] D10972: Add missing builtins to altivec.h for ABI compliance (vol. 3)
Nemanja Ivanovic
- r241511 - Debug info: Don't emit a bogus location for the global block pointer type
Adrian Prantl
- [PATCH] D10406: [libcxx] Add atomic_support.h header to src that handles needed atomic operations.
Eric Fiselier
- r241428 - PR24030, PR24033: Consistently check whether a new declaration conflicts with
Sean Silva
- [PATCH] D10272: Fix alignment issues in Clang.
Reid Kleckner
- r241518 - Refactor to avoid long if-condition.
Richard Smith
- r241428 - PR24030, PR24033: Consistently check whether a new declaration conflicts with
Richard Smith
- [PATCH] D10272: Fix alignment issues in Clang.
James Y Knight
- [PATCH] D8802: [libc++] Fix PR22606 - Leak pthread_key with static storage duration to ensure all of thread-local destructors are called.
Eric Fiselier
- r241478 - [Sema] Warn when shifting a negative value.
Rafael Espíndola
- r241524 - Add some basic documentation for the __attribute__((target(""))) support.
Eric Christopher
- r241525 - Handle arbitrary whitespace in the target attribute support.
Eric Christopher
- r241526 - Update target attribute support for post-commit feedback.
Eric Christopher
- r241524 - Add some basic documentation for the __attribute__((target(""))) support.
Aaron Ballman
- r241525 - Handle arbitrary whitespace in the target attribute support.
Aaron Ballman
- r241526 - Update target attribute support for post-commit feedback.
Aaron Ballman
- r239579 - Add support for the the target attribute.
Eric Christopher
- r241528 - [Driver] Use llvm::Triple methods to handle -EL and -EB.
Benjamin Kramer
- [PATCH] D10272: Fix alignment issues in Clang.
Reid Kleckner
- r241529 - Remember to mark the target attribute as documented and clean up the
Eric Christopher
- r241526 - Update target attribute support for post-commit feedback.
Eric Christopher
- r241524 - Add some basic documentation for the __attribute__((target(""))) support.
Eric Christopher
- [PATCH] D10406: [libcxx] Add atomic_support.h header to src that handles needed atomic operations.
Eric Fiselier
- [PATCH] D10406: [libcxx] Add atomic_support.h header to src that handles needed atomic operations.
Marshall Clow
- [libcxx] r241532 - [libcxx] Add atomic_support.h header to src that handles needed atomic operations.
Eric Fiselier
- r241533 - Revert "Revert 241171, 241187, 241199 (32-bit SEH)."
Reid Kleckner
- r241478 - [Sema] Warn when shifting a negative value.
Davide Italiano
- r241534 - Debug info: Emit distinct __block_literal_generic types for blocks with
Adrian Prantl
- [PATCH] D10669: Part 1 of N4279 - "Improved insertion interface for unique-key maps"
Marshall Clow
- [libcxx] r241539 - Implement N4279 and LWG#2664 for <map>. Reviewed as http://reviews.llvm.org/D10669
Marshall Clow
- [PATCH] D10669: Part 1 of N4279 - "Improved insertion interface for unique-key maps"
Marshall Clow
- r241541 - Parsing, semantic analysis, and AST for Objective-C type parameters.
Douglas Gregor
- r241542 - Handle Objective-C type arguments.
Douglas Gregor
- r241543 - Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
- r241544 - Improve the Objective-C common-type computation used by the ternary operator.
Douglas Gregor
- r241545 - C++ support for Objective-C lightweight generics.
Douglas Gregor
- r241546 - Warn when an Objective-C collection literal element is converted to an incompatible type.
Douglas Gregor
- r241547 - Warn when an intended Objective-C specialization was actually a useless protocol qualification.
Douglas Gregor
- r241548 - Implement the Objective-C __kindof type qualifier.
Douglas Gregor
- r241549 - Implement variance for Objective-C type parameters.
Douglas Gregor
- r241550 - Factor the simpleTransform() visitor so that it is not a local class.
Douglas Gregor
- r241551 - Use llvm::alignOf rather than alignof()
Douglas Gregor
- r241550 - Factor the simpleTransform() visitor so that it is not a local class.
Sean Silva
- r241554 - Fix alignment check for ObjCObjectTypeLoc.
Douglas Gregor
- [PATCH] D10739: [MIPS] Add support for direct-to-nacl in Clang
Derek Schuff
- [PATCH] D10739: [MIPS] Add support for direct-to-nacl in Clang
Derek Schuff
- [libcxx] r241555 - The rest of N4279 and LWG#2464 - for unordered_map
Marshall Clow
- [PATCH] D9414: [ARM] Save option "arm-long-calls" to the IR as a function attribute
Akira Hatanaka
- [PATCH] D9414: [ARM] Save option "arm-long-calls" to the IR as a function attribute
Akira Hatanaka
- r241556 - The AST importer had a bug where it would enter into an infinite recursion
Douglas Gregor
- r241557 - [libclang] Replace ObjC generic parameters in code-completion results.
Douglas Gregor
- r241558 - [libclang] Fix code-completion of block parameters that are marked with nullability specifier.
Douglas Gregor
- r241559 - [libclang] Replace ObjC generic parameters when code-completing method implementations.
Douglas Gregor
- r241560 - [libclang] When inferring nonnull use the contextual keyword for the code-completion results,
Douglas Gregor
- r241561 - [libclang] Implement proper code-completion in an ObjC type parameter position.
Douglas Gregor
- r241562 - [AST] Add a comment for ObjCMethodDecl::getSendResultType() function.
Douglas Gregor
- r241563 - s/__nonnull/_Nonnull in a test for Objective-C __kindof.
Douglas Gregor
- r241564 - Don't rely on the use of non-POD types within unions.
Douglas Gregor
- [PATCH] D10834: Added functions to retrieve information about variable storage in libclang and its python bindings.
guibufolo+llvm at gmail.com
- [PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
guibufolo+llvm at gmail.com
- r241565 - [ARM] Pass subtarget feature "+long-calls" instead of passing backend option
Akira Hatanaka
- [PATCH] D9414: [ARM] Save option "arm-long-calls" to the IR as a function attribute
Akira Hatanaka
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- [PATCH] D10732: [OPENMP 4.0] Initial support for array sections.
Alexey Bataev
- r241568 - Add a comment to explain how the decision to pass feature "+long-calls" is made.
Akira Hatanaka
- [PATCH] D5611: libclang plugin patch
Stefan Kemnitz
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- [PATCH] D5611: libclang plugin patch
Manuel Klimek
- r241564 - Don't rely on the use of non-POD types within unions.
Yaron Keren
- r241564 - Don't rely on the use of non-POD types within unions.
Yaron Keren
- [PATCH] D10476: Additional fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Andrey Bokhanko
- [PATCH] [OPENMP] Initial support for '#pragma omp declare simd' directive.
Bataev, Alexey
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev
- [PATCH] D10989: [EH] Fix for clang bug 24005 - no cleanup for array of memcpy-able objects in struct
Denis Zobnin
- [PATCH] D10990: Fix for clang memcpyizer bugs 23911 and 23924
Denis Zobnin
- [PATCH] [OPENMP] Initial support for '#pragma omp declare simd' directive.
Aaron Ballman
- [PATCH] [OPENMP] Initial support for '#pragma omp declare simd' directive.
Hal Finkel
- [PATCH] [OPENMP] Initial support for '#pragma omp declare simd' directive.
Aaron Ballman
- [PATCH] [OPENMP] Initial support for '#pragma omp declare simd' directive.
Hal Finkel
- [PATCH] [OPENMP] Initial support for '#pragma omp declare simd' directive.
Bataev, Alexey
- r241577 - Changing a use of alignof() into llvm::alignOf() for MSVC compatibility. This requires changing a static_assert into an assert, too.
Aaron Ballman
- [PATCH] [OPENMP] Initial support for '#pragma omp declare simd' directive.
Bataev, Alexey
- r241578 - Appease MSVC 2013, which was complaining about a syntax error with an unexpected close curly brace. For some reason, the range-based for loop requires curly braces to compile in MSVC.
Aaron Ballman
- [PATCH] [OPENMP] Initial support for '#pragma omp declare simd' directive.
Hal Finkel
- [PATCH] [OPENMP] Initial support for '#pragma omp declare simd' directive.
Aaron Ballman
- r241578 - Appease MSVC 2013, which was complaining about a syntax error with an unexpected close curly brace. For some reason, the range-based for loop requires curly braces to compile in MSVC.
Yaron Keren
- r241579 - Appease MSVC 2013 a few more times, which was complaining about a syntax error with an unexpected close curly brace. For some reason, the range-based for loop requires curly braces to compile in MSVC.
Aaron Ballman
- [PATCH] D10700: Driver: Add AMDGPU toolchain
Tom Stellard
- [PATCH] D10700: Driver: Add AMDGPU toolchain
Tom Stellard
- r241580 - Silence a -Wunused-variable warning; NFC.
Aaron Ballman
- r241581 - Silence a -Wcast-qual warning; NFC.
Aaron Ballman
- r241582 - Silence -Wparentheses warnings (and ran it through clang-format); NFC.
Aaron Ballman
- r241583 - clang-format: Don't wrap before the ] of a lambda introducer.
Daniel Jasper
- r241564 - Don't rely on the use of non-POD types within unions.
Ed Maste
- r241579 - Appease MSVC 2013 a few more times, which was complaining about a syntax error with an unexpected close curly brace. For some reason, the range-based for loop requires curly braces to compile in MSVC.
Sebastian Redl
- r241579 - Appease MSVC 2013 a few more times, which was complaining about a syntax error with an unexpected close curly brace. For some reason, the range-based for loop requires curly braces to compile in MSVC.
Aaron Ballman
- [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
- [PATCH] Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
- r241594 - Fix first line comment format, NFC.
Yaron Keren
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- [PATCH] D10997: [libcxx] LWG2420 bits for bind<void>
Agustín Bergé
- [PATCH] Disabling of "redefine_extname" pragma for C++ code
Aaron Ballman
- r241598 - Don't put anonymous structs within anonymous unions.
Douglas Gregor
- [PATCH] D10998: Refactor the POCXX allocator-handling into some common routines, and try them out in vector
Marshall Clow
- r241564 - Don't rely on the use of non-POD types within unions.
Douglas Gregor
- r241564 - Don't rely on the use of non-POD types within unions.
Douglas Gregor
- r241601 - clang-format: Break after "for (" less eagerly.
Daniel Jasper
- [PATCH] D10908: [CodeGen] Don't crash classifying a union of an AVX vector and an int
John McCall
- [PATCH] D10989: [EH] Fix for clang bug 24005 - no cleanup for array of memcpy-able objects in struct
John McCall
- r241577 - Changing a use of alignof() into llvm::alignOf() for MSVC compatibility. This requires changing a static_assert into an assert, too.
Richard Smith
- r241564 - Don't rely on the use of non-POD types within unions.
Yaron Keren
- [PATCH] D11001: Add support for System z vector language extensions
Ulrich Weigand
- [PATCH] D10990: Fix for clang memcpyizer bugs 23911 and 23924
John McCall
- r241604 - Use AlignOf instead of alignOf so that this can go back to being a static_assert. Amends r241577.
Aaron Ballman
- r241577 - Changing a use of alignof() into llvm::alignOf() for MSVC compatibility. This requires changing a static_assert into an assert, too.
Aaron Ballman
- Fwd: [PATCH] D11006: Classes inside lambdas are local not nested.
Serge Pavlov
- [PATCH] D10476: Additional fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Eric Christopher
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Diego Novillo
- [PATCH] D9509: [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Eric Christopher
- [PATCH] D11006: Classes inside lambdas are local not nested.
David Majnemer
- [PATCH] D11006: Classes inside lambdas are local not nested.
Serge Pavlov
- [PATCH] D11006: Classes inside lambdas are local not nested.
Richard Smith
- [PATCH] D10765: [OPENMP] Parsing and sema support for #pragma omp target data" directive.
Kelvin Li
- r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
- [PATCH] D10838: Fix invalid shufflevector operands
John McCall
- [PATCH] D9509: [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Artem Belevich
- [PATCH] D10998: Refactor the POCXX allocator-handling into some common routines, and try them out in vector
Eric Fiselier
- [PATCH] D8147: shared_ptr : atomic ref-counts (TSan)
Eric Fiselier
- r241623 - Update testcases that use precompiled headers to require a target after
Adrian Prantl
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Richard Smith
- [PATCH] D10857: Update documentation for unroll pragmas on loops with runtime trip counts
Mark Heffernan
- [PATCH] D10997: [libcxx] LWG2420 bits for bind<void>
Eric Fiselier
- [PATCH] D9509: [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Eric Christopher
- [PATCH] D10998: Refactor the POCXX allocator-handling into some common routines, and try them out in vector
Marshall Clow
- r241626 - Underscores in constructor arguments are so passe.
Eric Christopher
- [PATCH] D11001: Add support for System z vector language extensions
Richard Smith
- r241620 - Wrap clang modules and pch files in an object file container.
Benjamin Kramer
- r241627 - Add LLVM backend dependencies to clang-check also in cmake.
Adrian Prantl
- r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
- r241630 - Add target requirements to testcases that emit PCH.
Adrian Prantl
- r241634 - Update clang for intrinsic rename of framerecover to localrecover
Reid Kleckner
- r241635 - Cleanup: Use the C++ API to initialize the backend.
Adrian Prantl
- r241636 - Fix a linker issue with clang-check on Linux.
Adrian Prantl
- [PATCH] D10997: [libcxx] LWG2420 bits for bind<void>
Agustín Bergé
- [PATCH] D10838: Fix invalid shufflevector operands
Moritz Pflanzer
- [PATCH] D10838: Fix invalid shufflevector operands
Moritz Pflanzer
- [PATCH] D11016: Fix CMake build after 241620.
Siva Chandra
- [LLVMdev] Inline hint for methods defined in-class
Easwaran Raman
- r241642 - Revert r241620 and follow-up commits while investigating linux buildbot failures.
Adrian Prantl
- r241644 - [SEH] Switch from frameaddress(0) to localaddress
Reid Kleckner
- [PATCH] D11016: Fix CMake build after 241620.
Adrian Prantl
- [PATCH] D11016: Fix CMake build after 241620.
Siva Chandra
- [PATCH] D10838: Fix invalid shufflevector operands
John McCall
- [PATCH] D11016: Fix CMake build after 241620.
Adrian Prantl
- [PATCH] D10739: [MIPS] Add support for direct-to-nacl in Clang
Petar Jovanovic
- [PATCH] D11020: [Driver] print-multi-os-directory is unsupported
Davide Italiano
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Justin Bogner
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Justin Bogner
- r241653 - Revert "Revert r241620 and follow-up commits" and move the initialization
Adrian Prantl
- [LLVMdev] Inline hint for methods defined in-class
Chandler Carruth
- r241656 - Change the expectation for test/Tooling/ms-asm-no-target.cpp since
Adrian Prantl
- [PATCH] D10997: [libcxx] LWG2420 bits for bind<void>
Eric Fiselier
- r241660 - [CMake] Fill up required libs, corresponding to r241653.
NAKAMURA Takumi
- r241661 - [CMake] Reorder libdeps. NFC.
NAKAMURA Takumi
- [PATCH] D10997: [libcxx] LWG2420 bits for bind<void>
Agustín Bergé
- r241662 - [modules] When determining the visible module set during template
Richard Smith
- r241664 - SemaDeclObjC.cpp: Escape \@ in comment lines. [-Wdocumentation]
NAKAMURA Takumi
- [PATCH] D11025: [ARM] Pass subtarget feature "+dont-use-movt" instead of passing backend option "-arm-use-movt"
Akira Hatanaka
- [PATCH] D10634: Loss of Sign Checker
Soumitra Chatterjee
- [PATCH] D10423: [modules] PR20507: Avoid silent textual inclusion.
Sean Silva
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev
- r241666 - [CodeGen] Don't crash classifying a union of an AVX vector and an int
David Majnemer
- [PATCH] D10908: [CodeGen] Don't crash classifying a union of an AVX vector and an int
David Majnemer
- r241667 - [CodeGen] Correctly handle base classes which are passed in memory
David Majnemer
- [PATCH] D10907: [CodeGen] Correctly handle base classes which are passed in memory
David Majnemer
- [PATCH] D10765: [OPENMP] Parsing and sema support for #pragma omp target data" directive.
Alexey Bataev
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Nathan Wilson
- [LLVMdev] Inline hint for methods defined in-class
Xinliang David Li
- r241668 - Revert "parser: wordsmith diagnostic message" and "parser: diagnose empty attribute blocks"
David Majnemer
- r241670 - [EH] Fix for clang bug 24005 - no cleanup for array of memcpy-able objects in struct (patch by Denis Zobnin)
Alexey Bataev
- [PATCH] D10989: [EH] Fix for clang bug 24005 - no cleanup for array of memcpy-able objects in struct
Alexey Bataev
- [PATCH] D11006: Classes inside lambdas are local not nested.
Serge Pavlov
- [PATCH] D11006: Classes inside lambdas are local not nested.
Serge Pavlov
- [PATCH] D11030: Driver: enable support for -fsanitize=cfi on Windows.
Peter Collingbourne
- [PATCH] D10838: Fix invalid shufflevector operands
Moritz Pflanzer
- r241653 - Revert "Revert r241620 and follow-up commits" and move the initialization
Manuel Klimek
- r241668 - Revert "parser: wordsmith diagnostic message" and "parser: diagnose empty attribute blocks"
Aaron Ballman
- [PATCH] D11001: Add support for System z vector language extensions
Ulrich Weigand
- [PATCH] D11001: Add support for System z vector language extensions
Ulrich Weigand
- r241678 - [MIPS] Add support for direct-to-nacl in Clang
Petar Jovanovic
- [PATCH] D10739: [MIPS] Add support for direct-to-nacl in Clang
Petar Jovanovic
- [PATCH] D11033: Respect alignment when loading up a coerced function argument
Ulrich Weigand
- [PATCH] D11034: Respect alignment of nested bitfields
Ulrich Weigand
- [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
- [PATCH] Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
- r241680 - [CMake] clang-check: Prune redundant libdeps introduced in r241653.
NAKAMURA Takumi
- [PATCH] D11020: [Driver] print-multi-os-directory is unsupported
Jonathan Roelofs
- r241636 - Fix a linker issue with clang-check on Linux.
Rafael Espíndola
- [PATCH] D10893: [X86][AVX512VL-BW] Add more intrinsics support
Asaf Badouh
- [PATCH] D10892: warning when inner condition is identical
Daniel Marjamäki
- [PATCH] D11035: trivial patch, improve constness
Daniel Marjamäki
- r241653 - Revert "Revert r241620 and follow-up commits" and move the initialization
Adrian Prantl
- r241684 - Revert "Fix a linker issue with clang-check on Linux."
Adrian Prantl
- r241636 - Fix a linker issue with clang-check on Linux.
Adrian Prantl
- r241653 - Revert "Revert r241620 and follow-up commits" and move the initialization
Manuel Klimek
- r241653 - Revert "Revert r241620 and follow-up commits" and move the initialization
Adrian Prantl
- r241653 - Revert "Revert r241620 and follow-up commits" and move the initialization
Manuel Klimek
- r241653 - Revert "Revert r241620 and follow-up commits" and move the initialization
Daniel Jasper
- r241653 - Revert "Revert r241620 and follow-up commits" and move the initialization
Adrian Prantl
- [PATCH] D10452: Fix for bug 22941, [asm inline] integer template parameter ...
Sunil Srivastava
- [PATCH] D9509: [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Douglas Katzman
- r241551 - Use llvm::alignOf rather than alignof()
Richard Smith
- [PATCH] D10452: Fix for bug 22941, [asm inline] integer template parameter ...
David Majnemer
- r241690 - Update PCHInternals.rst to document PCH wrapped in object file containers.
Adrian Prantl
- [PATCH] D10609: Mostly standardize on "MumbleToolChain" as the ToolChain subclass name. NFC
Douglas Katzman
- [PATCH] D9509: [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Artem Belevich
- [PATCH] D9509: [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Artem Belevich
- [PATCH] D10677: Allow deque to handle incomplete types
Evgeniy Stepanov
- r241653 - Revert "Revert r241620 and follow-up commits" and move the initialization
Adrian Prantl
- r241704 - [SEH] Re-enable SEH on x86 Windows after r241699
Reid Kleckner
- r241705 - AST: Avoid reading an unitialized value
Justin Bogner
- r241542 - Handle Objective-C type arguments.
Justin Bogner
- r241705 - AST: Avoid reading an unitialized value
Aaron Ballman
- r241706 - [Static Analyzer] Make the paths relative from the project root when generating reference results in the test suite.
Gabor Horvath
- [PATCH] D10423: [modules] PR20507: Avoid silent textual inclusion.
Ben Langmuir
- [PATCH] Disabling of "redefine_extname" pragma for C++ code
Aaron Ballman
- r241708 - [Driver] print-multi-os-directory is unsupported.
Davide Italiano
- [PATCH] D11020: [Driver] print-multi-os-directory is unsupported
Davide Italiano
- r241711 - Remove unused diagnostics. NFC.
Benjamin Kramer
- [PATCH] D10972: Add missing builtins to altivec.h for ABI compliance (vol. 3)
Bill Schmidt
- [PATCH] [modules] PR20507: Avoid silent textual inclusion.
Ben Langmuir
- r241705 - AST: Avoid reading an unitialized value
Justin Bogner
- [PATCH] D11035: trivial patch, improve constness
Meador Inge
- [PATCH] D11030: Driver: enable support for -fsanitize=cfi on Windows.
Alexey Samsonov
- [PATCH] D10423: [modules] PR20507: Avoid silent textual inclusion.
Ben Langmuir
- [PATCH] D10838: Fix invalid shufflevector operands
John McCall
- [LLVMdev] Inline hint for methods defined in-class
Hal Finkel
- r241705 - AST: Avoid reading an unitialized value
Aaron Ballman
- [PATCH] D11016: Fix CMake build after 241620.
Siva Chandra
- r241722 - Fix the spelling of Objective-C.
Adrian Prantl
- r241723 - Cleanup the doxygen comments in CGDebugInfo.h according to the coding
Adrian Prantl
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Aaron Ballman
- [LLVMdev] Inline hint for methods defined in-class
Xinliang David Li
- [clang-tools-extra] r241724 - Fixed erroneous comment.
John Thompson
- [PATCH] D10423: [modules] PR20507: Avoid silent textual inclusion.
Richard Smith
- [clang-tools-extra] r241726 - Fixed erroneous comments.
John Thompson
- r241728 - Driver: enable support for -fsanitize=cfi on Windows.
Peter Collingbourne
- r241729 - CodeGen: Fix off-by-one error in CFI class identification function for MS ABI.
Peter Collingbourne
- [clang-tools-extra] r241724 - Fixed erroneous comment.
Jonathan Roelofs
- [PATCH] D11030: Driver: enable support for -fsanitize=cfi on Windows.
Peter Collingbourne
- r241732 - [modules] Fix crash when writing an update record for a redeclaration of an empty namespace.
Richard Smith
- r241705 - AST: Avoid reading an unitialized value
Justin Bogner
- r241733 - Cleanup the doxygen comments in CGDebugInfo.cpp according to the coding
Adrian Prantl
- [PATCH] D10609: Mostly standardize on "MumbleToolChain" as the ToolChain subclass name. NFC
Richard Smith
- r241743 - [modules] Fix merging support for forward-declared enums with fixed underlying types. A visible declaration is enough to make the type complete, but not enough to make the definition visible.
Richard Smith
- [PATCH] Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
- [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Richard Smith
- [clang-tools-extra] r241744 - Fixed line-endings.
John Thompson
- r241748 - DeclObjC: Move computing the type of self into a separate function (NFC).
Adrian Prantl
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Diego Novillo
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Diego Novillo
- [PATCH] D11046: [libcxx] Add Atomic test helper and fix TSAN failures.
Eric Fiselier
- [libcxx] r241757 - Fix error string in test suite
Eric Fiselier
- r241542 - Handle Objective-C type arguments.
Douglas Gregor
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Diego Novillo
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Diego Novillo
- r241761 - Disable 32-bit SEH, again
Reid Kleckner
- [PATCH] D10838: Fix invalid shufflevector operands
Moritz Pflanzer
- [PATCH] D10949: A step towards getting libclang tests working on Windows
Reid Kleckner
- [PATCH] D11033: Respect alignment when loading up a coerced function argument
John McCall
- [PATCH] D11001: Add support for System z vector language extensions
Richard Smith
- [PATCH] D10857: Update documentation for unroll pragmas on loops with runtime trip counts
hfinkel at anl.gov
- [PATCH] D11034: Respect alignment of nested bitfields
John McCall
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
hfinkel at anl.gov
- r241770 - Move the definition of ~PCHContainerOperations from Basic into Frontend.
Adrian Prantl
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Justin Bogner
- [PATCH] D11048: CFI: Emit correct bit set information if RTTI is disabled under MS ABI.
Peter Collingbourne
- [PATCH] D10423: [modules] PR20507: Avoid silent textual inclusion.
Richard Smith
- [PATCH] D10423: [modules] PR20507: Avoid silent textual inclusion.
Richard Smith
- r241782 - Revert r241770 and add Basic to the dependencies of clang-check instead.
Adrian Prantl
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Bataev, Alexey
- [PATCH] D10431: PR21174 - clang only searches current working directory for precompiled include file
Nikola Smiljanić
- [PATCH] D3588: PR10405 Missing actual type (aka) in error message when using decltype as a template parameter
Nikola Smiljanić
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Hubert Tong
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Nathan Wilson
- [LLVMdev] Inline hint for methods defined in-class
Chandler Carruth
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Hubert Tong
- [LLVMdev] Inline hint for methods defined in-class
Chandler Carruth
- [LLVMdev] Inline hint for methods defined in-class
Xinliang David Li
- r241786 - Driver: Include the driver arguments in crash reports
Justin Bogner
- [LLVMdev] Inline hint for methods defined in-class
Xinliang David Li
- [PATCH] Choose right dynamic linker when hard float ABI is expressed on commandline
Khem Raj
- [PATCH] Choose right dynamic linker when hard float ABI is expressed on commandline
Khem Raj
- [PATCH] Sema: Fix some undefined behaviour when acting on redeclarations
Justin Bogner
- r241789 - Add clang_free to libclang to free memory allocated in libclang.
Yaron Keren
- [LLVMdev] Inline hint for methods defined in-class
David Chisnall
- [PATCH] D10634: Loss of Sign Checker
Daniel Marjamäki
- [PATCH] D10949: A step towards getting libclang tests working on Windows
Yaron Keren
- [PATCH] D10838: Fix invalid shufflevector operands
Moritz Pflanzer
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Nathan Wilson
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Aaron Ballman
- [PATCH] Disabling of "redefine_extname" pragma for C++ code
Aaron Ballman
- [PATCH] D11059: [OPENMP] Info in release notes about OpenMP support in clang.
Alexey Bataev
- [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
- [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Hubert Tong
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Aaron Ballman
- [PATCH] D10972: Add missing builtins to altivec.h for ABI compliance (vol. 3)
Nemanja Ivanovic
- [PATCH] D10972: Add missing builtins to altivec.h for ABI compliance (vol. 3)
Bill Schmidt
- [PATCH] D10972: Add missing builtins to altivec.h for ABI compliance (vol. 3)
Bill Schmidt
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Hubert Tong
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Aaron Ballman
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Nathan Wilson
- [PATCH] D10601: R600: Add macro defs for all supported OpenCL extensions
Tom Stellard
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Nathan Wilson
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Hubert Tong
- [PATCH] D10972: Add missing builtins to altivec.h for ABI compliance (vol. 3)
Nemanja Ivanovic
- r241811 - [CodeCompletion] Don't crash on member inits of templated constructors.
Benjamin Kramer
- r241812 - [Driver] semi-annual ubuntu version bump.
Benjamin Kramer
- [PATCH] D11001: Add support for System z vector language extensions
Ulrich Weigand
- [PATCH] D11001: Add support for System z vector language extensions
Ulrich Weigand
- [PATCH] D11048: CFI: Emit correct bit set information if RTTI is disabled under MS ABI.
Reid Kleckner
- r241811 - [CodeCompletion] Don't crash on member inits of templated constructors.
Reid Kleckner
- [LLVMdev] Inline hint for methods defined in-class
Xinliang David Li
- [PATCH] D11033: Respect alignment when loading up a coerced function argument
Ulrich Weigand
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Diego Novillo
- [LLVMdev] Inline hint for methods defined in-class
Easwaran Raman
- [LLVMdev] Inline hint for methods defined in-class
Hal Finkel
- [PATCH] D11034: Respect alignment of nested bitfields
Ulrich Weigand
- [PATCH] D11034: Respect alignment of nested bitfields
Ulrich Weigand
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Justin Bogner
- r241825 - Add GCC-compatible flags -fprofile-generate and -fprofile-use.
Diego Novillo
- [LLVMdev] Inline hint for methods defined in-class
Hal Finkel
- [PATCH] D10972: Add missing builtins to altivec.h for ABI compliance (vol. 3)
Bill Schmidt
- [PATCH] D11069: Allow any comment to be a trailing comment when -fparse-all-comments is on.
Luke Zarko
- [PATCH] D11034: Respect alignment of nested bitfields
John McCall
- [PATCH] D11033: Respect alignment when loading up a coerced function argument
John McCall
- r241811 - [CodeCompletion] Don't crash on member inits of templated constructors.
Rafael Espíndola
- [PATCH] D10892: warning when inner condition is identical
Kim Gräsman
- [PATCH] D10998: Refactor the POCXX allocator-handling into some common routines, and try them out in vector
Marshall Clow
- [PATCH] D10272: Fix alignment issues in Clang.
James Y Knight
- [PATCH] D10972: Add missing builtins to altivec.h for ABI compliance (vol. 3)
Bill Schmidt
- [PATCH] D601: Clang cmake fix for lib naminghttp://llvm.org/bugs/show_bug.cgi?id=13909
Martell Malone
- [PATCH] D10972: Add missing builtins to altivec.h for ABI compliance (vol. 3)
Bill Schmidt
- [PATCH] D10972: Add missing builtins to altivec.h for ABI compliance (vol. 3)
Bill Schmidt
- r241841 - Rename ModuleContainerGenerator to PCHContainergenerator for consistency
Adrian Prantl
- [LLVMdev] Inline hint for methods defined in-class
Nico Weber
- r241845 - CFI: Emit correct bit set information if RTTI is disabled under MS ABI.
Peter Collingbourne
- [PATCH] D11048: CFI: Emit correct bit set information if RTTI is disabled under MS ABI.
Peter Collingbourne
- [PATCH] D11077: Clang: add support to mingw driver for compiler-rt, libc++ and lld
Yaron Keren
- [LLVMdev] Inline hint for methods defined in-class
Xinliang David Li
- [LLVMdev] Inline hint for methods defined in-class
Richard Smith
- [Patch][LoopInfo] Use CGLoopInfo to generate loop hints
Tyler Nowicki
- [LLVMdev] Inline hint for methods defined in-class
Easwaran Raman
- [PATCH] D11075: LLVM gen correct asm info for mingw and cygwin arm targets
Martell Malone
- [PATCH] D11075: LLVM gen correct asm info for mingw and cygwin arm targets
Martell Malone
- [PATCH] D11071: Add Windows ARM targets for mingw and cygwin to clang
Martell Malone
- [LLVMdev] Inline hint for methods defined in-class
Xinliang David Li
- [PATCH] D11077: Clang: add support to mingw driver for compiler-rt, libc++ and lld
Martell Malone
- [PATCH] D10753: [OpenMP] Add TLS-based implementation for threadprivate directive
Samuel Antao
- r241863 - [Static Analyzer] Basic per checker command line option validation.
Gabor Horvath
- [PATCH] D8077: [anayzer] Basic checker option validation
Phabricator
- [PATCH] D11075: LLVM gen correct asm info for mingw and cygwin arm targets
Tim Northover
- [PATCH] D7606: Fix adress cast for C++ in SEMA
Samuel Antao
- [PATCH] D10998: Refactor the POCXX allocator-handling into some common routines, and try them out in vector
Marshall Clow
- [PATCH] D11075: LLVM gen correct asm info for mingw and cygwin arm targets
Martell Malone
- [PATCH] D11075: LLVM gen correct asm info for mingw and cygwin arm targets
Tim Northover
- [PATCH] D10423: [modules] PR20507: Avoid silent textual inclusion.
Sean Silva
- [PATCH] D10536: [X86, inlineasm] Implement v, k, Y2, Yk, Yz constraints, improve analysis for x, Y*, L, e, Z, s
Alexey Frolov
- [PATCH] D11071: Add Windows ARM targets for mingw and cygwin to clang
Martell Malone
- [PATCH] D10423: [modules] PR20507: Avoid silent textual inclusion.
Richard Smith
- [LLVMdev] Inline hint for methods defined in-class
Hal Finkel
- [PATCH] D11069: Allow any comment to be a trailing comment when -fparse-all-comments is on.
Richard Smith
- [PATCH] D9741: Reject multiplication by zero cases in MallocOverflowSecurityChecker
Gábor Horváth
- r241878 - Re-enable 32-bit SEH after the alignment fix
Reid Kleckner
- [PATCH] D9913: Mark libm builtins as such.
hfinkel at anl.gov
- [clang-tools-extra] r241880 - Added mechanism to modularize for doing a compilation precheck
John Thompson
- [PATCH] D11092: use-after-dtor cmd option
Evgeniy Stepanov
- [LLVMdev] Inline hint for methods defined in-class
Richard Smith
- [Patch][LoopInfo] Use CGLoopInfo to generate loop hints
Hal Finkel
- [PATCH] D11092: use-after-dtor cmd option
Naomi Musgrave
- [PATCH] D11092: use-after-dtor cmd option
Naomi Musgrave
- [LLVMdev] Inline hint for methods defined in-class
Hal Finkel
- [PATCH] D10546: Attach readonly and readnone attributes to inline-asm instructions
Akira Hatanaka
- r241881 - Driver: Make all of -f{, no-}sanitize{, -recover, -trap} core options.
Peter Collingbourne
- [PATCH] D10546: Attach readonly and readnone attributes to inline-asm instructions
hfinkel at anl.gov
- [LLVMdev] Inline hint for methods defined in-class
Hal Finkel
- [PATCH] D10857: Update documentation for unroll pragmas on loops with runtime trip counts
Mark Heffernan
- r241882 - Revert test lines added in r241811, "[CodeCompletion] Don't crash on member inits of templated constructors.", for now.
NAKAMURA Takumi
- [PATCH] D10857: Update documentation for unroll pragmas on loops with runtime trip counts
hfinkel at anl.gov
- r241811 - [CodeCompletion] Don't crash on member inits of templated constructors.
NAKAMURA Takumi
- [PATCH] D10857: Update documentation for unroll pragmas on loops with runtime trip counts
Mark Heffernan
- [PATCH] D10857: Update documentation for unroll pragmas on loops with runtime trip counts
hfinkel at anl.gov
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Nathan Wilson
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Nathan Wilson
- [PATCH] D10753: [OpenMP] Add TLS-based implementation for threadprivate directive
Alexey Bataev
- [PATCH] D11092: use-after-dtor cmd option
Evgeniy Stepanov
- [PATCH] D11075: LLVM gen correct asm info for mingw and cygwin arm targets
Martell Malone
- [PATCH] D10546: Attach readonly and readnone attributes to inline-asm instructions
Akira Hatanaka
- r241885 - Remove test that tests referring to the current working directory. You
Daniel Jasper
- [PATCH] D10634: Loss of Sign Checker
Soumitra Chatterjee
- [PATCH] D11098: Re-use a single SmallString instance to reduce the stack frame size
Daniel Jasper
- [PATCH] D11098: Re-use a single SmallString instance to reduce the stack frame size
Manuel Klimek
- r241894 - Re-use a single SmallString instance to reduce the stack frame size
Daniel Jasper
- [PATCH] D11098: Re-use a single SmallString instance to reduce the stack frame size
Daniel Jasper
- [PATCH] D10563: Allow case-insensitive values for -mtune for AArch64 target in line with GCC.
Gabor Ballabas
- [PATCH] D10546: Attach readonly and readnone attributes to inline-asm instructions
hfinkel at anl.gov
- [PATCH] D11034: Respect alignment of nested bitfields
Ulrich Weigand
- r241898 - Respect alignment when loading up a coerced function argument
Ulrich Weigand
- [PATCH] D11033: Respect alignment when loading up a coerced function argument
Ulrich Weigand
- r241899 - Reapply test for r241811 with a fix for msvc compat mode.
Benjamin Kramer
- r241811 - [CodeCompletion] Don't crash on member inits of templated constructors.
Benjamin Kramer
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Aaron Ballman
- [PATCH] D9913: Mark libm builtins as such.
Renato Golin
- r241902 - Try to fix the test harder, it still fails on windows for unknown reasons.
Benjamin Kramer
- r241903 - Tweak a couple of -fprofile tests in clang/test to accept backslash in path.
NAKAMURA Takumi
- r241904 - Add missing builtins to altivec.h for ABI compliance (vol. 3)
Nemanja Ivanovic
- [PATCH] D10972: Add missing builtins to altivec.h for ABI compliance (vol. 3)
Nemanja Ivanovic
- [libclc] r241905 - prepare-builtins: Fix build with LLVM 3.6
Tom Stellard
- [libclc] r241906 - Fix implementation of sqrt v2
Tom Stellard
- [libclc] r241907 - R600: Implement accurate double precision sqrt v2
Tom Stellard
- r241908 - clang-format: [JS] Assign proper penalties when breaking a type annotation
Daniel Jasper
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Hubert Tong
- [PATCH] D10476: Additional fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Andrey Bokhanko
- r241912 - The test case still runs on non-ppc targets. Added -target triple.
Nemanja Ivanovic
- [PATCH] D10753: [OpenMP] Add TLS-based implementation for threadprivate directive
Samuel Antao
- [PATCH] D10476: Additional fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Andrey Bokhanko
- [PATCH] D10753: [OpenMP] Add TLS-based implementation for threadprivate directive
Samuel Antao
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Nathan Wilson
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Hubert Tong
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Aaron Ballman
- [PATCH] D10476: Additional fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
hfinkel at anl.gov
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Nathan Wilson
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Aaron Ballman
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Nathan Wilson
- r241915 - Add a missing dependency to unittests/Frontend.
Adrian Prantl
- [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Nathan Wilson
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- [PATCH] D11092: use-after-dtor cmd option
Naomi Musgrave
- [PATCH] D10546: Attach readonly and readnone attributes to inline-asm instructions
Akira Hatanaka
- [PATCH] D11075: LLVM gen correct asm info for mingw and cygwin arm targets
Tim Northover
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- [PATCH] D11071: Add Windows ARM targets for mingw and cygwin to clang
Reid Kleckner
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- [PATCH] D10546: Attach readonly and readnone attributes to inline-asm instructions
hfinkel at anl.gov
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- [PATCH] D11075: LLVM gen correct asm info for mingw and cygwin arm targets
Reid Kleckner
- [PATCH] D11034: Respect alignment of nested bitfields
John McCall
- [LLVMdev] Inline hint for methods defined in-class
Robinson, Paul
- r241916 - Respect alignment of nested bitfields
Ulrich Weigand
- [PATCH] D11034: Respect alignment of nested bitfields
Ulrich Weigand
- [LLVMdev] Inline hint for methods defined in-class
Richard Smith
- [PATCH] D11075: LLVM gen correct asm info for mingw and cygwin arm targets
Martell Malone
- r241918 - Factor PGO and coverage flag processing out of Clang::ConstructJob
Diego Novillo
- [PATCH] D11075: LLVM gen correct asm info for mingw and cygwin arm targets
Martell Malone
- r241924 - Fix a couple of typos: specifc->specific.
Eric Christopher
- r241925 - Refactor PPC ABI handling to accept and silently ignore -mabi=altivec.
Eric Christopher
- [LLVMdev] Inline hint for methods defined in-class
Hal Finkel
- [PATCH] D11105: Changed Driver::getToolChain() to use Triple as the key parameter.
Artem Belevich
- [PATCH] D11105: Changed Driver::getToolChain() to use Triple as the key parameter.
Eric Christopher
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- r241925 - Refactor PPC ABI handling to accept and silently ignore -mabi=altivec.
Hal Finkel
- r241929 - Teach clang that -no-pthread is a valid command line option
Yaron Keren
- r241925 - Refactor PPC ABI handling to accept and silently ignore -mabi=altivec.
Eric Christopher
- r241930 - [inlineasm] Attach readonly and readnone to inline-asm instructions.
Akira Hatanaka
- [PATCH] D10546: Attach readonly and readnone attributes to inline-asm instructions
Akira Hatanaka
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- [PATCH] D11092: use-after-dtor cmd option
Evgeniy Stepanov
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- [PATCH] AST matcher for exception variables
Aaron Ballman
- [PATCH] D11092: use-after-dtor cmd option
Naomi Musgrave
- [PATCH] D11092: use-after-dtor cmd option
Evgeniy Stepanov
- [PATCH] D11069: Allow any comment to be a trailing comment when -fparse-all-comments is on.
Luke Zarko
- [PATCH] D11069: Allow any comment to be a trailing comment when -fparse-all-comments is on.
Luke Zarko
- [LLVMdev] Inline hint for methods defined in-class
Xinliang David Li
- r241934 - Changed Driver::getToolChain() to use Triple as an argument.
Artem Belevich
- [PATCH] D11105: Changed Driver::getToolChain() to use Triple as the key parameter.
Artem Belevich
- [PATCH] D11092: use-after-dtor cmd option
Naomi Musgrave
- [PATCH] D9509: [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Artem Belevich
- r241935 - Add an experimental flag -fsanitize-memory-use-after-dtor.
Evgeniy Stepanov
- [PATCH] D11092: use-after-dtor cmd option
Evgeniy Stepanov
- r241936 - [modules] Fix "prefer own module over others" rule when selecting a module for a header to work in the presence of module hierarchy.
Richard Smith
- [PATCH] D11106: use-after-dtor cmd option
Naomi Musgrave
- Proposed patch (5th revision) adds TLS Max Alignment diagnostic
Li, Charles
- [libcxx] r241939 - Use __is_identifier to detect __decltype and not the clang version.
Eric Fiselier
- [PATCH] D9509: [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Eric Christopher
- [PATCH] D11106: use-after-dtor cmd option
Eric Christopher
- [PATCH] D11106: use-after-dtor cmd option
Naomi Musgrave
- [PATCH] D10423: [modules] PR20507: Avoid silent textual inclusion.
Sean Silva
- [PATCH] D10423: [modules] PR20507: Avoid silent textual inclusion.
Sean Silva
- [PATCH] D9509: [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Artem Belevich
- [PATCH] D10423: [modules] PR20507: Avoid silent textual inclusion.
Sean Silva
- r241941 - [MS ABI] Don't generates code for unreferenced inline definitions of library builtins
David Majnemer
- [PATCH] D11109: basic code generation for use-after-dtor
Naomi Musgrave
- [PATCH] D11106: use-after-dtor cmd option
David Majnemer
- r241944 - [analyzer] When forced to fake a block type, do it correctly.
Jordan Rose
- [PATCH] D11106: use-after-dtor cmd option
Evgeniy Stepanov
- [PATCH] D10431: PR21174 - clang only searches current working directory for precompiled include file
Kim Gräsman
- [PATCH] Sema: Fix some undefined behaviour when acting on redeclarations
Justin Bogner
- r241952 - Disable C++ EH by default for clang-cl and MSVC environments
Reid Kleckner
- r241953 - [modules] When checking the include guard for a header, check whether it's
Richard Smith
- [PATCH] D11111: [libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs function.
Eric Fiselier
- [PATCH] Sema: Fix some undefined behaviour when acting on redeclarations
Richard Smith
- r241963 - Sema: Allow null names to be passed in to isAcceptableTagRedeclaration
Justin Bogner
- [PATCH] Sema: Fix some undefined behaviour when acting on redeclarations
Justin Bogner
- [libcxx] r241967 - [libcxx] LWG2420 bits for bind<void> - Patch from K-Ballo
Eric Fiselier
- [PATCH] D10997: [libcxx] LWG2420 bits for bind<void>
Eric Fiselier
- [PATCH] D11114: [libcxx] Prefer __nullptr to the current fallback implementation in C++03 to prevent ABI issues.
Eric Fiselier
- [PATCH] Fix bug 23215, Pure virtual warning for qualified calls
Manasij Mukherjee
- [PATCH] D11114: [libcxx] Prefer __nullptr to the current fallback implementation in C++03 to prevent ABI issues.
Marshall Clow
- r241916 - Respect alignment of nested bitfields
David Majnemer
- r241976 - clang-format: Extend vim integration so that a line range can be passed in.
Daniel Jasper
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- [PATCH] D9403: llvm.noalias - Clang CodeGen for local restrict-qualified pointers
hfinkel at anl.gov
- [PATCH] D9403: llvm.noalias - Clang CodeGen for local restrict-qualified pointers
hfinkel at anl.gov
- [Patch] (take 2) New EliminateAvailableExternally pass / Pass down -flto
Rafael Espíndola
- [PATCH] D7714: missing-namespace-std check for clang-tidy
Jonathan B Coe
- r241986 - clang-format: Add Mozilla brace breaking style
Birunthan Mohanathas
- [PATCH] D10883: clang-format: Add Mozilla brace breaking style
Birunthan Mohanathas
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- [PATCH] D10370: clang-format: Implement AlwaysBreakAfterDeclarationReturnType.
Daniel Jasper
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- [PATCH] D10425: Warn, if parameter is used in ctor body after being used for move-construct
Ismail Pazarbasi
- r241991 - Reformat Makefile.
NAKAMURA Takumi
- r241992 - Tweak libclang's users, c-arcmt-test, c-index-test and libclangTests to satisfy LDFLAGS=-static.
NAKAMURA Takumi
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- [libcxxabi] r241993 - Remove include directive for the unused libunwind_ext.h.
Logan Chien
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- [PATCH] D11125: clang-format: Print token type name instead of number in -debug output
Birunthan Mohanathas
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
Yaron Keren
- [PATCH][ObjC] Cleanup ObjCInterfaceDecl lookup for ObjC literals
AlexDenisov
- r241998 - [Sema] If lvalue to rvalue reference cast is valid don't emit diagnostic.
Davide Italiano
- [PATCH] D10536: [X86, inlineasm] Implement v, k, Y2, Yk, Yz constraints, improve analysis for x, Y*, L, e, Z, s
Saleem Abdulrasool
- r241999 - [modules] Improve performance when there is a local declaration of an entity
Richard Smith
- r242001 - Minor simplification, no functionality change.
Richard Smith
- r242005 - Fix clang/unittests/ASTMatchers/Dynamic/Makefile. clangDynamicASTMatchers should be linked in advance of clangAST and clangASTMatchers.
NAKAMURA Takumi
- r242009 - Intrin.h: Clean up our atomic intrinsics
David Majnemer
- r242010 - Intrin.h: Don't invade the program's namespace
David Majnemer
- [PATCH] D10753: [OpenMP] Add TLS-based implementation for threadprivate directive
Alexey Bataev
- r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
İsmail Dönmez
- r242012 - Set the linkage before setting the visibility.
Rafael Espindola
Last message date:
Sun Jul 12 23:07:59 PDT 2015
Archived on: Tue Aug 4 15:32:16 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).