llvm-6502/lib/Target/X86/AsmPrinter
Chris Lattner 634cca377a hoist the call to processDebugLoc out of the generated
asm printer into the "printInstruction" routine.  This
fixes a problem where the experimental asmprinter would
drop debug labels in some cases, and fixes issues on ppc/xcore
where pseudo instructions like "mr" didn't get debug locs properly.

It is annoying that this moves the call from one place into each
target, but a future set of more invasive refactorings will fix
that problem.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81377 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-09 20:34:59 +00:00
..
CMakeLists.txt split mcinst lowering stuff out to its own file. 2009-09-02 17:35:12 +00:00
Makefile
X86AsmPrinter.cpp
X86ATTAsmPrinter.cpp hoist the call to processDebugLoc out of the generated 2009-09-09 20:34:59 +00:00
X86ATTAsmPrinter.h merge globaladdress symbol processing stuff into other stuff. Now 2009-09-03 05:06:07 +00:00
X86ATTInstPrinter.cpp tidy up 2009-09-09 00:40:31 +00:00
X86IntelAsmPrinter.cpp hoist the call to processDebugLoc out of the generated 2009-09-09 20:34:59 +00:00
X86IntelAsmPrinter.h Added opaque 32-, 48-, and 80-bit memory operand types to the X86 2009-09-03 00:04:47 +00:00
X86MCInstLower.cpp hoist the call to processDebugLoc out of the generated 2009-09-09 20:34:59 +00:00