summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonDepDecoders.h
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Rename textually included file from .h to .incRichard Trieu2019-01-311-78/+0
| | | | llvm-svn: 352802
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* Fix MSVC "unknown pragma" warning. NFCI.Simon Pilgrim2018-12-041-0/+6
| | | | llvm-svn: 348256
* [Hexagon] Extract operand decoders into a separate file, NFCKrzysztof Parzyszek2018-12-031-0/+73
| | | | | | | These decoders are automatically generated. Keeping them separated makes updating architectures easier. llvm-svn: 348196
* Remove empty fileDavid Blaikie2018-03-151-13/+0
| | | | | | | I should've deleted this in r320768 but accidentally just deleted its contents instead. llvm-svn: 327658
* Remove a non-modular header (& inline it into its one use)David Blaikie2017-12-141-65/+0
| | | | llvm-svn: 320768
* [Hexagon] Add support for Hexagon V65Krzysztof Parzyszek2017-12-111-0/+78
| | | | llvm-svn: 320404
* Hexagon: Fold a single-use textual header into its useDavid Blaikie2017-10-251-64/+0
| | | | llvm-svn: 316604
* [Hexagon] Change the vector scaling for vector offsetsKrzysztof Parzyszek2017-04-061-0/+5
| | | | | | | Keep full offset value on MI-level instructions, but have it scaled down in the MC-level instructions. llvm-svn: 299664
* [Hexagon] Replace instruction definitions with auto-generated onesKrzysztof Parzyszek2017-02-101-0/+59
llvm-svn: 294753
OpenPOWER on IntegriCloud