aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the Blackfin backend.Dan Gohman2011-11-141-180/+0
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-281-6/+6
* More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng2011-06-271-2/+2
* Use TRI::has{Sub,Super}ClassEq() where possible.Jakob Stoklund Olesen2011-06-021-2/+2
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-4/+2
* Change UpdateNodeOperands' operand and return value from SDValue toDan Gohman2010-06-181-2/+2
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-1/+0
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-8/+2
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-1/+1
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-051-6/+5
* Remove dead variable.Bill Wendling2009-12-281-1/+0
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-251-5/+5
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-231-1/+1
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-9/+9
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-9/+9
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-021-0/+191