1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib/CodeGen/AsmPrinter
Chris Lattner b01fcba466 fix a variety of issues were we'd start DebugTimer but
not stop it by using RAII.

llvm-svn: 99832
2010-03-29 20:38:20 +00:00
..
AsmPrinter.cpp Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinter.cpp. 2010-03-29 17:20:31 +00:00
CMakeLists.txt elimiante the DWLabel class, using MCSymbol instead. Start 2010-03-08 22:23:36 +00:00
DIE.cpp DW_AT_stmt_list attribute attached with a compile unit encodes offset of line number information for this compile unit in debug_line section. This offset is always zero when only one compile unit is emitted in a object file. 2010-03-22 22:38:48 +00:00
DIE.h DW_AT_stmt_list attribute attached with a compile unit encodes offset of line number information for this compile unit in debug_line section. This offset is always zero when only one compile unit is emitted in a object file. 2010-03-22 22:38:48 +00:00
DwarfDebug.cpp fix a variety of issues were we'd start DebugTimer but 2010-03-29 20:38:20 +00:00
DwarfDebug.h Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinter.cpp. 2010-03-29 17:20:31 +00:00
DwarfException.cpp get MMI out of the label uniquing business, just go to MCContext 2010-03-14 08:36:50 +00:00
DwarfException.h change EH related stuff (other than EH_LABEL) to use MCSymbol 2010-03-14 01:41:15 +00:00
DwarfPrinter.cpp Now that DBG_LABEL is updated, we can finally make MachineMove 2010-03-14 08:12:40 +00:00
DwarfPrinter.h simplify EmitFrameMoves to take BaseLabel in as a symbol 2010-03-13 08:05:25 +00:00
DwarfWriter.cpp Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinter.cpp. 2010-03-29 17:20:31 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
OcamlGCPrinter.cpp unbreak the build, grr symlinks. 2010-03-14 07:36:49 +00:00