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