Add TAI field for exception table section.
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetAsmInfo.cpp
2007-02-21 Jim LaskeyAdd TAI field for exception table section.
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2007-01-30 Evan ChengDarwin -static should codegen static ctors / dtors...
2007-01-29 Jim LaskeyLanding pad-less eh for PPC.
2007-01-18 Chris LattnerModify emission of jump tables on darwin to emit an...
2007-01-16 Bill WendlingInstead of yet another enum indicating the "assembly...
2007-01-16 Bill WendlingFix for PR1095:
2007-01-14 Chris Lattneradd support for hidden visibility to darwin/ppc and...
2006-12-21 Jim LaskeyChanges from Nick Lewycky with a simplified PPCTargetAs...
2006-12-01 Evan ChengAdd weak reference directive.
2006-10-26 Evan ChengPlace cstrings in .cstring section.
2006-10-17 Jim LaskeyUse S_debug for dwarf info.
2006-10-05 Chris LattnerDon't bother setting JumpTableTextSection, it is about...
2006-10-05 Chris LattnerMove getSectionForFunction to AsmPrinter, change it...
2006-10-05 Chris Lattnerimplement DarwinTargetAsmInfo::getSectionForFunction...
2006-09-26 Chris LattnerCompile:
2006-09-08 Jim LaskeyMissing tab
2006-09-07 Jim LaskeyBreak out target asm info into separate files.