aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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