summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcMCAsmInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add source debug information to the Sparc code generator.Richard Pennington2009-09-081-0/+3
| | | | llvm-svn: 81215
* Generate section for bss and enable weak symbolsVenkatraman Govindaraju2009-08-261-0/+6
| | | | llvm-svn: 80121
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-0/+29
llvm-svn: 79763
OpenPOWER on IntegriCloud