Go to file
David Woodhouse 6dbda4415a [x86] Make AsmParser validate registers for memory operands a bit better
We can't do a perfect job here. We *have* to allow (%dx) even in 64-bit
mode, for example, because it might be used for an unofficial form of
the in/out instructions. We actually want to do a better job of validation
*later*. Perhaps *instead* of doing it where we are at the moment.

But for now, doing what validation we *can* do in the place that the code
already has its validation, is an improvement.

llvm-svn: 198760
2014-01-08 12:58:28 +00:00
clang Prospective build fix for the Makefile system 2014-01-08 12:03:17 +00:00
clang-tools-extra Fix the top header that corresponds to this source file. Thanks for 2014-01-07 22:15:39 +00:00
compiler-rt SDKs: Add inttypes.h to the darwin SDK stub 2014-01-07 05:42:09 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
libcxx Replace casts of __impl_ with the correct reinterpret_cast of the 2014-01-07 19:21:13 +00:00
libcxxabi Implement demangling for user-defined operators. 2014-01-06 23:05:04 +00:00
lld [mach-o] properly extract atom content from subrange of section content 2014-01-08 02:52:58 +00:00
lldb Fixes a bug preventing reading of the python register file. 2014-01-08 07:52:40 +00:00
llvm [x86] Make AsmParser validate registers for memory operands a bit better 2014-01-08 12:58:28 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly Update #include paths for r198688 in LLVM that moved headers in the Assembly 2014-01-07 12:59:58 +00:00