Author: hans
Date: Thu Feb 7 03:13:28 2019
New Revision: 353393
URL: http://llvm.org/viewvc/llvm-project?rev=353393&view=rev
Log:
Typo: s/follwing/following
Modified:
cfe/trunk/include/clang/Driver/Options.td
Modified: cfe/trunk/include/clang/Driver/Options.td
URL:
http://llvm.org/viewvc/l
Author: hans
Date: Thu Feb 7 07:36:17 2019
New Revision: 353414
URL: http://llvm.org/viewvc/llvm-project?rev=353414&view=rev
Log:
Creating release candidate rc2 from release_800 branch
Added:
libunwind/tags/RELEASE_800/rc2/
- copied from r353413, libunwind/branches/release_80/
___
Author: hans
Date: Thu Feb 7 07:36:17 2019
New Revision: 353414
URL: http://llvm.org/viewvc/llvm-project?rev=353414&view=rev
Log:
Creating release candidate rc2 from release_800 branch
Added:
libclc/tags/RELEASE_800/rc2/
- copied from r353413, libclc/branches/release_80/
_
Merged to release_80 in r353807.
On Fri, Feb 8, 2019 at 2:28 AM JF Bastien via cfe-commits
wrote:
>
> Author: jfb
> Date: Thu Feb 7 17:29:17 2019
> New Revision: 353495
>
> URL: http://llvm.org/viewvc/llvm-project?rev=353495&view=rev
> Log:
> Variable auto-init: fix __block initialization
>
> Su
Merged to 8.0 in r353825.
On Thu, Feb 7, 2019 at 4:13 PM Erich Keane via cfe-commits
wrote:
>
> Author: erichkeane
> Date: Thu Feb 7 07:14:11 2019
> New Revision: 353411
>
> URL: http://llvm.org/viewvc/llvm-project?rev=353411&view=rev
> Log:
> Fix r350643 to limit COFF emission to <= 32 BYTES in
Merged to 8.0 in r353826.
On Thu, Feb 7, 2019 at 6:32 PM Anastasia Stulova via cfe-commits
wrote:
>
> Author: stulova
> Date: Thu Feb 7 09:32:37 2019
> New Revision: 353431
>
> URL: http://llvm.org/viewvc/llvm-project?rev=353431&view=rev
> Log:
> [OpenCL][PR40603] In C++ preserve compatibility w
Merged to 8.0 in r353828.
On Fri, Feb 8, 2019 at 2:17 AM Eli Friedman via cfe-commits
wrote:
>
> Author: efriedma
> Date: Thu Feb 7 17:17:49 2019
> New Revision: 353493
>
> URL: http://llvm.org/viewvc/llvm-project?rev=353493&view=rev
> Log:
> [COFF, ARM64] Fix types for _ReadStatusReg, _WriteSta
Merged to 8.0 in r353829.
On Thu, Feb 7, 2019 at 1:46 PM Martin Storsjo via cfe-commits
wrote:
>
> Author: mstorsjo
> Date: Thu Feb 7 04:46:49 2019
> New Revision: 353402
>
> URL: http://llvm.org/viewvc/llvm-project?rev=353402&view=rev
> Log:
> [clang-cl] support /Oy- on aarch64
>
> MSVC support
Merged to 8.0 in r353831.
On Mon, Feb 11, 2019 at 3:52 AM Brad Smith via cfe-commits
wrote:
>
> Author: brad
> Date: Sun Feb 10 18:53:16 2019
> New Revision: 353656
>
> URL: http://llvm.org/viewvc/llvm-project?rev=353656&view=rev
> Log:
> long double is double on OpenBSD/NetBSD/PPC.
>
> Patch by
Reverted on the release_80 branch in r353935.
On Fri, Jan 4, 2019 at 6:01 PM Aaron Ballman via cfe-commits
wrote:
>
> Author: aaronballman
> Date: Fri Jan 4 08:58:14 2019
> New Revision: 350404
>
> URL: http://llvm.org/viewvc/llvm-project?rev=350404&view=rev
> Log:
> Refactor the way we handle d
Thanks everyone, merged in r354015.
On Wed, Feb 13, 2019 at 9:48 PM Aaron Ballman wrote:
>
> I'm fine with rolling it into 8.0.
>
> ~Aaron
>
> On Wed, Feb 13, 2019 at 3:47 PM Erik Pilkington via cfe-commits
> wrote:
> >
> > It isn’t a super common issue, but this is a pretty low-risk fix so I th
Merged in r354129. Please let me know if there are any follow-ups.
Thanks,
Hans
On Fri, Feb 15, 2019 at 12:16 AM Erik Pilkington
wrote:
>
> Hans, can you merge this diagnostic regression fix into LLVM 8?
>
> Thanks!
>
> > On Feb 14, 2019, at 2:48 PM, Erik Pilkington via cfe-commits
> > wrote:
Merged to release_80 in r354130. Please let me know if there are any follow-ups.
On Wed, Feb 13, 2019 at 1:25 PM Adam Balogh via cfe-commits
wrote:
>
> Author: baloghadamsoftware
> Date: Wed Feb 13 04:25:47 2019
> New Revision: 353943
>
> URL: http://llvm.org/viewvc/llvm-project?rev=353943&view=r
Merged to release_80 in r354247.
On Thu, Feb 14, 2019 at 4:42 PM Bruno Ricci via cfe-commits
wrote:
>
> Author: brunoricci
> Date: Thu Feb 14 07:43:17 2019
> New Revision: 354035
>
> URL: http://llvm.org/viewvc/llvm-project?rev=354035&view=rev
> Log:
> [Sema] Fix a regression introduced in "[AST]
Merged to release_80 in r354248.
On Fri, Feb 15, 2019 at 6:25 PM JF Bastien via cfe-commits
wrote:
>
> Author: jfb
> Date: Fri Feb 15 09:26:29 2019
> New Revision: 354147
>
> URL: http://llvm.org/viewvc/llvm-project?rev=354147&view=rev
> Log:
> Variable auto-init of blocks capturing self after in
Author: hans
Date: Tue Feb 19 08:58:25 2019
New Revision: 354351
URL: http://llvm.org/viewvc/llvm-project?rev=354351&view=rev
Log:
Remove extraneous space in MSVC-style diagnostic output
There was an extra space between the file location and the diagnostic
message:
/tmp/a.c(1,12): warning: un
Merged to release_80 in r354459.
On Tue, Feb 19, 2019 at 5:57 PM Hans Wennborg via cfe-commits
wrote:
>
> Author: hans
> Date: Tue Feb 19 08:58:25 2019
> New Revision: 354351
>
> URL: http://llvm.org/viewvc/llvm-project?rev=354351&view=rev
> Log:
> Remove ex
r311799. Thanks!
On Thu, Aug 24, 2017 at 7:14 PM, Richard Smith wrote:
> Hi Hans,
>
> This fixes a regression in ubsan's handling of lambda expressions. Seems
> like a reasonable candidate for Clang 5, but it is rather late in the day...
>
>
> On 24 August 2017 at 13:10, Richard Smith via cfe-com
Merged to 5.0 in r311800.
On Fri, Aug 25, 2017 at 12:14 PM, Daniel Jasper via cfe-commits
wrote:
> Author: djasper
> Date: Fri Aug 25 12:14:53 2017
> New Revision: 311792
>
> URL: http://llvm.org/viewvc/llvm-project?rev=311792&view=rev
> Log:
> [Format] Invert nestingAndIndentLevel pair in Whites
Author: hans
Date: Fri Aug 25 15:51:17 2017
New Revision: 311812
URL: http://llvm.org/viewvc/llvm-project?rev=311812&view=rev
Log:
Creating release candidate rc3 from release_500 branch
Added:
libcxxabi/tags/RELEASE_500/rc3/
- copied from r311811, libcxxabi/branches/release_50/
___
Author: hans
Date: Fri Aug 25 15:51:17 2017
New Revision: 311811
URL: http://llvm.org/viewvc/llvm-project?rev=311811&view=rev
Log:
Creating release candidate rc3 from release_500 branch
Added:
libcxx/tags/RELEASE_500/rc3/ (props changed)
- copied from r311810, libcxx/branches/release_
Author: hans
Date: Fri Aug 25 15:51:25 2017
New Revision: 311818
URL: http://llvm.org/viewvc/llvm-project?rev=311818&view=rev
Log:
Creating release candidate rc3 from release_500 branch
Added:
libunwind/tags/RELEASE_500/rc3/ (props changed)
- copied from r311817, libunwind/branches/re
Author: hans
Date: Mon Aug 28 10:53:00 2017
New Revision: 311898
URL: http://llvm.org/viewvc/llvm-project?rev=311898&view=rev
Log:
Revert r311857 "Emit static constexpr member as available_externally definition"
It caused PR759744.
> Emit static constexpr member as available_externally definitio
I reverted this in r311898 as it caused Chromium builds to fail with
an assertion; see PR34348.
On Sun, Aug 27, 2017 at 1:24 PM, Mehdi Amini via cfe-commits
wrote:
> Author: mehdi_amini
> Date: Sun Aug 27 13:24:09 2017
> New Revision: 311857
>
> URL: http://llvm.org/viewvc/llvm-project?rev=311857
Merged in r312013.
On Fri, Aug 25, 2017 at 6:06 PM, Richard Smith wrote:
> Hi Hans,
>
> We should get this into Clang 5 so that people can opt out of the ABI bugfix
> for passing C++ class types by value.
>
> On 25 August 2017 at 18:04, Richard Smith via cfe-commits
> wrote:
>>
>> Author: rsmith
Author: hans
Date: Tue Aug 29 16:49:07 2017
New Revision: 312074
URL: http://llvm.org/viewvc/llvm-project?rev=312074&view=rev
Log:
Creating release candidate rc4 from release_500 branch
Added:
libcxxabi/tags/RELEASE_500/rc4/
- copied from r312073, libcxxabi/branches/release_50/
___
Author: hans
Date: Tue Aug 29 16:49:07 2017
New Revision: 312073
URL: http://llvm.org/viewvc/llvm-project?rev=312073&view=rev
Log:
Creating release candidate rc4 from release_500 branch
Added:
libcxx/tags/RELEASE_500/rc4/ (props changed)
- copied from r312072, libcxx/branches/release_
Author: hans
Date: Tue Aug 29 16:49:14 2017
New Revision: 312080
URL: http://llvm.org/viewvc/llvm-project?rev=312080&view=rev
Log:
Creating release candidate rc4 from release_500 branch
Added:
libunwind/tags/RELEASE_500/rc4/ (props changed)
- copied from r312079, libunwind/branches/re
Author: hans
Date: Wed Aug 30 11:35:44 2017
New Revision: 312149
URL: http://llvm.org/viewvc/llvm-project?rev=312149&view=rev
Log:
docs: typo fix
Modified:
cfe/trunk/docs/ReleaseNotes.rst
Modified: cfe/trunk/docs/ReleaseNotes.rst
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/Relea
Author: hans
Date: Wed Aug 30 16:26:38 2017
New Revision: 312193
URL: http://llvm.org/viewvc/llvm-project?rev=312193&view=rev
Log:
Fix the test fix from r312181
Modified:
cfe/trunk/test/CodeGen/profile-sample-accurate.c
cfe/trunk/test/CodeGen/thinlto-emit-llvm.c
cfe/trunk/test/Integra
I fixed them some more in r312193 :-)
See e.g. here for the sample breakage:
http://bb.pgr.jp/builders/test-clang-i686-linux-RA/builds/6961/steps/test_clang/logs/Clang%20%3A%3A%20CodeGen__profile-sample-accurate.c
On Wed, Aug 30, 2017 at 3:30 PM, Douglas Yung via cfe-commits
wrote:
> Author: dyu
Author: hans
Date: Fri Sep 1 14:02:55 2017
New Revision: 312371
URL: http://llvm.org/viewvc/llvm-project?rev=312371&view=rev
Log:
Creating release candidate rc5 from release_500 branch
Added:
libcxx/tags/RELEASE_500/rc5/ (props changed)
- copied from r312370, libcxx/branches/release_
Author: hans
Date: Fri Sep 1 14:02:56 2017
New Revision: 312372
URL: http://llvm.org/viewvc/llvm-project?rev=312372&view=rev
Log:
Creating release candidate rc5 from release_500 branch
Added:
libcxxabi/tags/RELEASE_500/rc5/
- copied from r312371, libcxxabi/branches/release_50/
___
Author: hans
Date: Fri Sep 1 14:03:03 2017
New Revision: 312378
URL: http://llvm.org/viewvc/llvm-project?rev=312378&view=rev
Log:
Creating release candidate rc5 from release_500 branch
Added:
libunwind/tags/RELEASE_500/rc5/ (props changed)
- copied from r312377, libunwind/branches/re
Author: hans
Date: Tue Sep 5 11:20:11 2017
New Revision: 312552
URL: http://llvm.org/viewvc/llvm-project?rev=312552&view=rev
Log:
Creating release candidate final from release_500 branch
Added:
libcxx/tags/RELEASE_500/final/ (props changed)
- copied from r312551, libcxx/branches/rele
Author: hans
Date: Tue Sep 5 11:20:18 2017
New Revision: 312559
URL: http://llvm.org/viewvc/llvm-project?rev=312559&view=rev
Log:
Creating release candidate final from release_500 branch
Added:
libunwind/tags/RELEASE_500/final/ (props changed)
- copied from r312558, libunwind/branche
Author: hans
Date: Tue Sep 5 11:20:11 2017
New Revision: 312553
URL: http://llvm.org/viewvc/llvm-project?rev=312553&view=rev
Log:
Creating release candidate final from release_500 branch
Added:
libcxxabi/tags/RELEASE_500/final/
- copied from r312552, libcxxabi/branches/release_50/
___
On Fri, Sep 8, 2017 at 4:48 AM, Sam McCall via cfe-commits
wrote:
> Nice fix! It catches a lot of new cases on our codebase, all technically
> correct so far.
>
> A couple of issues though:
> A) Rollout - until we've completely cleaned up, we need to disable
> -Wtautological-compare entirely, whic
On Fri, Sep 8, 2017 at 2:09 PM, Roman Lebedev wrote:
> On Fri, Sep 8, 2017 at 11:45 PM, Hans Wennborg wrote:
>> On Fri, Sep 8, 2017 at 4:48 AM, Sam McCall via cfe-commits
>> wrote:
>>> Nice fix! It catches a lot of new cases on our codebase, all technically
>>> correct so far.
>>>
>>> A couple o
On Fri, Sep 8, 2017 at 2:26 PM, Friedman, Eli wrote:
> On 9/8/2017 2:18 PM, Hans Wennborg via cfe-commits wrote:
>>
>> On Fri, Sep 8, 2017 at 2:09 PM, Roman Lebedev
>> wrote:
>>>
>>>
>>> Interesting. My first thought was to explicitly specify enum
Dimitry Andric via cfe-commits"
>
> wrote:
>
> On 19 Jul 2017, at 16:04, Hans Wennborg via cfe-commits
> wrote:
> >
> > Author: hans
> > Date: Wed Jul 19 07:04:19 2017
> > New Revision: 308470
> >
> > URL: http://
Author: hans
Date: Tue Sep 12 11:38:34 2017
New Revision: 313060
URL: http://llvm.org/viewvc/llvm-project?rev=313060&view=rev
Log:
clang-format-vs: Update the VSIX ID.
We're moving the extension to a new account on the VS Marketplace, and
apparently it's not possible to re-upload an extension wit
Author: hans
Date: Fri Sep 22 14:47:39 2017
New Revision: 314033
URL: http://llvm.org/viewvc/llvm-project?rev=314033&view=rev
Log:
clang-format plugin: Add missing NL (new line) at EOF (end of file)
clang-format.exe removes trailing new lines at end of file.
However, if no NL is found at EOF one
Author: hans
Date: Thu Jun 13 00:07:24 2019
New Revision: 363230
URL: http://llvm.org/viewvc/llvm-project?rev=363230&view=rev
Log:
clang-format extension: Widen the supported versions range
So that it covers also the latest VS 2019 version.
By Antonio Maiorano!
Modified:
cfe/trunk/tools/cla
Author: hans
Date: Mon Jun 17 00:47:28 2019
New Revision: 363529
URL: http://llvm.org/viewvc/llvm-project?rev=363529&view=rev
Log:
Re-commit r357452 (take 3): "SimplifyCFG SinkCommonCodeFromPredecessors: Also
sink function calls without used results (PR41259)"
Third time's the charm.
This was r
This broke Chromium for 32-bit Linux:
https://bugs.chromium.org/p/chromium/issues/detail?id=974542#c5
It's not clear what's happening yet, bet just to give a heads up.
Since this changes ABI behaviour, it would probably we worth
mentioning in docs/ReleaseNotes.rst too.
On Wed, Jun 12, 2019 at 3:
pengfei's email bounced. Trying Wei Xiao instead.
On Mon, Jun 17, 2019 at 3:44 PM Hans Wennborg wrote:
>
> This broke Chromium for 32-bit Linux:
> https://bugs.chromium.org/p/chromium/issues/detail?id=974542#c5
>
> It's not clear what's happening yet, bet just to give a heads up.
>
> Since this c
Author: hans
Date: Wed Jun 19 04:34:08 2019
New Revision: 363790
URL: http://llvm.org/viewvc/llvm-project?rev=363790&view=rev
Log:
Revert r363116 "[X86] [ABI] Fix i386 ABI "__m64" type bug"
This introduced MMX instructions in code that wasn't previously using
them, breaking programs using 64-bit
Author: hans
Date: Thu Jul 18 00:12:47 2019
New Revision: 366408
URL: http://llvm.org/viewvc/llvm-project?rev=366408&view=rev
Log:
clang-tidy release notes: Split and order changes by type
Patch by Eugene Zelenko!
Modified:
clang-tools-extra/trunk/docs/ReleaseNotes.rst
Modified: clang-tools
Author: hans
Date: Thu Jul 18 04:51:05 2019
New Revision: 366427
URL: http://llvm.org/viewvc/llvm-project?rev=366427&view=rev
Log:
Bump the trunk version to 10.0.0svn
and clear the release notes.
Modified:
clang-tools-extra/trunk/docs/ReleaseNotes.rst
clang-tools-extra/trunk/docs/conf.py
Author: hans
Date: Thu Jul 18 04:51:05 2019
New Revision: 366427
URL: http://llvm.org/viewvc/llvm-project?rev=366427&view=rev
Log:
Bump the trunk version to 10.0.0svn
and clear the release notes.
Modified:
libunwind/trunk/CMakeLists.txt
libunwind/trunk/docs/conf.py
Modified: libunwind/t
Author: hans
Date: Thu Jul 18 04:51:05 2019
New Revision: 366427
URL: http://llvm.org/viewvc/llvm-project?rev=366427&view=rev
Log:
Bump the trunk version to 10.0.0svn
and clear the release notes.
Modified:
cfe/trunk/docs/ReleaseNotes.rst
cfe/trunk/docs/conf.py
Modified: cfe/trunk/docs/R
Author: hans
Date: Thu Jul 18 04:53:54 2019
New Revision: 366428
URL: http://llvm.org/viewvc/llvm-project?rev=366428&view=rev
Log:
Creating release_90 branch off revision 366426
Added:
libunwind/branches/release_90/
- copied from r366426, libunwind/trunk/
__
Author: hans
Date: Thu Jul 18 04:53:54 2019
New Revision: 366428
URL: http://llvm.org/viewvc/llvm-project?rev=366428&view=rev
Log:
Creating release_90 branch off revision 366426
Added:
libclc/branches/release_90/
- copied from r366426, libclc/trunk/
Author: hans
Date: Fri Jul 19 02:22:57 2019
New Revision: 366549
URL: http://llvm.org/viewvc/llvm-project?rev=366549&view=rev
Log:
Drop svn version suffix.
Modified:
libunwind/branches/release_90/CMakeLists.txt
Modified: libunwind/branches/release_90/CMakeLists.txt
URL:
http://llvm.org/view
Merged to the 9.0 branch in r366554.
On Thu, Jul 18, 2019 at 8:29 PM Alex Bradbury via cfe-commits
wrote:
>
> Author: asb
> Date: Thu Jul 18 11:29:59 2019
> New Revision: 366480
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366480&view=rev
> Log:
> [RISCV] Hard float ABI support
>
> The RISC-V
Merged to 9.0 in r366556.
On Fri, Jul 19, 2019 at 12:46 AM Lang Hames via cfe-commits
wrote:
>
> Author: lhames
> Date: Thu Jul 18 15:47:18 2019
> New Revision: 366511
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366511&view=rev
> Log:
> Update the SimpleJIT class in the clang-interpreter exa
Merged to Clang 9 in r366705.
On Thu, Jul 18, 2019 at 10:48 AM Alexey Bataev via cfe-commits
wrote:
>
> Author: abataev
> Date: Thu Jul 18 10:49:13 2019
> New Revision: 366474
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366474&view=rev
> Log:
> [OPENMP]Provide correct data sharing attributes
Merged to Clang 9 in r366706.
On Thu, Jul 18, 2019 at 12:39 PM Alexey Bataev via cfe-commits
wrote:
>
> Author: abataev
> Date: Thu Jul 18 12:40:24 2019
> New Revision: 366483
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366483&view=rev
> Log:
> [OPENMP]Fix sharing of threadprivate variables
Merged to clang 9 in r366711.
On Mon, Jul 22, 2019 at 9:13 AM Paul Robinson via cfe-commits
wrote:
>
> Author: probinson
> Date: Mon Jul 22 09:14:09 2019
> New Revision: 366699
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366699&view=rev
> Log:
> [X86] Remove const from some intrinsics that s
Merged to the 9 branch in r366713.
On Thu, Jul 18, 2019 at 8:00 AM Sam McCall via cfe-commits
wrote:
>
> Author: sammccall
> Date: Thu Jul 18 08:00:38 2019
> New Revision: 366443
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366443&view=rev
> Log:
> [clangd] Disable DumpRecordLayout by default
Merged to the 9 branch in r366714
On Thu, Jul 18, 2019 at 8:37 AM Shaurya Gupta via cfe-commits
wrote:
>
> Author: sureyeaah
> Date: Thu Jul 18 08:38:03 2019
> New Revision: 366451
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366451&view=rev
> Log:
> [Clangd] Changed ExtractVariable to only w
Merged together with r366457 to Clang 9 in r366717.
On Thu, Jul 18, 2019 at 8:21 AM Ilya Biryukov via cfe-commits
wrote:
>
> Author: ibiryukov
> Date: Thu Jul 18 08:21:34 2019
> New Revision: 366448
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366448&view=rev
> Log:
> [ASTUnit] Fix a regressi
Merged this and r366559 to the 9 branch in r366718.
On Thu, Jul 18, 2019 at 9:13 AM Kadir Cetinkaya via cfe-commits
wrote:
>
> Author: kadircet
> Date: Thu Jul 18 09:13:23 2019
> New Revision: 366455
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366455&view=rev
> Log:
> [clangd] Get rid of dot
Merged them both in r366814.
Thanks,
Hans
On Tue, Jul 23, 2019 at 7:20 AM Anastasia Stulova
wrote:
>
>
> + cfe-commits
>
>
> From: Anastasia Stulova
> Sent: 23 July 2019 15:16
> To: Hans Wennborg
> Cc: Marco Antognini
> Subject: Re: r366694 - [NFC] Relaxed regr
Merged to release_90 in r367135.
On Fri, Jul 26, 2019 at 7:06 AM Sam McCall via cfe-commits
wrote:
>
> Author: sammccall
> Date: Fri Jul 26 07:07:11 2019
> New Revision: 367112
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367112&view=rev
> Log:
> [clangd] Fix background index not triggering o
Merged to release_90 in r367150.
On Fri, Jul 26, 2019 at 10:28 AM Nathan Huckleberry via cfe-commits
wrote:
>
> Author: nathan-huckleberry
> Date: Fri Jul 26 10:29:35 2019
> New Revision: 367134
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367134&view=rev
> Log:
> [Sema] Fix -Wuninitialized f
Merged to release_90 in r367209.
On Thu, Jul 25, 2019 at 10:59 PM Saleem Abdulrasool via cfe-commits
wrote:
>
> Author: compnerd
> Date: Thu Jul 25 13:59:48 2019
> New Revision: 367055
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367055&view=rev
> Log:
> Revert "Revert "CodeGen: ensure placeh
Author: hans
Date: Mon Jul 29 06:02:31 2019
New Revision: 367223
URL: http://llvm.org/viewvc/llvm-project?rev=367223&view=rev
Log:
Creating release candidate rc1 from release_900 branch
Added:
libunwind/tags/RELEASE_900/
libunwind/tags/RELEASE_900/rc1/
- copied from r367222, libunwi
Author: hans
Date: Mon Jul 29 06:02:31 2019
New Revision: 367223
URL: http://llvm.org/viewvc/llvm-project?rev=367223&view=rev
Log:
Creating release candidate rc1 from release_900 branch
Added:
libclc/tags/RELEASE_900/
libclc/tags/RELEASE_900/rc1/
- copied from r367222, libclc/branch
Merged in r367300.
Thanks,
Hans
On Mon, Jul 29, 2019 at 3:57 PM Anastasia Stulova
wrote:
>
> Hi Hans,
>
>
> I would like to ask you to merge this commit into the release 9.0 even though
> it isn't really a bug fix. However it is a small rename in the command line
> interface (unfortunately aff
Author: hans
Date: Thu Aug 1 01:01:09 2019
New Revision: 367520
URL: http://llvm.org/viewvc/llvm-project?rev=367520&view=rev
Log:
Delay emitting dllexport explicitly defaulted members until the class is fully
parsed (PR40006)
This is similar to r245139, but that only addressed dllexported class
Merged to release_90 in r367525.
On Tue, Jul 30, 2019 at 5:32 PM David Major via cfe-commits
wrote:
>
> Author: dmajor
> Date: Tue Jul 30 08:32:49 2019
> New Revision: 367323
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367323&view=rev
> Log:
> [COFF][ARM64] Reorder handling of aarch64 MSVC b
Merged to release_90 in r367527.
On Tue, Jul 30, 2019 at 12:37 PM Rainer Orth via cfe-commits
wrote:
>
> Author: ro
> Date: Tue Jul 30 03:38:41 2019
> New Revision: 367305
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367305&view=rev
> Log:
> [Driver] Define _FILE_OFFSET_BITS=64 on Solaris
>
>
It seems to have made this buildbot sad:
http://lab.llvm.org:8011/builders/clang-cmake-armv8-lnt/builds/10968
On Thu, Aug 1, 2019 at 10:07 AM Johan Vikstrom via cfe-commits
wrote:
>
> Author: jvikstrom
> Date: Thu Aug 1 01:08:44 2019
> New Revision: 367521
>
> URL: http://llvm.org/viewvc/llvm-pr
Merged to release_90 in r367528.
On Wed, Jul 31, 2019 at 7:15 AM Johannes Doerfert via cfe-commits
wrote:
>
> Author: jdoerfert
> Date: Tue Jul 30 22:16:38 2019
> New Revision: 367387
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367387&view=rev
> Log:
> [Fix] Customize warnings for missing bu
Merged to release_90 in r367571.
On Fri, Jul 19, 2019 at 11:07 AM Kadir Cetinkaya via cfe-commits
wrote:
>
> Author: kadircet
> Date: Fri Jul 19 02:08:22 2019
> New Revision: 366545
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366545&view=rev
> Log:
> [clangd] Handle windows line endings in Q
Author: hans
Date: Fri Aug 2 00:51:41 2019
New Revision: 367661
URL: http://llvm.org/viewvc/llvm-project?rev=367661&view=rev
Log:
Don't try emitting dllexported explicitly defaulted non-trivial ctors twice
during explicit template instantiation definition (PR42857)
Trying to emit the definition
Merged to release_90 in r367681.
On Thu, Aug 1, 2019 at 11:09 AM Ilya Biryukov via cfe-commits
wrote:
>
> Author: ibiryukov
> Date: Thu Aug 1 02:10:37 2019
> New Revision: 367530
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367530&view=rev
> Log:
> [Preprocessor] Always discard body of #defi
Merged to release_90 in r367804.
On Thu, Aug 1, 2019 at 10:00 AM Hans Wennborg via cfe-commits
wrote:
>
> Author: hans
> Date: Thu Aug 1 01:01:09 2019
> New Revision: 367520
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367520&view=rev
> Log:
> Delay emitting dl
Merged to release_90 in r367805.
On Fri, Aug 2, 2019 at 9:50 AM Hans Wennborg via cfe-commits
wrote:
>
> Author: hans
> Date: Fri Aug 2 00:51:41 2019
> New Revision: 367661
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367661&view=rev
> Log:
> Don't tr
Merged to release_90 in r367807.
On Fri, Aug 2, 2019 at 5:22 PM Ilya Biryukov via cfe-commits
wrote:
>
> Author: ibiryukov
> Date: Fri Aug 2 08:23:04 2019
> New Revision: 367687
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367687&view=rev
> Log:
> [clangd] Fix a crash when presenting values
Merged both this and the follow-up to release_90 in r367987.
On Mon, Aug 5, 2019 at 1:16 PM Anastasia Stulova via cfe-commits
wrote:
>
> Hi Yvan,
>
>
> Sorry for this, it should now be fixed in r367823.
>
>
> Thanks,
>
> Anastasia
>
>
>
>
> From: Yvan Roux
> Sen
Merged to release_90 in r367995.
On Mon, Aug 5, 2019 at 8:43 PM Jan Korous via cfe-commits
wrote:
>
> Author: jkorous
> Date: Mon Aug 5 11:44:07 2019
> New Revision: 367906
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367906&view=rev
> Log:
> [DirectoryWatcher][linux] Fix build for older ker
Yes, merged in r368133.
On Tue, Aug 6, 2019 at 4:33 PM Ilya Biryukov wrote:
>
> +Hans Wennborg, could we merge this into the release?
>
> On Tue, Aug 6, 2019 at 1:36 PM Ilya Biryukov via cfe-commits
> wrote:
>>
>> Author: ibiryukov
>> Date: Tue Aug 6 04:37:50 2019
>> New Revision: 368019
>>
>>
Merged to release_90 in r368407.
On Tue, Aug 6, 2019 at 7:00 PM Shaurya Gupta via cfe-commits
wrote:
>
> Author: sureyeaah
> Date: Tue Aug 6 10:01:12 2019
> New Revision: 368058
>
> URL: http://llvm.org/viewvc/llvm-project?rev=368058&view=rev
> Log:
> Fixed toHalfOpenFileRange assertion fail
>
>
Merged together with r368202 to release_90 in r368422.
On Wed, Aug 7, 2019 at 12:40 AM Bill Wendling via cfe-commits
wrote:
>
> Author: void
> Date: Tue Aug 6 15:41:22 2019
> New Revision: 368104
>
> URL: http://llvm.org/viewvc/llvm-project?rev=368104&view=rev
> Log:
> Delay diagnosing asm const
Merged to release_90 in r368427.
On Mon, Aug 5, 2019 at 8:44 AM Adam Balogh via cfe-commits
wrote:
>
> Author: baloghadamsoftware
> Date: Sun Aug 4 23:45:41 2019
> New Revision: 367802
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367802&view=rev
> Log:
> [Analyzer] Iterator Checkers - Fix fo
Merged to release_90 in r368569.
On Sat, Aug 10, 2019 at 1:02 AM Sam McCall via cfe-commits
wrote:
>
> Author: sammccall
> Date: Fri Aug 9 16:03:32 2019
> New Revision: 368498
>
> URL: http://llvm.org/viewvc/llvm-project?rev=368498&view=rev
> Log:
> clangd: use -j for background index pool
>
> S
Merged to release_90 in r368669 to help subsequent merges.
On Fri, Jul 19, 2019 at 10:33 AM Haojian Wu via cfe-commits
wrote:
>
> Author: hokein
> Date: Fri Jul 19 01:33:39 2019
> New Revision: 366541
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366541&view=rev
> Log:
> [clangd] cleanup: unif
Sure, merged in r368670.
On Mon, Aug 12, 2019 at 5:12 PM Ilya Biryukov wrote:
>
> +Hans Wennborg, could we merge this into the release?
>
> On Mon, Aug 12, 2019 at 4:34 PM Ilya Biryukov via cfe-commits
> wrote:
>>
>> Author: ibiryukov
>> Date: Mon Aug 12 07:35:30 2019
>> New Revision: 368581
>>
Merged to release_90 in r368682.
On Tue, Jul 30, 2019 at 12:26 PM Kadir Cetinkaya via cfe-commits
wrote:
>
> Author: kadircet
> Date: Tue Jul 30 03:26:51 2019
> New Revision: 367303
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367303&view=rev
> Log:
> [clangd] Ignore diags from builtin files
Merged to release_90 in r368683.
On Mon, Aug 12, 2019 at 11:34 AM Haojian Wu via cfe-commits
wrote:
>
> Author: hokein
> Date: Mon Aug 12 02:35:04 2019
> New Revision: 368549
>
> URL: http://llvm.org/viewvc/llvm-project?rev=368549&view=rev
> Log:
> [clangd] Drop diags from non-written #include.
>
Author: hans
Date: Tue Aug 13 09:08:45 2019
New Revision: 368708
URL: http://llvm.org/viewvc/llvm-project?rev=368708&view=rev
Log:
Creating release candidate rc2 from release_900 branch
Added:
libunwind/tags/RELEASE_900/rc2/
- copied from r368707, libunwind/branches/release_90/
___
Author: hans
Date: Tue Aug 13 09:08:45 2019
New Revision: 368708
URL: http://llvm.org/viewvc/llvm-project?rev=368708&view=rev
Log:
Creating release candidate rc2 from release_900 branch
Added:
libclc/tags/RELEASE_900/rc2/
- copied from r368707, libclc/branches/release_90/
_
Yes, merged in r368843.
Thanks,
Hans
On Tue, Aug 13, 2019 at 6:20 PM Anastasia Stulova
wrote:
>
> Hi Hans,
>
>
> Can this be merged into the release 9.0 branch please?
>
>
> Thank you!
> Anastasia
>
>
> From: cfe-commits on behalf of Sven van
> Haastregt via cf
Merged in r368844.
Thanks,
Hans
On Tue, Aug 13, 2019 at 6:21 PM Anastasia Stulova
wrote:
>
> Hi Hans,
>
>
> Can this be merged into the release 9.0 branch please?
>
>
> Thank you!
> Anastasia
>
>
>
> From: cfe-commits on behalf of Anastasia
> Stulova via cfe-co
Not at all; merged it in r369087. Please let me know if there are any
follow-ups.
Thanks,
Hans
On Thu, Aug 15, 2019 at 7:08 PM Richard Smith wrote:
>
> Hi Hans,
>
> This fixes a regression in Clang 9; is it too late to get this into the
> release?
>
> -- Forwarded message -
> Fr
Merged to release_90 in r369361.
On Thu, Aug 15, 2019 at 9:44 PM Reid Kleckner via cfe-commits
wrote:
>
> Author: rnk
> Date: Thu Aug 15 12:45:28 2019
> New Revision: 369043
>
> URL: http://llvm.org/viewvc/llvm-project?rev=369043&view=rev
> Log:
> [Sema] Implement DR2386 for C++17 structured bind
;> (I noticed because I'm trying to print unaliased options in diags, so the
>> diag changed to "argument unused during compilation:
>> /d1reportAllClassLayout", which made the test fail. I'm happy with any
>> outcome that makes the d1reportAllClassLayout
301 - 400 of 1648 matches
Mail list logo