Remove unnecessary caching of variables by MSP430TargetLowering and
[oota-llvm.git] / lib / Target / MSP430 / MSP430ISelLowering.h
2014-06-27 Eric ChristopherRemove unnecessary caching of variables by MSP430Target...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2013-07-01 Anton KorobeynikovAdd jump tables handling for MSP430.
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-03-01 Michael LiaoFix PR10475
2012-12-18 Eli BenderskyGet rid of the pesky -Woverloaded-virtual warning....
2012-11-21 Anton KorobeynikovAdd support for varargs functions for msp430.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-05-01 Anton KorobeynikovImplement indirect branches on MSP430
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-15 Anton Korobeynikovzext / truncate is free on msp430. Inform codegen about...
2009-12-12 Anton KorobeynikovImplement variable-width shifts.
2009-12-11 Anton KorobeynikovLower setcc branchless, if this is profitable.
2009-12-07 Anton KorobeynikovAdd lowering of returnaddr and frameaddr intrinsics...
2009-12-07 Anton KorobeynikovInitial codegen support for MSP430 ISRs
2009-11-07 Anton KorobeynikovAdd some dummy support for post-incremented loads
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-26 Anton KorobeynikovAdd dummy inline asm handling for 'r' constraint. This...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-05-03 Anton KorobeynikovMake handling of conditional stuff much more straightfo...
2009-05-03 Anton KorobeynikovCustom lower SIGN_EXTEND
2009-05-03 Anton KorobeynikovAdd 8bit shifts
2009-05-03 Anton KorobeynikovHandle logical shift right (at least I hope so :) )
2009-05-03 Anton KorobeynikovProperly handle ExternalSymbol's
2009-05-03 Anton KorobeynikovAdd left shift
2009-05-03 Anton KorobeynikovLower select with custom inserted and make condjumps...
2009-05-03 Anton KorobeynikovAdd first draft for conditions, conditional branches...
2009-05-03 Anton KorobeynikovAdd lowering for global address nodes. Not pretty effic...
2009-05-03 Anton KorobeynikovAdd CALL lowering.
2009-05-03 Anton KorobeynikovAdd pattern for OR
2009-05-03 Anton KorobeynikovAdd dummy lowering for shifts
2009-05-03 Anton KorobeynikovAdd proper ISD::RET lowering
2009-05-03 Anton KorobeynikovAdd first draft of MSP430 calling convention stuff...
2009-05-03 Anton KorobeynikovDummy MSP430 backend