summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* Convert SelectionDAG::SelectNodeTo to use ArrayRef.Craig Topper2014-04-27
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-22
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Fix PR11985Michael Liao2012-09-12
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-21
* zap dead code.Chris Lattner2010-09-04
* Propagate debug loc.Devang Patel2010-07-06
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* remove 300 lines of code that is now dead in the MSP430 backendChris Lattner2010-03-02
* Fix some issues in WalkChainUsers dealing with Chris Lattner2010-03-02
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-02
* Split SelectionDAGISel::IsLegalAndProfitableToFold toEvan Cheng2010-02-15
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-05
* Remove dead variable.Bill Wendling2009-12-28
* Do not allow uninitialize access during debug printingAnton Korobeynikov2009-12-13
* Update for new getBlockAddress signature.Dan Gohman2009-11-20
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-10
* Fix invalid operand updates & implement post-inc memory operandsAnton Korobeynikov2009-11-08
* First try of the post-inc operands handling... Not fully worked, though :(Anton Korobeynikov2009-11-07
* Add some dummy support for post-incremented loadsAnton Korobeynikov2009-11-07
* Initial support for addrmode handling. Tests by Brian Lucas!Anton Korobeynikov2009-11-07
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-05
* Shift art to the right to keep GCC from complaining about multi-line comments.Benjamin Kramer2009-10-22
* Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...Anton Korobeynikov2009-10-22
* Add DAG printing for RMW stuff debuggingAnton Korobeynikov2009-10-21
* RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...Anton Korobeynikov2009-10-21
* Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinementsAnton Korobeynikov2009-10-11
* Implement 'm' memory operand properlyAnton Korobeynikov2009-10-11
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-25
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-23
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-23
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Restore minor deletion.Mike Stump2009-05-04
* Update due to mainline API changeAnton Korobeynikov2009-05-03
* Add 8bit shiftsAnton Korobeynikov2009-05-03
* Properly handle ExternalSymbol'sAnton Korobeynikov2009-05-03
* Small tweakingAnton Korobeynikov2009-05-03
* Proper handle loading of effective address of stack slot stuffAnton Korobeynikov2009-05-03