aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/MSP430
AgeCommit message (Expand)AuthorFilesLines
2026-01-09[MSP430] Use `softPromoteHalfType` (#175139)Trevor Gross1-18/+17
2025-10-23MSP430: Remove more default compiler-rt calls (#164752)Matt Arsenault1-0/+14
2025-08-28MSP430: Add test for llvm.sincos intrinsic (#148602)Matt Arsenault1-0/+352
2025-08-12[Test] Add and update tests for `lrint`/`llrint` (NFC) (#152662)Trevor Gross1-0/+60
2025-07-25MSP430: Add test for llvm.exp10 intrinsic (#148605)Matt Arsenault1-0/+198
2025-07-07DAG: Fix asserting in error case for powi softening (#147237)Matt Arsenault1-0/+16
2025-06-11MSP430: Add tests for fcmp (#142706)Matt Arsenault1-0/+761
2025-06-05[LegalizeTypes][MSP430] Soften FAKE_USE operand (#142714)Acthink Yang1-0/+31
2025-02-25[SelectionDAG] Utilizing target hook convertSelectOfConstantsToMath for Selec...Vikash Gupta1-2/+1
2024-12-15[M68k,MSP430,test] Change llc -march= to -mtriple=Fangrui Song34-34/+34
2024-10-18[llvm] Consistently respect `naked` fn attribute in `TargetFrameLowering::has...Alex Rønne Petersen1-0/+27
2024-02-05[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov53-1112/+1112
2024-01-08Set MaxAtomicSizeInBitsSupported for remaining targets. (#75703)James Y Knight1-0/+11
2023-10-09Revert "[CodeGen] Really renumber slot indexes before register allocation (#6...Jay Foad1-12/+9
2023-10-09[CodeGen] Really renumber slot indexes before register allocation (#67038)Jay Foad1-9/+12
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta1-1/+1
2023-04-05[MSP430] Add CFI instructions for MSP430.Ilia Kuklin4-33/+77
2022-12-19[Intrinsic] Rename flt.rounds intrinsic to get.roundingQiu Chaofan1-2/+2
2022-01-06[Tests] Add elementtype attribute to indirect inline asm operands (NFC)Nikita Popov2-3/+3
2021-09-28[llvm-readobj] Support dumping of MSP430 ELF attributesJozef Lawrynowicz1-0/+41
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille2-2/+2
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille2-2/+2
2020-11-20OpaquePtr: Bulk update tests to use typed sretMatt Arsenault1-2/+2
2020-11-20OpaquePtr: Bulk update tests to use typed byvalMatt Arsenault2-3/+3
2020-06-30[MSP430] Declare comparison LibCalls as returning i16 instead of i32Anatoly Trosinenko1-0/+25
2020-06-26[MSP430] Update register namesAnatoly Trosinenko2-2/+104
2020-06-22Revert "[MSP430] Update register names"Anton Korobeynikov2-104/+2
2020-06-22[MSP430] Update register namesAnatoly Trosinenko2-2/+104
2019-12-24Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song1-1/+1
2019-12-24Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2-2/+2
2019-11-13[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (4)joanlluch1-20/+11
2019-11-11[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (4)...joanlluch1-0/+70
2019-11-11[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (3)joanlluch1-31/+8
2019-11-08[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (3)...joanlluch1-0/+73
2019-11-04[DAGCombine][MSP430] use shift amount threshold in DAGCombine (2/2)Sanjay Patel1-47/+29
2019-10-30[MSP430] fix typo in test name; NFCSanjay Patel1-2/+2
2019-10-30[MSP430] adjust tests for Shift Amount Threshold; NFCSanjay Patel1-58/+55
2019-10-19[TargetLowering][DAGCombine][MSP430] add/use hook for Shift Amount Threshold ...Sanjay Patel1-14/+6
2019-10-19[MSP430] Shift Amount Threshold in DAGCombine (Baseline Tests); NFCSanjay Patel1-0/+178
2019-10-03[DAGCombiner] add operation legality checks before creating shift ops (PR43542)Sanjay Patel1-38/+23
2019-10-03[MSP430] add tests for unwanted shift codegen; NFC (PR43542)Sanjay Patel1-0/+61
2019-09-25[MSP430] Allow msp430_intrcc functions to not have interrupt attribute.Vadzim Dambrouski1-0/+9
2019-06-17[lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song1-1/+0
2019-04-26[AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers1-0/+26
2019-03-13[DAGCombiner] If a TokenFactor would be merged into its user, consider the us...Nirav Dave1-4/+4
2019-02-05Enable integrated assembler on MSP430 by default.Anton Korobeynikov1-1/+1
2019-01-25[MSP430] Fix absolute addressing mode printing in AsmPrinterAnton Korobeynikov1-0/+15
2019-01-16[MSP430] Emit a separate section for every interrupt vectorAnton Korobeynikov3-1/+9
2019-01-14Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih1-1/+1
2019-01-10[MSP430] Add missing instruction formsAnton Korobeynikov3-0/+105