> On 2015-Oct-13, at 09:55, Aaron Ballman wrote:
>
> aaron.ballman added a comment.
>
> In http://reviews.llvm.org/D12922#265452, @ahatanak wrote:
>
>> I think there are a couple of things that have to be discussed:
>>
>> 1. Name of the attribute: Should it be "notail" or "notailcall"? Perhap
Author: ericwf
Date: Wed Oct 14 22:27:02 2015
New Revision: 250361
URL: http://llvm.org/viewvc/llvm-project?rev=250361&view=rev
Log:
Add links to libc++ code coverage and builders
Modified:
libcxx/trunk/docs/index.rst
Modified: libcxx/trunk/docs/index.rst
URL:
http://llvm.org/viewvc/llvm-pr
Author: dougk
Date: Wed Oct 14 23:10:40 2015
New Revision: 250363
URL: http://llvm.org/viewvc/llvm-project?rev=250363&view=rev
Log:
Remove unnecessary braces in single-line 'if'.
Modified:
cfe/trunk/lib/Driver/Tools.cpp
Modified: cfe/trunk/lib/Driver/Tools.cpp
URL:
http://llvm.org/viewvc/ll
ABataev added inline comments.
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:1962
@@ +1961,3 @@
+[LineNum][ColNum];
+assert(Entry.Order != -1u && "Entry not initialized!");
+assert(!Entry.Addr && !Entry.ID && "Entry registered alre
Author: ctopper
Date: Thu Oct 15 00:23:46 2015
New Revision: 250369
URL: http://llvm.org/viewvc/llvm-project?rev=250369&view=rev
Log:
[X86] Add proper feature names to xsave builtins.
Modified:
cfe/trunk/include/clang/Basic/BuiltinsX86.def
Modified: cfe/trunk/include/clang/Basic/BuiltinsX86.
Author: ctopper
Date: Thu Oct 15 00:23:38 2015
New Revision: 250368
URL: http://llvm.org/viewvc/llvm-project?rev=250368&view=rev
Log:
[X86] Add command line switches for xsave/xsaveopt/xsavec/xsaves. Macro defines
for the same. And add the flags to correct CPU names.
Modified:
cfe/trunk/incl
mprobst created this revision.
mprobst added a reviewer: djasper.
mprobst added subscribers: klimek, cfe-commits.
If a RegExp contains a character group with a quote (`/["]/`), the
trailing end of it is first tokenized as a string literal, which leads
to the merging code seeing an unbalanced brack
mprobst updated this revision to Diff 37447.
mprobst added a comment.
Simplified escape handling.
http://reviews.llvm.org/D13765
Files:
lib/Format/Format.cpp
unittests/Format/FormatTestJS.cpp
Index: unittests/Format/FormatTestJS.cpp
=
Author: echristo
Date: Thu Oct 15 01:56:08 2015
New Revision: 250373
URL: http://llvm.org/viewvc/llvm-project?rev=250373&view=rev
Log:
Update clang for DIBuilder::createSubroutineType API change.
Patch by Amaury Sechet!
Modified:
cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
Modified: cfe/trunk/lib
101 - 109 of 109 matches
Mail list logo