Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetAsmInfo.cpp
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.