summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Factoring bundle creation in to a utility function.Colin LeMahieu2015-11-131-1/+1
| | | | llvm-svn: 253056
* [Hexagon] Fixing compound register printing and reenabling more tests.Colin LeMahieu2015-11-101-10/+17
| | | | llvm-svn: 252574
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-5/+5
| | | | | | Apparently, the style needs to be agreed upon first. llvm-svn: 240390
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-5/+5
| | | | | | | | | | | | | The patch is generated using this command: tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py -fix \ -checks=-*,llvm-namespace-comment -header-filter='llvm/.*|clang/.*' \ llvm/lib/ Thanks to Eugene Kosov for the original patch! llvm-svn: 240137
* [Hexagon] Make global arrays 'static const'. NFC.Benjamin Kramer2015-06-101-33/+33
| | | | llvm-svn: 239475
* [Hexagon] Adding functionality for searching for compound instruction pairs. ↵Colin LeMahieu2015-06-081-0/+420
Compound instructions reduce slot resource requirements freeing those packet slots up for more instructions. llvm-svn: 239307
OpenPOWER on IntegriCloud