llvm-6502/lib/Target/X86/InstPrinter
Michael Liao 4e9485d732 Add 'lock' prefix output support in assembly printer
- Instead of embedding 'lock' into each mnemonic of atomic
  instructions except 'xchg', we teach X86 assembly printer to output 'lock'
  prefix similar to or consistent with code emitter.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164659 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-26 05:13:44 +00:00
..
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
X86ATTInstPrinter.cpp Add 'lock' prefix output support in assembly printer 2012-09-26 05:13:44 +00:00
X86ATTInstPrinter.h Update function names to conform to guidelines. No functional change intended. 2012-09-10 22:50:57 +00:00
X86InstComments.cpp Add shuffle decode support for VPERMQ/VPERMPD. 2012-05-06 18:44:02 +00:00
X86InstComments.h Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. 2012-02-18 12:03:15 +00:00
X86IntelInstPrinter.cpp Add 'lock' prefix output support in assembly printer 2012-09-26 05:13:44 +00:00
X86IntelInstPrinter.h Update function names to conform to guidelines. No functional change intended. 2012-09-10 22:50:57 +00:00