summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-4/+5
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-281-5/+5
* Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper2015-04-281-5/+5
* [DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk2015-04-281-5/+5
* Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...Daniel Sanders2015-03-131-4/+4
* Revert "r232027 - Add infrastructure for support of multiple memory constraints"Hal Finkel2015-03-121-4/+4
* Add infrastructure for support of multiple memory constraints.Daniel Sanders2015-03-121-4/+4
* Remove unnecessary calls to getSubtarget/getSubtargetImpl from theEric Christopher2015-01-291-6/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-3/+3
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-5/+4
* Convert SelectionDAG::SelectNodeTo to use ArrayRef.Craig Topper2014-04-271-3/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-12/+12
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-221-0/+1
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-1/+2
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-1/+1
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-3/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-5/+5
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Fix PR11985Michael Liao2012-09-121-2/+2
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-4/+4
* zap dead code.Chris Lattner2010-09-041-9/+0
* Propagate debug loc.Devang Patel2010-07-061-1/+2
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-3/+2
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-3/+3
* remove 300 lines of code that is now dead in the MSP430 backendChris Lattner2010-03-021-293/+1
* Fix some issues in WalkChainUsers dealing with Chris Lattner2010-03-021-0/+5
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-40/+8
* Split SelectionDAGISel::IsLegalAndProfitableToFold toEvan Cheng2010-02-151-7/+6
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-051-34/+33
* Remove dead variable.Bill Wendling2009-12-281-1/+0
* Do not allow uninitialize access during debug printingAnton Korobeynikov2009-12-131-2/+2
* Update for new getBlockAddress signature.Dan Gohman2009-11-201-2/+2
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-101-1/+1
* Fix invalid operand updates & implement post-inc memory operandsAnton Korobeynikov2009-11-081-16/+62
* First try of the post-inc operands handling... Not fully worked, though :(Anton Korobeynikov2009-11-071-10/+77
* Add some dummy support for post-incremented loadsAnton Korobeynikov2009-11-071-0/+40
* Initial support for addrmode handling. Tests by Brian Lucas!Anton Korobeynikov2009-11-071-36/+209
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-051-2/+0
* Shift art to the right to keep GCC from complaining about multi-line comments.Benjamin Kramer2009-10-221-14/+14
* Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...Anton Korobeynikov2009-10-221-19/+149
* Add DAG printing for RMW stuff debuggingAnton Korobeynikov2009-10-211-0/+16
* RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...Anton Korobeynikov2009-10-211-53/+73
* Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinementsAnton Korobeynikov2009-10-111-0/+127
* Implement 'm' memory operand properlyAnton Korobeynikov2009-10-111-0/+20
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-251-2/+2
OpenPOWER on IntegriCloud