aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/CodeGenRegisters.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-25[RFC][TableGen] Restructure TableGen Source (#80847)Pierre van Houtryve1-2519/+0
2024-03-22[TableGen] Minor cleanup in CodeGenRegBank::getConcatSubRegIndex. NFCCraig Topper1-4/+4
2024-02-15[TableGen] New RegUnitSet(Name) constructor. NFC.Jay Foad1-8/+7
2024-02-14[TableGen] Stop using make_pair and make_tuple. NFC. (#81730)Jay Foad1-17/+17
2024-02-13[TableGen] Trivial simplification in computeRegUnitSets. NFC.Jay Foad1-4/+2
2024-02-13[TableGen] Remove trivial helper function hasRegUnit. NFC.Jay Foad1-8/+2
2024-02-13[TableGen] Do not speculatively grow RegUnitSets. NFC.Jay Foad1-17/+8
2024-02-13[TableGen] Use emplace_back instead of resize to size() + 1. NFC.Jay Foad1-13/+11
2024-02-13[TableGen] Use std::move instead of swap. NFC. (#81606)Jay Foad1-3/+3
2024-02-13[TableGen] Use vectors instead of sets for testing intersection. NFC. (#81602)Jay Foad1-6/+5
2024-02-12[TableGen] Make use of find_if. NFC.Jay Foad1-7/+2
2024-02-09[NFC] clang-format utils/TableGen (#80973)Pierre van Houtryve1-138/+148
2023-11-02[NFC][X86] Reorder the registers to reduce unnecessary iterations (#70222)Shengchen Kan1-16/+36
2023-09-25[TableGen][NFCI] Speed up generating *GenRegisterInfo.inc files on builds wit...Ivan Kosarev1-8/+12
2023-09-24[TableGen] Fix ordering of register classes. (#67245)Ivan Kosarev1-8/+8
2023-08-14[CodeGen] Set regunitmasks for leaf regs to all instead of noneJay Foad1-3/+3
2023-08-03[TableGen][NFC] Refine obtaining qualified register class ids.Ivan Kosarev1-4/+13
2023-03-27[RISCV] Replace RISCV -> RISC-V in comments. NFCCraig Topper1-1/+1
2023-01-25[TableGen] Speed up computeUberSets. NFC.Jay Foad1-6/+5
2022-12-06[TableGen] llvm::Optional => std::optionalFangrui Song1-1/+1
2022-12-02[utils] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-11-20[TableGen] Fix SubRegIndex size computation for concatenated subregs of unkno...Bjorn Pettersson1-2/+6
2022-09-15RegAllocGreedy: Avoid overflowing priority bitfieldsMatt Arsenault1-3/+7
2022-08-24[RegisterInfoEmitter] Generate isConstantPhysReg(). NFCIAlex Richardson1-2/+2
2022-07-07[TableGen] Fix CodeGenRegisterClass::hasType for simple-type argumentsKrzysztof Parzyszek1-0/+20
2022-05-11[TableGen] Remove the use of global Record stateRiver Riddle1-3/+4
2022-04-06Fix warnings about variables that are set but only used in debug modeMartin Storsjö1-0/+1
2022-03-11Cleanup include: TableGenserge-sans-paille1-4/+1
2022-02-11[TableGen][AMDGPU] Allow empty register classesJay Foad1-1/+7
2022-02-08[X86] Implement -fzero-call-used-regs optionBill Wendling1-0/+17
2021-09-23[TableGen] Allow targets to entirely ignore Psets for registersChristudasan Devadasan1-1/+5
2021-09-16[llvm] Use drop_begin (NFC)Kazu Hirata1-3/+3
2021-08-31[TableGen] Allow target specific flags for RegisterClassChristudasan Devadasan1-2/+9
2021-07-16[TableGen] Allow isAllocatable inheritence from any superclassCarl Ritson1-1/+4
2021-05-07[TableGen] Use range-based for loops (NFC)Coelacanthus1-52/+42
2021-02-11[TableGen] Make the map in InfoByHwMode protected. NFCICraig Topper1-1/+1
2021-01-29Support a list of CostPerUse valuesChristudasan Devadasan1-12/+11
2021-01-25[TableGen] Use llvm::append_range (NFC)Kazu Hirata1-4/+3
2021-01-17[TableGen] Drop redundant const from return types (NFC)Kazu Hirata1-1/+1
2021-01-01[llvm] Use *Map::lookup (NFC)Kazu Hirata1-2/+1
2020-11-06[TableGen] Indentation and whitespace fixes in generated code. NFC.Jay Foad1-1/+1
2020-09-15[TableGen] Fix invalid comparison function `SizeOrder` in `getMatchingSubClas...Ta-Wei Tu1-0/+2
2020-07-17[TableGen] Report an error instead of assertingJay Foad1-1/+2
2020-03-18[TableGen][GlobalISel] Rework RegisterBankEmitter for easier const correctness.lewis-revill1-2/+2
2020-02-18[TBLGEN] Emit register pressure set enumStanislav Mekhanoshin1-1/+1
2020-02-17[TBLGEN] Inhibit generation of unneeded psetsStanislav Mekhanoshin1-1/+4
2020-02-14[TBLGEN] Allow to override RC weightStanislav Mekhanoshin1-0/+10
2020-02-12[TBLGEN] Fix subreg value overflow in DAGISelMatcherStanislav Mekhanoshin1-0/+6
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-19/+10
2020-01-27TableGen: Try to fix expensive checks failuresMatt Arsenault1-1/+1