The Week Of Monday 20 June 2016 Archives by thread
Starting: Mon Jun 20 01:31:06 PDT 2016
Ending: Sun Jun 26 23:32:19 PDT 2016
Messages: 595
- [PATCH] D21517: clang-rename: add a -old-name option
Miklos Vajna via cfe-commits
- [PATCH] D21228: Deprecated (legacy) string literal conversion to 'char *' causes strange overloading resolution
Alexander Makarov via cfe-commits
- [PATCH] D21497: Fix test to specify C++03 (fails with C++11).
Paul Robinson via cfe-commits
- [gentoo-musl] Re: Add support for musl-libc on Linux
Peter Smith via cfe-commits
- r273147 - [X86] Add -mno-iamcu option.
Andrey Turetskiy via cfe-commits
- [PATCH] D21469: Add -mno-iamcu option
Andrey Turetskiy via cfe-commits
- [PATCH] D21506: [analyzer] Block in critical section
Artem Dergachev via cfe-commits
- [PATCH] D21279: Fix some issues in clang-format's AlignConsecutive modes
Beren Minor via cfe-commits
- r273150 - Add -fsyntax-only to Driver/opencl.cl test.
Cong Liu via cfe-commits
- [PATCH] D21367: AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.
Nikolay Haustov via cfe-commits
- [PATCH] D21224: [Driver] Add method to redirect output of Compilation.
Nikolay Haustov via cfe-commits
- [PATCH] D20964: [clang-tidy] Add modernize-use-emplace
Haojian Wu via cfe-commits
- [libcxx] r249738 - Split <ctype.h> out of <cctype>.
Vassil Vassilev via cfe-commits
- [PATCH] D21505: [Clang][AVX512][Intrinsics]Adding intrinsics for mov{ss|sd} instruction set
michael zuckerman via cfe-commits
- [PATCH] D20979: [OpenCL] Use function metadata to represent kernel attributes
Yaxun Liu via cfe-commits
- [PATCH] D21453: Add support for attribute "overallocated"
Aaron Ballman via cfe-commits
- r273158 - Make test less sensitive to the resource directory.
Paul Robinson via cfe-commits
- r273159 - [modules] Allow emission of update records for predefined __va_list_tag.
Vassil Vassilev via cfe-commits
- [PATCH] D21507: Changes after running check modernize-use-emplace (D20964)
Justin Lebar via cfe-commits
- [PATCH] D19184: Remove MaxFunctionCount module flag annotation
Easwaran Raman via cfe-commits
- r273178 - Update for DiagnosticInfoStackSize changes
Matt Arsenault via cfe-commits
- [PATCH] D20923: [Sema] Fix a crash on invalid where invalid defaulted function is called
Manman Ren via cfe-commits
- [PATCH] D20939: Update for DiagnosticInfoStackSize changes
Matt Arsenault via cfe-commits
- r273179 - clang-format: [Proto] Don't do bad things if imports are missing ; .
Daniel Jasper via cfe-commits
- [PATCH] D21212: Add documentation for RenderScript changes
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D21031: [OpenCL] Allow -cl-std and other standard -cl- options in driver
Aaron En Ye Shi via cfe-commits
- r273190 - [OpenMP] Add the nowait clause to target update construct.
Kelvin Li via cfe-commits
- r273191 - [OpenCL] Include opencl-c.h by default as a clang module
Yaxun Liu via cfe-commits
- [PATCH] D20444: [OpenCL] Include opencl-c.h by default as a clang module
Yaxun Liu via cfe-commits
- r273193 - [Sema] Only define function as move assignment when needed
Erik Pilkington via cfe-commits
- [libcxx] r273034 - Add Filesystem TS -- Complete
Artem Belevich via cfe-commits
- r273196 - clang-format: [Proto] Fix "import public" after r273179.
Daniel Jasper via cfe-commits
- r273198 - Remove MaxFunctionCount module flag annotation.
Easwaran Raman via cfe-commits
- [Patch] Add a ENABLE_X86_RELAX_RELOCATIONS cmake option
Chris Bieneman via cfe-commits
- [PATCH] D21537: Frontend: Simplify ownership model for clang's output streams.
Peter Collingbourne via cfe-commits
- [PATCH] D20647: Add flag to add InlineHint attribute on implicitly inline functions
Rudy Pons via cfe-commits
- r273224 - Add a ENABLE_X86_RELAX_RELOCATIONS cmake option.
Rafael Espindola via cfe-commits
- r273227 - [Docs] Try to fix the docs buildbot.
George Burgess IV via cfe-commits
- [PATCH] D21542: CodeGen: Replace test/CodeGen/thinlto_backend.c with a functional test.
Peter Collingbourne via cfe-commits
- [PATCH] D21544: [MS] Don't expect vftables to be provided for extern template instantiations
Reid Kleckner via cfe-commits
- [PATCH] D21545: CodeGen: Replace ThinLTO backend implementation with a client of LTO/Resolution.
Peter Collingbourne via cfe-commits
- r273230 - clang/test/Headers/opencl-c-header.cl: Add explicit -triple x86_64-unknown to appease *-win32 targets.
NAKAMURA Takumi via cfe-commits
- r273232 - [Docs] More warning fixes to unbreak the docs buildbot.
George Burgess IV via cfe-commits
- r273237 - [CodeGen] Do not run initializers for imported variables
David Majnemer via cfe-commits
- r273239 - r273237 fixed PR28220, not PR28216
David Majnemer via cfe-commits
- [PATCH] D21547: Added calculateRangesAfterReplaments() to calculate affacted ranges in the new code.
Eric Liu via cfe-commits
- r273249 - [AVX512] Move the 128-bit and 256-bit lzcnt intrinsics to avx512vlcdintrin.h where they belong.
Craig Topper via cfe-commits
- [PATCH] D21373: [Clang][bmi][intrinsics] Adding _mm_tzcnt_64 _mm_tzcnt_32 intrinsics to clang.
michael zuckerman via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Dmitry Polukhin via cfe-commits
- [PATCH] D20561: Warn when taking address of packed member
Roger Ferrer Ibanez via cfe-commits
- [clang-tools-extra] r273275 - [clang-tidy] Add modernize-use-emplace
Piotr Padlewski via cfe-commits
- r273280 - [AArch64] Change the preferred alignment for char and short to word alignment
Evandro Menezes via cfe-commits
- r273283 - Add documentation for RenderScript changes
Pirama Arumuga Nainar via cfe-commits
- r273285 - clang-format: [JS] Add a Closure Compiler JSDoc tags to the default
Daniel Jasper via cfe-commits
- [PATCH] D21303: [clang-tidy] Adds performance-returning-type check.
Jakub Staroń via cfe-commits
- r273289 - [aarch64] Update datalayout for aarch64 tests
Artem Belevich via cfe-commits
- [PATCH] D20647: Add support for /Ob1 and -finline-hint-functions flags
Reid Kleckner via cfe-commits
- r273290 - Added calculateRangesAfterReplaments() to calculate affacted ranges in the new code.
Eric Liu via cfe-commits
- [clang-tools-extra] r273291 - [clang-apply-replacements] use Range::operator==() instead of self-defined operator.
Eric Liu via cfe-commits
- [PATCH] D5896: Emit minnum / maxnum for __builtin_fmin/fmax
Matt Arsenault via cfe-commits
- [PATCH] D21306: [x86] AVX FP compare builtins should require AVX target feature (PR28112)
Simon Pilgrim via cfe-commits
- [PATCH] D19770: Add FixedSizeStorage to TrailingObjects; NFC
Hubert Tong via cfe-commits
- r273296 - [MS] Don't expect vftables to be provided for extern template instantiations
Reid Kleckner via cfe-commits
- [PATCH] D21564: [OpenMP] Initial implementation of parse and sema for composite pragma 'distribute parallel for'
Carlo Bertolli via cfe-commits
- r273298 - Invoke PruneEH pass before Sample Profile pass.
Dehao Chen via cfe-commits
- r273300 - Delete dead code.
Rafael Espindola via cfe-commits
- [clang-tools-extra] r273304 - clang-rename: add a -old-name option
Miklos Vajna via cfe-commits
- r273305 - Revert "[MS] Don't expect vftables to be provided for extern template instantiations"
Reid Kleckner via cfe-commits
- [PATCH] D21566: Widen EHScope::ClenupBitFields::FixupDepth to avoid overflowing it (PR23490)
Hans Wennborg via cfe-commits
- [PATCH] D21567: [OpenCL] Generate struct type for sampler_t and function call for the initializer
Yaxun Liu via cfe-commits
- [PATCH] D5896: Emit more intrinsics for builtin functions
Matt Arsenault via cfe-commits
- r273309 - Refactor scope building in JumpDiagnostics for simplicity. This fixes a
Richard Smith via cfe-commits
- [clang-tools-extra] r273310 - Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.
Tim Shen via cfe-commits
- [PATCH] D21243: Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.
Tim Shen via cfe-commits
- r273311 - [x86] AVX FP compare builtins should require AVX target feature (PR28112)
Sanjay Patel via cfe-commits
- [PATCH] D20498: [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr
Tim Shen via cfe-commits
- r273312 - Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr."
Tim Shen via cfe-commits
- [clang-tools-extra] r273314 - Fix build of ClangRenameTests
Miklos Vajna via cfe-commits
- [PATCH] D21241: Add an ASTMatcher for ignoring ExprWithCleanups.
Tim Shen via cfe-commits
- r273319 - Trying to fix a buffer overflow that broke buildbot sanitizer-x86_64-linux-fast/builds/13946.
Eric Liu via cfe-commits
- [PATCH] D20811: [analyzer] Model some library functions
Anna Zaks via cfe-commits
- [PATCH] D20709: For RenderScript, set alignment and width of long to 64-bits
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D19322: Concepts: Create space for requires-clause in TemplateParameterList; NFC
Hubert Tong via cfe-commits
- r273321 - Emit the DWARF tag for the RenderScript language
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D21451: Emit the DWARF tag for the RenderScript language
Pirama Arumuga Nainar via cfe-commits
- [libcxx] r273323 - Allow the libc++ build/source paths to contain symlinks.
Eric Fiselier via cfe-commits
- [PATCH] D21229: [Analyzer] Don't cache report generation ExplodedNodes
Anna Zaks via cfe-commits
- [libcxx] r273325 - Implement LWG issue 2725. The issue should move this meeting
Eric Fiselier via cfe-commits
- r273327 - Delete dead code.
Rafael Espindola via cfe-commits
- [libcxx] r273328 - Implement LWG issue 2720. Replace perms::resolve_symlinks with perms::symlink_nofollow.
Eric Fiselier via cfe-commits
- [PATCH] Restructure the propagation of -fPIC/-fPIE.
Rafael Espíndola via cfe-commits
- [PATCH] D20352: Add XRay flags to Clang
Eric Christopher via cfe-commits
- [libcxx] r273334 - Fix PR27684 - std::tuple no longer accepts reference to incomplete type in some cases.
Eric Fiselier via cfe-commits
- r273340 - [analyzer] Teach trackNullOrUndefValue() about class property accessors.
Devin Coughlin via cfe-commits
- [libcxx] r273341 - Move native_handle thread tests to test/libcxx
Eric Fiselier via cfe-commits
- [libcxx] r273342 - Allow placement new array test to consume extra bytes as specified by the standard.
Eric Fiselier via cfe-commits
- r273343 - Stmt.h: Tweak r273312 to avoid bool:1 to appease win32.
NAKAMURA Takumi via cfe-commits
- [PATCH] D21581: [libcxx] [test] Silence unused variable warnings in invoke.pass.cpp.
Stephan T. Lavavej via cfe-commits
- [libcxx] r273344 - Guard use of non-standard macros in denorm_min() tests.
Eric Fiselier via cfe-commits
- [PATCH] D21582: [libcxx] [test] Avoid mixing assignment and returning.
Stephan T. Lavavej via cfe-commits
- [libcxx] r273345 - Guard libc++ assumption about identity hashing in test. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [PATCH] D21583: [libcxx] [test] Make unord.hash/integral.pass.cpp portable.
Stephan T. Lavavej via cfe-commits
- [PATCH] D21584: [libcxx] [test] Fix an operator precedence mistake in valarray.unary/not.pass.cpp.
Stephan T. Lavavej via cfe-commits
- r273347 - CodeGen: Replace test/CodeGen/thinlto_backend.c with a functional test.
Peter Collingbourne via cfe-commits
- [libcxx] r273348 - Suppress unused warnings in std::invoke tests.
Eric Fiselier via cfe-commits
- [PATCH] D21585: [libcxx] [test] Silence MSVC's spurious "warning C4100: 'p': unreferenced formal parameter".
Stephan T. Lavavej via cfe-commits
- [libcxx] r273349 - Avoid assignment in return. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r273350 - Suppress stupid and incorrect MSVC warning. patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- r273351 - Add missing test dependency.
Peter Collingbourne via cfe-commits
- [libcxx] r273352 - Fix operator precedence mistake in valarray/not.pass.cpp. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r273353 - Don't use C++17 terse static assert. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [PATCH] D21350: [libcxx] [test] Avoid C++17 terse static_assert.
Eric Fiselier via cfe-commits
- [libcxx] r273354 - Avoid huge main() functions and huge arrays. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- r273356 - Specify a target triple to fix the test on non-Linux.
Peter Collingbourne via cfe-commits
- [PATCH] D21345: [libcxx] [test] Avoid huge main() functions and huge arrays.
Eric Fiselier via cfe-commits
- [libcxx] r273357 - Fix comment typos, strip trailing whitespace. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [PATCH] D21587: [libcxx] [test] Fix comment typos, strip trailing whitespace. No code changes.
Stephan T. Lavavej via cfe-commits
- [libcxx] r273359 - Remove locale tests that depend on LC_ALL. These are non-portable.
Eric Fiselier via cfe-commits
- [libcxx] r273360 - Use static_assert instead of runtime assert in std::money_base tests.
Eric Fiselier via cfe-commits
- r273361 - Require an x86 target for the thinlto_backend.ll test.
Peter Collingbourne via cfe-commits
- [libcxx] r273362 - Move typoed dir meta.hel to meta.help
Eric Fiselier via cfe-commits
- [libcxx] r273364 - Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support.
Eric Fiselier via cfe-commits
- [libcxx] r273365 - Move more _LIBCPP_VERSION tests to test/libcxx.
Eric Fiselier via cfe-commits
- [libcxx] r273367 - Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier via cfe-commits
- [libcxx] r273368 - Don't use non-conforming pointer_traits specialization it tests.
Eric Fiselier via cfe-commits
- r273369 - [OpenMP] Add the depend clause to target update construct (sema and parsing)
Kelvin Li via cfe-commits
- [libcxx] r273371 - Cleanup [list.modifiers] tests.
Eric Fiselier via cfe-commits
- [libcxx] r273372 - UBSan doesn't globally replace new/delete but it still makes some tests fail. Investigation needed.
Eric Fiselier via cfe-commits
- [libcxx] r273374 - Placate MSVC's unchecked malloc warnings.
Eric Fiselier via cfe-commits
- [libcxx] r273375 - Make locale constructors tests use count_new.hpp
Eric Fiselier via cfe-commits
- r273377 - [AVX512] Use correct types for mask parameters in avx512vlbw cmp builtin tests.
Craig Topper via cfe-commits
- r273378 - [AVX512] Replace masked integer cmp and ucmp builtins with native IR.
Craig Topper via cfe-commits
- [libcxx] r273379 - Make shared_ptr constructor tests use count_new.hpp
Eric Fiselier via cfe-commits
- [libcxx] r273381 - Fix exception/rtti detection in tests.
Eric Fiselier via cfe-commits
- [PATCH] D21597: clang-format: [JS] recognize more type locations.
Martin Probst via cfe-commits
- [libcxx] r273382 - Add tests for RTTI/exceptions test macros.
Eric Fiselier via cfe-commits
- [libcxx] r273383 - Support old GCC exception and rtti detection macros
Eric Fiselier via cfe-commits
- [libcxx] r273384 - Use correct Clang feature names. I got them wrong in the previous commit
Eric Fiselier via cfe-commits
- [libcxx] r273385 - Placate MSVC's unchecked malloc warning in thread tests.
Eric Fiselier via cfe-commits
- r273386 - [AVX512] Add missing typecasts to intrinsics.
Craig Topper via cfe-commits
- r273387 - [AVX512] __builtin_ia32_reducesd_mask and __builtin_ia32_reducess_mask should not require avx512vl.
Craig Topper via cfe-commits
- r273388 - [AVX512] Fix _mm_setzero_di to not require avx512vl since its used by the avx512dqintrin.h. Also update the avx512dq test to not enable avx512vl feature so we can ensure correct dependencies.
Craig Topper via cfe-commits
- r273389 - [AVX512] Use a __v8hi vector inside of _mm_setzero_hi to match its name. Probably no real functional change.
Craig Topper via cfe-commits
- [libcxx] r273390 - Disable ccache usage for .fail.cpp tests. It causes bugs.
Eric Fiselier via cfe-commits
- [libcxx] r273391 - Avoid unnecessary stat call in filesystem::permissions implementation.
Eric Fiselier via cfe-commits
- [PATCH] D21599: [Libcxx][MIPS] Use LLVM CheckAtomic.cmake module to figure out whether we need to link with libatomic.
Nitesh Jain via cfe-commits
- [libcxx] r273392 - Cleanup filesystem::permissions ever more.
Eric Fiselier via cfe-commits
- [libcxx] r273393 - Cleanup _LIBCPP_DEBUG tests in std::list. More to come.
Eric Fiselier via cfe-commits
- [libcxx] r273394 - Finish converting list _LIBCPP_DEBUG tests.
Eric Fiselier via cfe-commits
- [libcxx] r273395 - Run list debug copy test in C++03.
Eric Fiselier via cfe-commits
- [PATCH] D21601: Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error.
Eric Liu via cfe-commits
- [PATCH] D21602: Changes related to tooling::applyAllReplacements interface change in D21601.
Eric Liu via cfe-commits
- [PATCH] D21603: [include-fixer] Fix namespace after inserting a missing header.
Haojian Wu via cfe-commits
- r273401 - [Clang][bmi][intrinsics] Adding _mm_tzcnt_64 _mm_tzcnt_32 intrinsics to clang.
Michael Zuckerman via cfe-commits
- [PATCH] D21392: [clang-tidy] Enhance redundant-expression check
Aaron Ballman via cfe-commits
- [PATCH] D21185: [clang-tidy] Add performance-emplace-into-containers
Aaron Ballman via cfe-commits
- [libcxx] r273409 - Creating release candidate final from release_381 branch
Tom Stellard via cfe-commits
- [libcxxabi] r273410 - Creating release candidate final from release_381 branch
Tom Stellard via cfe-commits
- [libunwind] r273416 - Creating release candidate final from release_381 branch
Tom Stellard via cfe-commits
- [PATCH] D20867: [PCH] Fix timestamp check on windows hosts.
pierre gousseau via cfe-commits
- r273422 - clang-format: [JS] Do not break before 'as'.
Martin Probst via cfe-commits
- [PATCH] D20249: [OpenCL] Hierarchical/dynamic parallelism - enqueue kernel in OpenCL 2.0
Anastasia Stulova via cfe-commits
- r273425 - [OpenCL] Use function metadata to represent kernel attributes
Yaxun Liu via cfe-commits
- [PATCH] D21510: [libc++] Check hash before calling __hash_table key_eq function
Kwasi Mensah via cfe-commits
- r273434 - Widen EHScope::ClenupBitFields::FixupDepth to avoid overflowing it (PR23490)
Hans Wennborg via cfe-commits
- [PATCH] D21611: Fix small structures calling convention issue for some big endian architectures
Strahinja Petrovic via cfe-commits
- r273440 - Add support for /Ob1 and -finline-hint-functions flags
Hans Wennborg via cfe-commits
- r273441 - [analyzer] Teach ObjCDeallocChecker about XCTestCase
Devin Coughlin via cfe-commits
- r273450 - Make this test a bit more strict and fix it.
Rafael Espindola via cfe-commits
- r273454 - [codeview] Set the new IntroducedVirtual debug info flag
Reid Kleckner via cfe-commits
- [PATCH] D21617: [OpenMP] Diagnose missing cases of statements between target and teams directives
David S via cfe-commits
- r273463 - [Coverage] Push a new region when handling CXXTryStmts
Vedant Kumar via cfe-commits
- r273465 - [driver][mips] Factor out findMIPSMultilibs code into separate functions. NFC
Simon Atanasyan via cfe-commits
- [PATCH] D20880: [Coverage] Push a region and propagate counts through try blocks
Vedant Kumar via cfe-commits
- [PATCH] D21111: Avoid accessing an invalid PresumedLoc
Jordan Rose via cfe-commits
- r273468 - [driver] Remove empty folders from the Inputs folder for the driver's tests. NFC
Simon Atanasyan via cfe-commits
- [PATCH] D21619: [Sema] Implement C++14's DR1579: Prefer moving id-expression out of functions
Erik Pilkington via cfe-commits
- r273471 - [driver] Remove one more bunch of empty 'test inputs' folders. NFC
Simon Atanasyan via cfe-commits
- [PATCH] D21504: [X86] add _mm_loadu_si64
Simon Pilgrim via cfe-commits
- [PATCH] D21625: [libcxx] [test] Mark throw_bad_alloc_helper() as [[noreturn]].
Stephan T. Lavavej via cfe-commits
- [PATCH] D21626: Lit C++11 Compatibility Patch #10
Charles Li via cfe-commits
- [PATCH] D18073: Add memory allocating functions
Alexander Riccio via cfe-commits
- [PATCH] D21629: [libcxx] [test] Add assertions to quiet analysis warnings about array bounds.
Stephan T. Lavavej via cfe-commits
- r273522 - Use ranges to concisely express iteration
David Majnemer via cfe-commits
- [PATCH] D19932: [OpenCL] Add to_{global|local|private} builtin functions.
Jan Vesely via cfe-commits
- r273533 - [AVX512] Replace masked unpack builtins with shufflevector and selects.
Craig Topper via cfe-commits
- [PATCH] D21637: [libcxx] Don't use pthread initializers in constexpr constructors
Julien via cfe-commits
- r273548 - Rearrange condition handling so that semantic checks on a condition variable
Richard Smith via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Pauer Gergely via cfe-commits
- r273552 - Attempt to fix MIPS buildbots after r273425.
Daniel Sanders via cfe-commits
- r273553 - clang-format: [Proto] Use more compact format for text-formatted options
Daniel Jasper via cfe-commits
- [PATCH] D21641: Use ArgList::hasFlag to check if -miamcu/-mno-iamcu is passed. NFC.
Andrey Turetskiy via cfe-commits
- [PATCH] D21642: [clang-tidy] boost-use-to-string arg expr location bugfix
Piotr Padlewski via cfe-commits
- r273558 - CodeGen: support linker options on Windows ARM
Saleem Abdulrasool via cfe-commits
- [PATCH] D21385: Adjust Registry interface to not require plugins to export a registry
John Brawn via cfe-commits
- r273563 - Fixing a FIXME related to Unicode support on Windows. Converted the Win32 APIs to explicitly use the W version when it involves strings that can hold non-ASCII characters (like file paths). Now explicitly using the A version for strings that will always be ASCII (like registry key paths).
Aaron Ballman via cfe-commits
- [PATCH] D21643: Default to using the Unicode version of Win32 APIs
Aaron Ballman via cfe-commits
- r273566 - Restructure the propagation of -fPIC/-fPIE.
Rafael Espindola via cfe-commits
- r273572 - [Analyzer] Don't cache report generation ExplodedNodes
Ben Craig via cfe-commits
- [PATCH] D17815: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Igor Kudrin via cfe-commits
- [PATCH] D21653: [Sema] Disallow ambiguous base-to-derived conversion in template argument deduction
Erik Pilkington via cfe-commits
- r273589 - Revert r273548, "Rearrange condition handling so that semantic checks on a condition variable"
Peter Collingbourne via cfe-commits
- r273590 - Add a test case for the regression in -Wfor-loop-analysis caused by r273548.
Peter Collingbourne via cfe-commits
- r273600 - Re-commit r273548, reverted in r273589, with a fix to not produce
Richard Smith via cfe-commits
- r273602 - Implement p0292r2 (constexpr if), a likely C++1z feature.
Richard Smith via cfe-commits
- r273603 - clang-format: [JS] recognize more type locations.
Martin Probst via cfe-commits
- r273606 - Invoke simplifycfg and sroa before instcombine.
Dehao Chen via cfe-commits
- [PATCH] D21658: clang-format: [JS] handle conditionals in fields, default params.
Martin Probst via cfe-commits
- [PATCH] D21659: AMDGPU: Add builtin to read exec mask
Matt Arsenault via cfe-commits
- r273619 - clang-format: [JS] handle conditionals in fields, default params.
Martin Probst via cfe-commits
- r273624 - Parser::ParseCXXCondition(): Prune \param in r273548 [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
- [PATCH] D21666: [Tooling] Add optional argument to getFullyQualifiedName to prepend "::".
Siva Chandra via cfe-commits
- [PATCH] D21667: [analyzer] Add rudimentary handling of AtomicExpr.
Devin Coughlin via cfe-commits
- Fwd: Buildbot numbers for the last week of 6/12/2016 - 6/18/2016
Galina Kistanova via cfe-commits
- [PATCH] D21673: [libcxx] guard throw with exception enabling check
Weiming Zhao via cfe-commits
- r273646 - Use the same underlying type for bitfields
David Majnemer via cfe-commits
- r273647 - Use more ArrayRefs
David Majnemer via cfe-commits
- r273650 - Use even more ArrayRefs
David Majnemer via cfe-commits
- [PATCH] D21675: New ODR checker for modules
Richard Trieu via cfe-commits
- [PATCH] D21501: [Driver] Add support for Broadcom Vulcan core
pankaj gode via cfe-commits
- r273651 - try to fix the MSVC build
David Majnemer via cfe-commits
- [PATCH] D21676: clang-rename: add a -s (suffix) option
Miklos Vajna via cfe-commits
- [PATCH] D21677: Add ignoringImplicit matcher
Cong Liu via cfe-commits
- r273659 - IgnoringImplicit matcher.
Cong Liu via cfe-commits
- [clang-tools-extra] r273660 - Remove ignoringImplicit from clang-tidy.
Cong Liu via cfe-commits
- r273662 - Add (commented out) status entries for the upcoming WG21 motions.
Richard Smith via cfe-commits
- r273665 - This patch fixes problem with passing structures and unions
Strahinja Petrovic via cfe-commits
- r273666 - Using for attributes voted into C++17.
Richard Smith via cfe-commits
- r273667 - Dynamic memory allocation with alignment has been approved for C++17.
Richard Smith via cfe-commits
- r273668 - More approved features for C++17.
Richard Smith via cfe-commits
- [PATCH] D20428: Tracking exception specification source locations
Richard Smith via cfe-commits
- r273675 - Fix make-check issues
Strahinja Petrovic via cfe-commits
- r273676 - Updates from further motions.
Richard Smith via cfe-commits
- [PATCH] D21470: [clang-tidy] Don't run misc-definitions-in-headers check in failing TUs.
Alexander Kornienko via cfe-commits
- [PATCH] D21682: DeadStoresChecker: Don't warn about dead stores into volatile variables
Stephan Bergmann via cfe-commits
- r273680 - Inline variables tentatively approved for C++17.
Richard Smith via cfe-commits
- r273681 - Remaining motions pass.
Richard Smith via cfe-commits
- [PATCH] D21683: [Sparc] Allow LEON cpu models to be selected with -mcpu
Jacob Baungard Hansen via cfe-commits
- r273683 - Correct error in change description.
Richard Smith via cfe-commits
- r273689 - DeadStoresChecker: Don't warn about dead stores into volatile variables
Stephan Bergmann via cfe-commits
- [PATCH] D21295: Add a negative TBAA test
Roger Ferrer Ibanez via cfe-commits
- LLVM buildmaster is not working currently
Galina Kistanova via cfe-commits
- r273694 - clang-format: [JS] Fix build breakage.
Martin Probst via cfe-commits
- [PATCH] D21691: clang-format: [JS] Fix build breakage.
Martin Probst via cfe-commits
- [libcxx] r273697 - [libcxx] guard throw with exception enabling check
Weiming Zhao via cfe-commits
- [llvm-dev] [RFC] Embedded bitcode and related upstream (Part II)
Steven Wu via cfe-commits
- r273705 - [OpenMP] Initial implementation of parse and sema for composite pragma 'distribute parallel for'
Carlo Bertolli via cfe-commits
- [PATCH] D21695: [clang] Version support for UBSan handlers
Filipe Cabecinhas via cfe-commits
- [PATCH] D21289: [ubsan] Version names of handlers
Filipe Cabecinhas via cfe-commits
- r273709 - Revert r273705
Carlo Bertolli via cfe-commits
- r273714 - [CMake] Remove CLANG_APPEND_VC_REV option
Chris Bieneman via cfe-commits
- [PATCH] D21698: [OpenCL] Allow user to add supported OpenCL extensions by pragma
Yaxun Liu via cfe-commits
- [PATCH] D21700: [SemaExpr] Support lax conversions in assignments with vector and scalars with same size
Bruno Cardoso Lopes via cfe-commits
- r273730 - CodeGen: Update Clang to use the new type metadata.
Peter Collingbourne via cfe-commits
- [PATCH] D21054: CodeGen: Update Clang to use the new type metadata.
Peter Collingbourne via cfe-commits
- r273735 - Add support for musl-libc on ARM Linux.
Rafael Espindola via cfe-commits
- [PATCH] D21337: [CUDA] Give templated device functions internal linkage, templated kernels external linkage.
Justin Lebar via cfe-commits
- [PATCH] D21705: Include debug info for nested structs and classes
Adrian McCarthy via cfe-commits
- [PATCH] D21706: [libcxx] refactor for throw or assert
Weiming Zhao via cfe-commits
- r273754 - Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a
Richard Smith via cfe-commits
- [PATCH] D21708: [libcxx] fix compiler warning of autological-constant-out-of-range-compare
Weiming Zhao via cfe-commits
- r273757 - CodeGen: Start emitting checked loads when both trapping CFI and -fwhole-program-vtables are enabled.
Peter Collingbourne via cfe-commits
- [PATCH] D21122: CodeGen: Start emitting checked loads when both trapping CFI and -fwhole-program-vtables are enabled.
Peter Collingbourne via cfe-commits
- r273760 - Fix bad test expectation.
Peter Collingbourne via cfe-commits
- [PATCH] D21712: [libcxx] [test] Avoid narrowing conversions in quoted.pass.cpp.
Stephan T. Lavavej via cfe-commits
- [PATCH] D21713: [libcxx] [test] Use L"cat" L"dog" when concatenating string literals.
Stephan T. Lavavej via cfe-commits
- [PATCH] D21714: [libcxx] [test] In atomics.types.generic/address.pass.cpp, use T(0) for consistency.
Stephan T. Lavavej via cfe-commits
- [PATCH] D21715: [libcxx] [test] Make default_noexcept.pass.cpp tests more portable.
Stephan T. Lavavej via cfe-commits
- [PATCH] D21716: [libcxx] [test] Make move_noexcept.pass.cpp tests more portable.
Stephan T. Lavavej via cfe-commits
- [PATCH] D21717: [libcxx] [test] Make dtor_noexcept.pass.cpp tests more portable.
Stephan T. Lavavej via cfe-commits
- [PATCH] D21718: [libcxx] [test] Make move_assign_noexcept.pass.cpp tests more portable.
Stephan T. Lavavej via cfe-commits
- [PATCH] D21724: [RFC] Enhance synchscope representation (clang)
Konstantin Zhuravlyov via cfe-commits
- r273775 - [X86] Fix pslldq/psrldq intrinsics to not fail compilation with immediates larger than 16. This was accidentally broken in r272246.
Craig Topper via cfe-commits
- [PATCH] D21729: [Clang][BuiltIn][AVX512] adding _mm{|256|512}_mask_cvt{s|us|}epi16_storeu_epi8 intrinsics
michael zuckerman via cfe-commits
- [PATCH] D20196: [clang-tidy] Inefficient string operation
Bittner Barni via cfe-commits
- r273783 - Fix unused variable warning after r273754.
James Y Knight via cfe-commits
- [PATCH] D18919: [Clang-tidy] Add check "modernize use using"
Krystyna via cfe-commits
- [clang-tools-extra] r273786 - [clang-tidy] Add modernize-use-using
Krystyna Gajczyk via cfe-commits
- [PATCH] D21734: [Intrinsics][AVX512][BuiltIn] adding intrinsics for vrangesd instruction set
michael zuckerman via cfe-commits
- [PATCH] D20349: Fix a clang bug in lambda capture of 'this'
Faisal Vali via cfe-commits
- [PATCH] D21145: [Sema] Fix crash on valid where instantiation of lambda cannot access type of 'this'
Faisal Vali via cfe-commits
- r273812 - [X86] add _mm_loadu_si64
Asaf Badouh via cfe-commits
- [libcxx] r273818 - Avoid narrowing conversions in quoted test. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r273819 - Add [[noreturn]] attribute to throw_bad_alloc_helper().
Eric Fiselier via cfe-commits
- [libcxx] r273820 - Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r273821 - Use L"cat" L"dog" when concatenating string literals. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r273822 - Work around MSVC bug in atomics.types.generic/address.pass.cpp test. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r273823 - Make default_noexcept.pass.cpp container tests more portable. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r273824 - Implement LWG 2488 - Make the placeholders constexpr.
Eric Fiselier via cfe-commits
- [PATCH] D21737: [PATCH] [CodeGen] Insert TargetLibraryInfoWrapperPass before anything else.
Marcin Kościelnicki via cfe-commits
- [libcxx] r273831 - Fix PR28079 - std::wstring_convert move constructor broken.
Eric Fiselier via cfe-commits
- [libcxx] r273832 - Fix C++03 build
Eric Fiselier via cfe-commits
- [clang-tools-extra] r273834 - clang-tools-extra/test/clang-tidy/modernize-use-using.cpp: Satisfy thiscall.
NAKAMURA Takumi via cfe-commits
- [libcxx] r273835 - Fix PR27115 - enable_shared_from_this does not work as a virtual base class.
Eric Fiselier via cfe-commits
- [libcxx] r273836 - Fix C++03 failure in enable_shared_from_this test
Eric Fiselier via cfe-commits
- [libcxx] r273837 - Implement P0358r1. Fixes for not_fn.
Eric Fiselier via cfe-commits
- [libcxx] r273838 - Implement p0337r0. Delete operator= for polymorphic_allocator.
Eric Fiselier via cfe-commits
- [libcxx] r273839 - Implement P0163r0. Add shared_ptr::weak_type.
Eric Fiselier via cfe-commits
- [PATCH 1/1] tools/clang-format: fix git-clang-format shebang
Austin English via cfe-commits
- [libcxx] r273840 - Fix UB in uses_alloc_types.hpp
Eric Fiselier via cfe-commits
- [PATCH] D21741: Add test for D21736 and D21737.
Marcin Kościelnicki via cfe-commits
- r273841 - [clang-cl] Implement support for /std
David Majnemer via cfe-commits
Last message date:
Sun Jun 26 23:32:19 PDT 2016
Archived on: Sun Jun 26 23:28:42 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).