The Week Of Monday 24 March 2014 Archives by thread
Starting: Mon Mar 24 01:00:03 PDT 2014
Ending: Sun Mar 30 23:35:16 PDT 2014
Messages: 444
- [PATCH] [OPENMP] Implemented 'copyin' clause
Alexey Bataev
- [PATCH] [OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
- [PATCH] Fix atomic libcall.
Tim Northover
- r204596 - Revert r204562, 204566, 204586, 204587 as they broke ASan on Windows
Timur Iskhodzhanov
- r204599 - Fix a compile-time warning
Timur Iskhodzhanov
- r204569 - Cleanup dead assignments reported by scan-build
Timur Iskhodzhanov
- PATCH: fix clang to emit correct addrspacecast for CUDA
Justin Holewinski
- [Patch] Missed evaluation in "type" parameter of va_arg
Rahul Jain
- [PATCH] AArch64_BE test case for predefined macros
Christian Pirker
- [PATCH] PR19095 Undefined reference to friend template function defined inside template class
suyog sarda
- [PATCH] Fix _mhwdiv_EQ in Options.td
Gabor Ballabas
- r204604 - AArch64_BE test case for predefined macros
Christian Pirker
- [PATCH] Capability attributes on a typedef
Aaron Ballman
- [PATCH][REVIEW REQUEST] Fix for libclang completion of already declared template friends.
Francisco Lopes
- r204613 - Update DataLayout/DescriptionString for ppc64le
Will Schmidt
- r204626 - Update the parameters passed to the assembler and linker for
Will Schmidt
- r204627 - [PPC64LE] Add a CALL_ELF macro to indicate use of the ELFv2 ABI.
Will Schmidt
- r204633 - Use CHECK-DAG in a test so that it isn't sensitive to metadata order.
Bob Wilson
- r204493 - Make clang/test/lit.cfg pre-scan the RUN line looking for tool names,
Robinson, Paul
- [libcxx] r204653 - Mark LWG Issue #2288 as complete. This was wording cleanup, no code changes required.
Marshall Clow
- r204657 - Capability attributes can now be declared on a typedef declaration as well as a structure declaration. This allows for C code to use Boolean expressions on a capability as part of another attribute. Eg) __attribute__((requires_capability(!SomeCapability)))
Aaron Ballman
- [PATCH] InstrProf: Calculate a better function hash
Duncan P. N. Exon Smith
- Improving -Wunused-member-function
Peter Collingbourne
- [libclc] r204666 - Add definition for M_PI_F v3
Tom Stellard
- r204669 - Update the powerpc64le check to include CALL_ELF=2 check.
Will Schmidt
- r204670 - Cleanup testcase by adding return statements and replacing CHECK-DAG's with
Adrian Prantl
- [PATCH] PR6677 and explicit specializations of "key functions"
Rafael Espíndola
- r204674 - [MS-ABI] Drop Special Layout in 64-bit mode.
Warren Hunt
- r204675 - MS ABI: Eliminate Duplicate Strings
David Majnemer
- r204677 - Proper handling of static local variables with address space qualifiers.
Eli Bendersky
- [libcxx] r204678 - Add a test to make sure we're doing the right thing for throwing exceptions from deferred functions. This is LWG issue #2186. No change to the library needed.
Marshall Clow
- r204686 - Fix a bug where an explicit instantiation declaration of a class template
Richard Smith
- r204691 - Simplify: don't try to complete the list of decls twice when iterating over the
Richard Smith
- r204692 - If a DeclContext's lookups need to be reconciled, and we're given external declarations for a name, reconcile first. Otherwise, when we come to reconcile, we'll ask for external declarations for that name again. No functionality change intended.
Richard Smith
- r204694 - Save out a correct lookup table if a lookup table entry is stale (it contains
Richard Smith
- [PATCH] Add a test to distinguish between reserved tokens and normal identifiers
Yunzhong Gao
- r204695 - Remove redundant and misleading check. This could also lead to painful cyclic
Richard Smith
- [PATCH] driver: enable -use-dwarf-debug-flags
Saleem Abdulrasool
- r204709 - clang-format: Fix incorrect &/* detection.
Daniel Jasper
- r204722 - Fixes a bug in DynTypedNode.
Manuel Klimek
- r204723 - clang-cl: Forward /Gy or /Gy- when falling back to cl.exe
Hans Wennborg
- [libcxx] r204724 - Mark LWG issues #2075 and #2142 as complete. 2142 was a change to the standard
Marshall Clow
- [PATCH] Fix PR19066 - 0-sized vftable in the presence of virtual inheritance
Timur Iskhodzhanov
- r204730 - [analyzer] Don't track retain counts of objects directly accessed through ivars.
Jordan Rose
- [PATCH] Move the -i[no-]system-prefix options from CC1Options.td to Options.td.
Alexander Kornienko
- [PATCH] Add clang-tidy check to remove redundant .get() calls on smart pointers.
Samuel Benzaquen
- r204736 - clang-cl: make /Gy imply -fdata-sections in addition to -ffunction-sections
Hans Wennborg
- r204742 - Fix an logic error in the clang driver preventing crtfastmath.o from linking when -Ofast is used without -ffast-math
Benjamin Kramer
- [PATCH] Fix an logic error in the clang driver preventing crtfastmath.o from linking when -Ofast is used without -ffast-math
Benjamin Kramer
- [PATCH] Fix PR18792 - Bad diagnostic messages for std::enable_if_t uses
Richard Smith
- r204744 - MS ABI: Mark direct virtual bases as visted when building vtable paths
Reid Kleckner
- [PATCH] Fix bool expression special case.
Manuel Klimek
- LLVM buildmaster will be restarted today after 6 PM Pacific Time
Galina Kistanova
- r204753 - -fms-compatibility: Only form implicit member exprs for unqualified ids
Reid Kleckner
- r203603 - Driver: Support -gmlt as an alias for -gline-tables-only
Reid Kleckner
- r204755 - Use an option alias to implement -gmlt
David Blaikie
- r204757 - PR19249: Don't forget to DiagnoseUseOfDecl for the implicit use of a variable
Richard Smith
- [PATCH] Implementation of #pragma (data|code|const|bss)_seg
Warren Hunt
- r204767 - [PGO] Add simplified branch weights for Objective-C for-collection loops.
Bob Wilson
- [PATCH] Support __declspec(selectany) on Mingw
Ivan Garramona
- [PATCH] Fix PR18307: Properly (de)serialize inherited constructors and their using declarations
Stephan Tolksdorf
- r204775 - Move the -i[no-]system-prefix options from CC1Options.td to Options.td.
Alexander Kornienko
- r204776 - Add existing warnings to -Waddress so that it works closer to what GCC has.
Richard Trieu
- [libcxx] r204777 - Add tests that should fail when lock() throws. THis is part of LWG issue #2135. No library changes here.
Marshall Clow
- [libcxx] r204778 - Implement LWG issue #2135. If something goes wrong in condition_variable::wait, call terminate() rather than throwing an error. Do this indirectly, by marking the call as 'noexcept'. This is better than just calling terminate() directly, because it gives a better error message on the console.
Marshall Clow
- r204783 - Update for llvm api change.
Rafael Espindola
- r204785 - Revert "Update for llvm api change."
Rafael Espindola
- r204786 - Fix PR19066 - 0-sized vftable in the presence of virtual inheritance
Timur Iskhodzhanov
- r204787 - Make the 'for (auto ...)' names more readable
Timur Iskhodzhanov
- r204798 - From Matt Thomas: use long long for [u]int64_t and [u]intmax_t on
Joerg Sonnenberger
- r204807 - ARM: be more flexible about how --mhwdiv is accepted.
Tim Northover
- [PATCH] Fix PR19253: Do not emit global destructor warning for trivial explicitly defaulted destructors
Stephan Tolksdorf
- r204820 - Add support for __builtin___clear_cache in Clang
Renato Golin
- r204821 - -fms-extensions: Add __va_start builtin, which is used for x64
Reid Kleckner
- r204825 - -Wglobal-constructors: Don't warn on trivial defaulted dtors
Reid Kleckner
- r204827 - Intrin.h: Implement _InterlockedExchangePointer
Reid Kleckner
- [PATCH] Sema: Check dll attributes on redeclarations
Nico Rieck
- [PATCH] Sema: Require external linkage for dllimport/dllexport attributes
Nico Rieck
- Ok to merge r197592 into 3.4 branch
Tom Stellard
- r204831 - Recommit r204493 with a fix to look in both clang and llvm directories.
Paul Robinson
- r204832 - [analyzer] Handle the M_ZERO and __GFP_ZERO flags in kernel mallocs.
Jordan Rose
- [PATCH v4] Bug 14526 - MallocChecker: Add awareness of kernel malloc() flags
Jordan Rose
- [PATCH] Output messages when clang-tidy applies fix-its.
Alexander Kornienko
- r204834 - Fix atomic libcall.
Logan Chien
- [PATCH] [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t
Stephan Tolksdorf
- [patch] remove completed checkers from www
Daniel Fahlgren
- r204842 - [analyzer] Remove the implemented Identical* checkers from the "potential" list.
Jordan Rose
- r204845 - InstrProf: Use references
Duncan P. N. Exon Smith
- r204846 - InstrProf: Use unique_ptr
Duncan P. N. Exon Smith
- [libcxx] r204849 - [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t
Stephan Tolksdorf
- r204852 - Objective-C. Fixes a bogus warning on unimplemented
Fariborz Jahanian
- LLVM buildmaster will be restarted today after 6 PM PT
Galina Kistanova
- r204862 - Objective-C. Improve diagnostic error for '@import'
Fariborz Jahanian
- [PATCH] preview patch for fixit for finding modules needing import/inclusion
John Thompson
- r204869 - PR19254: If a thread_local data member of a class is accessed via member access
Richard Smith
- r204872 - Try to fix arm bots by removing a superfluous __cdecl
Reid Kleckner
- r204874 - Just call getContextDescriptor to get the context for subprograms
Eric Christopher
- [PATCH] new check checking comparing of boolean expressions and literals
Richard Trieu
- [patch][pr17530] Prevent alias from pointing to weak aliases
Rafael Espíndola
- r204878 - MS asm: Filter out fpsw clobbers
Reid Kleckner
- [patch] Clang producing a L symbol in __DATA,__data
Nick Kledzik
- r204879 - Don't produce a L symbol in __DATA,__data.
Rafael Espindola
- [PATCH] MS asm: Filter out fpsw clobbers
Reid Kleckner
- [patch] Drop support for non-cfi capable assemblers
Rafael Espíndola
- [patch] Improvement to implicit scalar-vector conversions
Stephen Canon
- r204887 - PR19252: Fix crash if alignas is used with an auto-typed variable. Don't check
Richard Smith
- [PATCH] 18412 - Add warning when scanf %s is used without a field width
Jordan Rose
- [PATCH] check for Incorrect logic in operator
Richard Trieu
- [PATCH] Remove undefined behavior from list::push_back/front, emplace_back/front.
Marshall Clow
- r203693 - Objective-C. Issue diagnostics on mismatched methods when their selector is used
Nico Weber
- r204896 - Revert "Just call getContextDescriptor to get the context for subprograms"
Eric Christopher
- [PATCH] [OPENMP] OMPExecutableDirective re-factoring
hfinkel at anl.gov
- r204905 - clang-format: Correctly identify ObjC Block with return type.
Daniel Jasper
- SV: [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Anders Rönnholm
- [clang-tools-extra] r204909 - Output messages when clang-tidy applies fix-its.
Alexander Kornienko
- r204910 - [cleanup] Stop specifying size overrides for BumpPtrAllocators.
Chandler Carruth
- [PATCH] OpenCL 1.2 disallow kernel parameters with private address space
Fraser Cormack
- r204913 - Fix bool expression special case.
Manuel Klimek
- r204930 - clang-format: Extract getNewLineColumn out of addTokenOnNewLine.
Daniel Jasper
- [clang-tools-extra] r204931 - ClangTidy.cpp: Don't use non-static member initializer, for msc17.
NAKAMURA Takumi
- r204933 - [OPENMP] OMPExecutableDirective re-factoring
Alexander Musman
- r204935 - Handle and warn on aliases to weak aliases.
Rafael Espindola
- r204936 - Comment parsing: when comment ranges are deserialized from multiple modules,
Dmitri Gribenko
- r204937 - clang-format: Avoid line-breaks that increase the current column.
Daniel Jasper
- r204938 - Add a module cache path to the test that uses -fmodules
Dmitri Gribenko
- r204939 - InstrProf: Pull in runtime on non-Darwin
Duncan P. N. Exon Smith
- r204941 - Enforce the restriction that a parameter to a kernel function
David Tweed
- r204942 - Comment parsing: attach comments to enums declared using the NS_ENUM macro
Dmitri Gribenko
- r204944 - Comment parsing: use different comment styles in different test cases
Dmitri Gribenko
- [PATCH] Fix diagnostics for C-style cast to function type
Logan Chien
- [clang-tools-extra] r204947 - Add clang-tidy check to remove redundant .get() calls on smart pointers.
Samuel Benzaquen
- [PATCH] Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- r204949 - Add an explanatory comment and FIXME about the function declaration
Eric Christopher
- r204950 - Improve handling of bool expressions in template arguments.
Manuel Klimek
- [PATCH] Cleaning up __has_attribute without changing it
Aaron Ballman
- r204951 - Fix PR18307: Properly (de)serialize inherited constructors and their using declarations
Stephan Tolksdorf
- [PATCH] Don't emit exit-time destructor warnings for trivial explicitly defaulted dtors
Stephan Tolksdorf
- r204952 - Clean up the __has_attribute implementation without modifying its behavior.
Aaron Ballman
- r204953 - Recognize simple cases of trivial explicitly defaulted public dtors as irrelevant
Stephan Tolksdorf
- r204954 - Don't emit exit-time destructor warnings for trivial explicitly defaulted dtors
Stephan Tolksdorf
- r204955 - Reverting r204952, while I figure out what's going on with the makefile build.
Aaron Ballman
- r204959 - Support for -Wa,-compress-debug-sections.
David Blaikie
- r204965 - Objective-C. Make multiple selector warning
Fariborz Jahanian
- r204968 - Reapplying r204952 with fixes which should hopefully resolve linking issues with non-MSVC compilers.
Aaron Ballman
- r204969 - Urgh. Amending r204968 which somehow missed this file!
Aaron Ballman
- r204974 - Reverting r204968 and r204969; while more build bots are happy with the results, some still have link errors.
Aaron Ballman
- r204978 - Use the new Windows environment for target detection
Saleem Abdulrasool
- [PATCH] CodeGen: Emit some functions as weak_odr under -fms-extensions
David Majnemer
- r204985 - clang-cl wants MSVC-style win32
Hans Wennborg
- r204990 - clang-format: Recognize more ObjC blocks with parameters/return type.
Daniel Jasper
- r204997 - Get rid of the adapted isLiteral method.
Manuel Klimek
- r204998 - Use the correct trailing comment syntax
Dmitri Gribenko
- r205008 - Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
- r205011 - clang-format: Fix aligning of comments and escaped newlines in macros.
Daniel Jasper
- r205012 - Link in profile library on Linux using --whole-archive
Alexey Samsonov
- [PATCH] Added _rdtsc intrinsics
Robert Khasanov
- r205021 - Fix a FIXME, use std::move.
Richard Smith
- r205022 - Revert "Link in profile library on Linux using --whole-archive"
Duncan P. N. Exon Smith
- r205023 - InstrProf: Emit runtime hook directly in IRGen
Duncan P. N. Exon Smith
- r205024 - Objective-C. revert r204965. This will make
Fariborz Jahanian
- r205025 - InstrProf: Fix MSVC after r205023
Duncan P. N. Exon Smith
- [PATCH] Adding type info for f16c floating-point type
Yunzhong Gao
- r205030 - Document module.private.modulemap and module_private.map.
Douglas Gregor
- r205035 - Documentation: remove a spurious '1' and wrap to 80 columns
Dmitri Gribenko
- r205037 - Use constexpr again, this time portably
Duncan P. N. Exon Smith
- r205044 - OnDiskHashTable: Use EndianStream.h to write little endian ostreams
Justin Bogner
- r205045 - OnDiskHashTable: Use Endian.h to read little endian ostreams
Justin Bogner
- [PATCH] Allow multiple modules with the same name to coexist in the module cache
Ben Langmuir
- [PATCH] AArch64: Add command line option to select big or little endian
Christian Pirker
- r205047 - Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"
Justin Bogner
- r205048 - Revert "OnDiskHashTable: Use Endian.h to read little endian ostreams"
Justin Bogner
- r205049 - Try to fix the cl-options.c test on ARM bots
Hans Wennborg
- r205051 - Simplify clang-cl's target triple setting
Hans Wennborg
- [libclc] r205054 - Replace tabs by spaces
Tom Stellard
- [libclc] r205055 - Introduce M_LOG2E_F and M_LOG2E
Tom Stellard
- r205061 - Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"
Justin Bogner
- r205062 - Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams"
Justin Bogner
- r205064 - libclang/libIndex: USR generation: mangle source location into USRs for macros,
Dmitri Gribenko
- r205065 - [SemaObjC] For the semantics of the designated-initializer attribute, consider that the ObjC interface of the class
Argyrios Kyrtzidis
- r205066 - Objective-C. Make -Wselector-type-mismatch off by
Fariborz Jahanian
- r205068 - PR19278: Align ASTTemplateArgumentListInfo to match its following dynamic array
Richard Smith
- r205069 - Improve -Wunreachable-code to provide a means to indicate code is intentionally marked dead via if((0)).
Ted Kremenek
- [LLVMdev] 3.4.1 Release Plans
David Fang
- r205071 - [HeaderSearch] Make sure we clear the mapped name from the LookupFileCacheInfo when we reset the start point.
Argyrios Kyrtzidis
- r205072 - [test] Add a RUN line to get a hint on why the test is failing at the buildbots.
Argyrios Kyrtzidis
- r205073 - [test] Add a triple to the test.
Argyrios Kyrtzidis
- r205074 - [-Wunreachable-code] Expand paren-suppression heuristic to C++/ObjC bools.
Ted Kremenek
- r205095 - Driver: implement addClangWarningOptions
Tim Northover
- r205097 - ObjC: allow targets to decide when to use stret for blocks.
Tim Northover
- r205098 - ARM64: parametrise IVar offset type (long on ARM64, int elsewhere).
Tim Northover
- r205099 - CodeGen: Don't crash when replacing functions
David Majnemer
- r205100 - ARM64: initial clang support commit.
Tim Northover
- r205101 - CodeGen: Allow different RTTI emission strategies
Tim Northover
- r205103 - Remove stray references to aarch64_simd.h
Tim Northover
- r205104 - ARM64: Fix GCC warning in CGBuiltin.cpp
Tim Northover
- r205107 - Avoid a local Twine variable.
Benjamin Kramer
- r205111 - Install: add arm_neon.h header back
Tim Northover
- [PATCH] Sema: Implement DR317
David Majnemer
- r205127 - Tests for dr475-dr500.
Richard Smith
- r205128 - MS ABI: Simplify MangleByte
David Majnemer
- r205129 - Sema: Implement DR317
David Majnemer
- [clang-tools-extra] r205136 - clang-modernize: fix invalid assignment in findClangApplyReplacements()
Guillaume Papin
- [libcxx] r205138 - ARM64: use the alternate string layout on Apple platforms.
Tim Northover
- [libcxx] r205139 - ARM64: compare RTTI names as strings
Tim Northover
- r205142 - [Allocator] Remove forward declarations of BumpPtrAllocator. These
Chandler Carruth
- r205144 - [PowerPC] Make -pg generate calls to _mcount not mcount
Hal Finkel
- r205147 - [ARM64] Use %clang_cc1 consistently in the new arm64 codegen tests.
Chandler Carruth
- [PATCH] Microsoft mangling of return type deducing functions/lambdas that return local types
Faisal Vali
- r205149 - Force a header file input to the headermap test to have different
Chandler Carruth
- clang-format: better detection for multiplication operator
Kapfhammer
- [libcxx] r205150 - Use defined(__APPLE__) rather than __APPLE__
Tim Northover
- r205152 - clang/test/Preprocessor/headermap-rel2.c: Recognize dos path.
NAKAMURA Takumi
- r205154 - MS ABI: Simplify mangleTemplateArgs
David Majnemer
- r205156 - MS ABI: Correct typo in mangleStringLiteral
David Majnemer
- r205158 - RTTI: refactor the uniqueness question into CGCXXABI.
Tim Northover
- r205160 - Add documentation for the pcs attribute, based on r129534's commit message.
Nico Weber
- r205164 - [OPENMP] Implemented 'copyin' clause
Alexey Bataev
- [PATCH] make pthread checker track pthread_mutex_unlock, pthread_mutex_destroy and pthread_mutex_init
Daniel Fahlgren
- [PATCH] Add support for foreach macros to clang-format
Brian Green
Last message date:
Sun Mar 30 23:35:16 PDT 2014
Archived on: Tue Aug 4 15:31:33 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).