Get rid of ReadOnlySection duplicate
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetAsmInfo.cpp
2008-09-24 Anton KorobeynikovGet rid of ReadOnlySection duplicate
2008-09-24 Anton KorobeynikovGet rid of now unused {Four,Eight,Sixteen}ByteConstantS...
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
2008-08-16 Anton KorobeynikovPPC/Linux normally uses named section for bss
2008-08-16 Anton KorobeynikovUse proper strings section name for PPC
2008-08-08 Anton KorobeynikovConvert PPC/Linux to new section printing stuff
2008-08-08 Anton KorobeynikovSwitch PPC/Darwin to new section handling stuff
2008-07-19 Anton KorobeynikovUnbreak build: 'DarwinTargetAsmInfo' was already taken...
2008-07-04 Duncan SandsLinux also does not require exception handling
2008-07-01 Bill WendlingDarwin doesn't need exception handling information...
2008-06-03 Dale JohannesenAdd StringConstantPrefix to control what the
2008-02-29 Anton KorobeynikovUse enumeration for preffered EH dwarf encoding reason
2008-02-27 Anton KorobeynikovEHPreferredDataFormat hook for PPC targets. Looks like...
2008-02-12 Evan ChengRevert r46916 PPCTargetAsmInfo.cpp.
2008-02-10 Nick LewyckyMatch GCC's behaviour for these sections.
2008-01-15 Dale JohannesenFix and enable EH for x86-64 Darwin. Adds
2008-01-11 Dale JohannesenWeak things initialized to 0 don't go in bss on Darwin.
2008-01-10 Dale JohannesenEmit unused EH frames for weak definitions on Darwin,
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-21 Nicolas GeoffrayEnable EH for linux/ppc32 targets
2007-12-19 Dale JohannesenEnable EH on PPC Darwin. This basically works; there
2007-11-20 Dale JohannesenFix .eh table linkage issues on Darwin. Some EH support
2007-11-13 Dale JohannesenRevert previous; these files aren't ready to go in...
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-11-04 Nick LewyckyFix crash before main on ppc/linux with static construc...
2007-09-27 Dan GohmanTargetAsmInfo::getAddressSize() was incorrect for x86...
2007-09-11 Bill WendlingEnable indirect encoding for the personality function
2007-08-24 Chris LattnerDisable EH generation until PPC works 100%.
2007-07-25 Nick LewyckyFix debug info and globals filled with zeros.
2007-03-08 Evan ChengFor Darwin, put constant data into .const, .const_data...
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.