summaryrefslogtreecommitdiff
path: root/test/CodeGen/MSP430
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-07-18[DAG] Improve Aliasing of operations to static allocaNirav Dave
2017-07-18Revert r308025 due to uncovering a crash in SelectionDAG. This is filedChandler Carruth
2017-07-14Improve Aliasing of operations to static allocaNirav Dave
2017-07-10Revert "[DAG] Improve Aliasing of operations to static alloca"Matthias Braun
2017-07-10[DAG] Improve Aliasing of operations to static allocaNirav Dave
2017-07-05Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffsetNirav Dave
2017-06-30Revert "[DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffset"Nirav Dave
2017-06-30[DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffsetNirav Dave
2017-06-23[MSP430] Fix data layout string.Vadzim Dambrouski
2017-05-24[MSP430] Fix PR33050: Don't use ADD16ri to lower FrameIndex.Vadzim Dambrouski
2017-05-23[MSP430] Add subtarget features for hardware multiplier.Vadzim Dambrouski
2017-05-16Elide stores which are overwritten without being observed.Nirav Dave
2017-05-11[MSP430] Generate EABI-compliant libcallsVadzim Dambrouski
2017-04-26[MSP430] Fix PR32769: Select8 and Select16 need to have SR in Uses.Vadzim Dambrouski
2017-03-14In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-03-03[SDAG] Revert r296476 (and r296486, r296668, r296690).Chandler Carruth
2017-03-02[MSP430] Add SRet support to MSP430 targetVadzim Dambrouski
2017-02-28In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-02-28[CGP] Split some critical edges coming out of indirect branchesMichael Kuperstein
2017-02-26Revert "[CGP] Split some critical edges coming out of indirect branches"Daniel Jasper
2017-02-26Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-02-25In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-02-24[CGP] Split some critical edges coming out of indirect branchesMichael Kuperstein
2017-02-24Revert r269060 to pacify bots.Michael Kuperstein
2017-02-24[CGP] Split some critical edges coming out of indirect branchesMichael Kuperstein
2017-02-02Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-02-02In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-01-26Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-01-26In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-12-14Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-12-14In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-12-09Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-12-09In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-12-06[CodeGen] Fix result type for SMULO/UMULO legalizationEli Friedman
2016-11-08Fix PR27500: on MSP430 the branch destination offset is measured in words, no...Anton Korobeynikov
2016-10-13Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-10-13In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-10-10[SelectionDAGBuilder] Support llvm.flt.rounds on targets where i32 is not legalHal Finkel
2016-09-28Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-09-28In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-08-19Revert r279242 - it's failing the testsAnton Korobeynikov
2016-08-19Fix PR27500: on MSP430 the branch destination offset is measured in words, no...Anton Korobeynikov
2016-02-24`MSP430InstrInfo::loadRegFromStackSlot` forgets to set register def.Anton Korobeynikov
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-09-10Drop the W postfix on the 16-bit registers.Job Noorman