The Week Of Monday 15 September 2014 Archives by date
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] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Jean-Philippe Dufraigne
- [PATCH] Patch for bug 18635
Alexander Musman
- [PATCH] [clang-tidy] Add a checker for long functions.
Alexander Kornienko
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Daniel Jasper
- [clang-tools-extra] r217768 - [clang-tidy] Add a checker for long functions.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker for long functions.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker for long functions.
Phabricator
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Jean-philippe Dufraigne
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Daniel Jasper
- [clang-tools-extra] r217768 - [clang-tidy] Add a checker for long functions.
Alexander Kornienko
- [PATCH] Fixes memory leak in CompilerInstance.cpp
Anton Yartsev
- 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
- r217771 - When pretty printing attributes that have enumeration arguments, print the enumerator identifier (as a string literal) instead of the internal enumerator integral value.
Richard Smith
- r217781 - Adding some FIXMEs to the attribute emitter code regarding whether pretty printing enumerators should use quoted string literals, or identifiers. NFC.
Aaron Ballman
- 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
- [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
- [patch] Remove PnaclCall
Derek Schuff
- 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] Fixes memory leak in CompilerInstance.cpp
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] [lbc++abi] [unwinder] Support Cortex-m0
Jonathan Roelofs
- [PATCH] Teach Clang how to use response files when calling other tools
Reid Kleckner
- [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] Teach Clang how to use response files when calling other tools
Rafael Auler
- [PATCH/RFC] Fix -fdelayed-template-parsing leaks with enableIncrementalProcessing
Brad King
- r217790 - Add -fseh-exceptions for MinGW-w64
Yaron Keren
- [PATCH/RFC] Fix -fdelayed-template-parsing leaks with enableIncrementalProcessing
Reid Kleckner
- r217804 - Create a emitCXXStructor function and make the existing emitCXXConstructor and
Rafael Espindola
- [PATCH/RFC] Fix -fdelayed-template-parsing leaks with enableIncrementalProcessing
Brad King
- [patch] Make emitCXXStructor an CGCXXABI method
Rafael Espíndola
- r217807 - Move emitCXXStructor to CGCXXABI.
Rafael Espindola
- r217809 - Simplify the code a bit, NFC.
Rafael Espindola
- [patch] Make emitCXXStructor an CGCXXABI method
Reid Kleckner
- r217811 - Reduce code duplication a bit more. NFC.
Rafael Espindola
- r217813 - Reduce code duplication a bit more. NFC.
Rafael Espindola
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Jean-Philippe Dufraigne
- r217817 - Major rewrite of linking strategy for sanitizer runtimes on Linux.
Alexey Samsonov
- [PATCH] Pragma Loop constant expression support
Tyler Nowicki
- [PATCH] Pragma Loop constant expression support
Richard Smith
- 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
- [patch] Add support for putting constructors and destructos in explicit comdats
Rafael Espíndola
- clang-format: Allow unbroken ::: in inline assembly
Daniel Jasper
- r217836 - PR19692: Add (passing) regression test.
Richard Smith
- [PATCH] Own/produce FrontendActionFactories by value, rather than new'd/unique_ptr ownership.
David Blaikie
- [patch] Add support for putting constructors and destructos in explicit comdats
Reid Kleckner
- r217844 - Tests for DR581-600.
Richard Smith
- [PATCH] Emit lifetime start/end for unnamed objects --- take 3
Arnaud A. de Grandmaison
- [PATCH] Emit lifetime start/end for unnamed objects --- take 3
David Blaikie
- [PATCH] [lbc++abi] [unwinder] Support Cortex-m0
Saleem Abdulrasool
- 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
- [PATCH] Emit lifetime start/end for unnamed objects --- take 3
Arnaud A. de Grandmaison
- r217864 - [sphinx cleanup]
Dan Liew
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Alexey Bataev
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Daniel Jasper
- [PATCH] DW_TAG_typedef and DW_TAG_structure_type not emitted when typedef is used
jyoti allur
- [PATCH] [lbc++abi] [unwinder] Support Cortex-m0
Jonathan Roelofs
- 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
- [patch] Add support for putting constructors and destructos in explicit comdats
Rafael Espíndola
- [libcxx] r217877 - Forgot 'const' on my last checkin
Marshall Clow
- [PATCH] [lbc++abi] [unwinder] Support Cortex-m0
Jonathan Roelofs
- [libcxx] r217878 - Fix a bad noexcept clause in tuple's move constructor
Marshall Clow
- clang-format: Allow unbroken ::: in inline assembly
Eugene Toder
- clang-format: Allow unbroken ::: in inline assembly
Daniel Jasper
- clang-format: Allow unbroken ::: in inline assembly
Eugene Toder
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Jean-Philippe Dufraigne
- Put more stuff in the comdat used for variables with static init
Rafael Espíndola
- [libcxx] r217878 - Fix a bad noexcept clause in tuple's move constructor
Eric Fiselier
- clang-format: Allow unbroken ::: in inline assembly
Daniel Jasper
- r217880 - clang-format: Restructure and add missing tests.
Daniel Jasper
- Put more stuff in the comdat used for variables with static init
David Majnemer
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Daniel Jasper
- r217883 - clang-format: Allow unbroken ::: in inline assembly.
Daniel Jasper
- r217874 - Add support for putting constructors and destructos in explicit comdats.
David Blaikie
- clang-format: Allow unbroken ::: in inline assembly
Eugene Toder
- clang-format: Allow unbroken ::: in inline assembly
Daniel Jasper
- [PATCH] [analyzer] move NewDeleteLeaks checker from alpha.cplusplus to cplusplus group.
Jordan Rose
- [PATCH] Own/produce FrontendActionFactories by value, rather than new'd/unique_ptr ownership.
Manuel Klimek
- [PATCH] Own/produce FrontendActionFactories by value, rather than new'd/unique_ptr ownership.
David Blaikie
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Richard Smith
- [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
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Reid Kleckner
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Reid Kleckner
- [PATCH] Fix an assertion failure trying to emit a trivial destructor in ObjC++
John McCall
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Richard Smith
- [PATCH] Emit lifetime start/end for unnamed objects --- take 3
David Blaikie
- [PATCH] Own/produce FrontendActionFactories by value, rather than new'd/unique_ptr ownership.
Manuel Klimek
- [libcxx] r217894 - Fix a bug in the move-assigment operator for basic_stringbuf. Thanks to Johnathan Wakeley for the bug report
Marshall Clow
- [PATCH] Fix an assertion failure trying to emit a trivial destructor in ObjC++
Richard Smith
- r217895 - Fix forwarding -l to MSVC's link.exe
Reid Kleckner
- [PATCH] Own/produce FrontendActionFactories by value, rather than new'd/unique_ptr ownership.
David Blaikie
- [PATCH] Fix an assertion failure trying to emit a trivial destructor in ObjC++
John McCall
- [PATCH] Fix an assertion failure trying to emit a trivial destructor in ObjC++
Richard Smith
- [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
- [PATCH] [zorg] Fix the LibcxxAndAbiBuilder's passing of LIT arguments
Dan Albert
- [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
- [PATCH] Fix an assertion failure trying to emit a trivial destructor in ObjC++
John McCall
- [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
- r217874 - Add support for putting constructors and destructos in explicit comdats.
Rafael Espíndola
- [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
David Blaikie
- [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
- [PATCH] [analyzer] move NewDeleteLeaks checker from alpha.cplusplus to cplusplus group.
Антон Ярцев
- [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
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Akira Hatanaka
- [clang-tools-extra] r217890 - [clang-tidy] When emitting header guard fixes bundle all fix-its into one
Alexander Kornienko
- Patch to fix IRGen crash using lambda expression as value in dictionary literal
Reid Kleckner
- Patch to fix IRGen crash using lambda expression as value in dictionary literal
jahanian
- [PATCH] Fix an assertion failure trying to emit a trivial destructor in ObjC++
Ben Langmuir
- [PATCH] Fix an assertion failure trying to emit a trivial destructor in ObjC++
John McCall
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Eric Christopher
- [PATCH] Fix an assertion failure trying to emit a trivial destructor in ObjC++
Ben Langmuir
- Patch to fix IRGen crash using lambda expression as value in dictionary literal
Reid Kleckner
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Akira Hatanaka
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Eric Christopher
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Akira Hatanaka
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Eric Christopher
- [libcxx] r217936 - K-ballo pointed out *another* mistype in my change
Marshall Clow
- Patch to fix IRGen crash using lambda expression as value in dictionary literal
John McCall
- [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] DW_TAG_typedef and DW_TAG_structure_type not emitted when typedef is used
David Blaikie
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Bataev, Alexey
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Bataev, Alexey
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Alexey Bataev
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Vassil Vassilev
- [modules][Patch][BugzillaID#20467] Diagnose if -fmodules-cache-path is not writeable
Vassil Vassilev
- [PATCH][x86] Enable broadwell march to llvm/clang
Robert Khasanov
- [PATCH] [OPENMP] Codegen for 'if' clause
John McCall
- [PATCH][x86] Enable broadwell march to llvm/clang
Chandler Carruth
- [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
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Bataev, Alexey
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Alexey Bataev
- [clang-tools-extra] r217951 - [clang-tidy] Don't emit the same fixit multiple times.
Alexander Kornienko
- [PATCH] Own/produce FrontendActionFactories by value, rather than new'd/unique_ptr ownership.
Manuel Klimek
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Alexey Bataev
- [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] Fix ctor/dtor aliases losing 'dllexport'
Dario Domizioli
- [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
- [PATCH] [lbc++abi] [unwinder] Support Cortex-m0
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
- [PATCH] [libc++] Support newlib as libc++'s C library
Jonathan Roelofs
- r217957 - Basic: add support for ARM ACLE 6.5.1
Jonathan Roelofs
- [PATCH][x86] Enable broadwell march to llvm/clang
Eric Christopher
- [libcxx] r217961 - Fix char_traits functions for GCC compatibility.
Dan Albert
- [PATCH][x86] Enable broadwell march to llvm/clang
Reid Kleckner
- [PATCH][x86] Enable broadwell march to llvm/clang
Eric Christopher
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [PATCH] Using __isascii (POSIX) instead of isascii (deprecated).
Nico Weber
- [PATCH] [libc++] Support newlib as libc++'s C library
Nico Weber
- [PATCH] [libc++] Support newlib as libc++'s C library
JF Bastien
- [PATCH] [libc++] Support newlib as libc++'s C library
Jonathan Roelofs
- [PATCH] Downgrade DWARF2 section limit error to a warning
David Blaikie
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Marshall Clow
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Marshall Clow
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
JF Bastien
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- Patch to fix IRGen crash using lambda expression as value in dictionary literal
jahanian
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Dan Albert
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [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] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Dan Albert
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Marshall Clow
- Patch to fix IRGen crash using lambda expression as value in dictionary literal
jahanian
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [modules][Patch][BugzillaID#20467] Diagnose if -fmodules-cache-path is not writeable
Ben Langmuir
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Ben Langmuir
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [modules][Patch][BugzillaID#20467] Diagnose if -fmodules-cache-path is not writeable
Aaron Ballman
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Reid Kleckner
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
JF Bastien
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Dan Albert
- Patch to fix IRGen crash using lambda expression as value in dictionary literal
Reid Kleckner
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
JF Bastien
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Reid Kleckner
- [PATCH] Add framework for iterative compilation to clang
Radovan Obradovic
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
JF Bastien
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
JF Bastien
- [patch] Make "C++98 requires an accessible copy constructor" warning DefaultIgnore
Richard Smith
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
JF Bastien
- [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
- Fwd: Patch to fix IRGen crash using lambda expression as value in dictionary literal
jahanian
- r217995 - Instantiate exception specifications when instantiating function types (other
Richard Smith
- r217996 - Fix test case.
Akira Hatanaka
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- 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
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
JF Bastien
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- r218003 - Fix test case.
Akira Hatanaka
- Patch to fix IRGen crash using lambda expression as value in dictionary literal
John McCall
- [PATCH] PR13236 - Microsoft compatibility: support __super specifier to access members of base classes
Reid Kleckner
- r218006 - Sema: Diagnose undefined structs used as Microsoft anonymous structs
David Majnemer
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Reid Kleckner
- r217790 - Add -fseh-exceptions for MinGW-w64
Reid Kleckner
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Marshall Clow
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Marshall Clow
- [PATCH] align_value attribute in Clang
Bataev, Alexey
- 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
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- [patch] Make "C++98 requires an accessible copy constructor" warning DefaultIgnore
Nico Weber
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- r217957 - Basic: add support for ARM ACLE 6.5.1
Saleem Abdulrasool
- r217995 - Instantiate exception specifications when instantiating function types (other
Reid Kleckner
- r217995 - Instantiate exception specifications when instantiating function types (other
Bataev, Alexey
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Reid Kleckner
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Reid Kleckner
- r218011 - Work around MSVC parser bug by putting redundant braces around the body of
Richard Smith
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- r217995 - Instantiate exception specifications when instantiating function types (other
Richard Smith
- r217790 - Add -fseh-exceptions for MinGW-w64
Yaron Keren
- [PATCH] CodeGen: Give pointer parameters 'align' attributes
David Majnemer
- r218029 - Parsing/Sema of directive omp for simd
Alexander Musman
- [PATCH] [OPENMP] Codegen for 'if' clause
Bataev, Alexey
- [PATCH] [OPENMP] Codegen for 'if' clause
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'if' clause
Alexey Bataev
- [libclc] r218039 - Remove more redundant semi-colons
Jeroen Ketema
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Joerg Sonnenberger
- r217995 - Instantiate exception specifications when instantiating function types (other
Timur Iskhodzhanov
- r218011 - Work around MSVC parser bug by putting redundant braces around the body of
Timur Iskhodzhanov
- r218011 - Work around MSVC parser bug by putting redundant braces around the body of
Richard Smith
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Vassil Vassilev
- [modules][Patch][BugzillaID#20467] Diagnose if -fmodules-cache-path is not writeable
Vassil Vassilev
- [PATCH] Add some documentation stating that the memory allocated by the ASTContext.h placement new does not need to be explicitly freed
Ehsan Akhgari
- r217995 - Instantiate exception specifications when instantiating function types (other
Yaron Keren
- [PATCH] [clang-tidy] Add a checker that warns on TODO comments without username.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker that warns on TODO comments without username.
Alexander Kornienko
- [clang-tools-extra] r218049 - [clang-tidy] Add a checker that warns on TODO comments without username.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker that warns on TODO comments without username.
Phabricator
- [PATCH][x86] Enable broadwell march to llvm/clang
Robert Khasanov
- [PATCH][x86] Enable broadwell march to llvm/clang
Robert Khasanov
- r217995 - Instantiate exception specifications when instantiating function types (other
Yaron Keren
- r217995 - Instantiate exception specifications when instantiating function types (other
Aaron Ballman
- [modules][Patch][BugzillaID#20467] Diagnose if -fmodules-cache-path is not writeable
Aaron Ballman
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- r217995 - Instantiate exception specifications when instantiating function types (other
Alexander Kornienko
- [PATCH] Emit lifetime start/end for unnamed objects --- take 3
Arnaud A. de Grandmaison
- r218053 - Use exceptions() instead of getNumExceptions()/getExceptionType() to avoid
Alexander Kornienko
- r217995 - Instantiate exception specifications when instantiating function types (other
Alexander Kornienko
- [PATCH] Patch for missing debug info of type being explicitly casted to
jyoti allur
- [PATCH] Patch for missing debug info of type being explicitly casted to
jyoti allur
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Dan Albert
- [PATCH] Patch for missing debug info of type being explicitly casted to
David Blaikie
- r218058 - Revert r217995 and follow-ups:
Hans Wennborg
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Ben Langmuir
- r217995 - Instantiate exception specifications when instantiating function types (other
Hans Wennborg
- [PATCH] Add some documentation stating that the memory allocated by the ASTContext.h placement new does not need to be explicitly freed
Reid Kleckner
- r218006 - Sema: Diagnose undefined structs used as Microsoft anonymous structs
jahanian
- r218006 - Sema: Diagnose undefined structs used as Microsoft anonymous structs
jahanian
- r218006 - Sema: Diagnose undefined structs used as Microsoft anonymous structs
David Majnemer
- r218006 - Sema: Diagnose undefined structs used as Microsoft anonymous structs
jahanian
- r216619 - Allow adding dll attributes on certain redecls with a warning if the decl hasn't been used yet (PR20746)
Hans Wennborg
- [PATCH][x86] Enable broadwell march to llvm/clang
Eric Christopher
- r217997 - Skip parens when detecting whether we're instantiating a function declaration.
Renato Golin
- [PATCH] align_value attribute in Clang
Hal Finkel
- [PATCH] [clang-tidy] Don't leak the TodoCommentHandler object
Hans Wennborg
- r218063 - Patch to check at compile time for overflow when
Fariborz Jahanian
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Vassil Vassilev
- r218064 - [X86, inlineasm] Check that the output size is correct for the given constraint.
Akira Hatanaka
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Akira Hatanaka
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Eric Christopher
- r218063 - Patch to check at compile time for overflow when
Reid Kleckner
- r217994 - [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,
Eric Christopher
- r218063 - Patch to check at compile time for overflow when
jahanian
- [PATCH] [clang-tidy] Don't leak the TodoCommentHandler object
Benjamin Kramer
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Akira Hatanaka
- [PATCH] [clang-tidy] Don't leak the TodoCommentHandler object
David Blaikie
- r217997 - Skip parens when detecting whether we're instantiating a function declaration.
Richard Smith
- [clang-tools-extra] r218068 - [clang-tidy] Don't leak the TodoCommentHandler object
Hans Wennborg
- r218058 - Revert r217995 and follow-ups:
Richard Smith
- [PATCH] [clang-tidy] Don't leak the TodoCommentHandler object
Kim Gräsman
- [PATCH] [clang-tidy] Don't leak the TodoCommentHandler object
Hans Wennborg
- r218058 - Revert r217995 and follow-ups:
Aaron Ballman
- r218058 - Revert r217995 and follow-ups:
Richard Smith
- r218058 - Revert r217995 and follow-ups:
Richard Smith
- [modules][Patch][BugzillaID#20467] Diagnose if -fmodules-cache-path is not writeable
Richard Smith
- r218063 - Patch to check at compile time for overflow when
Nico Weber
- 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
- r218073 - [X86, inline-asm] Allow 256-bit wide operands for the 'x' constraints
Hans Wennborg
- 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
- [PATCH] Mingw-w64 driver for clang
Ruben Van Boxem
- [PATCH] Mingw-w64 driver for clang
Alexey Pavlov
- [PATCH] Own/produce FrontendActionFactories by value, rather than new'd/unique_ptr ownership.
David Blaikie
- [patch] FrontendActionFactory::create return by unique_ptr and some related cleanup
David Blaikie
- r217997 - Skip parens when detecting whether we're instantiating a function declaration.
Renato Golin
- [PATCH] CodeGen: Give pointer parameters 'align' attributes
hfinkel at anl.gov
- r218082 - [X86, inlineasm] Do not allow using constraint 'x' for a variable larger than
Akira Hatanaka
- [PATCH] MS ABI: Don't ICE for pointers to pointers to members of incomplete classes
Reid Kleckner
- r218084 - MS ABI: Don't ICE for pointers to pointers to members of incomplete classes
David Majnemer
- [PATCH] CodeGen: Give pointer parameters 'align' attributes
David Majnemer
- [PATCH] MS ABI: Don't ICE for pointers to pointers to members of incomplete classes
David Majnemer
- [PATCH] CodeGen: Give pointer parameters 'align' attributes
hfinkel at anl.gov
- Put more stuff in the comdat used for variables with static init
Rafael Espíndola
- r218087 - Thread Safety Analysis: add new warning flag, -Wthread-safety-reference, which
DeLesley Hutchins
- r218063 - Patch to check at compile time for overflow when
jahanian
- r217792 - Teach Clang how to use response files when calling other tools
Rafael Espíndola
- r218063 - Patch to check at compile time for overflow when
Nico Weber
- Put more stuff in the comdat used for variables with static init
David Majnemer
- r218063 - Patch to check at compile time for overflow when
jahanian
- r217792 - Teach Clang how to use response files when calling other tools
Reid Kleckner
- Put more stuff in the comdat used for variables with static init
Reid Kleckner
- r218089 - Put more stuff in the comdat used for variables with static init.
Rafael Espindola
- Put more stuff in the comdat used for variables with static init
Rafael Espíndola
- Put more stuff in the comdat used for variables with static init
Rafael Espíndola
- r217997 - Skip parens when detecting whether we're instantiating a function declaration.
Richard Smith
- [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
- [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
- Put more stuff in the comdat used for variables with static init
Reid Kleckner
- r218097 - Don't use the third field of llvm.global_ctors for MachO.
Rafael Espindola
- Put more stuff in the comdat used for variables with static init
Rafael Espíndola
- 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
- [PATCH][x86] Enable broadwell march to llvm/clang
Robert Khasanov
- r218119 - clang-format: [JS] add space before operator 'in'.
Daniel Jasper
- [PATCH] Add check misc-braces-around-statements.
Alexander Kornienko
- [PATCH] Implement substitutions of placeholders in the replacement text of the fixits.
Alexander Kornienko
- [PATCH] Implement substitutions of placeholders in the replacement text of the fixits.
Daniel Jasper
- [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] Add NamespaceCommentCheck to the Google module.
Daniel Jasper
- r217792 - Teach Clang how to use response files when calling other tools
Rafael Espíndola
- [PATCH] Make DynTypedNode have the dynamic type of the object, instead of its static type.
Samuel Benzaquen
- r218107 - clang-format: Undo r216377.
David Blaikie
- r216619 - Allow adding dll attributes on certain redecls with a warning if the decl hasn't been used yet (PR20746)
Tom Stellard
- r218107 - clang-format: Undo r216377.
Daniel Jasper
- [PATCH] Patch for missing debug info of type being explicitly casted to
jyoti allur
- [PATCH] Patch for missing debug info of type being explicitly casted to
David Blaikie
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Rafael Espíndola
- [patch] FrontendActionFactory::create return by unique_ptr and some related cleanup
Manuel Klimek
- [PATCH] Make DynTypedNode have the dynamic type of the object, instead of its static type.
Manuel Klimek
- r218063 - Patch to check at compile time for overflow when
jahanian
- [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
- [PATCH] Make DynTypedNode have the dynamic type of the object, instead of its static type.
Samuel Benzaquen
- [PATCH] Add check misc-braces-around-statements.
Marek Kurdej
- r218128 - Silence MSVC warnings from r218127 about not returning a value
Reid Kleckner
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Dario Domizioli
- Put more stuff in the comdat used for variables with static init
Reid Kleckner
- Put more stuff in the comdat used for variables with static init
Rafael Espíndola
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Reid Kleckner
- [PATCH] [clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
Kostya Serebryany
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Rafael Espíndola
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Rafael Espíndola
- [patch] FrontendActionFactory::create return by unique_ptr and some related cleanup
David Blaikie
- Put more stuff in the comdat used for variables with static init
Reid Kleckner
- LLVM buildmaster will be restarted today after 6 PM Pacific time
Galina Kistanova
- r218118 - [x86] Add _addcarry_u{32|64} and _subborrow_u{32|64}.
Pasi Parviainen
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Rafael Espindola
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [libcxx] r218144 - Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [PATCH] [libc++] Support newlib as libc++'s C library [locale part]
JF Bastien
- [PATCH] [libc++] 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] Fix PR20495: correct inference of the CUDA target for implicit members
Peter Collingbourne
- [PATCH] [libc++] Support Newlib as libc++'s C library (on ARM) [cmath part, part 2]
Jonathan Roelofs
- [PATCH] Fix for PR20886 - enforce CUDA target match in method calls
Peter Collingbourne
- [patch] Delay __fastcall attribute checking utnil after merging declarations
Nico Weber
- r218159 - Fix ctor/dtor aliases losing 'dllexport' (for Itanium ABI)
Dario Domizioli
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Dario Domizioli
- [patch] Delay __fastcall attribute checking utnil after merging declarations
Reid Kleckner
- [PATCH] Fix PR20495: correct inference of the CUDA target for implicit members
Eli Bendersky
- [PATCH] Fix PR20495: correct inference of the CUDA target for implicit members
Eli Bendersky
- [PATCH] Fix for PR20886 - enforce CUDA target match in method calls
Eli Bendersky
- [PATCH] Fix for PR20886 - enforce CUDA target match in method calls
Eli Bendersky
- r217792 - Teach Clang how to use response files when calling other tools
Sean Silva
- [PATCH 1/1] CGBuiltin: Use frem instruction rather than libcall to implement fmod
Jan Vesely
- [PATCH] Fix an assertion failure trying to emit a trivial destructor in ObjC++
Ben Langmuir
- r218166 - Follow-up to r214408: Warn on other callee-cleanup functions without prototype too.
Nico Weber
- [PATCH] Patch for missing debug info of type being explicitly casted to
jyoti allur
- [PATCH] Inverse post-order traversal for LiveVariables analysis, to recover the performance after r214064
Anna Zaks
- r217792 - Teach Clang how to use response files when calling other tools
Reid Kleckner
- r218173 - Fix bugs in cpuid.h.
Akira Hatanaka
- [libcxx patch] Let module.modulemap require cxx_atomics for the atomics module
Nico Weber
- [patch] FrontendActionFactory::create return by unique_ptr and some related cleanup
Manuel Klimek
- r214119 - Change __INTx_TYPE__ to be always signed. This changes the value for
Erik Olofsson
- [PATCH] Inverse post-order traversal for LiveVariables analysis, to recover the performance after r214064
Artyom Skrobov
- r214119 - Change __INTx_TYPE__ to be always signed. This changes the value for
Joerg Sonnenberger
- [PATCH] Inverse post-order traversal for LiveVariables analysis, to recover the performance after r214064
Alexander Kornienko
- [PATCH] Inverse post-order traversal for LiveVariables analysis, to recover the performance after r214064
Anna Zaks
- [PATCH] Inverse post-order traversal for LiveVariables analysis, to recover the performance after r214064
Alexander Kornienko
- [cfe-commits] C11 <stdatomic.h>
Hal Finkel
- [modules][Patch][BugzillaID#20467] Diagnose if -fmodules-cache-path is not writeable
Vassil Vassilev
- [PATCH] CodeGen: Give pointer parameters 'align' attributes
David Majnemer
- [PATCH] CodeGen: Give pointer parameters 'align' attributes
David Majnemer
- [PATCH] CodeGen: Give pointer parameters 'align' attributes
David Majnemer
- [cfe-commits] C11 <stdatomic.h>
David Chisnall
- [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] [clang-tidy] Add a checker that warns on TODO comments without username.
Kim Gräsman
- [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é
- [PATCH] MS ABI: Avoid hashing back reference keys in mangler
David Majnemer
- [clang-tools-extra] r218225 - Disable most of the google-readability-casting check for non-C++ files (only
Alexander Kornienko
- [PATCH] [clang-tidy] Add a checker that warns on TODO comments without username.
Alexander Kornienko
- [clang-tools-extra] r218227 - run-clang-tidy.py: don't fail when running without -checks=.
Alexander Kornienko
- [PATCH] Add NamespaceCommentCheck to the Google module.
Alexander Kornienko
- [PATCH] Add NamespaceCommentCheck to the Google module.
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] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- [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] [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
- [PATCH] Patch for missing debug info of type being explicitly casted to
jyoti allur
- [PATCH] [OPENMP] Codegen for threadprivate variables
cbergstrom at pathscale.com
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).