summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcMCAsmInfo.cpp
Commit message (Expand)AuthorAge
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner2010-04-04
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-26
* don't set value to its default.Chris Lattner2010-01-25
* 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
* Add source debug information to the Sparc code generator.Richard Pennington2009-09-08
* Generate section for bss and enable weak symbolsVenkatraman Govindaraju2009-08-26
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22