summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename createAsmInfo to createMCAsmInfo and move registration code to ↵Evan Cheng2011-07-141-30/+0
| | | | | | MCTargetDesc to prepare for next round of changes. llvm-svn: 135219
* Remove duplicated code.Rafael Espindola2011-01-231-1/+2
| | | | llvm-svn: 124054
* Remove some explicit arguments to getELFSection. This isRafael Espindola2010-11-111-1/+1
| | | | | | a leftover from the removal of isExplicit. llvm-svn: 118774
* Don't pass StringRef by reference.Benjamin Kramer2010-07-141-1/+1
| | | | llvm-svn: 108366
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-3/+5
| | | | | | merge XCore's section into MCSectionELF llvm-svn: 100812
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-261-1/+0
| | | | | | | | | | | Default HasSetDirective to true, since most targets have it. The targets that claim to not have it probably do, or it is spelled differently. These include Blackfin, Mips, Alpha, and PIC16. All of these except pic16 are normal ELF targets, so they almost certainly have it. llvm-svn: 94585
* don't reset the default.Chris Lattner2010-01-241-2/+0
| | | | llvm-svn: 94380
* resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner2010-01-231-1/+5
| | | | | | | | | a .section. Switch to it with SwitchSection. However, I think that this directive should be safe on any ELF target. If so, we should hoist it up out of the X86 and SystemZ targets. llvm-svn: 94298
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-201-2/+1
| | | | | | | stomache MCAsmInfo having this, and I found a better solution to this layering issue. llvm-svn: 93985
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-191-1/+2
| | | | | | | | | I really want clients of the streamer to be able to say "emit this 64-bit integer" and have it get broken down right by the streamer. I may change this in the future, we'll see how it works out. llvm-svn: 93934
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-0/+26
llvm-svn: 79763
OpenPOWER on IntegriCloud