The Week Of Monday 15 September 2014 Archives by subject
Starting: Mon Sep 15 00:51:07 PDT 2014
Ending: Sun Sep 21 23:26:02 PDT 2014
Messages: 504
- [cfe-commits] C11 <stdatomic.h>
Hal Finkel
- [cfe-commits] C11 <stdatomic.h>
David Chisnall
- [cfe-commits] C11 <stdatomic.h>
Hal Finkel
- [clang-tools-extra] r217768 - [clang-tidy] Add a checker for long functions.
Benjamin Kramer
- [clang-tools-extra] r217768 - [clang-tidy] Add a checker for long functions.
Alexander Kornienko
- [clang-tools-extra] r217890 - [clang-tidy] When emitting header guard fixes bundle all fix-its into one
Benjamin Kramer
- [clang-tools-extra] r217890 - [clang-tidy] When emitting header guard fixes bundle all fix-its into one
Alexander Kornienko
- [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] r217951 - [clang-tidy] Don't emit the same fixit multiple times.
Alexander Kornienko
- [clang-tools-extra] r217952 - Make a variable local so it's lifetime becomes more obvious.
Benjamin Kramer
- [clang-tools-extra] r218049 - [clang-tidy] Add a checker that warns on TODO comments without username.
Benjamin Kramer
- [clang-tools-extra] r218068 - [clang-tidy] Don't leak the TodoCommentHandler object
Hans Wennborg
- [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
- [clang-tools-extra] r218234 - Add newline at eof.
NAKAMURA Takumi
- [clang-tools-extra] r218235 - ClangRenameTests: Prune redundant libdeps.
NAKAMURA Takumi
- [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
- [libclc] r217954 - Remove redundant semi-colons
Jeroen Ketema
- [libclc] r217958 - atomic: undef macros that are included from atomic_decl.inc
Aaron Watry
- [libclc] r218039 - Remove more redundant semi-colons
Jeroen Ketema
- [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
- [libcxx] r217878 - Fix a bad noexcept clause in tuple's move constructor
Eric Fiselier
- [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
- [libcxx] r217894 - Fix a bug in the move-assigment operator for basic_stringbuf. Thanks to Johnathan Wakeley for the bug report
Marshall Clow
- [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] 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
- [libcxx] r217903 - Fix for mismatch to handle evil iterators which overload operator comma
Marshall Clow
- [libcxx] r217936 - K-ballo pointed out *another* mistype in my change
Marshall Clow
- [libcxx] r217938 - Add include of <cassert> for the operator comma
Marshall Clow
- [libcxx] r217961 - Fix char_traits functions for GCC compatibility.
Dan Albert
- [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
- [libcxx] r218144 - Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [libcxx patch] Let module.modulemap require cxx_atomics for the atomics module
Nico Weber
- [modules][Patch][BugzillaID#20399] Do not assert when adding an implicit member coming from a module at writing time.
Vassil Vassilev
- [modules][Patch][BugzillaID#20467] Diagnose if -fmodules-cache-path is not writeable
Vassil Vassilev
- [modules][Patch][BugzillaID#20467] Diagnose if -fmodules-cache-path is not writeable
Ben Langmuir
- [modules][Patch][BugzillaID#20467] Diagnose if -fmodules-cache-path is not writeable
Aaron Ballman
- [modules][Patch][BugzillaID#20467] Diagnose if -fmodules-cache-path is not writeable
Vassil Vassilev
- [modules][Patch][BugzillaID#20467] Diagnose if -fmodules-cache-path is not writeable
Aaron Ballman
- [modules][Patch][BugzillaID#20467] Diagnose if -fmodules-cache-path is not writeable
Richard Smith
- [modules][Patch][BugzillaID#20467] Diagnose if -fmodules-cache-path is not writeable
Vassil Vassilev
- [PATCH/RFC] Fix -fdelayed-template-parsing leaks with enableIncrementalProcessing
Brad King
- [PATCH/RFC] Fix -fdelayed-template-parsing leaks with enableIncrementalProcessing
Reid Kleckner
- [PATCH/RFC] Fix -fdelayed-template-parsing leaks with enableIncrementalProcessing
Brad King
- [PATCH 1/1] CGBuiltin: Use frem instruction rather than libcall to implement fmod
Jan Vesely
- [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
- [PATCH] [analyzer] move NewDeleteLeaks checker from alpha.cplusplus to cplusplus group.
Jordan Rose
- [PATCH] [analyzer] move NewDeleteLeaks checker from alpha.cplusplus to cplusplus group.
Антон Ярцев
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Vassil Vassilev
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Ben Langmuir
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Vassil Vassilev
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Ben Langmuir
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Vassil Vassilev
- [PATCH] [clang-tidy] Add a checker for long functions.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker for long functions.
Alexander Kornienko
- [PATCH] [clang-tidy] Add a checker for long functions.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker for long functions.
Phabricator
- [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
- [PATCH] [clang-tidy] Add a checker that warns on TODO comments without username.
Phabricator
- [PATCH] [clang-tidy] Add a checker that warns on TODO comments without username.
Kim Gräsman
- [PATCH] [clang-tidy] Add a checker that warns on TODO comments without username.
Alexander Kornienko
- [PATCH] [clang-tidy] Don't leak the TodoCommentHandler object
Hans Wennborg
- [PATCH] [clang-tidy] Don't leak the TodoCommentHandler object
Benjamin Kramer
- [PATCH] [clang-tidy] Don't leak the TodoCommentHandler object
David Blaikie
- [PATCH] [clang-tidy] Don't leak the TodoCommentHandler object
Kim Gräsman
- [PATCH] [clang-tidy] Don't leak the TodoCommentHandler object
Hans Wennborg
- [PATCH] [clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
Kostya Serebryany
- [PATCH] [lbc++abi] [unwinder] Support Cortex-m0
Jonathan Roelofs
- [PATCH] [lbc++abi] [unwinder] Support Cortex-m0
Jonathan Roelofs
- [PATCH] [lbc++abi] [unwinder] Support Cortex-m0
Saleem Abdulrasool
- [PATCH] [lbc++abi] [unwinder] Support Cortex-m0
Jonathan Roelofs
- [PATCH] [lbc++abi] [unwinder] Support Cortex-m0
Jonathan Roelofs
- [PATCH] [lbc++abi] [unwinder] Support Cortex-m0
Saleem Abdulrasool
- [PATCH] [libc++] Support newlib as libc++'s C library
Jonathan Roelofs
- [PATCH] [libc++] Support newlib as libc++'s C library
Jonathan Roelofs
- [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] [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] [libc++] Support Newlib as libc++'s C library [locale part 2]
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]
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] [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
- [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] [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] [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]
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] [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] [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] [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] [libc++] Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
- [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]
Joerg Sonnenberger
- [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]
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] [OPENMP] Codegen for 'firstprivate' clause in 'parallel' directive
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'if' clause
John McCall
- [PATCH] [OPENMP] Codegen for 'if' clause
Bataev, Alexey
- [PATCH] [OPENMP] Codegen for 'if' clause
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'if' clause
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'num_threads' clause in 'parallel' directive
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'omp critical' directive.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'private' clause in 'parallel' directive
Alexey Bataev
- [PATCH] [OPENMP] Codegen for threadprivate variables
Alexey Bataev
- [PATCH] [OPENMP] Codegen for threadprivate variables
cbergstrom at pathscale.com
- [PATCH][x86] Enable broadwell march to llvm/clang
Robert Khasanov
- [PATCH][x86] Enable broadwell march to llvm/clang
Chandler Carruth
- [PATCH][x86] Enable broadwell march to llvm/clang
Eric Christopher
- [PATCH][x86] Enable broadwell march to llvm/clang
Reid Kleckner
- [PATCH][x86] Enable broadwell march to llvm/clang
Eric Christopher
- [PATCH][x86] Enable broadwell march to llvm/clang
Robert Khasanov
- [PATCH][x86] Enable broadwell march to llvm/clang
Robert Khasanov
- [PATCH][x86] Enable broadwell march to llvm/clang
Eric Christopher
- [PATCH][x86] Enable broadwell march to llvm/clang
Robert Khasanov
- [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
- [PATCH] Add __sync_fetch_and_nand (again)
hfinkel at anl.gov
- [PATCH] Add ACLE predefines: maxmin, rounding and h/w integer division
James Molloy
- [PATCH] Add check misc-braces-around-statements.
Alexander Kornienko
- [PATCH] Add check misc-braces-around-statements.
Alexander Kornienko
- [PATCH] Add check misc-braces-around-statements.
Marek Kurdej
- [PATCH] Add framework for iterative compilation to clang
Radovan Obradovic
- [PATCH] Add NamespaceCommentCheck to the Google module.
Alexander Kornienko
- [PATCH] Add NamespaceCommentCheck to the Google module.
Daniel Jasper
- [PATCH] Add NamespaceCommentCheck to the Google module.
Alexander Kornienko
- [PATCH] Add NamespaceCommentCheck to the Google module.
Alexander Kornienko
- [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] Add some documentation stating that the memory allocated by the ASTContext.h placement new does not need to be explicitly freed
Reid Kleckner
- [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] 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
- [patch] Add support for putting constructors and destructos in explicit comdats
Reid Kleckner
- [patch] Add support for putting constructors and destructos in explicit comdats
Rafael Espíndola
- [PATCH] align_value attribute in Clang
Hal Finkel
- [PATCH] align_value attribute in Clang
Bataev, Alexey
- [PATCH] align_value attribute in Clang
Hal Finkel
- [PATCH] autoconf: Build libClang-Version.so with --enable-shared
Tom Stellard
- [PATCH] CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems
Jonathan Roelofs
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Daniel Jasper
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Jean-Philippe Dufraigne
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Daniel Jasper
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Jean-philippe Dufraigne
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Daniel Jasper
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Jean-Philippe Dufraigne
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Daniel Jasper
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Jean-Philippe Dufraigne
- [PATCH] clang-format Test: Split BackwardCompatibility out of ParsesConfiguration
Daniel Jasper
- [PATCH] CodeGen: Give pointer parameters 'align' attributes
David Majnemer
- [PATCH] CodeGen: Give pointer parameters 'align' attributes
hfinkel at anl.gov
- [PATCH] CodeGen: Give pointer parameters 'align' attributes
David Majnemer
- [PATCH] CodeGen: Give pointer parameters 'align' attributes
hfinkel at anl.gov
- [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
- [patch] Delay __fastcall attribute checking utnil after merging declarations
Nico Weber
- [patch] Delay __fastcall attribute checking utnil after merging declarations
Reid Kleckner
- [PATCH] Division by zero
Anders Rönnholm
- [PATCH] Downgrade DWARF2 section limit error to a warning
Oliver Stannard
- [PATCH] Downgrade DWARF2 section limit error to a warning
David Blaikie
- [PATCH] DW_TAG_typedef and DW_TAG_structure_type not emitted when typedef is used
David Blaikie
- [PATCH] DW_TAG_typedef and DW_TAG_structure_type not emitted when typedef is used
jyoti allur
- [PATCH] DW_TAG_typedef and DW_TAG_structure_type not emitted when typedef is used
David Blaikie
- [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] 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] Emit lifetime start/end for unnamed objects --- take 3
Arnaud A. de Grandmaison
- [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] Fix an assertion failure trying to emit a trivial destructor in ObjC++
Richard Smith
- [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] 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++
Ben Langmuir
- [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++
Ben Langmuir
- [PATCH] Fix an assertion failure trying to emit a trivial destructor in ObjC++
Ben Langmuir
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Dario Domizioli
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Reid Kleckner
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Dario Domizioli
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Rafael Espíndola
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Dario Domizioli
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Reid Kleckner
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Rafael Espíndola
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Rafael Espíndola
- [PATCH] Fix ctor/dtor aliases losing 'dllexport'
Dario Domizioli
- [PATCH] Fixes memory leak in CompilerInstance.cpp
Anton Yartsev
- [PATCH] Fixes memory leak in CompilerInstance.cpp
David Blaikie
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Alexey Bataev
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Richard Smith
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Reid Kleckner
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Richard Smith
- [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] 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] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Alexey Bataev
- [PATCH] Fix for PR18393 - emit error when abstract type is returned or taken by value
Robert Matusewicz
- [PATCH] Fix for PR20886 - enforce CUDA target match in method calls
Eli Bendersky
- [PATCH] Fix for PR20886 - enforce CUDA target match in method calls
Peter Collingbourne
- [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
- [PATCH] Fix IRGen for referencing a static local before emitting its decl
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
Peter Collingbourne
- [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] FrontendActionFactory::create return by unique_ptr and some related cleanup
David Blaikie
- [patch] FrontendActionFactory::create return by unique_ptr and some related cleanup
Manuel Klimek
- [patch] FrontendActionFactory::create return by unique_ptr and some related cleanup
David Blaikie
- [patch] FrontendActionFactory::create return by unique_ptr and some related cleanup
Manuel Klimek
- [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] Improved capturing variable-length array types in CapturedStmt.
Alexey Bataev
- [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
Artyom Skrobov
- [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
- [PATCH] Lex: Don't try to recover as hard in malformed _Pragma
David Majnemer
- [patch] Make "C++98 requires an accessible copy constructor" warning DefaultIgnore
Richard Smith
- [patch] Make "C++98 requires an accessible copy constructor" warning DefaultIgnore
Nico Weber
- [PATCH] 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.
Manuel Klimek
- [PATCH] 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] Make emitCXXStructor an CGCXXABI method
Reid Kleckner
- [patch] Make emitCXXStructor an CGCXXABI method
Rafael Espíndola
- [patch] Make emitCXXStructor an CGCXXABI method
Reid Kleckner
- [PATCH] Mingw-w64 driver for clang
Ruben Van Boxem
- [PATCH] Mingw-w64 driver for clang
Ruben Van Boxem
- [PATCH] Mingw-w64 driver for clang
Alexey Pavlov
- [PATCH] MinGW-w64 SEH on Win64 support (clang part)
Reid Kleckner
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Reid Kleckner
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Reid Kleckner
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Reid Kleckner
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Reid Kleckner
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Reid Kleckner
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Reid Kleckner
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- [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
- [PATCH] MS ABI: Diagnose unspecified inheritance model ptrs in the best case
David Majnemer
- [PATCH] MS ABI: Don't ICE for pointers to pointers to members of incomplete classes
David Majnemer
- [PATCH] MS ABI: Don't ICE for pointers to pointers to members of incomplete classes
Reid Kleckner
- [PATCH] MS ABI: Don't ICE for pointers to pointers to members of incomplete classes
David Majnemer
- [PATCH] MS ABI: Downgrade inheritance model mismatches to a warning sometimes
David Majnemer
- [PATCH] Own/produce FrontendActionFactories by value, rather than new'd/unique_ptr ownership.
David Blaikie
- [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] 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] 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] Patch for bug 18635
Alexander Musman
- [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] Patch for missing debug info of type being explicitly casted to
David Blaikie
- [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] 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] PR13236 - Microsoft compatibility: support __super specifier to access members of base classes
Nikola Smiljanić
- [PATCH] PR13236 - Microsoft compatibility: support __super specifier to access members of base classes
Reid Kleckner
- [PATCH] Pragma Loop constant expression support
Tyler Nowicki
- [PATCH] Pragma Loop constant expression support
Richard Smith
- [patch] Remove PnaclCall
Rafael Espíndola
- [patch] Remove PnaclCall
Derek Schuff
- [PATCH] Support the assume_aligned function attribute
hfinkel at anl.gov
- [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
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Auler
- [PATCH] Using __isascii (POSIX) instead of isascii (deprecated).
Marek Kurdej
- [PATCH] Using __isascii (POSIX) instead of isascii (deprecated).
Nico Weber
- [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
- [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
- [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 v4 2/8] Add the initial TypoExpr AST node for delayed typo correction.
Kaelyn Takata
- 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
- clang-format: Allow unbroken ::: in inline assembly
Daniel Jasper
- 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
- clang-format: Allow unbroken ::: in inline assembly
Daniel Jasper
- Fwd: Patch to fix IRGen crash using lambda expression as value in dictionary literal
jahanian
- Improper implicit pointer cast in AST
Abramo Bagnara
- LLVM buildmaster will be restarted today after 6 PM Pacific time
Galina Kistanova
- Patch to fix IRGen crash using lambda expression as value in dictionary literal
jahanian
- 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 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
John McCall
- Patch to fix IRGen crash using lambda expression as value in dictionary literal
jahanian
- Patch to fix IRGen crash using lambda expression as value in dictionary literal
jahanian
- 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
John McCall
- 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
David Majnemer
- 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
David Majnemer
- 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
- 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
Reid Kleckner
- 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
Reid Kleckner
- 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
Reid Kleckner
- r214119 - Change __INTx_TYPE__ to be always signed. This changes the value for
Erik Olofsson
- r214119 - Change __INTx_TYPE__ to be always signed. This changes the value for
Joerg Sonnenberger
- r216619 - Allow adding dll attributes on certain redecls with a warning if the decl hasn't been used yet (PR20746)
Hans Wennborg
- r216619 - Allow adding dll attributes on certain redecls with a warning if the decl hasn't been used yet (PR20746)
Tom Stellard
- 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
- r217766 - Edit: Do not extend a removal to include trailing whitespace if we're at the end
Benjamin Kramer
- 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
- 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
- r217783 - Objective-C SDK modernizer. Do not modernize an enum
Fariborz Jahanian
- r217784 - Pretty print attributes associated with record declarations.
Aaron Ballman
- r217790 - Add -fseh-exceptions for MinGW-w64
Reid Kleckner
- r217790 - Add -fseh-exceptions for MinGW-w64
Yaron Keren
- r217790 - Add -fseh-exceptions for MinGW-w64
Reid Kleckner
- r217790 - Add -fseh-exceptions for MinGW-w64
Yaron Keren
- r217791 - Fix memory leak of raw_ostreams in LogDiagnosticPrinter handling.
David Blaikie
- r217792 - Teach Clang how to use response files when calling other tools
Reid Kleckner
- r217792 - Teach Clang how to use response files when calling other tools
Rafael Espíndola
- r217792 - Teach Clang how to use response files when calling other tools
Reid Kleckner
- r217792 - Teach Clang how to use response files when calling other tools
Rafael Espíndola
- r217792 - Teach Clang how to use response files when calling other tools
Sean Silva
- r217792 - Teach Clang how to use response files when calling other tools
Reid Kleckner
- r217793 - unique_ptrify ChainedDiagnosticConsumer's ctor parameters
David Blaikie
- r217798 - Use intrusive refcounted pointers to manage RopeRefCountString lifetime.
Benjamin Kramer
- 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
- r217825 - Objective-C. Prevents a crash generating AST for a
Fariborz Jahanian
- r217829 - Unique_ptrify Preprocessor::PragmaHandlersBackup
David Blaikie
- r217836 - PR19692: Add (passing) regression test.
Richard Smith
- r217844 - Tests for DR581-600.
Richard Smith
- 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
- r217864 - [sphinx cleanup]
Dan Liew
- r217874 - Add support for putting constructors and destructos in explicit comdats.
Rafael Espindola
- r217874 - Add support for putting constructors and destructos in explicit comdats.
David Blaikie
- r217874 - Add support for putting constructors and destructos in explicit comdats.
Rafael Espíndola
- r217880 - clang-format: Restructure and add missing tests.
Daniel Jasper
- r217883 - clang-format: Allow unbroken ::: in inline assembly.
Daniel Jasper
- r217895 - Fix forwarding -l to MSVC's link.exe
Reid Kleckner
- r217897 - Don't try to use C5/D5 comdats in COFF.
Rafael Espindola
- r217910 - Don't try to devirtualize non-virtual calls
Reid Kleckner
- 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
- r217957 - Basic: add support for ARM ACLE 6.5.1
Jonathan Roelofs
- r217957 - Basic: add support for ARM ACLE 6.5.1
Saleem Abdulrasool
- 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
- r217995 - Instantiate exception specifications when instantiating function types (other
Reid Kleckner
- r217995 - Instantiate exception specifications when instantiating function types (other
Bataev, Alexey
- r217995 - Instantiate exception specifications when instantiating function types (other
Richard Smith
- r217995 - Instantiate exception specifications when instantiating function types (other
Timur Iskhodzhanov
- r217995 - Instantiate exception specifications when instantiating function types (other
Yaron Keren
- r217995 - Instantiate exception specifications when instantiating function types (other
Yaron Keren
- r217995 - Instantiate exception specifications when instantiating function types (other
Aaron Ballman
- r217995 - Instantiate exception specifications when instantiating function types (other
Alexander Kornienko
- r217995 - Instantiate exception specifications when instantiating function types (other
Alexander Kornienko
- r217995 - Instantiate exception specifications when instantiating function types (other
Hans Wennborg
- r217996 - Fix test case.
Akira Hatanaka
- r217997 - Skip parens when detecting whether we're instantiating a function declaration.
Richard Smith
- r217997 - Skip parens when detecting whether we're instantiating a function declaration.
Renato Golin
- r217997 - Skip parens when detecting whether we're instantiating a function declaration.
Richard Smith
- r217997 - Skip parens when detecting whether we're instantiating a function declaration.
Renato Golin
- r217997 - Skip parens when detecting whether we're instantiating a function declaration.
Richard Smith
- r218003 - Fix test case.
Akira Hatanaka
- r218006 - Sema: Diagnose undefined structs used as Microsoft anonymous structs
David Majnemer
- 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
- 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
- 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
- r218029 - Parsing/Sema of directive omp for simd
Alexander Musman
- r218053 - Use exceptions() instead of getNumExceptions()/getExceptionType() to avoid
Alexander Kornienko
- r218058 - Revert r217995 and follow-ups:
Hans Wennborg
- r218058 - Revert r217995 and follow-ups:
Richard Smith
- r218058 - Revert r217995 and follow-ups:
Aaron Ballman
- r218058 - Revert r217995 and follow-ups:
Richard Smith
- r218058 - Revert r217995 and follow-ups:
Richard Smith
- r218063 - Patch to check at compile time for overflow when
Fariborz Jahanian
- r218063 - Patch to check at compile time for overflow when
Reid Kleckner
- r218063 - Patch to check at compile time for overflow when
jahanian
- r218063 - Patch to check at compile time for overflow when
Nico Weber
- r218063 - Patch to check at compile time for overflow when
jahanian
- r218063 - Patch to check at compile time for overflow when
Nico Weber
- r218063 - Patch to check at compile time for overflow when
jahanian
- r218063 - Patch to check at compile time for overflow when
jahanian
- r218064 - [X86, inlineasm] Check that the output size is correct for the given constraint.
Akira Hatanaka
- r218073 - [X86, inline-asm] Allow 256-bit wide operands for the 'x' constraints
Hans Wennborg
- 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
- 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
- r218107 - clang-format: Undo r216377.
David Blaikie
- 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
- 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
- r218118 - [x86] Add _addcarry_u{32|64} and _subborrow_u{32|64}.
Pasi Parviainen
- r218119 - clang-format: [JS] add space before operator 'in'.
Daniel Jasper
- r218121 - Silence a signed/unsigned mismatch warning from MSVC; NFC.
Aaron Ballman
- 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
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Rafael Espindola
- r218159 - Fix ctor/dtor aliases losing 'dllexport' (for Itanium ABI)
Dario Domizioli
- r218166 - Follow-up to r214408: Warn on other callee-cleanup functions without prototype too.
Nico Weber
- r218173 - Fix bugs in cpuid.h.
Akira Hatanaka
- 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
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).