aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/MSP430ISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add CALL lowering.Anton Korobeynikov2009-05-031-1/+14
* Add pattern for ORAnton Korobeynikov2009-05-031-1/+0
* Add dummy lowering for shiftsAnton Korobeynikov2009-05-031-1/+5
* Add proper ISD::RET loweringAnton Korobeynikov2009-05-031-0/+14
* Add first draft of MSP430 calling convention stuff and draft of ISD::FORMAL_A...Anton Korobeynikov2009-05-031-0/+2
* Dummy MSP430 backendAnton Korobeynikov2009-05-031-0/+40