llvm-6502/lib/Target/X86/InstPrinter
Rafael Espindola 890a876e0e Print "lock \t foo" instead of "lock \n foo".
This gets gas and llc -filetype=obj to agree on the order of prefixes.

For llvm-mc we need to fix the asm parser to know that it makes a difference
on which line the "lock" is in.

Part of pr23594.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238232 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-26 18:35:10 +00:00
..
CMakeLists.txt [CMake] Let add_public_tablegen_target responsible to provide dependency to CommonTableGen. 2013-11-28 17:04:04 +00:00
LLVMBuild.txt
Makefile
X86ATTInstPrinter.cpp Print "lock \t foo" instead of "lock \n foo". 2015-05-26 18:35:10 +00:00
X86ATTInstPrinter.h Remove unused MCSubtargetInfo argument from the X86 MCInstPrinter ctors. 2015-03-30 22:16:37 +00:00
X86InstComments.cpp Reformat. 2015-05-25 01:43:34 +00:00
X86InstComments.h [x86] Teach the asm comment printing to only print the clarification of 2014-09-03 22:46:44 +00:00
X86IntelInstPrinter.cpp [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the 2015-03-27 20:36:02 +00:00
X86IntelInstPrinter.h [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the 2015-03-27 20:36:02 +00:00