llvm-6502/lib/CodeGen/AsmPrinter
Devang Patel bdf45cbe15 Do not held on to DenseMap slot accross map insertion. The insertion may cause the map to grow rending the slot invalid.
Use this opportunity to use ValueMap instead of DenseMap.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85298 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-27 20:47:17 +00:00
..
AsmPrinter.cpp s/DebugLoc.CompileUnit/DebugLoc.Scope/g 2009-10-13 23:28:53 +00:00
CMakeLists.txt
DIE.cpp
DIE.h
DwarfDebug.cpp Do not held on to DenseMap slot accross map insertion. The insertion may cause the map to grow rending the slot invalid. 2009-10-27 20:47:17 +00:00
DwarfDebug.h Do not held on to DenseMap slot accross map insertion. The insertion may cause the map to grow rending the slot invalid. 2009-10-27 20:47:17 +00:00
DwarfException.cpp Tidying up some code and comments. No functionality change. 2009-10-22 20:48:59 +00:00
DwarfException.h
DwarfLabel.cpp
DwarfLabel.h
DwarfPrinter.cpp
DwarfPrinter.h
DwarfWriter.cpp Add support to handle debug info attached to an instruction. 2009-10-06 18:37:31 +00:00
Makefile
OcamlGCPrinter.cpp Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00