The Week Of Monday 29 September 2014 Archives by thread
Starting: Mon Sep 29 00:54:54 PDT 2014
Ending: Sun Oct 5 23:53:50 PDT 2014
Messages: 431
- r218595 - clang-format: [JS] Improve formatting of function literals in chains
Daniel Jasper
- r218597 - clang-format: Fix GCC warning about implicit bool pointer conversion.
Daniel Jasper
- r217880 - clang-format: Restructure and add missing tests.
Daniel Jasper
- [PATCH] OpenCL 1.2 allow explicit zero-to-event_t cast
Fraser Cormack
- [PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"
Alexey Bataev
- r218602 - Fix bug 20116 - http://llvm.org/bugs/show_bug.cgi?id=20116
Alexey Bataev
- [PATCH] Fix bug 20116 - Miscompilation when devirtualization is aborted due to covariant return types
Alexey Bataev
- Re: [PATCH] [OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive
Alexander Musman
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Ulrich Weigand
- [PATCH] [clang-tidy] Add check misc-braces-around-statements.
Alexander Kornienko
- [PATCH] Fix for PR18393 - emit error when abstract type is returned or taken by value
Robert Matusewicz
- [PATCH] Fix PR20495: correct inference of the CUDA target for implicit members
Eli Bendersky
- r218577 - CodeGen: Don't crash when initializing pointer-to-member fields in bases
Reid Kleckner
- [PATCH] Allow __fp16 as a function arg or return type for AArch64
Oliver Stannard
- [PATCH] Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.
Samuel Benzaquen
- [PATCH] Store paren locations in IfStmt, WhileStmt, SwitchStmt.
Alexander Kornienko
- r218614 - Update modules documentation now that C++ support is working pretty well.
Richard Smith
- [PATCH] Diagnose jumping from one MS inline assembly block to another.
Reid Kleckner
- [modules][Patch][BugzillaID#20399] Do not assert when adding an implicit member coming from a module at writing time.
Richard Smith
- Instantiate local class at the end of its definition
Richard Smith
- [PATCH] align_value attribute in Clang
Hal Finkel
- [PATCH] Fix IRGen for referencing a static local before emitting its decl
Richard Smith
- r218615 - Refactor ABIArgInfo::Expand implementation (NFC).
Alexey Samsonov
- r218616 - Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.
Samuel Benzaquen
- [PATCH] Pragma Loop constant expression support
Richard Smith
- r217349 - Add __builtin_assume and __builtin_assume_aligned using @llvm.assume.
Richard Smith
- r216619 - Allow adding dll attributes on certain redecls with a warning if the decl hasn't been used yet (PR20746)
Richard Smith
- [PATCH] Sema: Treat zero sized arrays as flexible array members
Richard Smith
- [PATCH] Don't trap when passing non-POD arguments to variadic functions in MS-compatibility mode
Richard Smith
- [cfe-commits] C11 <stdatomic.h>
Richard Smith
- r218621 - Objective-C [qoi] - provide group name for
Fariborz Jahanian
- r218623 - Speedup ClangToLLVMArgMapping construction. NFC.
Alexey Samsonov
- r218624 - CUDA: Fix incorrect target inference for implicit members.
Eli Bendersky
- r218625 - Introduce CGFunctionInfo::getNumRequiredArgs(). NFC.
Alexey Samsonov
- r218628 - AST: Fix a typo in RecordLayoutBuilder
David Majnemer
- [PATCH] Detect mismatching 'new' and 'delete' uses
Ismail Pazarbasi
- r218630 - Test commit. Fix a whitespace in ToolChains.cpp.
Rafael Auler
- r218634 - Use ClangToLLVMArgsMapping in CodeGenTypes::GetFunctionType(). NFC.
Alexey Samsonov
- r218640 - Don't trap when passing non-POD arguments to variadic functions in MS-compatibility mode
Hans Wennborg
- r218645 - Try to fix non-asserts CodeGenCXX/vararg-non-pod-ms-compat.cpp
Hans Wennborg
- r218647 - clang/test/CodeGenCXX/vararg-non-pod-ms-compat.cpp: Appease -Asserts to skip 1st alloca.
NAKAMURA Takumi
- r218648 - Revert r218616, "Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts."
NAKAMURA Takumi
- r218651 - PR20399: Do not assert when adding an implicit member coming from a module at
Richard Smith
- r218661 - MS ABI: Correct layout for empty records
David Majnemer
- Added storage class to libclang
Guilherme
- [PATCH] [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (Clang)
Oliver Stannard
- [PATCH] Improved capturing variable-length array types in CapturedStmt.
Alexey Bataev
- r218666 - Make sure aggregates are properly alligned on MSP430.
Job Noorman
- [PATCH] [OPENMP] Loop collapsing and initial codegen for 'omp simd' directive
Alexander Musman
- [PATCH] Added function to retrieve storage class in libclang.
guibufolo+llvm at gmail.com
- [PATCH] [ARM] Handle conflicts between -mfpu and -mfloat-abi options
Asiri Rathnayake
- [PATCH] CUDA: mark implicit intrinsics properly
Eli Bendersky
- r218688 - CUDA: mark the target of implicit intrinsics properly
Eli Bendersky
- r218689 - clang-format: [JS] Support AllowShortFunctionsOnASingleLine.
Daniel Jasper
- r218694 - Avoid a crash after loading an #undef'd macro in code completion
Ben Langmuir
- r218697 - InstrProf: Remove an unused member (NFC)
Justin Bogner
- CXX11 patch to warn if 'override' is missing on overriding virtual function
Reid Kleckner
- LLVM buildmaster will be restarted today after 6 PM Pacific time
Galina Kistanova
- r218715 - Update -Wuninitialized to be stricter on CK_NoOp casts.
Richard Trieu
- r218717 - Enable both C and C++ modules with -fmodules, by switching -fcxx-modules to
Richard Smith
- r218720 - Update uninitialized tests to ensure that field initialization has the
Richard Trieu
- [PATCH] OpenCL: Emit global variables in the constant addr space as constant globals
Tom Stellard
- [PATCH] Dereference then check
Anna Zaks
- [libcxx] r216909 - Fix PR#20834 - 'is_trivially_destructible yeilds wrong answer for arrays of unknown bound' Thanks to K-ballo for the bug report. Update a few of the other tests while we're here, and fix a typo in a test name.
Argyrios Kyrtzidis
- [PATCH] [x32/NaCl] Check if method pointers straddle an eightbyte to classify Hi
Jan Voung
- [PATCH] [libcxx] Delay evaluation of __make_tuple_types to prevent blowing the max template instantiation depth. Fixes Bug #18345
Eric Fiselier
- r218737 - InstrProf: Hide SourceMappingRegion's internals (NFC)
Justin Bogner
- r218738 - InstrProf: Avoid repeated linear searches in a hot path
Justin Bogner
- r218740 - Improve -Wuninitialized warnings for fields that are record types.
Richard Trieu
- __super inside return statement
Nikola Smiljanic
- r218743 - [OPENMP] Loop collapsing and codegen for 'omp simd' directive.
Alexander Musman
- r218748 - [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP
Oliver Stannard
- [PATCH] [clang-tidy] Handle c-style casts from/to enums.
Alexander Kornienko
- [clang-tools-extra] r218760 - [clang-tidy] Handle c-style casts from/to enums.
Alexander Kornienko
- r217654 - MS ABI: The latest VC "14" CTP implements deleted virtual functions
Timur Iskhodzhanov
- [PATCH] [OPENMP] Codegen for 'if' clause
Alexey Bataev
- r218769 - Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.
Samuel Benzaquen
- [clang-tools-extra] r218772 - [clang-tidy] Clarify a comment.
Alexander Kornienko
- r218774 - Adds 'override' to overriding methods. NFC.
Fariborz Jahanian
- r218777 - Update CGDebugInfo to the updated API in LLVM.
Adrian Prantl
- r218779 - Do not use delegated constructors.
Samuel Benzaquen
- r218780 - c++ error recovery. Build a valid AST when trying
Fariborz Jahanian
- r218781 - Reverting r218777 while investigating buildbot breakage.
Adrian Prantl
- r218788 - Update CGDebugInfo to the updated API in LLVM.
Adrian Prantl
- r218798 - DIBuilder: Encapsulate DIExpression's element type
Duncan P. N. Exon Smith
- r218809 - Objective-C Modernizer. Patch to remove dangling space
Fariborz Jahanian
- r218823 - Rename bit_RDRAND to bit_RDRND to match GCC's version of this header.
Joerg Sonnenberger
- r218824 - Add the various signature macros.
Joerg Sonnenberger
- r218825 - Fix trailing commas in AMD define.
Joerg Sonnenberger
- r218830 - Test case for my r218780 patch.
Fariborz Jahanian
- [PATCH] make analyzer track memory allocated by if_nameindex
Daniel Fahlgren
- [PATCH] CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems
Jonathan Roelofs
- [PATCH] [lbc++abi] [unwinder] Support Cortex-m0
Jonathan Roelofs
- r218840 - Reduce the PR20399 test case.
David Blaikie
- [PATCH] Begin implementing Plan 9 C extensions.
Alex
- [PATCH] Teach the analyzer about multi-dimensional VLAs
Daniel Fahlgren
- [PATCH] Make analyzer correctly calculate return value of mempcpy
Daniel Fahlgren
- r218863 - [ARM] Handle conflicts between -mfpu and -mfloat-abi options.
Asiri Rathnayake
- r218864 - Fix a broken test case.
Asiri Rathnayake
- [PATCH] [clang] Optimized ASTNodeKind::isBaseOf
Alexander Kornienko
- [PATCH] Inverse post-order traversal for LiveVariables analysis, to recover the performance after r214064
Artyom Skrobov
- r218865 - Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Arnaud A. de Grandmaison
- [libcxxabi] r218869 - Support Cortex-m0
Jonathan Roelofs
- [PATCH] Fix bug in DynTypedMatcher::constructVariadic() that would cause false negatives.
Samuel Benzaquen
- r218880 - InstrProf: Update for the LLVM API change in r218879
Justin Bogner
- r218882 - Revert "InstrProf: Update for the LLVM API change in r218879"
Justin Bogner
- r218884 - Patch to accept '_' in addition to '.' as version
Fariborz Jahanian
- r218888 - Reapply "InstrProf: Update for the LLVM API change in r218879"
Justin Bogner
- r218889 - [x32/NaCl] Check if method pointers straddle an eightbyte to classify Hi
Jan Wen Voung
- r218895 - Diagnose mixed use of '_' and '.' as version
Fariborz Jahanian
- [PATCH] [libcxx] Fix __is_power2 and __next_power2. Change hashmap to handle new behavior.
Marshall Clow
- [clang-tools-extra] r218898 - [clang-tidy] Add check misc-braces-around-statements.
Alexander Kornienko
- r218905 - Add __sync_fetch_and_nand (again)
Hal Finkel
- [PATCH] Add __sync_fetch_and_nand (again)
hfinkel at anl.gov
- r218910 - Initial support for the align_value attribute
Hal Finkel
- [PATCH] Promote NPCs used as arguments to variadic functions
Reid Kleckner
- r218912 - Reflowing some comments, NFC.
Aaron Ballman
- r218913 - DI: LLVM schema change: fold constants into string
Duncan P. N. Exon Smith
- r218917 - Revert "DI: LLVM schema change: fold constants into string"
Duncan P. N. Exon Smith
- [PATCH][libc++] Remove 'std' qualifier on basic_ostream in 'iomanip' header.
Larisse Voufo
- r218925 - Patch to warn if 'override' is missing
Fariborz Jahanian
- [PATCH] [analyzer] Detect duplicate [super dealloc] calls
Anna Zaks
- r218931 - Fix interaction of max_align_t and modules.
Richard Smith
- [PATCH] Using an invalid -O falls back on -O3 instead of an error
Yunzhong Gao
- r218938 - Driver: Use pointee_iterator rather than iterating over unique_ptrs
Justin Bogner
- r218942 - Driver: Update clang-interpreter example for r218938
Justin Bogner
- r218957 - Add an implementation of C11's stdatomic.h
Hal Finkel
- r218958 - Revert useless part of r217349
Hal Finkel
- r218959 - Make test/Sema/atomic-ops.c free-standing
Hal Finkel
- [PATCH] [libcxx] Add <experimental/tuple> header for LFTS.
Eric Fiselier
- r218960 - Make test/CodeGen/atomic-ops.c free-standing
Hal Finkel
- [clang-tools-extra] r218961 - Add missing 'override' keyword.
Craig Topper
- [clang-tools-extra] r218962 - [clang-tidy] Documented check testing.
Alexander Kornienko
- r218963 - MS ABI: Add an additional test for empty structs in C
David Majnemer
- [PATCH] MS ABI: Implement thread_local for global variables
David Majnemer
- r218964 - MS ABI: Clean up test to not use dllexport, check vftable entries
David Majnemer
- r218965 - MS ABI: Add a vftable test for pure virtual methods
David Majnemer
- r218966 - MS ABI: Move test from virtual-inheritance to single-inheritance
David Majnemer
- r218340 - MS ABI: Pure virtual functions don't contribute to vtordisps
David Majnemer
- r218969 - Revert r218925 - "Patch to warn if 'override' is missing"
Alexander Potapenko
- r218970 - Revert changes in r218863, r218864
Asiri Rathnayake
- Fwd: [cfe-dev] libclang and plugins
Stefan Kemnitz
- r218983 - [sphinx clean up] Fix warning introduced by r218957
Dan Liew
- [PATCH] [clang-tidy] Add support for boolean check options.
Alexander Kornienko
- r218992 - constexpr evaluation for __builtin_assume_aligned
Hal Finkel
- r218993 - Add comment about separators must match in
Fariborz Jahanian
- r218994 - Add getOpenMPSimdDefaultAlignment for PowerPC
Hal Finkel
- [PATCH] OpenCL: Add -ffake-address-space-map to a test
Tom Stellard
- [PATCH] Use __atomic_exchange_n with GCC instead of Clang's __sync_swap
Reid Kleckner
- [PATCH v4 5/8] Start adding the infrastructure for handling TypoExprs.
David Blaikie
- r219000 - Format: ArrayRefize some implicit copies away.
Benjamin Kramer
- r219001 - ASTUnit: Replace out parameter with return value, we have NRVO for this.
Benjamin Kramer
- [PATCH v4 8/8] Wire up LookupMemberExpr to use the new TypoExpr.
David Blaikie
- [libclc] r219006 - Implement wait_group_events builtin v2
Tom Stellard
- [libclc] r219007 - Implement async_work_group_strided_copy builtin v2
Tom Stellard
- [libclc] r219008 - Implement async_work_group_copy builtin v3
Tom Stellard
- r219011 - Revert "Revert "DI: LLVM schema change: fold constants into string""
Duncan P. N. Exon Smith
- [libcxxabi] r219012 - Use __atomic_exchange_n instead of Clang's __sync_swap
Reid Kleckner
- r219013 - Objective-C. Assortment of improvements pretty printing
Fariborz Jahanian
- [PATCH] Initial SEH IR generation implementation
Reid Kleckner
- r219023 - Initialize MCObjectFileInfo when parsing ms-style asm.
Benjamin Kramer
- r219024 - [analyzer] Make CStringChecker correctly calculate return value of mempcpy
Anna Zaks
- r219025 - [analyzer] Make Malloc Checker track memory allocated by if_nameindex
Anna Zaks
- r219026 - [analyzer] Refactor and cleanup IsCompleteType
Anna Zaks
- r219027 - CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems
Jonathan Roelofs
- [PATCH] [analyzer] [Refactoring+bugfix] Replace copy-paste function with a correctly implemented one
Anna Zaks
- [PATCH] test: Disable standard system includes in %clang_cc1
Justin Bogner
- r219029 - Suppress defined-but-unused warnings
Jingyue Wu
- r219030 - test: Disable standard system includes in %clang_cc1
Justin Bogner
- r219031 - Remove stray enum keywords. MSVC sees this as a redeclaration at global scope.
Benjamin Kramer
- [PATCH] Fix clash of gcc toolchains in driver regression tests
Samuel F Antao
- [PATCH] Fix clash of gcc toolchains in hexagon driver regression tests
Samuel F Antao
- r219043 - PR20991: ::decltype is not valid.
Richard Smith
- r219048 - Sema: Simplify checkAttributesAfterMerging
David Majnemer
- r219049 - MS ABI: Disallow dllimported/exported variables from having TLS
David Majnemer
- r219050 - -ms-extensions: Allow __super in return stements.
Nikola Smiljanic
- [PATCH] [bug21156] Partial specialization after implicit/explicit instantiation of class template.
Anton Bikineev
- r219052 - Emit @llvm.assume for non-parameter lvalue align_value-attribute loads
Hal Finkel
- r219062 - Return a reference instead of vector copy for parentmap queries.
Benjamin Kramer
- [clang-tools-extra] r219063 - [clang-modernize] Update for API change.
Benjamin Kramer
- [PATCH] Template Instantiation Observer + a few other templight-related changes
Mikael Persson
- r219074 - MS ABI: Implement thread_local for global variables
David Majnemer
- r219075 - MS ABI: Use '1' (instead of '0') relative scope discriminators
David Majnemer
- r219076 - MS ABI: Make comment more accurate
David Majnemer
- [PATCH] ms-inline-asm: Correctly mark MS inline ASM labels as used
Ehsan Akhgari
- [libclc] r219087 - Implement fmod
Jan Vesely
- [clang-tools-extra] r219091 - [clang-tidy] Allow space between "TODO" and "(user)"
Alexander Kornienko
- r219100 - DebugInfo: Don't include member function template specializations in the list of class members
David Blaikie
- r219101 - DebugInfo: Don't include implicit special members in the list of class members
David Blaikie
- r219104 - Add FIXME/notes to the future.
David Blaikie
- [PATCH] Turn on integrated-as for ppc64
Eric Christopher
Last message date:
Sun Oct 5 23:53:50 PDT 2014
Archived on: Tue Aug 4 15:31:52 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).