Fix a problem that nate reduced for me.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeDAG.cpp
2005-01-11 Chris LattnerSquelch optimized warning.
2005-01-11 Chris LattnerTeach legalize to lower MEMSET/MEMCPY/MEMMOVE operation...
2005-01-10 Chris LattnerLower to the correct functions. This fixes FreeBench...
2005-01-09 Chris LattnerFix a bug legalizing call instructions (make sure to...
2005-01-09 Chris LattnerFix a minor bug legalizing dynamic_stackalloc. This...
2005-01-09 Chris LattnerTeach legalize to deal with DYNAMIC_STACKALLOC (aka...
2005-01-08 Chris LattnerTighten up assertions.
2005-01-08 Chris LattnerSilence VS warnings.
2005-01-08 Chris LattnerImplement handling of most long operators through libcalls.
2005-01-08 Chris LattnerAdd support for FP->INT conversions and back.
2005-01-08 Chris LattnerImplement the 'store FPIMM, Ptr' -> 'store INTIMM,...
2005-01-07 Chris LattnerAdd support for truncating integer casts from long.
2005-01-07 Chris LattnerFix a bug in load expansion legalization and ret legali...
2005-01-07 Chris LattnerLegalize unconditional branches too
2005-01-07 Chris LattnerImplement support for long GEP indices on 32-bit archs...
2005-01-07 Chris Lattnerimplement legalization of a bunch more operators.
2005-01-07 Chris LattnerFix another bug legalizing calls!
2005-01-07 Chris LattnerFix a bug legalizing calls
2005-01-07 Chris LattnerAfter legalizing a DAG, delete dead nodes to save space.
2005-01-07 Chris LattnerTeach legalize how to handle condbranches
2005-01-07 Chris LattnerInitial implementation of the DAG legalization. This...