Author: asmith
Date: Mon Jul 23 13:49:07 2018
New Revision: 337736
URL: http://llvm.org/viewvc/llvm-project?rev=337736&view=rev
Log:
[CodeGen] Record if a C++ record is a trivial type
Summary: This has a dependence on D45122
Reviewers: rnk, zturner, llvm-commits, aleksandr.urakov
Reviewed By: r
Author: asmith
Date: Sat Feb 10 13:28:55 2018
New Revision: 324824
URL: http://llvm.org/viewvc/llvm-project?rev=324824&view=rev
Log:
Fix test clang-diff-json.cpp
Summary:
This test would fail if the python path had spaces. Add a quote around the path
to fix this problem and update some test valu
Author: asmith
Date: Sat Mar 17 08:24:35 2018
New Revision: 327775
URL: http://llvm.org/viewvc/llvm-project?rev=327775&view=rev
Log:
[Driver] Fix the descriptions for -Tdata and -Ttext options
Reviewers: llvm-commits
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D4458
Author: asmith
Date: Mon Feb 25 19:49:05 2019
New Revision: 354843
URL: http://llvm.org/viewvc/llvm-project?rev=354843&view=rev
Log:
[CGDebugInfo] Set NonTrivial DIFlag to a c++ record if it's not trivial
This goes with https://reviews.llvm.org/D44406
Modified:
cfe/trunk/lib/CodeGen/CGDebug
#x27;t be implied by the absence of
the trivial flag? (or the other way around) - the flags seem redundant with one
another.
On Mon, Feb 25, 2019 at 8:02 PM Aaron Smith via cfe-commits
mailto:cfe-commits@lists.llvm.org>> wrote:
Author: asmith
Date: Mon Feb 25 19:49:05 2019
New Revision: 354843
Author: asmith
Date: Mon Mar 11 19:00:39 2019
New Revision: 355890
URL: http://llvm.org/viewvc/llvm-project?rev=355890&view=rev
Log:
[DebugInfo] Add test cases for FlagNonTrivial
Summary:
This is a test case to go with D44406 which added FlagNonTrivial to mark that a
C++ record is non-trivial to
mes could be improved.)
Thanks,
--paulr
From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of
Aaron Smith via cfe-commits
Sent: Monday, March 04, 2019 6:22 PM
To: David Blaikie; Reid Kleckner; Adrian Prantl; Jonas Devlieghere
Cc: cfe-commits@lists.llvm.org
Subject: Re: r354843 - [C
Author: asmith
Date: Thu Apr 11 13:24:54 2019
New Revision: 358219
URL: http://llvm.org/viewvc/llvm-project?rev=358219&view=rev
Log:
[DebugInfo] Combine Trivial and NonTrivial flags
Summary:
These flags are used when emitting debug info and needed to initialize
subprogram and member function att
Author: Aaron Smith
Date: 2020-04-30T09:11:54-07:00
New Revision: 292058a5d6d708ec7d285a452d4350b33ba080dc
URL:
https://github.com/llvm/llvm-project/commit/292058a5d6d708ec7d285a452d4350b33ba080dc
DIFF:
https://github.com/llvm/llvm-project/commit/292058a5d6d708ec7d285a452d4350b33ba080dc.diff
L
Author: Aaron Smith
Date: 2020-04-30T09:38:19-07:00
New Revision: 4eabd006125424f879a7129eca824998192d89a9
URL:
https://github.com/llvm/llvm-project/commit/4eabd006125424f879a7129eca824998192d89a9
DIFF:
https://github.com/llvm/llvm-project/commit/4eabd006125424f879a7129eca824998192d89a9.diff
L
Author: asmith
Date: Thu Apr 5 13:27:50 2018
New Revision: 329340
URL: http://llvm.org/viewvc/llvm-project?rev=329340&view=rev
Log:
[cmake] Remove duplicate command line options from build
CMAKE_CXX_FLAGS and CMAKE_C_FLAGS are added twice to the command line.
This causes the command line options
11 matches
Mail list logo