aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly
AgeCommit message (Expand)AuthorFilesLines
7 hours[LV] Add support for llvm.vector.partial.reduce.fadd (#163975)Damian Heaton2-2/+3
11 hours[WebAssembly] Fix crash in ReplaceNodeResults for ANY_EXTEND_VECTOR_INREG (#1...hanbeom1-0/+1
13 hours[WebAssembly] Zero and NaN checks for min/max (#177968)Sam Parker3-10/+63
30 hours[TTI] Add VectorInstrContext for context-aware insert/extract costs. (#175982)Florian Hahn2-6/+7
5 days[WebAssembly] Fix exception handling initialization order in TargetMachine co...Anutosh Bhat1-1/+1
6 days[NFCI] replace getValueType with new getGlobalSize query (#177186)Jameson Nash1-1/+1
7 days[NFC] replace getValueType with more specific getFunctionType (#177175)Jameson Nash1-1/+1
9 daysWebAssembly: Use LibcallLoweringInfo (#176804)Matt Arsenault2-23/+59
9 daysFastISel: Thread LibcallLoweringInfo through (#176799)Matt Arsenault3-10/+18
11 days[WebAssembly] Mark extract.last.active as having invalid cost.Florian Hahn2-0/+18
12 daysReland "[NFC][MI] Tidy Up RegState enum use (1/2)" (#176277)Sam Elliott1-1/+1
13 days[NFC][TargetLowering] Make shouldExpandAtomicRMWInIR and shouldExpandAtomicCm...Akshay Deodhar2-2/+4
13 daysRevert "[NFC][MI] Tidy Up RegState enum use (1/2)" (#176190)Sam Elliott1-1/+1
13 days[NFC][MI] Tidy Up RegState enum use (1/2) (#176091)Sam Elliott1-1/+1
14 days[WebAssembly] LoadLane matching with offsets (#176005)Sam Parker1-15/+14
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang1-1/+1
2026-01-12[WebAssembly] vi8 mul cost modelling. (#175177)Sam Parker2-3/+25
2026-01-11[TargetLowering] Change the `softPromoteHalfType` default to `true` (#175149)Trevor Gross1-2/+0
2026-01-08[WebAssembly] Expand vector frem instructions (#174854)Derek Schuff1-1/+5
2026-01-08[WebAssembly] Change `half` to use soft promotion rather than `PromoteFloat`...Trevor Gross1-0/+2
2026-01-07[WebAssembly] Fold constant `i8x16.swizzle` and `i8x16.relaxed.swizzle` to `s...valadaptive2-0/+90
2026-01-08[WebAssembly] Support v128.load{32,64}_zero for f32 and f64 types (#172291)hanbeom2-1/+12
2025-12-28[CodeGen] Fix EVT::changeVectorElementType assertion on simple-to-extended fa...Islam Imad1-2/+4
2025-12-22[IR][Verifier] Verification for `target-features` attribute (#173119)Stefan Weigl-Bosker1-0/+2
2025-12-19[LLVM][Target] Use ListSeparator in lib/Target (#172919)Rahul Joshi1-8/+6
2025-12-16[CodeGen] expand-fp: Change frem expansion criterion (#158285)Frederik Harwath1-2/+2
2025-12-04Revert "[WebAssembly] Implement addrspacecast to funcref" (#170785)Derek Schuff3-65/+1
2025-12-04[WebAssembly] Implement addrspacecast to funcref (#166820)Demetrius Kanios3-1/+65
2025-12-02[NFC] Refactor TargetLowering::getTgtMemIntrinsic to take CallBase parameter ...Robert Imschweiler2-2/+2
2025-12-02[WebAssembly] Optimize away mask of 63 for sra and srl( zext (and i32 63))) (...Jasmine Tang1-0/+4
2025-12-01[WebAssembly] Optimize away mask of 63 for shl ( zext (and i32 63))) (#152397)Jasmine Tang2-1/+4
2025-11-26CodeGen: Make all targets override pseudos with pointers (#159881)Matt Arsenault1-0/+8
2025-11-20[WebAssembly] Lower ANY_EXTEND_VECTOR_INREG (#167529)Sam Parker1-1/+26
2025-11-19CodeGen: Add subtarget to TargetLoweringBase constructor (#168620)Matt Arsenault1-1/+1
2025-11-18[WebAssembly] Add patterns for extadd pairwise (#167960)Jasmine Tang1-0/+26
2025-11-17[WebAssembly] Truncate extra bits of large elements in BUILD_VECTOR (#167223)Hongyu Chen1-11/+5
2025-11-11[WebAssembly] Use MCRegister::id(). NFC (#167609)Craig Topper2-5/+5
2025-11-12[WebAssembly][FastISel] Bail out on meeting non-integer type in selectTrunc (...Hongyu Chen1-11/+27
2025-11-10CodeGen: Keep reference to TargetRegisterInfo in TargetInstrInfo (#158224)Matt Arsenault1-1/+1
2025-11-10Remove unused <algorithm> inclusion (#166942)serge-sans-paille1-1/+0
2025-11-10[WebAssembly] Implement more of getCastInstrCost (#164612)Sam Parker1-1/+65
2025-11-08[WebAssembly] Clean up CustomMappingTraits<BBNumberMap> (NFC) (#167155)Kazu Hirata1-2/+2
2025-11-06[WebAssembly] vf32 to vi8, vi16 lowering (#164644)Sam Parker1-1/+63
2025-11-05Add support for ref.func to AsmParser/MC (#163326)Demetrius Kanios1-0/+5
2025-11-05RuntimeLibcalls: Split lowering decisions into LibcallLoweringInfo (#164987)Matt Arsenault1-7/+13
2025-11-05[WebAssembly] TableGen-erate SDNode descriptions (#166259)Sergei Barannikov6-105/+34
2025-11-05[WebAssembly] Use IRBuilder in FixFunctionBitcasts (NFC) (#164268)Kleis Auke Wolthuizen1-17/+10
2025-11-04[llvm] Use conventional enum declarations (NFC) (#166318)Kazu Hirata1-1/+1
2025-11-02[llvm] Remove redundant typename (NFC) (#166087)Kazu Hirata2-3/+3
2025-11-01[llvm] Remove redundant str() and c_str() (NFC) (#166012)Kazu Hirata1-2/+1