llvm-6502/lib/Target/X86/AsmPrinter
Dan Gohman e3cc3f3c84 Instead of printing unnecessary basic block labels as labels in
verbose-asm mode, print comments instead. This eliminates a non-comment
difference between verbose-asm mode and non-verbose-asm mode.

Also, factor out the relevant code out of all the targets and into
target-independent code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83392 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-06 17:38:38 +00:00
..
CMakeLists.txt
Makefile
X86AsmPrinter.cpp Instead of printing unnecessary basic block labels as labels in 2009-10-06 17:38:38 +00:00
X86AsmPrinter.h unconditionally request MMI 2009-09-24 21:45:57 +00:00
X86ATTInstPrinter.cpp
X86ATTInstPrinter.h
X86IntelInstPrinter.cpp
X86IntelInstPrinter.h
X86MCInstLower.cpp Introduce the TargetInstrInfo::KILL machine instruction and get rid of the 2009-09-28 20:32:26 +00:00
X86MCInstLower.h