The Week Of Monday 15 September 2014 Archives by thread
Starting: Mon Sep 15 00:51:07 PDT 2014
Ending: Sun Sep 21 23:26:02 PDT 2014
Messages: 504
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Daniel Jasper
- [PATCH] Division by zero
Anders Rönnholm
- [PATCH] [clang-tidy] Add a checker for long functions.
Benjamin Kramer
- r217757 - clang-format: Add option to break before non-assignment operators.
Daniel Jasper
- r217759 - clang-format: Basic support for Java.
Daniel Jasper
- r217760 - [ARM] Add ACLE predefines: maxmin, rounding and h/w integer division
James Molloy
- [PATCH] Add ACLE predefines: maxmin, rounding and h/w integer division
James Molloy
- r217766 - Edit: Do not extend a removal to include trailing whitespace if we're at the end
Benjamin Kramer
- [PATCH] Patch for bug 18635
Alexander Musman
- [clang-tools-extra] r217768 - [clang-tidy] Add a checker for long functions.
Benjamin Kramer
- Improper implicit pointer cast in AST
Abramo Bagnara
- r217771 - When pretty printing attributes that have enumeration arguments, print the enumerator identifier (as a string literal) instead of the internal enumerator integral value.
Aaron Ballman
- r217781 - Adding some FIXMEs to the attribute emitter code regarding whether pretty printing enumerators should use quoted string literals, or identifiers. NFC.
Aaron Ballman
- [patch] Remove PnaclCall
Rafael Espíndola
- r217783 - Objective-C SDK modernizer. Do not modernize an enum
Fariborz Jahanian
- r217784 - Pretty print attributes associated with record declarations.
Aaron Ballman
- [PATCH] Fix an assertion failure trying to emit a trivial destructor in ObjC++
Ben Langmuir
- r217790 - Add -fseh-exceptions for MinGW-w64
Reid Kleckner
- [PATCH] MinGW-w64 SEH on Win64 support (clang part)
Reid Kleckner
- r217791 - Fix memory leak of raw_ostreams in LogDiagnosticPrinter handling.
David Blaikie
- [patch] Make emitCXXStructor an CGCXXABI method
Reid Kleckner
- r217792 - Teach Clang how to use response files when calling other tools
Reid Kleckner
- r217793 - unique_ptrify ChainedDiagnosticConsumer's ctor parameters
David Blaikie
- [PATCH] [lbc++abi] [unwinder] Support Cortex-m0
Jonathan Roelofs
- [PATCH] Teach Clang how to use response files when calling other tools
Reid Kleckner
- r217798 - Use intrusive refcounted pointers to manage RopeRefCountString lifetime.
Benjamin Kramer
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Reid Kleckner
- [PATCH/RFC] Fix -fdelayed-template-parsing leaks with enableIncrementalProcessing
Brad King
- r217804 - Create a emitCXXStructor function and make the existing emitCXXConstructor and
Rafael Espindola
- r217807 - Move emitCXXStructor to CGCXXABI.
Rafael Espindola
- r217809 - Simplify the code a bit, NFC.
Rafael Espindola
- r217811 - Reduce code duplication a bit more. NFC.
Rafael Espindola
- r217813 - Reduce code duplication a bit more. NFC.
Rafael Espindola
- r217817 - Major rewrite of linking strategy for sanitizer runtimes on Linux.
Alexey Samsonov
- [PATCH] Pragma Loop constant expression support
Tyler Nowicki
- clang-format: Allow unbroken ::: in inline assembly
Eugene Toder
- r217825 - Objective-C. Prevents a crash generating AST for a
Fariborz Jahanian
- r217829 - Unique_ptrify Preprocessor::PragmaHandlersBackup
David Blaikie
- [PATCH] Fix IRGen for referencing a static local before emitting its decl
Reid Kleckner
- [PATCH] DW_TAG_typedef and DW_TAG_structure_type not emitted when typedef is used
David Blaikie
- [patch] Add support for putting constructors and destructos in explicit comdats
Rafael Espíndola
- r217836 - PR19692: Add (passing) regression test.
Richard Smith
- [PATCH] Own/produce FrontendActionFactories by value, rather than new'd/unique_ptr ownership.
David Blaikie
- r217844 - Tests for DR581-600.
Richard Smith
- [PATCH] Emit lifetime start/end for unnamed objects --- take 3
Arnaud A. de Grandmaison
- r217852 - Reject a slightly-sneaky way to perform a read of mutable state from within a
Richard Smith
- r217857 - Driver: use range based for loop
Saleem Abdulrasool
- [PATCH] Mingw-w64 driver for clang
Ruben Van Boxem
- r217864 - [sphinx cleanup]
Dan Liew
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Alexey Bataev
- r217874 - Add support for putting constructors and destructos in explicit comdats.
Rafael Espindola
- [libcxx] r217876 - Some of the synopsis was left out of these headers, and the copy construction/assignment should have been marked as deleted. Done. No functionality change, because the base class (base_ios) was marked as non-copyable already.
Marshall Clow
- [libcxx] r217877 - Forgot 'const' on my last checkin
Marshall Clow
- [libcxx] r217878 - Fix a bad noexcept clause in tuple's move constructor
Marshall Clow
- Put more stuff in the comdat used for variables with static init
Rafael Espíndola
- r217880 - clang-format: Restructure and add missing tests.
Daniel Jasper
- r217883 - clang-format: Allow unbroken ::: in inline assembly.
Daniel Jasper
- [PATCH] [analyzer] move NewDeleteLeaks checker from alpha.cplusplus to cplusplus group.
Jordan Rose
- [libcxx] r217884 - Thanks to K-ballo for noting a second incorrect noexcept clause in tuple - and suggesting a more correct way to write the first
Marshall Clow
- [clang-tools-extra] r217890 - [clang-tidy] When emitting header guard fixes bundle all fix-its into one
Benjamin Kramer
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Dario Domizioli
- [libcxx] r217894 - Fix a bug in the move-assigment operator for basic_stringbuf. Thanks to Johnathan Wakeley for the bug report
Marshall Clow
- r217895 - Fix forwarding -l to MSVC's link.exe
Reid Kleckner
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Eric Christopher
- [PATCH] [zorg] Fix the LibcxxAndAbiBuilder's passing of LIT arguments
Jonathan Roelofs
- r217897 - Don't try to use C5/D5 comdats in COFF.
Rafael Espindola
- [libcxx] r217902 - Create a 'comma_iterator' class that overloads operator, and asserts when it's called. Add tests to mismatch to make sure it can't be blindsided by such an evil iterator. More tests for other algorithms forthcoming. Thanks to STL for pointing this out at CppCon and Yakov Galka for opening LWG issue #2133
Marshall Clow
- [libcxx] r217903 - Fix for mismatch to handle evil iterators which overload operator comma
Marshall Clow
- [PATCH v4 2/8] Add the initial TypoExpr AST node for delayed typo correction.
Kaelyn Takata
- [PATCH] MS ABI: Don't ICE for pointers to pointers to members of incomplete classes
David Majnemer
- r217910 - Don't try to devirtualize non-virtual calls
Reid Kleckner
- [libclc] r217911 - atomic: define extension functions for existing atomic implementations
Aaron Watry
- [libclc] r217912 - atomic: Add generic implementation of atom[ic]_max
Aaron Watry
- [libclc] r217913 - atomics: Add generic atom[ic]_and
Aaron Watry
- [libclc] r217914 - atomic: Add atom[ic]_or
Aaron Watry
- [libclc] r217915 - atomic: Add generic atom[ic]_xor
Aaron Watry
- [libclc] r217916 - atomic: Add generic atomic_min implementation
Aaron Watry
- [libclc] r217917 - atomic: Implement generic atom[ic]_xchg
Aaron Watry
- [libclc] r217918 - atomic: Add generic atom[ic]_cmpxchg
Aaron Watry
- [libclc] r217919 - R600: Map atomic_and address spaces
Aaron Watry
- [libclc] r217920 - R600: Map address spaces for atomic_or
Aaron Watry
- [libclc] r217921 - R600: Map addr spaces and use atomic_max
Aaron Watry
- [libclc] r217922 - R600: Map address spaces for atomic_xor
Aaron Watry
- [libclc] r217923 - R600: Map address spaces for atomic_min
Aaron Watry
- [libclc] r217924 - R600: Map address spaces for atomic_xchg
Aaron Watry
- [libclc] r217925 - R600: Map Address spaces for atomic_cmpxchg
Aaron Watry
- Patch to fix IRGen crash using lambda expression as value in dictionary literal
jahanian
- [libcxx] r217936 - K-ballo pointed out *another* mistype in my change
Marshall Clow
- [PATCH] PR13236 - Microsoft compatibility: support __super specifier to access members of base classes
Nikola Smiljanić
- [libcxx] r217938 - Add include of <cassert> for the operator comma
Marshall Clow
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Vassil Vassilev
- [PATCH][x86] Enable broadwell march to llvm/clang
Robert Khasanov
- [PATCH] [OPENMP] Codegen for 'if' clause
John McCall
- [clang-tools-extra] r217947 - Rename unit test argument and add argument comments for clarity.
Benjamin Kramer
- [clang-tools-extra] r217951 - [clang-tidy] Don't emit the same fixit multiple times.
Benjamin Kramer
- [clang-tools-extra] r217952 - Make a variable local so it's lifetime becomes more obvious.
Benjamin Kramer
- [PATCH] Using __isascii (POSIX) instead of isascii (deprecated).
Marek Kurdej
- [PATCH] Downgrade DWARF2 section limit error to a warning
Oliver Stannard
- [PATCH] Fix for PR20886 - enforce CUDA target match in method calls
Eli Bendersky
- [PATCH] Fix PR20495: correct inference of the CUDA target for implicit members
Eli Bendersky
- [libclc] r217954 - Remove redundant semi-colons
Jeroen Ketema
- r217955 - Basic: whitespace fixup for ARM target info
Saleem Abdulrasool
- r217956 - Basic: use range-based for loops for ARM target
Saleem Abdulrasool
- r217957 - Basic: add support for ARM ACLE 6.5.1
Saleem Abdulrasool
- [libclc] r217958 - atomic: undef macros that are included from atomic_decl.inc
Aaron Watry
- [PATCH] [libc++] Support newlib as libc++'s C library
Jonathan Roelofs
- [libcxx] r217961 - Fix char_traits functions for GCC compatibility.
Dan Albert
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [libcxx] r217976 - Fix PR#20843: binomial_distribution<unsigned> is broken. Add test to ensure that signed and unsigned verstions produce the same sequence.
Marshall Clow
- [PATCH] Add framework for iterative compilation to clang
Radovan Obradovic
- [patch] Make "C++98 requires an accessible copy constructor" warning DefaultIgnore
Richard Smith
- [PATCH] align_value attribute in Clang
Hal Finkel
- [PATCH] Support the assume_aligned function attribute
hfinkel at anl.gov
- r217994 - [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,
Akira Hatanaka
- r217994 - [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,
Eric Christopher
- r217994 - [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,
Eric Christopher
- r217994 - [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,
Hans Wennborg
- r217994 - [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,
Eric Christopher
- r217994 - [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,
Akira Hatanaka
- r217994 - [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,
Eric Christopher
- r217994 - [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,
Eric Christopher
- r217994 - [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,
Hans Wennborg
- r217994 - [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,
Eric Christopher
- r217994 - [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,
Hans Wennborg
- r217994 - [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,
Akira Hatanaka
- r217995 - Instantiate exception specifications when instantiating function types (other
Richard Smith
- r217996 - Fix test case.
Akira Hatanaka
- r217997 - Skip parens when detecting whether we're instantiating a function declaration.
Richard Smith
- [PATCH] CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems
Jonathan Roelofs
- r218003 - Fix test case.
Akira Hatanaka
- r218006 - Sema: Diagnose undefined structs used as Microsoft anonymous structs
David Majnemer
- r218008 - Change -Wbind-to-temporary-copy from an ExtWarn to an Extension.
Nico Weber
- r218009 - Basic: use hex string for __ARM_FP macro
Saleem Abdulrasool
- r218011 - Work around MSVC parser bug by putting redundant braces around the body of
Richard Smith
- [PATCH] CodeGen: Give pointer parameters 'align' attributes
David Majnemer
- r218029 - Parsing/Sema of directive omp for simd
Alexander Musman
- [libclc] r218039 - Remove more redundant semi-colons
Jeroen Ketema
- [PATCH] Add some documentation stating that the memory allocated by the ASTContext.h placement new does not need to be explicitly freed
Ehsan Akhgari
- [PATCH] [clang-tidy] Add a checker that warns on TODO comments without username.
Benjamin Kramer
- [clang-tools-extra] r218049 - [clang-tidy] Add a checker that warns on TODO comments without username.
Benjamin Kramer
- r218053 - Use exceptions() instead of getNumExceptions()/getExceptionType() to avoid
Alexander Kornienko
- [PATCH] Patch for missing debug info of type being explicitly casted to
jyoti allur
- r218058 - Revert r217995 and follow-ups:
Hans Wennborg
- r216619 - Allow adding dll attributes on certain redecls with a warning if the decl hasn't been used yet (PR20746)
Hans Wennborg
- [PATCH] [clang-tidy] Don't leak the TodoCommentHandler object
Hans Wennborg
- r218063 - Patch to check at compile time for overflow when
Fariborz Jahanian
- r218064 - [X86, inlineasm] Check that the output size is correct for the given constraint.
Akira Hatanaka
- [clang-tools-extra] r218068 - [clang-tidy] Don't leak the TodoCommentHandler object
Hans Wennborg
- r218073 - [X86, inline-asm] Allow 256-bit wide operands for the 'x' constraints
Hans Wennborg
- [patch] FrontendActionFactory::create return by unique_ptr and some related cleanup
David Blaikie
- r218082 - [X86, inlineasm] Do not allow using constraint 'x' for a variable larger than
Akira Hatanaka
- r218084 - MS ABI: Don't ICE for pointers to pointers to members of incomplete classes
David Majnemer
- r218087 - Thread Safety Analysis: add new warning flag, -Wthread-safety-reference, which
DeLesley Hutchins
- r218089 - Put more stuff in the comdat used for variables with static init.
Rafael Espindola
- [PATCH] autoconf: Build libClang-Version.so with --enable-shared
Tom Stellard
- [PATCH] -Wcomma, a new warning for questionable uses of the comma operator
Richard Trieu
- r218094 - Revert "Put more stuff in the comdat used for variables with static init."
Rafael Espindola
- r218097 - Don't use the third field of llvm.global_ctors for MachO.
Rafael Espindola
- r218107 - clang-format: Undo r216377.
Daniel Jasper
- r218110 - [OPENMP] Initial parsing/sema analysis of 'target' directive.
Alexey Bataev
- r218111 - clang-format: Prevent column layout if elements aren't uniform enough.
Daniel Jasper
- [PATCH] Add check misc-braces-around-statements.
Alexander Kornienko
- r218116 - [x86] Enable broadwell target in clang.
Robert Khasanov
- r218117 - [x86] Added _addcarryx_u32, _addcarryx_u64 intrinsics
Robert Khasanov
- r218118 - [x86] Add _addcarry_u{32|64} and _subborrow_u{32|64}.
Robert Khasanov
- r218119 - clang-format: [JS] add space before operator 'in'.
Daniel Jasper
- [PATCH] Implement substitutions of placeholders in the replacement text of the fixits.
Alexander Kornienko
- [PATCH] Fix for PR18393 - emit error when abstract type is returned or taken by value
Robert Matusewicz
- r218121 - Silence a signed/unsigned mismatch warning from MSVC; NFC.
Aaron Ballman
- [modules][Patch][BugzillaID#20399] Do not assert when adding an implicit member coming from a module at writing time.
Vassil Vassilev
- [PATCH] Add NamespaceCommentCheck to the Google module.
Alexander Kornienko
- [PATCH] Make DynTypedNode have the dynamic type of the object, instead of its static type.
Samuel Benzaquen
- r218127 - Make DynTypedNode have the dynamic type of the object, instead of its static type.
Samuel Benzaquen
- r218128 - Silence MSVC warnings from r218127 about not returning a value
Reid Kleckner
- [PATCH] [clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
Kostya Serebryany
- LLVM buildmaster will be restarted today after 6 PM Pacific time
Galina Kistanova
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Rafael Espindola
- [libcxx] r218144 - Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [PATCH] [libc++] Support Newlib as libc++'s C library [locale part 2]
Jonathan Roelofs
- [PATCH] [libc++] Support Newlib as libc++'s C library (on ARM) [cmath part, part 1]
Jonathan Roelofs
- [PATCH] [libc++] Support Newlib as libc++'s C library (on ARM) [cmath part, part 2]
Jonathan Roelofs
- [patch] Delay __fastcall attribute checking utnil after merging declarations
Nico Weber
- r218159 - Fix ctor/dtor aliases losing 'dllexport' (for Itanium ABI)
Dario Domizioli
- [PATCH 1/1] CGBuiltin: Use frem instruction rather than libcall to implement fmod
Jan Vesely
- r218166 - Follow-up to r214408: Warn on other callee-cleanup functions without prototype too.
Nico Weber
- [PATCH] Inverse post-order traversal for LiveVariables analysis, to recover the performance after r214064
Anna Zaks
- r218173 - Fix bugs in cpuid.h.
Akira Hatanaka
- [libcxx patch] Let module.modulemap require cxx_atomics for the atomics module
Nico Weber
- r214119 - Change __INTx_TYPE__ to be always signed. This changes the value for
Joerg Sonnenberger
- [cfe-commits] C11 <stdatomic.h>
Hal Finkel
- [PATCH] Add __sync_fetch_and_nand (again)
hfinkel at anl.gov
- [PATCH] MS ABI: Diagnose unspecified inheritance model ptrs in the best case
David Majnemer
- [PATCH] MS ABI: Downgrade inheritance model mismatches to a warning sometimes
David Majnemer
- [PATCH] Lex: Don't try to recover as hard in malformed _Pragma
David Majnemer
- [PATCH] MS ABI: Avoid hashing back reference keys in mangler
Agustín Bergé
- [clang-tools-extra] r218225 - Disable most of the google-readability-casting check for non-C++ files (only
Alexander Kornienko
- [clang-tools-extra] r218227 - run-clang-tidy.py: don't fail when running without -checks=.
Alexander Kornienko
- r218230 - ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- r218232 - Add some documentation stating that the memory allocated by the ASTContext.h placement new does not need to be explicitly freed
Ehsan Akhgari
- [PATCH] [OPENMP] Codegen for threadprivate variables
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'omp critical' directive.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'num_threads' clause in 'parallel' directive
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'firstprivate' clause in 'parallel' directive
Alexey Bataev
- [PATCH] Improved capturing variable-length array types in CapturedStmt.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'private' clause in 'parallel' directive
Alexey Bataev
- [clang-tools-extra] r218234 - Add newline at eof.
NAKAMURA Takumi
- [clang-tools-extra] r218235 - ClangRenameTests: Prune redundant libdeps.
NAKAMURA Takumi
Last message date:
Sun Sep 21 23:26:02 PDT 2014
Archived on: Tue Aug 4 15:31:51 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).