Eliminate some uses of immAllOnes, just use -1, it does
[oota-llvm.git] / include / llvm / Target / TargetSelectionDAG.td
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...