The BLX instruction is encoded differently than the BL, because why not? In
[oota-llvm.git] / lib / Target / SystemZ / SystemZMCAsmInfo.cpp
2010-11-11 Rafael EspindolaRemove some explicit arguments to getELFSection. This is
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-24 Chris Lattnerdon't reset the default.
2010-01-23 Chris Lattnerresolve a fixme: the "nonexecutable stack directive...
2010-01-20 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.