summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/MCSectionXCore.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-35/+0
| | | | | | merge XCore's section into MCSectionELF llvm-svn: 100812
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-1/+1
| | | | llvm-svn: 79777
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-1/+1
| | | | llvm-svn: 79763
* add support for target-specific ELF section flags, add a new MCSectionXCoreChris Lattner2009-08-151-0/+35
class which represents the XCore cp/dp section flags. No functionality change yet. llvm-svn: 79077
OpenPOWER on IntegriCloud