aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZMCAsmInfo.cpp
AgeCommit message (Expand)Author
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-01-23Remove duplicated code.Rafael Espindola
2010-11-11Remove some explicit arguments to getELFSection. This isRafael Espindola
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-04-08move elf section uniquing to MCContext. Along the wayChris Lattner
2010-01-26Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner
2010-01-24don't reset the default.Chris Lattner
2010-01-23resolve a fixme: the "nonexecutable stack directive" is actuallyChris 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
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner