aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/MSP430
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-09[MSP430] Optimize 'shl x, 8[+ N] -> swpb(zext(x)) [<< N]' for i16Anton Korobeynikov1-0/+11
2019-01-09[MSP430] Fix crash while lowering llvm.stacksave/stackrestoreAnton Korobeynikov1-0/+13
2018-11-19[MSP430] Optimize srl/sra in case of A >> (8 + N)Anton Korobeynikov1-0/+25
2018-11-16[MSP430] Add RTLIB::[SRL/SRA/SHL]_I32 lowering to EABI lib callsAnton Korobeynikov1-0/+35
2018-11-16[MSP430] Add more tests for ABI and calling conventionAnton Korobeynikov5-2/+222
2018-11-15[MSP430] Add MC layerAnton Korobeynikov30-217/+217
2018-11-08Revert "[MSP430] Add MC layer"Davide Italiano30-217/+217
2018-11-08[MSP430] Add MC layerAnton Korobeynikov30-217/+217
2018-08-29[DAGCombiner] Add X / X -> 1 & X % X -> 0 folds (test tweaks)Simon Pilgrim1-24/+36
2018-05-16Emit a left-shift instead of a power-of-two multiply for jump-tablesAlexander Richardson1-3/+6
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson1-2/+2
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih1-1/+1