nemanjai added a comment.
In https://reviews.llvm.org/D36764#844692, @joerg wrote:
> divtc3 and friends.
Ah, OK. I see what you mean now. These builtins are for `XCmode` calculations
(complex values as two `XFmode` components). Since PPC has no support for
`XFmode` (i.e. 80-bit long double) i
Hello everyone,
LLVM buildmasters (both main and staging) will be restarted in 2 hours
(~3:00 AM PDT).
--
Best Regards,
Victor Leschuk | Software Engineer |Access Softek
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi
Both buildmasters were updated and currently are up and running.
On 08/20/2017 10:47 AM, Victor Leschuk wrote:
> Hello everyone,
> LLVM buildmasters (both main and staging) will be restarted in 2 hours
> (~3:00 AM PDT).
>
--
Best Regards,
Victor Leschuk | Software Engineer |Access Softek
Author: krobelus
Date: Sun Aug 20 03:22:32 2017
New Revision: 311280
URL: http://llvm.org/viewvc/llvm-project?rev=311280&view=rev
Log:
[clang-diff] Filter AST nodes
Summary:
Ignore macros and implicit AST nodes, as well as anything outside of the
main source file.
Reviewers: arphaman
Subscriber
This revision was automatically updated to reflect the committed changes.
Closed by commit rL311280: [clang-diff] Filter AST nodes (authored by krobelus).
Changed prior to commit:
https://reviews.llvm.org/D36184?vs=110687&id=111872#toc
Repository:
rL LLVM
https://reviews.llvm.org/D36184
Fil
Author: hiraditya
Date: Sun Aug 20 03:38:55 2017
New Revision: 311283
URL: http://llvm.org/viewvc/llvm-project?rev=311283&view=rev
Log:
[NFC] remove trailing WS
Modified:
libcxx/trunk/include/memory
Modified: libcxx/trunk/include/memory
URL:
http://llvm.org/viewvc/llvm-project/libcxx/trunk/
Author: krobelus
Date: Sun Aug 20 05:09:07 2017
New Revision: 311284
URL: http://llvm.org/viewvc/llvm-project?rev=311284&view=rev
Log:
[clang-diff] Fix similarity computation
Summary:
Add separate tests for the top-down and the bottom-up phase, as well as
one for the optimal matching.
Reviewers:
hamzasood added inline comments.
Comment at: lib/Parse/ParseExprCXX.cpp:1090
+ TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth);
+ Actions.RecordParsingTemplateParameterDepth(TemplateParameterDepth);
+
faisalv wrote:
> Since you only r
This revision was automatically updated to reflect the committed changes.
Closed by commit rL311284: [clang-diff] Fix similarity computation (authored by
krobelus).
Changed prior to commit:
https://reviews.llvm.org/D36185?vs=110951&id=111877#toc
Repository:
rL LLVM
https://reviews.llvm.org/
Author: d0k
Date: Sun Aug 20 06:02:57 2017
New Revision: 311286
URL: http://llvm.org/viewvc/llvm-project?rev=311286&view=rev
Log:
[ODRHash] Move into anonymous namespace. NFC.
Modified:
cfe/trunk/lib/AST/ODRHash.cpp
Modified: cfe/trunk/lib/AST/ODRHash.cpp
URL:
http://llvm.org/viewvc/llvm-pr
faisalv added inline comments.
Comment at: lib/Parse/ParseExprCXX.cpp:1090
+ TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth);
+ Actions.RecordParsingTemplateParameterDepth(TemplateParameterDepth);
+
hamzasood wrote:
> faisalv wrote:
>
faisalv added a comment.
*ping*
Repository:
rL LLVM
https://reviews.llvm.org/D35782
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
coby updated this revision to Diff 111885.
coby added a comment.
Herald added a subscriber: eraman.
> @rnk: tests?
Add forgotten test.
Repository:
rL LLVM
https://reviews.llvm.org/D36371
Files:
lib/Basic/Targets/X86.cpp
lib/Basic/Targets/X86.h
lib/CodeGen/TargetInfo.cpp
test/CodeGen
hamzasood updated this revision to Diff 111887.
hamzasood added a comment.
- Corrected a typo.
- Made HasExplicitTemplateParams const.
- Reverted the change in where template depth is incremented and recorded.
- Fixed the broken test.
- Keep the template scope active instead of exiting it and manu
krytarowski created this revision.
krytarowski added a project: Sanitizers.
Enable SanitizerKind::Fuzzer and SanitizerKind::FuzzerNoLink on x86_64.
Sponsored by
Repository:
rL LLVM
https://reviews.llvm.org/D36935
Files:
lib/Driver/ToolChains/NetBSD.cpp
Index: lib/Driver/ToolChains/NetB
hamzasood updated this revision to Diff 111892.
hamzasood added a comment.
Sorry, I've just spotted a small mistake in how the auto parameter depth is
recorded.
This update fixes it.
https://reviews.llvm.org/D36527
Files:
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Sema/Scope
Author: krobelus
Date: Sun Aug 20 09:18:43 2017
New Revision: 311292
URL: http://llvm.org/viewvc/llvm-project?rev=311292&view=rev
Log:
[clang-diff] Improve and test getNodeValue
Summary: Use qualified names if available.
Reviewers: arphaman
Subscribers: klimek
Differential Revision: https://re
This revision was automatically updated to reflect the committed changes.
Closed by commit rL311292: [clang-diff] Improve and test getNodeValue (authored
by krobelus).
Changed prior to commit:
https://reviews.llvm.org/D36186?vs=110952&id=111893#toc
Repository:
rL LLVM
https://reviews.llvm.o
johannes accepted this revision.
johannes added a comment.
This revision is now accepted and ready to land.
This has already landed.
https://reviews.llvm.org/D35948
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bi
Author: krobelus
Date: Fri Aug 18 09:21:08 2017
New Revision: 311170
URL: http://llvm.org/viewvc/llvm-project?rev=311170&view=rev
Log:
[CommonOptionsParser] Expose ArgumentsAdjustingCompilationDatabase
This is useful for tools such as clang-diff which do not use
CommonOptionsParser due to the nee
Author: krobelus
Date: Sun Aug 20 13:13:33 2017
New Revision: 311301
URL: http://llvm.org/viewvc/llvm-project?rev=311301&view=rev
Log:
Allow thiscall attribute in test/Tooling/clang-diff-ast.cpp
Modified:
cfe/trunk/test/Tooling/clang-diff-ast.cpp
Modified: cfe/trunk/test/Tooling/clang-diff-a
hiraditya added a comment.
Results with the patch.
Before:
Run on (8 X 3900 MHz CPU s)
2017-08-20 15:11:41
---
BenchmarkTime CPU Iterations
--
gamesh411 added a comment.
Ping. @NoQ would you please have a look? Thanks!
https://reviews.llvm.org/D27918
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
zaks.anna added inline comments.
Comment at: lib/StaticAnalyzer/Checkers/OStreamFormatChecker.cpp:513
+
+bool OStreamFormatChecker::evalCall(const CallExpr *CE,
+CheckerContext &C) const {
gamesh411 wrote:
> NoQ wrote:
> > One
majnemer added inline comments.
Comment at: include/clang/Lex/TokenLexer.h:169
+ bool PasteTokens(Token &Tok,
+ llvm::ArrayRef AltTokens = llvm::ArrayRef(),
+ unsigned int *const AltCurTokenIdx = nullptr);
I think `llvm::Array
lenary created this revision.
This change depends on https://reviews.llvm.org/D36054 and should be landed at
the same time.
https://reviews.llvm.org/D36949
Files:
test/Frontend/optimization-remark-with-hotness.c
test/Frontend/optimization-remark.c
Index: test/Frontend/optimization-remark
26 matches
Mail list logo