llvm-6502/lib/CodeGen/AsmPrinter
Rafael Espindola f0adba9a7e Add 129518 back with a fix for when we are producing eh just because of debug info.
Change ELF systems to use CFI for producing the EH tables. This reduces the
size of the clang binary in Debug builds from 690MB to 679MB.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129571 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-15 15:11:06 +00:00
..
ARMException.cpp Some first rudimentary support for ARM EHABI: print exception table in "text mode". 2011-03-05 18:43:15 +00:00
AsmPrinter.cpp Add 129518 back with a fix for when we are producing eh just because of debug info. 2011-04-15 15:11:06 +00:00
AsmPrinterDwarf.cpp Remove dead code. rdar://9221736. 2011-04-07 00:56:37 +00:00
AsmPrinterInlineAsm.cpp
CMakeLists.txt This mechanical patch moves type handling into CompileUnit from DwarfDebug. In case of multiple compile unit in one object file, each compile unit is responsible for its own set of type entries anyway. This refactoring makes this obvious. 2011-04-12 22:53:02 +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 Add 129518 back with a fix for when we are producing eh just because of debug info. 2011-04-15 15:11:06 +00:00
DwarfCompileUnit.cpp I missed this new file in previous commit. 2011-04-12 23:21:44 +00:00
DwarfCompileUnit.h Do not reuse parameter name. 2011-04-12 23:09:06 +00:00
DwarfDebug.cpp Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
DwarfDebug.h This mechanical patch moves type handling into CompileUnit from DwarfDebug. In case of multiple compile unit in one object file, each compile unit is responsible for its own set of type entries anyway. This refactoring makes this obvious. 2011-04-12 22:53:02 +00:00
DwarfException.cpp
DwarfException.h Some first rudimentary support for ARM EHABI: print exception table in "text mode". 2011-03-05 18:43:15 +00:00
DwarfTableException.cpp
Makefile
OcamlGCPrinter.cpp