llvm-6502/lib/Target/X86/AsmPrinter
Dan Gohman 80c93e7442 Except in asm-verbose mode, avoid printing labels for blocks that are
only reachable via fall-through edges. This dramatically reduces the
number of labels printed, and thus also the number of labels the
assembler must parse and remember.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68073 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-30 22:55:17 +00:00
..
CMakeLists.txt
Makefile
X86AsmPrinter.cpp CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. 2009-03-25 01:47:28 +00:00
X86ATTAsmPrinter.cpp Except in asm-verbose mode, avoid printing labels for blocks that are 2009-03-30 22:55:17 +00:00
X86ATTAsmPrinter.h CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. 2009-03-25 01:47:28 +00:00
X86IntelAsmPrinter.cpp Don't print global names twice with -asm-verbose. 2009-03-25 01:08:42 +00:00
X86IntelAsmPrinter.h CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. 2009-03-25 01:47:28 +00:00