summaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetSelectionDAG.td
Commit message (Expand)AuthorAgeFilesLines
* Enable SSE4 codegen and pattern matching.Nate Begeman2008-02-111-2/+2
* Tablegen support for insert & extract element matchingNate Begeman2008-02-091-0/+16
* Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex...Christopher Lamb2008-01-311-1/+9
* Factor the addressing mode and the load/store VT out of LoadSDNodeDan Gohman2008-01-301-29/+29
* This commit changes:Chris Lattner2008-01-171-7/+0
* rename SDTRet -> SDTNone.Chris Lattner2008-01-151-2/+4
* add SDNPSideEffect node property declarationChris Lattner2008-01-101-0/+1
* add SDNPMayLoad to the 'load' sdnode definition. This is enough to get all t...Chris Lattner2008-01-101-1/+3
* rename isStore -> mayStore to more accurately reflect what it captures.Chris Lattner2008-01-061-1/+1
* Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner2008-01-061-2/+5
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* add a immAllZerosV_bc pattern fragment for consistency with others.Chris Lattner2007-11-241-3/+6
* Unifacalize the CALLSEQ{START,END} stuff.Bill Wendling2007-11-131-0/+5
* Rename keyword "modify" -> "implicit".Evan Cheng2007-09-251-1/+1
* Initial support for multi-result patterns:Evan Cheng2007-09-121-0/+2
* Long double patch 4 of N: initial x87 implementation.Dale Johannesen2007-08-051-0/+14
* Add selection DAG nodes for subreg insert/extract. PR1350Christopher Lamb2007-07-261-0/+5
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+763