speculatively teach OPC_CheckValueType and OPC_EmitNode to handle
[oota-llvm.git] / include / llvm / CodeGen / DAGISelHeader.h
2010-02-21 Chris Lattnerspeculatively teach OPC_CheckValueType and OPC_EmitNode...
2010-02-21 Chris Lattnerteach OPC_CheckType to handle MVT::iPTR, down to 2...
2010-02-21 Chris Lattnermake this check a bit more generous, it may be outlivin...
2010-02-21 Chris LattnerRelax an assertion a bit. We allow replacing things...
2010-02-21 Chris Lattnerwhen a match fails and we have to rollback, make sure...
2010-02-21 Chris Lattnerhandle optional in flags that aren't present.
2010-02-21 Chris Lattnerfix two bugs in OPC_EmitRegister, which makes ppc happier.
2010-02-21 Chris Lattnerimplement the last known missing feature: updating...
2010-02-21 Chris LattnerLots of improvements to the new dagisel emitter. This...
2010-02-19 Chris Lattneradd emitter support for integer constants and simple...
2010-02-18 Chris Lattneradd support for referencing registers and immediates,
2010-02-17 Chris LattnerEmulate the current isel's "IsChainCompatible" logic...
2010-02-17 Chris Lattnersimplify IsChainCompatible codegen, add comments. no
2010-02-17 Chris Lattnermake the new isel's interpreter loop call the generated
2010-02-16 Chris Lattnerconvert the new matcher to check intermediate nodes...
2010-02-16 Chris Lattnergenerate code for node and pattern predicates. Note...
2010-02-16 Chris Lattneradd support for the new isel matcher to generate
2010-02-15 Chris LattnerCheck in the first big step of rewriting DAGISelEmitter to
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2009-12-13 Anton KorobeynikovFix weird typo which leads to unallocated memory access...
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-11-14 Benjamin KramerImplement DISABLE_INLINE for MSVC. This required changi...
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-04-15 Dan GohmanGeneralize one of the SelectionDAG::ReplaceAllUsesWith...
2009-01-28 Dan GohmanDelete unnecessary elses.
2008-11-05 Dan GohmanMake ISel ignore dead nodes. The DAGCombiner normally...
2008-11-05 Dan GohmanThe HadDelete field is no longer used.
2008-11-05 Dan GohmanUpdate some comments to reflect the new code.
2008-11-05 Dan GohmanEliminate the ISel priority queue, which used the topol...
2008-10-31 Dan GohmanTotally disable the setSubgraphColor calls temporarily...
2008-10-28 Dan GohmanAdd some more information to the top-level comment...
2008-10-28 Evan ChengAvoid calls to setSubgraphColor in release mode. They...
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-09-30 Dan GohmanOptimize SelectionDAG's AssignTopologicalOrder even...
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-21 Dan GohmanSimplify SelectRoot's interface, and factor out some...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-17 Evan ChengIndentation.
2008-06-11 Duncan SandsSometimes (rarely) nodes held in LegalizeTypes
2008-05-14 Roman LevensteinDo not generate by TableGen the hard-coded standard...