Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Factoring bundle creation in to a utility function. | Colin LeMahieu | 2015-11-13 | 1 | -1/+1 |
| | | | | llvm-svn: 253056 | ||||
* | [Hexagon] Fixing compound register printing and reenabling more tests. | Colin LeMahieu | 2015-11-10 | 1 | -10/+17 |
| | | | | llvm-svn: 252574 | ||||
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -5/+5 |
| | | | | | | Apparently, the style needs to be agreed upon first. llvm-svn: 240390 | ||||
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -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 Kramer | 2015-06-10 | 1 | -33/+33 |
| | | | | llvm-svn: 239475 | ||||
* | [Hexagon] Adding functionality for searching for compound instruction pairs. ↵ | Colin LeMahieu | 2015-06-08 | 1 | -0/+420 |
Compound instructions reduce slot resource requirements freeing those packet slots up for more instructions. llvm-svn: 239307 |