llvm-6502/lib/CodeGen/AsmPrinter
Dan Gohman a12e9d751b Use PadToColumn instead of tabs for aligning comments. Fix one place
that emitted unnecessary whitespace outside of VerboseAsm mode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78828 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-12 18:32:22 +00:00
..
AsmPrinter.cpp Use PadToColumn instead of tabs for aligning comments. Fix one place 2009-08-12 18:32:22 +00:00
CMakeLists.txt Fix cmake builds. 2009-05-19 00:18:14 +00:00
DIE.cpp llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 2009-07-14 16:55:14 +00:00
DIE.h Down with _even more_ statics! 2009-06-24 23:13:56 +00:00
DwarfDebug.cpp sink the 'name' and 'isdirective' state out of MCSection into its derived classes. 2009-08-08 23:39:42 +00:00
DwarfDebug.h switch off of 'Section' onto MCSection. We're not properly using 2009-07-31 18:48:30 +00:00
DwarfException.cpp Add catch block handling to SjLj exception handling. 2009-08-12 17:38:44 +00:00
DwarfException.h SjLj based exception handling unwinding support. This patch is nasty, brutish 2009-08-11 00:09:57 +00:00
DwarfLabel.cpp Split out the Dwarf writer stuff into separate files. This is a much more 2009-05-15 00:11:17 +00:00
DwarfLabel.h Split out the DwarfDebug module from the DwarfWriter module. 2009-05-15 09:23:25 +00:00
DwarfPrinter.cpp llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 2009-07-14 16:55:14 +00:00
DwarfPrinter.h Split out the DwarfDebug module from the DwarfWriter module. 2009-05-15 09:23:25 +00:00
DwarfWriter.cpp Simplify. 2009-06-25 22:36:02 +00:00
Makefile remove dead makefile flags. 2009-06-24 05:29:56 +00:00
OcamlGCPrinter.cpp Rip all of the global variable lowering logic out of TargetAsmInfo. Since 2009-07-28 03:13:23 +00:00