summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MSP430
Commit message (Expand)AuthorAgeFilesLines
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-0/+26
* [DAGCombiner] If a TokenFactor would be merged into its user, consider the us...Nirav Dave2019-03-131-4/+4
* Enable integrated assembler on MSP430 by default.Anton Korobeynikov2019-02-051-1/+1
* [MSP430] Fix absolute addressing mode printing in AsmPrinterAnton Korobeynikov2019-01-251-0/+15
* [MSP430] Emit a separate section for every interrupt vectorAnton Korobeynikov2019-01-163-1/+9
* Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih2019-01-141-1/+1
* [MSP430] Add missing instruction formsAnton Korobeynikov2019-01-103-0/+105
* [MSP430] Optimize 'shl x, 8[+ N] -> swpb(zext(x)) [<< N]' for i16Anton Korobeynikov2019-01-091-0/+11
* [MSP430] Fix crash while lowering llvm.stacksave/stackrestoreAnton Korobeynikov2019-01-091-0/+13
* [MSP430] Optimize srl/sra in case of A >> (8 + N)Anton Korobeynikov2018-11-191-0/+25
* [MSP430] Add RTLIB::[SRL/SRA/SHL]_I32 lowering to EABI lib callsAnton Korobeynikov2018-11-161-0/+35
* [MSP430] Add more tests for ABI and calling conventionAnton Korobeynikov2018-11-165-2/+222
* [MSP430] Add MC layerAnton Korobeynikov2018-11-1530-217/+217
* Revert "[MSP430] Add MC layer"Davide Italiano2018-11-0830-217/+217
* [MSP430] Add MC layerAnton Korobeynikov2018-11-0830-217/+217
* [DAGCombiner] Add X / X -> 1 & X % X -> 0 folds (test tweaks)Simon Pilgrim2018-08-291-24/+36
* Emit a left-shift instead of a power-of-two multiply for jump-tablesAlexander Richardson2018-05-161-3/+6
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-2/+2
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-1/+1
* [DAG] Improve Aliasing of operations to static allocaNirav Dave2017-07-181-2/+2
* Revert r308025 due to uncovering a crash in SelectionDAG. This is filedChandler Carruth2017-07-181-2/+2
* Improve Aliasing of operations to static allocaNirav Dave2017-07-141-2/+2
* Revert "[DAG] Improve Aliasing of operations to static alloca"Matthias Braun2017-07-101-2/+2
* [DAG] Improve Aliasing of operations to static allocaNirav Dave2017-07-101-2/+2
* Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffsetNirav Dave2017-07-051-2/+2
* Revert "[DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffset"Nirav Dave2017-06-301-2/+2
* [DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffsetNirav Dave2017-06-301-2/+2
* [MSP430] Fix data layout string.Vadzim Dambrouski2017-06-232-1/+58
* [MSP430] Fix PR33050: Don't use ADD16ri to lower FrameIndex.Vadzim Dambrouski2017-05-241-1/+1
* [MSP430] Add subtarget features for hardware multiplier.Vadzim Dambrouski2017-05-233-0/+3
* Elide stores which are overwritten without being observed.Nirav Dave2017-05-161-1/+0
* [MSP430] Generate EABI-compliant libcallsVadzim Dambrouski2017-05-116-2/+726
* [MSP430] Fix PR32769: Select8 and Select16 need to have SR in Uses.Vadzim Dambrouski2017-04-261-0/+21
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-03-141-1/+1
* [SDAG] Revert r296476 (and r296486, r296668, r296690).Chandler Carruth2017-03-031-1/+1
* [MSP430] Add SRet support to MSP430 targetVadzim Dambrouski2017-03-0222-148/+192
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-02-281-1/+1
* [CGP] Split some critical edges coming out of indirect branchesMichael Kuperstein2017-02-281-1/+1
* Revert "[CGP] Split some critical edges coming out of indirect branches"Daniel Jasper2017-02-261-1/+1
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2017-02-261-1/+1
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-02-251-1/+1
* [CGP] Split some critical edges coming out of indirect branchesMichael Kuperstein2017-02-241-1/+1
* Revert r269060 to pacify bots.Michael Kuperstein2017-02-241-1/+1
* [CGP] Split some critical edges coming out of indirect branchesMichael Kuperstein2017-02-241-1/+1
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2017-02-021-1/+1
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-02-021-1/+1
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2017-01-261-1/+1
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-01-261-1/+1
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2016-12-141-1/+1
OpenPOWER on IntegriCloud