summaryrefslogtreecommitdiff
path: root/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
AgeCommit message (Expand)Author
2025-01-07[RISCV] Add Qualcomm uC Xqcicm (Conditional Move) extension (#121752)quic_hchandel
2025-01-03[RISCV] Add support of Sdext,Sdtrig extentions (#120936)Shao-Ce SUN
2025-01-03[RISCV] Add Qualcomm uC Xqcicli (Conditional Load Immediate) extension (#121292)Sudharsan Veeravalli
2024-12-29[RISCV] Add Qualcomm uC Xqciac (Load-Store Adress calculation) extension (#12...quic_hchandel
2024-12-16[RISCV] Add ISAInfoTest tests for a few XQCI extensions (#120060)Sudharsan Veeravalli
2024-12-14[RISCV] Add Qualcomm uC Xqcilsm (Load Store Multiple) extension (#119823)Sudharsan Veeravalli
2024-12-12[RISCV] Add Qualcomm uC Xqcics(Conditional Select) extension (#119504)quic_hchandel
2024-12-01[RISCV] Add Qualcomm uC Xqcia (Arithmetic) extension (#118113)Sudharsan Veeravalli
2024-11-29[RISCV] Add Qualcomm uC Xqcisls (Scaled Load Store) extension (#117987)Sudharsan Veeravalli
2024-11-28[RISCV] Add Qualcomm uC Xqcicsr (CSR) extension (#117169)Sudharsan Veeravalli
2024-11-27[RISCV] Support `svukte` extension (#115657)Brandon Wu
2024-11-22[RISCV] Make A implies Zaamo and Zalrsc (#116907)Jim Lin
2024-11-21[RISCV] Fix typo in RISCVISAInfoTest.cpp. NFC.Jim Tsung-Chun Lin
2024-11-12[RISCV] Zabha/Zacas implies Zaamo (#115694)Jim Lin
2024-11-08[RISCV] Add Smdbltrp and Ssdbltrp extension (#111837)T-Tie
2024-10-29[RISCV] Allow crypto features to imply dependents (#112659)Jubilee
2024-10-29[RISCV] Mark RVB23U64 and RVB23S64 as non-experimental (#113918)Alex Bradbury
2024-10-28[RISCV] Mark the RVA23S64 and RVA23U64 profiles as non-experimental (#113826)Alex Bradbury
2024-10-28[RISCV]Add svvptc extension (#113882)dong-miao
2024-10-28[RISCV] Add the Sha extension (#113820)Alex Bradbury
2024-10-25[RISCV] Mark pointer masking extensions as non-experimental (#113618)Alex Bradbury
2024-10-25[RISCV] Add Smrnmi extension (#111668)dong-miao
2024-09-25[RISCV] Mark Zacas as non-experimental (#109651)Alex Bradbury
2024-08-21[RISCV] Add CSRs and an instruction for Smctr and Ssctr extensions. (#105148)Craig Topper
2024-08-21[RISCV] Remove experimental for Ssqosid ext (#105476)Shao-Ce SUN
2024-08-19[RISCV] Make extension names lower case in RISCVISAInfo::checkDependency() er...Craig Topper
2024-08-19[RISCV] Merge some ISA error reporting together and make some errors more pre...Craig Topper
2024-08-18[RISCV] Add more tests for RISCVISAInfo::checkDependency(). NFCCraig Topper
2024-08-19[RISCV][MC] Support experimental extensions Zvbc32e and Zvkgs (#103709)Pengcheng Wang
2024-07-23[RISCV] Mark zacas as experimental again due to unresolved ABI issue (#99898)Alex Bradbury
2024-07-16[RISCV] Bump the version of Zicfilp/Zicfiss to 1.0 (#98891)Yeting Kuo
2024-07-11[RISCV][NFC] Add a newline when using --print-enabled-extensions (#98425)Shao-Ce SUN
2024-07-11[RISCV] Add QingKe "XW" compressed opcode extension (#97925)R
2024-07-10[RISCV] Add ability to list extensions enabled for a target (#98207)Michael Maitland
2024-07-09Reapply "[RISCV] Remove experimental from Ztso. (#96465)"Philip Reames
2024-07-09[RISCV] Remove experimental for bf16 extensions (#97996)Jianjian Guan
2024-07-02[RISCV] Remove IgnoreUnknown from RISCVISAInfo::parseArchString. (#97372)Craig Topper
2024-06-27[RISCV] Bump Pointer Masking extension version (#96715)Michael Maitland
2024-06-24Revert "[RISCV] Remove experimental from Ztso. (#96465)"Philip Reames
2024-06-24[RISCV] Remove experimental from Ztso. (#96465)Yingwei Zheng
2024-06-21[RISCV] Make M imply Zmmul (#95070)Jianjian Guan
2024-06-12[RISCV] Add Smcsrind and Sscsrind extension (#93952)Monad
2024-06-12[RISCV] Add smcdeleg and ssccfg extensions (#95163)Monad
2024-06-11[RISCV] Add B extension (#76893)Pengcheng Wang
2024-06-03[RISCV] Remove experimental from Zabha (#93831)AlexGhiti
2024-05-21[RISCV] Bump Zaamo and Zalrsc to version 1.0 (#91556)Brandon Wu
2024-05-15[RISCV] Gate unratified profiles behind -menable-experimental-extensions (#92...Alex Bradbury
2024-05-15[RISCV][test] Add tests for parsing profiles using RISCVISAInfo::parseArchStringAlex Bradbury
2024-05-10[RISCV] Don't pre-split before the loop in parseNormalizedArchString. (#91684)Craig Topper
2024-05-07[RISCV] Don't crash if parseNormalizedArchString encounters a multi-letter ex...Craig Topper