llvm-6502/lib/Target/X86/AsmPrinter
Devang Patel 67a444ca36 Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g.
##DEBUG_VALUE: runOnMachineFunction:this <- RDI+0
	##DEBUG_VALUE: runOnMachineFunction:fn <- RSI+0
	##DEBUG_VALUE: DeadDefs <- undef ## SimpleRegisterCoalescing.cpp:2706
	##DEBUG_VALUE: getRegInfo:this <- [%rsp+$56]+$0
	##DEBUG_VALUE: getTarget:this <- [%rsp+$56]+$0



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102655 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-29 18:52:10 +00:00
..
CMakeLists.txt Update CMake file (lexically order files). 2009-10-13 18:57:27 +00:00
Makefile Fix LLVM build when the user specifies CPPFLAGS on the make command line. 2010-03-12 21:42:14 +00:00
X86AsmPrinter.cpp Add const qualifiers to TargetLoweringObjectFile usage. 2010-04-17 16:44:48 +00:00
X86AsmPrinter.h Emit debug info for byval parameters. 2010-04-28 01:39:28 +00:00
X86ATTInstPrinter.cpp fix an ugly wart in the MCInstPrinter api where the 2010-04-04 05:04:31 +00:00
X86ATTInstPrinter.h fix an ugly wart in the MCInstPrinter api where the 2010-04-04 05:04:31 +00:00
X86IntelInstPrinter.cpp fix an ugly wart in the MCInstPrinter api where the 2010-04-04 05:04:31 +00:00
X86IntelInstPrinter.h fix an ugly wart in the MCInstPrinter api where the 2010-04-04 05:04:31 +00:00
X86MCInstLower.cpp Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g. 2010-04-29 18:52:10 +00:00
X86MCInstLower.h unify the paths for external symbols and global variables: 2010-02-08 23:03:41 +00:00