aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
AgeCommit message (Expand)Author
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-12Fix PR11985Michael Liao
2010-09-21fix a long standing wart: all the ComplexPattern's were beingChris Lattner
2010-09-04zap dead code.Chris Lattner
2010-07-06Propagate debug loc.Devang Patel
2010-04-17Use const qualifiers with TargetLowering. This eliminates severalDan Gohman
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2010-03-02remove 300 lines of code that is now dead in the MSP430 backendChris Lattner
2010-03-02Fix some issues in WalkChainUsers dealing with Chris Lattner
2010-03-02Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner
2010-02-15Split SelectionDAGISel::IsLegalAndProfitableToFold toEvan Cheng
2010-01-05Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman
2009-12-28Remove dead variable.Bill Wendling
2009-12-13Do not allow uninitialize access during debug printingAnton Korobeynikov
2009-11-20Update for new getBlockAddress signature.Dan Gohman
2009-11-10Fix DenseMap iterator constness.Jeffrey Yasskin
2009-11-08Fix invalid operand updates & implement post-inc memory operandsAnton Korobeynikov
2009-11-07First try of the post-inc operands handling... Not fully worked, though :(Anton Korobeynikov
2009-11-07Add some dummy support for post-incremented loadsAnton Korobeynikov
2009-11-07Initial support for addrmode handling. Tests by Brian Lucas!Anton Korobeynikov
2009-11-05Remove uninteresting and confusing debug output.Dan Gohman
2009-10-22Shift art to the right to keep GCC from complaining about multi-line comments.Benjamin Kramer
2009-10-22Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...Anton Korobeynikov
2009-10-21Add DAG printing for RMW stuff debuggingAnton Korobeynikov
2009-10-21RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...Anton Korobeynikov
2009-10-11Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinementsAnton Korobeynikov
2009-10-11Implement 'm' memory operand properlyAnton Korobeynikov
2009-09-25Rename getTargetNode to getMachineNode, for consistency with theDan Gohman
2009-08-23Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar
2009-08-23eliminate the last DOUTs from the targets.Chris Lattner
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-07-08Implement changes from Chris's feedback.Torok Edwin
2009-05-04Restore minor deletion.Mike Stump
2009-05-03Update due to mainline API changeAnton Korobeynikov
2009-05-03Add 8bit shiftsAnton Korobeynikov
2009-05-03Properly handle ExternalSymbol'sAnton Korobeynikov
2009-05-03Small tweakingAnton Korobeynikov
2009-05-03Proper handle loading of effective address of stack slot stuffAnton Korobeynikov
2009-05-03Match frame indexesAnton Korobeynikov
2009-05-03Reverse order of memory argumentsAnton Korobeynikov
2009-05-03Correct asmprinting of memory operandsAnton Korobeynikov
2009-05-03Match wrapper node for addressAnton Korobeynikov
2009-05-03Basic support for mem=>reg movesAnton Korobeynikov
2009-05-03Clearify the usage and add some debug stuffAnton Korobeynikov
2009-05-03CleanupAnton Korobeynikov
2009-05-03Dummy MSP430 backendAnton Korobeynikov