LegalizeTypes can sometimes have deleted nodes
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeTypes.cpp
2008-04-13 Duncan SandsLegalizeTypes can sometimes have deleted nodes
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-04-07 Roman LevensteinRe-commit of the r48822, where the infinite looping...
2008-04-03 Evan ChengBacking out 48222 temporarily.
2008-03-26 Roman LevensteinUse a linked data structure for the uses lists of an...
2008-03-12 Duncan SandsInitial soft-float support for LegalizeTypes. I rewrote
2008-03-11 Duncan SandsSome LegalizeTypes code factorization and minor
2008-02-27 Duncan SandsLegalizeTypes support for EXTRACT_VECTOR_ELT. The
2008-02-26 Duncan SandsFix a nasty bug in LegalizeTypes (spotted in
2008-02-25 Duncan SandsIn debug builds check that the key property holds: all
2008-02-04 Duncan SandsI don't see how NodeUpdated can be called with a
2008-02-03 Chris LattnerFix typo
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-02-03 Chris Lattneradd a -view-legalize-types-dags option, for viewing...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-08 Chris Lattnerimplement some methods.
2007-12-08 Chris Lattneradd scaffolding for splitting of vectors.
2007-12-08 Chris Lattnersplit scalarization out to its own file.
2007-12-08 Chris LattnerSplit expansion out into its own file.
2007-12-08 Chris LattnerSplit promotion support out to its own file.
2007-12-08 Chris LattnerRename LegalizeDAGTypes.cpp -> LegalizeTypes.cpp