Add dependency to "make check".
[oota-llvm.git] / include / llvm / Target / TargetSelectionDAG.td
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-11-19 Dale JohannesenPrefetch has a MemOperand now. FileCheckize a test.
2010-11-03 Evan ChengFix preload instruction isel. Only v7 supports pli...
2010-10-15 Jim GrosbachGrammar.
2010-10-07 Chris Lattneradd a common SDPatternOperator base class to SDNode...
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-03-28 Chris Lattnerfinally remove the immAllOnesV_bc/immAllZerosV_bc patterns
2010-03-28 Chris Lattneradd some node definitions.
2010-03-27 Chris Lattnerremove parallel support.
2010-03-19 Chris Lattneradd a new SDNPVariadic SDNP node flag, and use it in
2010-03-14 Anton KorobeynikovMake default expansion for FP16 <-> FP32 nodes into...
2010-02-25 Chris Lattnerremove a dead PatLeaf, I previously changed all uses...
2010-02-21 Chris LattnerEliminate some uses of immAllOnes, just use -1, it...
2010-01-04 Dan GohmanRemove the CPAttrParentAsRoot code, which is unused...
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-03 Nate BegemanAdd a couple more target nodes
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-08-12 Bob WilsonAdd a new "SDTCisVec" SDTypeConstraint. This complemen...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-06-08 David GreeneMake IntInits and ListInits typed. This helps deduce...
2009-06-02 Dale JohannesenRevert 72707 and 72709, for the moment.
2009-06-01 Dale JohannesenMake the implicit inputs and outputs of target-independent
2009-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Nate BegemanPR2957
2009-04-03 Dan GohmanDelete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG,...
2008-12-23 Dan GohmanClean up the atomic opcodes in SelectionDAG.
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...