summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonCallingConvLower.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch some getAliasSet clients to MCRegAliasIterator.Jakob Stoklund Olesen2012-06-011-5/+2
| | | | | | | MCRegAliasIterator can optionally visit the register itself, allowing for simpler code. llvm-svn: 157837
* Reorder includes in Target backends to following coding standards. Remove ↵Craig Topper2012-03-171-1/+1
| | | | | | some superfluous forward declarations. llvm-svn: 152997
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-041-1/+1
| | | | llvm-svn: 152001
* Hexagon backend supportTony Linthicum2011-12-121-0/+207
llvm-svn: 146412
OpenPOWER on IntegriCloud