aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
AgeCommit message (Expand)Author
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-13Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes
2009-08-13Revert 78892 and 78895, these break generating working executables onDaniel Dunbar
2009-08-13fix a minor fixme. When building with SL and later tools, the ".eh" symbolsChris Lattner
2009-08-11fix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout from r78742Chris Lattner
2009-08-11pass "is64Bit" flag into PPC TAI ctors instead of a whole targetmachine.Chris Lattner
2009-08-11eliminate asmflavor from subtarget, PPCTAI is the only clientChris Lattner
2009-08-11Change the asmprinter to print the comment character before theChris Lattner
2009-08-11factorize more darwin TAI stuff. Note that this givesChris Lattner
2009-08-11factorize darwin ProtectedDirective and SetDirective.Chris Lattner
2009-08-11all darwin targets have .space and .zerofill, pull up.Chris Lattner
2009-08-11move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminateChris Lattner
2009-08-11SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach
2009-08-02move dwarf debug info section selection stuff from TAI toChris Lattner
2009-08-02convert EHFrameSection to be managed by TLOF instead of TAI.Chris Lattner
2009-08-02remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner
2009-08-02remove the x86/ppc impls of getEHGlobalPrefix, which is already dead.Chris Lattner
2009-08-02move getDwarfExceptionSection from TAI to TLOF and rename it to Chris Lattner
2009-08-02don't override the default of this, the only difference is \t instead of ' '.Chris Lattner
2009-08-01REmove dead fields of TAI.Chris Lattner
2009-07-31remove the PPCLinuxTargetAsmInfo implementation of PreferredEHDataFormat,Chris Lattner
2009-07-29Change the "PreferredEHDataFormat" from "absptr" if we're on a Darwin system >Bill Wendling
2009-07-28Output the correct format for Darwin.Bill Wendling
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner
2009-07-27Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner
2009-07-27Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner
2009-07-26untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create aChris Lattner
2009-07-25this is (unfortunately) several changes mixed together:Chris Lattner
2009-06-19merge the common darwin settings from the X86/PPC/ARM targetsChris Lattner
2009-06-18move mangler quote handling from asm printers to TargetAsmInfo.Chris Lattner
2009-06-18simplify macro debug info directive handling.Chris Lattner
2009-06-18On Darwin, ams printer should output a second label before a jump table so th...Evan Cheng
2008-12-19Fix bug 3202.Rafael Espindola
2008-12-03Fix bug 3140.Rafael Espindola
2008-10-05Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mi...Anton Korobeynikov
2008-09-25Reapply 56585:56589 with proper fix for some gcc versionsAnton Korobeynikov
2008-09-25Temporarily backing out 56585:56589 to unbreak the build.Evan Cheng
2008-09-24Minor cleanupAnton Korobeynikov
2008-09-24Get rid of virtual inheritance for PPC TAIAnton Korobeynikov
2008-09-24Get rid of ReadOnlySection duplicateAnton Korobeynikov
2008-09-24Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov
2008-09-09Fix logic for not emitting no-dead-strip for someDale Johannesen
2008-08-16PPC/Linux normally uses named section for bssAnton Korobeynikov
2008-08-16Use proper strings section name for PPCAnton Korobeynikov
2008-08-08Convert PPC/Linux to new section printing stuffAnton Korobeynikov
2008-08-08Switch PPC/Darwin to new section handling stuffAnton Korobeynikov
2008-07-19Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour.Anton Korobeynikov
2008-07-04Linux also does not require exception handlingDuncan Sands
2008-07-01Darwin doesn't need exception handling information for the "move" info whenBill Wendling
2008-06-03Add StringConstantPrefix to control what theDale Johannesen