Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Rename textually included file from .h to .inc | Richard Trieu | 2019-01-31 | 1 | -78/+0 |
| | | | | llvm-svn: 352802 | ||||
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -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 Pilgrim | 2018-12-04 | 1 | -0/+6 |
| | | | | llvm-svn: 348256 | ||||
* | [Hexagon] Extract operand decoders into a separate file, NFC | Krzysztof Parzyszek | 2018-12-03 | 1 | -0/+73 |
| | | | | | | | These decoders are automatically generated. Keeping them separated makes updating architectures easier. llvm-svn: 348196 | ||||
* | Remove empty file | David Blaikie | 2018-03-15 | 1 | -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 Blaikie | 2017-12-14 | 1 | -65/+0 |
| | | | | llvm-svn: 320768 | ||||
* | [Hexagon] Add support for Hexagon V65 | Krzysztof Parzyszek | 2017-12-11 | 1 | -0/+78 |
| | | | | llvm-svn: 320404 | ||||
* | Hexagon: Fold a single-use textual header into its use | David Blaikie | 2017-10-25 | 1 | -64/+0 |
| | | | | llvm-svn: 316604 | ||||
* | [Hexagon] Change the vector scaling for vector offsets | Krzysztof Parzyszek | 2017-04-06 | 1 | -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 ones | Krzysztof Parzyszek | 2017-02-10 | 1 | -0/+59 |
llvm-svn: 294753 |