aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCMCAsmInfo.cpp
AgeCommit message (Expand)Author
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-05-05Move PPC Linux to CFI.Rafael Espindola
2011-05-02Add 130690 back.Rafael Espindola
2011-05-02Revert while I debug the tests that use march but not mtriple.Rafael Espindola
2011-05-02Move ppc OS X to cfi too. I am building it on an old ppc mini, but it will ta...Rafael Espindola
2011-01-14Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov
2010-12-06Second try at making direct object emission produce the same resultsRafael Espindola
2010-12-04There are two reasons why we might want to useRafael Espindola
2010-04-04eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner
2010-04-04don't reset the default.Chris Lattner
2010-02-06Fix alignment on ppc linux. This fixes the build of crtend.oRafael Espindola
2010-01-26Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner
2010-01-24linux/ppc does use alignment in bytes, not pow-2. This fixes PR6129.Chris Lattner
2010-01-23mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner
2010-01-23remove unneeded directive set.Chris Lattner
2010-01-20revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner
2010-01-19give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner
2010-01-06Reenable debug info on PPC. Works well enough toDale Johannesen
2009-11-25Revert r89803.Devang Patel
2009-11-24Enable debug info for ppc-darwin.Devang Patel
2009-09-16Big change #1 for personality function references:Chris Lattner
2009-09-16eliminate the PPC backend's implementation of EmitExternalGlobalChris Lattner
2009-08-22rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner