llvm-project/llvm/lib/Target/SystemZ/AsmPrinter
Dan Gohman c6b5e8a5c5 Don't flush the raw_ostream between each MachineFunction. These flush
calls were originally put in place because errs() at one time was
not unbuffered, and these print routines are commonly used with errs()
for debugging. However, errs() is now properly unbuffered, so the
flush calls are no longer needed. This significantly reduces the
number of write(2) calls for regular asm printing when there are many
small functions.

llvm-svn: 78137
2009-08-05 00:49:25 +00:00
..
CMakeLists.txt CMake support for SystemZ. 2009-07-20 00:24:17 +00:00
Makefile Let's start another backend :) 2009-07-16 13:27:25 +00:00
SystemZAsmPrinter.cpp Don't flush the raw_ostream between each MachineFunction. These flush 2009-08-05 00:49:25 +00:00