Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Target / MSP430 / MSP430ISelDAGToDAG.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-12 Michael LiaoFix PR11985
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-04 Chris Lattnerzap dead code.
2010-07-06 Devang PatelPropagate debug loc.
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-03-02 Chris Lattnerremove 300 lines of code that is now dead in the MSP430...
2010-03-02 Chris LattnerFix some issues in WalkChainUsers dealing with
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2009-12-28 Bill WendlingRemove dead variable.
2009-12-13 Anton KorobeynikovDo not allow uninitialize access during debug printing
2009-11-20 Dan GohmanUpdate for new getBlockAddress signature.
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-08 Anton KorobeynikovFix invalid operand updates & implement post-inc memory...
2009-11-07 Anton KorobeynikovFirst try of the post-inc operands handling... Not...
2009-11-07 Anton KorobeynikovAdd some dummy support for post-incremented loads
2009-11-07 Anton KorobeynikovInitial support for addrmode handling. Tests by Brian...
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-10-22 Benjamin KramerShift art to the right to keep GCC from complaining...
2009-10-22 Anton KorobeynikovUse special DAG-to-DAG preprocessing to allow mem-mem...
2009-10-21 Anton KorobeynikovAdd DAG printing for RMW stuff debugging
2009-10-21 Anton KorobeynikovRMW preprocessing stuff was incorrect. Grab the stuff...
2009-10-11 Anton KorobeynikovAdd MSP430 mem-mem insts support. Patch by Brian Lucas...
2009-10-11 Anton KorobeynikovImplement 'm' memory operand properly
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-08-23 Chris Lattnereliminate the last DOUTs from the targets.
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-05-04 Mike StumpRestore minor deletion.
2009-05-03 Anton KorobeynikovUpdate due to mainline API change
2009-05-03 Anton KorobeynikovAdd 8bit shifts
2009-05-03 Anton KorobeynikovProperly handle ExternalSymbol's
2009-05-03 Anton KorobeynikovSmall tweaking
2009-05-03 Anton KorobeynikovProper handle loading of effective address of stack...
2009-05-03 Anton KorobeynikovMatch frame indexes
2009-05-03 Anton KorobeynikovReverse order of memory arguments
2009-05-03 Anton KorobeynikovCorrect asmprinting of memory operands
2009-05-03 Anton KorobeynikovMatch wrapper node for address
2009-05-03 Anton KorobeynikovBasic support for mem=>reg moves
2009-05-03 Anton KorobeynikovClearify the usage and add some debug stuff
2009-05-03 Anton KorobeynikovCleanup
2009-05-03 Anton KorobeynikovDummy MSP430 backend