Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
[oota-llvm.git] / lib / Target / PowerPC / PPCMCAsmInfo.cpp
2011-05-05 Rafael EspindolaMove PPC Linux to CFI.
2011-05-02 Rafael EspindolaAdd 130690 back.
2011-05-02 Rafael EspindolaRevert while I debug the tests that use march but not...
2011-05-02 Rafael EspindolaMove ppc OS X to cfi too. I am building it on an old...
2011-01-14 Anton KorobeynikovAdd a possibility to switch between CFI directives...
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-04-04 Chris Lattnerdon't reset the default.
2010-02-06 Rafael EspindolaFix alignment on ppc linux. This fixes the build of...
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-24 Chris Lattnerlinux/ppc does use alignment in bytes, not pow-2. ...
2010-01-23 Chris Lattnermcize lcomm, simplify .comm, extend both to support...
2010-01-23 Chris Lattnerremove unneeded directive set.
2010-01-20 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
2010-01-06 Dale JohannesenReenable debug info on PPC. Works well enough to
2009-11-25 Devang PatelRevert r89803.
2009-11-24 Devang PatelEnable debug info for ppc-darwin.
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-16 Chris Lattnereliminate the PPC backend's implementation of EmitExter...
2009-08-22 Chris Lattnerrename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.