summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/MSP430ISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT userMehdi Amini2015-07-091-1/+1
* Make TargetLowering::getShiftAmountTy() taking DataLayout as an argumentMehdi Amini2015-07-091-1/+3
* [TargetLowering] StringRefize asm constraint getters.Benjamin Kramer2015-07-051-3/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Change getTargetNodeName() to produce compiler warnings for missing cases, fi...Matthias Braun2015-05-071-1/+1
* [msp430] Only support the 'm' inline assembly memory constraint. NFC.Daniel Sanders2015-04-151-6/+0
* Make each target map all inline assembly memory constraints to InlineAsm::Con...Daniel Sanders2015-03-161-0/+6
* getRegForInlineAsmConstraint wants to use TargetRegisterInfo forEric Christopher2015-02-261-2/+3
* Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.Eric Christopher2015-02-261-1/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-3/+3
* Remove unnecessary caching of variables by MSP430TargetLowering andEric Christopher2014-06-271-7/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-28/+28
* Add jump tables handling for MSP430.Anton Korobeynikov2013-07-011-0/+1
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-221-1/+1
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-5/+5
* Fix PR10475Michael Liao2013-03-011-1/+1
* Get rid of the pesky -Woverloaded-virtual warning. No change in functionality.Eli Bendersky2012-12-181-0/+1
* Add support for varargs functions for msp430.Anton Korobeynikov2012-11-211-0/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-061-1/+0
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-6/+1
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-2/+2
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-2/+2
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-2/+2
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-3/+0
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-251-0/+2
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-071-0/+3
* Implement indirect branches on MSP430Anton Korobeynikov2010-05-011-0/+1
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-011-4/+2
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-17/+17
* Revert 95130.Evan Cheng2010-02-021-1/+1
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-021-1/+1
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-271-1/+1
* zext / truncate is free on msp430. Inform codegen about this.Anton Korobeynikov2010-01-151-0/+17
* Implement variable-width shifts.Anton Korobeynikov2009-12-121-3/+9
* Lower setcc branchless, if this is profitable.Anton Korobeynikov2009-12-111-0/+1
* Add lowering of returnaddr and frameaddr intrinsics. Shamelessly stolen from ...Anton Korobeynikov2009-12-071-0/+4
* Initial codegen support for MSP430 ISRsAnton Korobeynikov2009-12-071-0/+3
* Add some dummy support for post-incremented loadsAnton Korobeynikov2009-11-071-0/+6
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-181-1/+2
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-6/+6
* Add dummy inline asm handling for 'r' constraint. This fixes PR4778Anton Korobeynikov2009-08-261-0/+5
* Major calling convention code refactoring.Dan Gohman2009-08-051-11/+43
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-011-1/+1
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-0/+3
* Make handling of conditional stuff much more straightforwardAnton Korobeynikov2009-05-031-9/+6
* Custom lower SIGN_EXTENDAnton Korobeynikov2009-05-031-0/+1
OpenPOWER on IntegriCloud