Go to file
Pete Cooper 46361a1ea1 Change x86 CMOVE_F to read it source, not write it.
This was breaking sqlite with the machine verifier because operand 0 was a def according to tablegen, but didn't have the 'isDef' flag set.

Looking at the ISA, its clear that this operand is a source as writing to st(0) is implicit.  So move the operand to the correct place in the td file.

rdar://problem/20751584

llvm-svn: 236183
2015-04-29 23:51:33 +00:00
clang Add an assert to get information on buildbot failure. 2015-04-29 23:40:48 +00:00
clang-tools-extra Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp on win32 for now. Investigating. 2015-04-28 17:31:36 +00:00
compiler-rt profile: Use unique directory for tests that write default profile file 2015-04-29 21:56:35 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Allow compilation depending to the LLVM version 2015-04-29 15:37:06 +00:00
libcxx Removed 'complete' from 2408; updated status 2015-04-28 19:35:36 +00:00
libcxxabi Fix syntax error in CMake created when a variable is not defined. 2015-04-29 15:53:03 +00:00
libunwind Make the .eh_frame_hdr code work on FreeBSD as well. 2015-04-29 20:43:44 +00:00
lld [GNU] Remove -x/-X from the list of options to be implemented. 2015-04-29 20:35:58 +00:00
lldb Fix build after Clang API change in r236176. 2015-04-29 23:46:48 +00:00
llgo [llgo] add buildbot-slave config 2015-04-08 01:41:46 +00:00
llvm Change x86 CMOVE_F to read it source, not write it. 2015-04-29 23:51:33 +00:00
openmp These are the actual changes in the runtime to issue OMPT-related functions. All of them are surrounded by #if OMPT_SUPPORT and can be disabled (which is the default). 2015-04-29 16:42:24 +00:00
polly Update polly for LLVM rename of debug info metadata with DI* prefix 2015-04-29 17:02:14 +00:00