aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/MSP430ISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-6/+0
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+6
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+6
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+3
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-7/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-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
* Add 8bit shiftsAnton Korobeynikov2009-05-031-4/+1
* Handle logical shift right (at least I hope so :) )Anton Korobeynikov2009-05-031-1/+7
* Properly handle ExternalSymbol'sAnton Korobeynikov2009-05-031-0/+1
* Add left shiftAnton Korobeynikov2009-05-031-2/+2
* Lower select with custom inserted and make condjumps genericAnton Korobeynikov2009-05-031-1/+8
* Add first draft for conditions, conditional branches, etcAnton Korobeynikov2009-05-031-1/+18
* Add lowering for global address nodes. Not pretty efficient though.Anton Korobeynikov2009-05-031-1/+6