Go to file
Craig Topper 411294d353 Use LLVM_DELETED_FUNCTION on unimplemented copy constructor and assignment operator.
llvm-svn: 185302
2013-07-01 04:07:34 +00:00
clang Use LLVM_DELETED_FUNCTION on unimplemented copy constructor and assignment operator. 2013-07-01 04:07:34 +00:00
clang-tools-extra Ran clang-format on Modularize.cpp to get a baseline for future changes. 2013-06-27 18:52:23 +00:00
compiler-rt Always set -m32/-m64 flags for targeting i386/x86_64 respectively. Apparently, there are platforms where the clang defaults are different from gcc 2013-06-30 16:21:32 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc libclc: Add assembly versions of vstore for global [u]int4/8/16 2013-06-26 18:22:20 +00:00
libcxx In istream::ignore, check the delimeter as an int_type, not as a char_type, so as to correctly handle EOF. This fixes http://llvm.org/bugs/show_bug.cgi?id=16427 2013-07-01 00:37:50 +00:00
libcxxabi I'd no sooner made the last commit when Matthew Dempsky sent me another test case that led me to yet another closely related test case that the current design could not handle. I've now changed the way forward references are handled completely. It wasn't that much code to change. The demangler, when confronted with a forward reference to a template parameter, now parses things twice. During the second parse, all forward references are remembered from the first parse. Test suite updated with new case. 2013-06-23 19:52:45 +00:00
lld [PECOFF][Writer] Fix buildbot failure on x86_64-win7. 2013-06-30 14:14:44 +00:00
lldb More useful printout of arguments after the recent changes to support LLDB_TEST_ARGUMENTS 2013-06-29 01:53:55 +00:00
llvm LoopVectorize: Math functions only read rounding mode 2013-07-01 00:54:44 +00:00
polly BlockGenerator: Simplify the old value searching code. 2013-06-29 13:22:15 +00:00