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