Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant includes from lib/Target/ARM. | Michael Zolotukhin | 2017-12-13 | 1 | -2/+0 |
| | | | | llvm-svn: 320635 | ||||
* | [ARM] Tidy up banked registers encoding | Javed Absar | 2017-08-03 | 1 | -3/+8 |
| | | | | | | | | | | Moves encoding (SYSm) information of banked registers to ARMSystemRegister.td, where it rightly belongs and forms a single point of reference in the code. Reviewed by: @fhahn, @rovka, @olista01 Differential Revision: https://reviews.llvm.org/D36219 llvm-svn: 309910 | ||||
* | [ARM] Unify handling of M-Class system registers | Javed Absar | 2017-07-19 | 1 | -0/+44 |
This patch cleans up and fixes issues in the M-Class system register handling: 1. It defines the system registers and the encoding (SYSm values) in one place: a new ARMSystemRegister.td using SearchableTable, thereby removing the hand-coded values which existed in multiple places. 2. Some system registers e.g. BASEPRI_MAX_NS which do not exist were being allowed! Ref: ARMv6/7/8M architecture reference manual. Reviewed by: @t.p.northover, @olist01, @john.brawn Differential Revision: https://reviews.llvm.org/D35209 llvm-svn: 308456 |