summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430ISelLowering.h
Commit message (Expand)AuthorAge
* Remove unnecessary caching of variables by MSP430TargetLowering andEric Christopher2014-06-27
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* Add jump tables handling for MSP430.Anton Korobeynikov2013-07-01
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Fix PR10475Michael Liao2013-03-01
* Get rid of the pesky -Woverloaded-virtual warning. No change in functionality.Eli Bendersky2012-12-18
* Add support for varargs functions for msp430.Anton Korobeynikov2012-11-21
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-06
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-25
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-28
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-28
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-28
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* 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