Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This should be...
[oota-llvm.git] / include / llvm / Target / TargetSelectionDAG.td
2011-07-08 Cameron ZwarichAdd an fma TableGen node.
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-06-01 Stuart HastingsFGETSIGN support for x86, using movmskps/pd. Will...
2011-04-28 Eric ChristopherLet the immediate leaf pattern take transforms and...
2011-04-18 Chris LattnerAdd a new bit that ImmLeaf's can opt into, which allows...
2011-04-17 Chris Lattnersince the VT is fixed for a ImmLeaf, there is no reason...
2011-04-17 Chris Lattnernow that predicates have a decent abstraction layer...
2011-04-17 Chris LattnerRework our internal representation of node predicates...
2011-01-26 David Greene[AVX] Add INSERT_SUBVECTOR and support it on x86. ...
2011-01-26 David Greene[AVX] Support EXTRACT_SUBVECTOR on x86. This provides...
2011-01-25 David Greene[AVX] Fix a typo in the extract subvector type constrai...
2011-01-25 David Greene[AVX] Add TableGen classes for vector/subvector type...
2011-01-07 Bob WilsonAdd ARM patterns to match EXTRACT_SUBVECTOR nodes.
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
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...