Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate function attribute "no-frame-pointer-elim-non-leaf" to ↵ | Fangrui Song | 2019-12-24 | 1 | -1/+1 |
| | | | | "frame-pointer"="non-leaf" as cleanups after D56351 | ||||
* | [Hexagon] Replace instruction definitions with auto-generated ones | Krzysztof Parzyszek | 2017-02-10 | 1 | -1/+1 |
| | | | | llvm-svn: 294753 | ||||
* | This reapplies r281304. The issue was that I had missed | Sjoerd Meijer | 2016-09-14 | 1 | -25/+5 |
| | | | | | | to copy the new isAdd field in the tablegen data structure. llvm-svn: 281447 | ||||
* | Revert of r281304 as it is causing build bot failures in hexagon | Sjoerd Meijer | 2016-09-13 | 1 | -5/+25 |
| | | | | | | | hwloop regression tests. These tests pass locally; will be investigating where these differences come from. llvm-svn: 281306 | ||||
* | This adds a new field isAdd to MCInstrDesc. The ARM and Hexagon instruction | Sjoerd Meijer | 2016-09-13 | 1 | -25/+5 |
| | | | | | | | | | | | descriptions now tag add instructions, and the Hexagon backend is using this to identify loop induction statements. Patch by Sam Parker and Sjoerd Meijer. Differential Revision: https://reviews.llvm.org/D23601 llvm-svn: 281304 | ||||
* | [Hexagon] Adding some codegen tests and updating some to match spec. | Colin LeMahieu | 2015-06-13 | 1 | -0/+43 |
llvm-svn: 239690 |