summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430ISelLowering.h
Commit message (Expand)AuthorAge
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-06
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-25
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-07
* Implement indirect branches on MSP430Anton Korobeynikov2010-05-01
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-01
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Revert 95130.Evan Cheng2010-02-02
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-02
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-27
* zext / truncate is free on msp430. Inform codegen about this.Anton Korobeynikov2010-01-15
* Implement variable-width shifts.Anton Korobeynikov2009-12-12
* Lower setcc branchless, if this is profitable.Anton Korobeynikov2009-12-11
* Add lowering of returnaddr and frameaddr intrinsics. Shamelessly stolen from ...Anton Korobeynikov2009-12-07
* Initial codegen support for MSP430 ISRsAnton Korobeynikov2009-12-07
* Add some dummy support for post-incremented loadsAnton Korobeynikov2009-11-07
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-18
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* Add dummy inline asm handling for 'r' constraint. This fixes PR4778Anton Korobeynikov2009-08-26
* Major calling convention code refactoring.Dan Gohman2009-08-05
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-01
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-30
* Make handling of conditional stuff much more straightforwardAnton Korobeynikov2009-05-03
* Custom lower SIGN_EXTENDAnton Korobeynikov2009-05-03
* Add 8bit shiftsAnton Korobeynikov2009-05-03
* Handle logical shift right (at least I hope so :) )Anton Korobeynikov2009-05-03
* Properly handle ExternalSymbol'sAnton Korobeynikov2009-05-03
* Add left shiftAnton Korobeynikov2009-05-03
* Lower select with custom inserted and make condjumps genericAnton Korobeynikov2009-05-03
* Add first draft for conditions, conditional branches, etcAnton Korobeynikov2009-05-03
* Add lowering for global address nodes. Not pretty efficient though.Anton Korobeynikov2009-05-03
* Add CALL lowering.Anton Korobeynikov2009-05-03
* Add pattern for ORAnton Korobeynikov2009-05-03
* Add dummy lowering for shiftsAnton Korobeynikov2009-05-03
* Add proper ISD::RET loweringAnton Korobeynikov2009-05-03
* Add first draft of MSP430 calling convention stuff and draft of ISD::FORMAL_A...Anton Korobeynikov2009-05-03
* Dummy MSP430 backendAnton Korobeynikov2009-05-03