llvm-6502/lib/CodeGen/AsmPrinter
Rafael Espindola fc2bb8c444 Replace the -unwind-tables option with a per function flag. This is more
LTO friendly as we can now correctly merge files compiled with or without
-fasynchronous-unwind-tables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132033 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-25 03:44:17 +00:00
..
ARMException.cpp Replace the -unwind-tables option with a per function flag. This is more 2011-05-25 03:44:17 +00:00
AsmPrinter.cpp Replace the -unwind-tables option with a per function flag. This is more 2011-05-25 03:44:17 +00:00
AsmPrinterDwarf.cpp No reason not to allow defining the CFA as a reg w/ offset zero. 2011-05-20 21:50:09 +00:00
AsmPrinterInlineAsm.cpp Do not model all INLINEASM instructions as having unmodelled side effects. 2011-01-07 23:50:32 +00:00
CMakeLists.txt Produce a __debug_frame section on darwin ARM when appropriate. 2011-05-10 21:04:45 +00:00
DIE.cpp Roll out r126425 and r126450 to see if it fixes the failures on the buildbots. 2011-02-25 16:30:32 +00:00
DIE.h Remove unused virtual dtor. 2011-03-09 14:20:28 +00:00
DwarfCFIException.cpp Initialize moveTypeModule. 2011-05-10 21:54:59 +00:00
DwarfCompileUnit.cpp Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. 2011-05-12 21:29:42 +00:00
DwarfCompileUnit.h Fix typo. 2011-05-20 21:35:39 +00:00
DwarfDebug.cpp Fix debug info for blocks' variable. 2011-05-24 00:22:25 +00:00
DwarfDebug.h Identify end of prologue (and beginning of function body) using DW_LNS_set_prologue_end line table opcode. 2011-05-11 19:22:19 +00:00
DwarfException.cpp Clarify the LSDASection NULL check 2011-01-30 22:07:31 +00:00
DwarfException.h Produce a __debug_frame section on darwin ARM when appropriate. 2011-05-10 21:04:45 +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 Add missing standard headers. Patch by Joerg Sonnenberger! 2010-12-19 20:43:38 +00:00