LegalizeTypes support for scalarizing a vector store
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeTypes.h
2008-02-20 Duncan SandsLegalizeTypes support for scalarizing a vector store
2008-02-16 Duncan SandsTeach LegalizeTypes how to expand the operands of
2008-02-15 Duncan SandsTeach LegalizeTypes how to promote the flags
2008-02-13 Duncan SandsTeach LegalizeTypes how to expand and promote CTLZ,
2008-02-10 Duncan SandsAdd truncate and AssertZext result expansion.
2008-02-03 Chris Lattnerhandle the case where a node can become ready to process
2008-02-03 Chris LattnerUse the new infrastructure for listening to node updates to
2008-01-17 Chris Lattner* Introduce a new SelectionDAG::getIntPtrConstant method
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-09 Chris LattnerAdd support for splitting the operand of a return instr...
2007-12-08 Chris Lattneradd many new cases to SplitResult. SplitResult now...
2007-12-08 Chris LattnerImplement splitting support for store, allowing us...
2007-12-08 Chris Lattnerimplement vector splitting of load, undef, and binops.
2007-12-08 Chris Lattnerimplement some methods.
2007-12-08 Chris Lattneradd scaffolding for splitting of vectors.
2007-12-08 Chris Lattnerreorganize header to separate into functional blocks.
2007-12-08 Chris LattnerSplit the class definition of DAGTypeLegalizer out...