aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/SparcTargetAsmInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add interface for section override. Use this for Sparc, since it should use ↵Anton Korobeynikov2008-08-161-0/+5
| | | | | | named BSS section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54844 91177308-0d34-0410-b5e6-96231b3b80d8
* Reduce heap trashing due to std::string construction / concatenation via ↵Anton Korobeynikov2008-08-161-2/+2
| | | | | | caching of section flags string representations git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54842 91177308-0d34-0410-b5e6-96231b3b80d8
* Properly print flags on SparcAnton Korobeynikov2008-08-081-6/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54543 91177308-0d34-0410-b5e6-96231b3b80d8
* Use mergeable strings sections on sparcAnton Korobeynikov2008-08-081-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54541 91177308-0d34-0410-b5e6-96231b3b80d8
* Switch Sparc to new section handling stuff. Refactor printing of ↵Anton Korobeynikov2008-08-071-1/+21
| | | | | | module-level GVs significantly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54450 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45418 91177308-0d34-0410-b5e6-96231b3b80d8
* Break out target asm info into separate files.Jim Laskey2006-09-071-0/+25
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30161 91177308-0d34-0410-b5e6-96231b3b80d8