summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Sparc actually *DOES* have a directive for emitting zeros. In fact, it requiresChris Lattner2006-02-151-1/+1
| | | | | | | | | | | | it, because this: .bss X: .byte 0 results in the assembler warning: "initialization in bss segment". Annoying. llvm-svn: 26204
* Use the auto-generated call matcher. Remove a broken impl of the ↵Chris Lattner2006-02-101-2/+12
| | | | | | | | | | frameaddr/returnaddr intrinsics. Autogen frameindex matcher llvm-svn: 26107
* Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner2006-02-051-0/+295
llvm-svn: 25985
OpenPOWER on IntegriCloud