aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Blackfin/BlackfinISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Move the Blackfin port away from getRegClassForInlineAsmConstraint byEric Christopher2011-06-291-3/+0
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-1/+0
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-251-0/+1
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-291-0/+6
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-071-0/+2
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-8/+8
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-3/+0
* Revert 95130.Evan Cheng2010-02-021-1/+1
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-021-1/+1
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-271-1/+1
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-3/+3
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-1/+1
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-3/+3
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-101-1/+1
* Add support for READCYCLECOUNTER in Blackfin back-end.Jakob Stoklund Olesen2009-08-081-0/+3
* Major calling convention code refactoring.Dan Gohman2009-08-051-3/+20
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-021-0/+61