Author: chapuni
Date: Mon Nov 23 00:41:50 2015
New Revision: 253854
URL: http://llvm.org/viewvc/llvm-project?rev=253854&view=rev
Log:
OpenMPClause.h: Fix typos. [-Wdocumentation]
Modified:
cfe/trunk/include/clang/AST/OpenMPClause.h
Modified: cfe/trunk/include/clang/AST/OpenMPClause.h
URL:
h
Author: vedantk
Date: Mon Nov 23 00:40:49 2015
New Revision: 253853
URL: http://llvm.org/viewvc/llvm-project?rev=253853&view=rev
Log:
[Driver] Mark isForDiagnostics as const. NFC.
Modified:
cfe/trunk/include/clang/Driver/Compilation.h
Modified: cfe/trunk/include/clang/Driver/Compilation.h
UR
Author: davidxl
Date: Sun Nov 22 23:41:05 2015
New Revision: 253851
URL: http://llvm.org/viewvc/llvm-project?rev=253851&view=rev
Log:
Revert r253846 (build bot failure))
Removed:
cfe/trunk/test/CodeGen/x86_64-profiling-keep-fp.c
Modified:
cfe/trunk/lib/Driver/Tools.cpp
cfe/trunk/lib/F
kkwli0 closed this revision.
kkwli0 added a comment.
Committed revision 253849.
Committed revision 253850.
http://reviews.llvm.org/D14134
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-comm
ABataev added a comment.
Chandler, gcc buildbot greenified, tests for clang are fixed. Hans Wennborg
accepted this patch. Could accept this patch?
http://reviews.llvm.org/D13802
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.l
Author: kli
Date: Sun Nov 22 23:36:37 2015
New Revision: 253850
URL: http://llvm.org/viewvc/llvm-project?rev=253850&view=rev
Log:
[OpenMP] Parsing and sema support for map clause - add test case
http://reviews.llvm.org/D14134
Added:
cfe/trunk/test/OpenMP/target_map_messages.cpp
Added: cfe
Author: kli
Date: Sun Nov 22 23:32:03 2015
New Revision: 253849
URL: http://llvm.org/viewvc/llvm-project?rev=253849&view=rev
Log:
[OpenMP] Parsing and sema support for map clause
http://reviews.llvm.org/D14134
Modified:
cfe/trunk/include/clang/AST/DataRecursiveASTVisitor.h
cfe/trunk/inc
Author: davidxl
Date: Sun Nov 22 23:09:10 2015
New Revision: 253846
URL: http://llvm.org/viewvc/llvm-project?rev=253846&view=rev
Log:
Disable frame pointer elimination when using -pg
This diff makes sure that the driver does not pass
-fomit-frame-pointer or -momit-leaf-frame-pointer to
the fronte
george.burgess.iv updated this revision to Diff 40895.
george.burgess.iv added a comment.
We now add implicit casts to splatted literals, as Richard suggested, instead
of trying to handle this as a special case in `ExprConstant`.
http://reviews.llvm.org/D14877
Files:
include/clang/Sema/Sema.
george.burgess.iv added inline comments.
Comment at: lib/CodeGen/CGExprConstant.cpp:1362-1363
@@ -1360,3 +1361,4 @@
+Inits[I] = llvm::ConstantFP::get(VMContext, Elt.getFloat());
else
-Inits.push_back(llvm::ConstantFP::get(VMContext, Elt.getFloat()));
+
Author: majnemer
Date: Sun Nov 22 21:01:14 2015
New Revision: 253843
URL: http://llvm.org/viewvc/llvm-project?rev=253843&view=rev
Log:
[MS ABI] Tolerate invokes of __RTDynamicCast
The pointer returned by __RTDynamicCast must be bitcasted. However, it
was not expected that __RTDynamicCast would b
milianw accepted this revision.
milianw added a comment.
This revision is now accepted and ready to land.
From my POV this is still fine. Manuel, Sergey - could you have a look at this
please and push it upstream if you agree with me?
Thanks
http://reviews.llvm.org/D10833
__
12 matches
Mail list logo