summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/MSP430
AgeCommit message (Expand)Author
2025-10-23MSP430: Remove more default compiler-rt calls (#164752)Matt Arsenault
2025-08-28MSP430: Add test for llvm.sincos intrinsic (#148602)Matt Arsenault
2025-08-12[Test] Add and update tests for `lrint`/`llrint` (NFC) (#152662)Trevor Gross
2025-07-25MSP430: Add test for llvm.exp10 intrinsic (#148605)Matt Arsenault
2025-07-07DAG: Fix asserting in error case for powi softening (#147237)Matt Arsenault
2025-06-11MSP430: Add tests for fcmp (#142706)Matt Arsenault
2025-06-05[LegalizeTypes][MSP430] Soften FAKE_USE operand (#142714)Acthink Yang
2025-02-25[SelectionDAG] Utilizing target hook convertSelectOfConstantsToMath for Selec...Vikash Gupta
2024-12-15[M68k,MSP430,test] Change llc -march= to -mtriple=Fangrui Song
2024-10-18[llvm] Consistently respect `naked` fn attribute in `TargetFrameLowering::has...Alex Rønne Petersen
2024-02-05[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2024-01-08Set MaxAtomicSizeInBitsSupported for remaining targets. (#75703)James Y Knight
2023-10-09Revert "[CodeGen] Really renumber slot indexes before register allocation (#6...Jay Foad
2023-10-09[CodeGen] Really renumber slot indexes before register allocation (#67038)Jay Foad
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2023-04-05[MSP430] Add CFI instructions for MSP430.Ilia Kuklin
2022-12-19[Intrinsic] Rename flt.rounds intrinsic to get.roundingQiu Chaofan
2022-01-06[Tests] Add elementtype attribute to indirect inline asm operands (NFC)Nikita Popov
2021-09-28[llvm-readobj] Support dumping of MSP430 ELF attributesJozef Lawrynowicz
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille
2020-11-20OpaquePtr: Bulk update tests to use typed sretMatt Arsenault
2020-11-20OpaquePtr: Bulk update tests to use typed byvalMatt Arsenault
2020-06-30[MSP430] Declare comparison LibCalls as returning i16 instead of i32Anatoly Trosinenko
2020-06-26[MSP430] Update register namesAnatoly Trosinenko
2020-06-22Revert "[MSP430] Update register names"Anton Korobeynikov
2020-06-22[MSP430] Update register namesAnatoly Trosinenko
2019-12-24Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song
2019-12-24Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song
2019-11-13[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (4)joanlluch
2019-11-11[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (4)...joanlluch
2019-11-11[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (3)joanlluch
2019-11-08[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (3)...joanlluch
2019-11-04[DAGCombine][MSP430] use shift amount threshold in DAGCombine (2/2)Sanjay Patel
2019-10-30[MSP430] fix typo in test name; NFCSanjay Patel
2019-10-30[MSP430] adjust tests for Shift Amount Threshold; NFCSanjay Patel
2019-10-19[TargetLowering][DAGCombine][MSP430] add/use hook for Shift Amount Threshold ...Sanjay Patel
2019-10-19[MSP430] Shift Amount Threshold in DAGCombine (Baseline Tests); NFCSanjay Patel
2019-10-03[DAGCombiner] add operation legality checks before creating shift ops (PR43542)Sanjay Patel
2019-10-03[MSP430] add tests for unwanted shift codegen; NFC (PR43542)Sanjay Patel
2019-09-25[MSP430] Allow msp430_intrcc functions to not have interrupt attribute.Vadzim Dambrouski
2019-06-17[lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song
2019-04-26[AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers
2019-03-13[DAGCombiner] If a TokenFactor would be merged into its user, consider the us...Nirav Dave
2019-02-05Enable integrated assembler on MSP430 by default.Anton Korobeynikov
2019-01-25[MSP430] Fix absolute addressing mode printing in AsmPrinterAnton Korobeynikov
2019-01-16[MSP430] Emit a separate section for every interrupt vectorAnton Korobeynikov
2019-01-14Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih
2019-01-10[MSP430] Add missing instruction formsAnton Korobeynikov
2019-01-09[MSP430] Optimize 'shl x, 8[+ N] -> swpb(zext(x)) [<< N]' for i16Anton Korobeynikov