summaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCMCAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner2010-04-041-1/+0
* don't reset the default.Chris Lattner2010-04-041-1/+0
* Fix alignment on ppc linux. This fixes the build of crtend.oRafael Espindola2010-02-061-0/+3
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-261-1/+0
* linux/ppc does use alignment in bytes, not pow-2. This fixes PR6129.Chris Lattner2010-01-241-1/+0
* mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner2010-01-231-1/+1
* remove unneeded directive set.Chris Lattner2010-01-231-1/+0
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-201-2/+2
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-191-2/+2
* Reenable debug info on PPC. Works well enough toDale Johannesen2010-01-061-0/+1
* Revert r89803.Devang Patel2009-11-251-3/+0
* Enable debug info for ppc-darwin.Devang Patel2009-11-241-0/+3
* Big change #1 for personality function references:Chris Lattner2009-09-161-3/+0
* eliminate the PPC backend's implementation of EmitExternalGlobalChris Lattner2009-09-161-0/+3
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-221-2/+2
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-0/+58