llvm-6502/lib/CodeGen/AsmPrinter
Benjamin Kramer 345ef343cc DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are
POD-like anyway, so we don't even care about calling their d'tors (DIEBlock
being the exception).

~6% less mallocs and ~1% compile time improvement on clang -O0 -g oggenc.c



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100035 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-31 19:34:01 +00:00
..
AsmPrinter.cpp Rip out the 'is temporary' nonsense from the MCContext interface to 2010-03-30 18:10:53 +00:00
CMakeLists.txt
DIE.cpp DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are 2010-03-31 19:34:01 +00:00
DIE.h DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are 2010-03-31 19:34:01 +00:00
DwarfDebug.cpp DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are 2010-03-31 19:34:01 +00:00
DwarfDebug.h DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are 2010-03-31 19:34:01 +00:00
DwarfException.cpp reduce indentation 2010-03-31 06:09:04 +00:00
DwarfException.h
DwarfPrinter.cpp Rip out the 'is temporary' nonsense from the MCContext interface to 2010-03-30 18:10:53 +00:00
DwarfPrinter.h
DwarfWriter.cpp Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinter.cpp. 2010-03-29 17:20:31 +00:00
Makefile
OcamlGCPrinter.cpp unbreak the build, grr symlinks. 2010-03-14 07:36:49 +00:00