summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/M68k
AgeCommit message (Expand)Author
2025-08-20[M68k] Fix reverse BTST condition causing opposite failure/success logic (#15...Dan Salvato
2025-08-16[M68k] Add anyext patterns for PCD addressing mode (#150356)knickish
2025-08-12[M68k] Fix incorrect boolean content type (#152572)Dan Salvato
2025-07-30[GISel] Introduce MIFlags::InBounds (#150900)Fabian Ritter
2025-07-29[M68k][GISel] Fix buildbot failure caused by additional MIFlags (#151147)Fabian Ritter
2025-03-14Rename ExpandLargeFpConvertPass to ExpandFpPass (#131128)Frederik Harwath
2025-01-31[M68k] always use movem for register spills (#106715)Janis Heims
2025-01-23[M68k] Fix llc pass test after 3630d9ef65b30af7e4ca78e668649bbc48b5be66Michael Liao
2024-12-15[M68k,MSP430,test] Change llc -march= to -mtriple=Fangrui Song
2024-12-12[M68k] Add remaining addressing modes for Atomic operations (#115523)knickish
2024-11-27[M68k] Handle 16 bit MOVs to and from CCR (#114714)knickish
2024-11-10[M68k] fix call frame destruction elimination when returning structs (#107579)Janis Heims
2024-11-08[M68k] implement large code model (#106381)Janis Heims
2024-11-07Revert "TLS loads opimization (hoist)" (#114740)abhishek-kaushik22
2024-10-18[M68k] ARII atomic load/store (#108982)knickish
2024-10-18[llvm] Consistently respect `naked` fn attribute in `TargetFrameLowering::has...Alex Rønne Petersen
2024-09-03[M68k] Introduce more MOVI cases (#98377)Peter Lafreniere
2024-09-03[M68k] Fix compilation pipeline checkMichael Liao
2024-08-09[LTO] enable `ObjCARCContractPass` only on optimized build (#101114)Peter Rong
2024-08-06[M68k] Fix compilation pipeline checkMichael Liao
2024-08-01[M68k] Fix compilation pipeline checkMichael Liao
2024-05-31[M68k] Fix compilation pipeline checkMichael Liao
2024-05-24Revert "Run ObjCContractPass in Default Codegen Pipeline (#92331)"Nikita Popov
2024-05-24[M68k] Fix compilation pipeline checkMichael Liao
2024-05-03[M68k] Correctly emit non-pic relocations (#89863)Peter Lafreniere
2024-04-26[M68k] Add support for MOVEQ instruction (#88542)Peter Lafreniere
2024-04-09[M68k] Add support for bitwise NOT instruction (#88049)Peter Lafreniere
2024-03-01[M68k] Fix compilation pipeline checkMichael Liao
2024-02-06[M68k] Convert tests to opaque pointers (NFC)Fangrui Song
2023-12-29[M68k] Add pc-relative displacement (PCD) addressing mode for MOVSXMin-Yih Hsu
2023-12-26[M68k] Optimize for overflow arithmetics that will never overflowMin-Yih Hsu
2023-12-26[M68k] U/SMULd32d16 are not supposed to be communitiveMin-Yih Hsu
2023-12-26[M68k] Improve codegen of overflow arithmeticsMin-Yih Hsu
2023-12-04[M68k] Emit RTE for interrupt handler. (#72787)Sheng
2023-11-02[GlobalISel][M68k] Update test after 373c343Tobias Stadler
2023-10-25Update m68k tests to new block placementMatthias Braun
2023-10-15[M68k] Add new calling convention M68k_RTDMin-Yih Hsu
2023-07-24[CodeGen] Add machine verification to some testsJay Foad
2023-06-29[M68k][MC] Add support for 32 bit register-register multiply/divideIan Douglas Scott
2023-06-23[m68k] Fix incorrect handling of TLS when matching addressing mode.Sheng
2023-06-21RegisterCoalescer: Fix name of passMatt Arsenault
2023-06-03[m68k] Add TLS SupportSheng
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2023-05-13[M68k] Update divide-by-constant.ll after D150333.Craig Topper
2023-04-29[M68k] Add instruction selection support for zext with PCD addressingIan Douglas Scott
2023-04-22[M68k] Override `CanLowerReturn` to fix assertion with large returnIan Douglas Scott
2023-04-06[M68k] Add subtarget features for M68881/2 FPUMin-Yih Hsu
2023-04-01[M68k] Add support for lowering atomic fenceMin-Yih Hsu
2023-03-27[M68k] Add support for lowering i1 SIGN_EXTEND_INREGMin-Yih Hsu
2023-03-27[M68k] Add support for lowering ATOMIC_SWAPMin-Yih Hsu