RISC architectures get their memory operand folding for free.
[oota-llvm.git] / lib / Target / PowerPC / PPCMCAsmInfo.cpp
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.