aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/TableGen
AgeCommit message (Expand)AuthorFilesLines
2024-04-04[X86] Add missing immediate qualifier to the (V)ROUND instructions (#87636)Simon Pilgrim1-14/+14
2024-04-01[TableGen] Fix MacroFusion.tdWang Pengcheng1-4/+4
2024-04-01[TableGen] Introduce a less aggressive suppression for HwMode Decoder… (#86...superZWT1232-27/+53
2024-03-29[GlobalISel] Call `setInstrAndDebugLoc` before `tryCombineAll` (#86993)Shilei Tian1-0/+3
2024-03-29[X86][MC] Support enc/dec for IMULZU. (#86653)Freddy Ye1-0/+6
2024-03-27[Target][RISCV] Add HwMode support to subregister index size/offset. (#86368)Craig Topper2-3/+81
2024-03-20[TableGen] Fix operand constraint checking problem. (#85859)Jason Eckhardt2-1/+35
2024-03-19[MacroFusion] Add SingleFusion that accepts a single instruction pairWang Pengcheng1-0/+61
2024-03-19[MacroFusion] Complete tests and fix indentsWang Pengcheng1-4/+6
2024-03-17[X86] Support APX CMOV/CFCMOV instructions (#82592)XinWang101-0/+3
2024-03-15[MacroFusion] Support commutable instructions (#82751)Wang Pengcheng1-3/+58
2024-03-11[X86] Add missing register qualifier to the VBLENDVPD/VBLENDVPS/VPBLENDVB ins...Simon Pilgrim1-6/+6
2024-03-11[X86] Add missing immediate qualifier to the (V)PCLMULQDQ instruction namesSimon Pilgrim1-6/+6
2024-03-11[X86] Add missing immediate qualifier to the SSE42 (V)PCMPEST/PCMPIST string ...Simon Pilgrim1-8/+8
2024-03-09[X86] Add missing immediate qualifier to the (V)CMPSS/D instructions (#84496)Simon Pilgrim1-17/+17
2024-03-08[X86][MC] Support encoding/decoding for APX CCMP/CTEST (#83863)Shengchen Kan1-0/+23
2024-03-08[GlobalISel][AMDGPU] Import patterns with multiple defs (#84171)Pierre van Houtryve2-14/+30
2024-03-06Fix failing TableGen testsKrzysztof Parzyszek2-4/+2
2024-03-06[Frontend] Add leaf constructs and association to OpenMP/ACC directives (#83625)Krzysztof Parzyszek2-0/+67
2024-03-06Restore "Implement convergence control in MIR using SelectionDAG (#71785)"Sameer Sahasrabuddhe6-51/+51
2024-03-05[TableGen] Fix wrong codegen of BothFusionPredicateWithMCInstPredicate (#83990)Wang Pengcheng1-0/+25
2024-03-04Revert "Restore "Implement convergence control in MIR using SelectionDAG (#71...Mitch Phillips6-51/+51
2024-03-04Restore "Implement convergence control in MIR using SelectionDAG (#71785)"Sameer Sahasrabuddhe6-51/+51
2024-03-02[GlobalISel][TableGen] Take first result for multi-output instructions (#81130)Bjorn Pettersson2-0/+47
2024-02-29[TableGen] Add support for DefaultMode in per-HwMode encode/decode. (#83029)Jason Eckhardt1-0/+168
2024-02-26[CodeGenSchedule] Don't allow invalid ReadAdvances to be formed (#82685)Visoiu Mistrih Francis1-0/+29
2024-02-25[TableGen] Fix __CLAUSE_NO_CLASS macro leak in directive emitter (#82912)FruitClover2-0/+2
2024-02-22[TableGen] Suppress per-HwMode duplicate instructions/tables. (#82567)Jason Eckhardt1-0/+119
2024-02-21Revert "Implement convergence control in MIR using SelectionDAG (#71785)"Sameer Sahasrabuddhe6-51/+51
2024-02-21Implement convergence control in MIR using SelectionDAG (#71785)Sameer Sahasrabuddhe6-51/+51
2024-02-19[TableGen] Fixes for per-HwMode decoding problem (#82201)Jason Eckhardt1-3/+2
2024-02-18[MC][AsmParser] Make `MatchRegisterName` return `MCRegister` (NFC) (#81408)Sergei Barannikov1-12/+12
2024-02-13[LLVM] Add `__builtin_readsteadycounter` intrinsic and builtin for realtime c...Joseph Huber6-65/+64
2024-02-07[TableGen] Extend direct lookup to instruction values in generic tables. (#80...Jason Eckhardt1-3/+58
2024-02-02[TableGen] Support type aliases via new keyword deftypeWang Pengcheng1-0/+70
2024-02-01[GlobalISel][TableGen] Support Intrinsics in MIR Patterns (#79278)Pierre van Houtryve6-5/+157
2024-01-31[X86][MC] Support encoding/decoding for APX variant LZCNT/TZCNT/POPCNT instru...XinWang101-0/+9
2024-01-29[TableGen] Extend OPC_ExtractField/OPC_CheckField start value widths. (#79723)Jason Eckhardt1-0/+44
2024-01-28[X86][tablgen] Fix the broadcast tables (#79675)Shengchen Kan1-189/+189
2024-01-26[X86] Support APX promoted RAO-INT and MOVBE instructions (#77431)XinWang101-0/+6
2024-01-25[TableGen] Use MapVector to remove non-determinismWang Pengcheng1-2/+2
2024-01-25[X86][MC] Support Enc/Dec for NF BMI instructions (#76709)XinWang101-0/+12
2024-01-24[TableGen] Include source location in JSON dump (#79028)ostannard2-0/+47
2024-01-23[X86] Support encoding/decoding and lowering for APX variant SHL/SHR/SAR/ROL/...Shengchen Kan1-0/+240
2024-01-19[TableGen] Integrate TableGen-based macro fusion (#73115)Wang Pengcheng1-1/+15
2024-01-13[GISel] Erase the root instruction after emitting all its potential uses (#77...Sergei Barannikov19-63/+63
2024-01-12[SelectionDAG] Add space-optimized forms of OPC_CheckPredicate (#77763)Wang Pengcheng2-4/+4
2024-01-11Revert "[SelectionDAG] Add space-optimized forms of OPC_CheckPredicate (#73488)"Mikhail Goncharov2-4/+4
2024-01-11[SelectionDAG] Add space-optimized forms of OPC_CheckPredicate (#73488)Wang Pengcheng2-4/+4
2024-01-11[SelectionDAG] Add space-optimized forms of OPC_CheckComplexPat (#73310)Wang Pengcheng1-1/+1