Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MSP430] Add subtarget features for hardware multiplier. | Vadzim Dambrouski | 2017-05-23 | 1 | -0/+1 |
| | | | | | | | | Also add more processors to make -mcpu option behave similar to gcc. Differential Revision: https://reviews.llvm.org/D33335 llvm-svn: 303695 | ||||
* | [MSP430] Generate EABI-compliant libcalls | Vadzim Dambrouski | 2017-05-11 | 1 | -0/+43 |
Updates the MSP430 target to generate EABI-compatible libcall names. As a byproduct, adjusts the hardware multiplier options available in the MSP430 target, adds support for promotion of the ISD::MUL operation for 8-bit integers, and correctly marks R11 as used by call instructions. Patch by Andrew Wygle. Differential Revision: https://reviews.llvm.org/D32676 llvm-svn: 302820 |