Alpha doesn't have a native f32 extload instruction.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeDAG.cpp
2005-01-28 Chris LattnerAlpha doesn't have a native f32 extload instruction.
2005-01-28 Chris Lattnerimplement legalization of truncates whose results and...
2005-01-28 Chris LattnerGet alpha working with memset/memcpy/memmove
2005-01-28 Chris LattnerCopyFromReg produces two values. Make sure that we...
2005-01-23 Chris LattnerSilence optimized warnings.
2005-01-23 Chris LattnerAdjust to changes in SelectionDAG interfaces
2005-01-22 Chris LattnerFix problems with non-x86 targets.
2005-01-21 Chris LattnerRefactor libcall code a bit. Initial implementation...
2005-01-20 Chris LattnerSimplify the shift-expansion code.
2005-01-20 Chris LattnerExpand add/sub into ADD_PARTS/SUB_PARTS instead of...
2005-01-19 Chris LattnerAdd support for targets that pass args in registers...
2005-01-19 Chris LattnerFold single use token factor nodes into other token...
2005-01-19 Chris LattnerRealize the individual pieces of an expanded copytoreg...
2005-01-19 Chris LattnerImplement a way of expanding shifts. This applies...
2005-01-18 Chris LattnerZero is cheaper than sign extend.
2005-01-18 Chris LattnerFix some fixmes (promoting bools for select and brcond...
2005-01-18 Chris LattnerTeach legalize to promote copy(from|to)reg, instead...
2005-01-18 Chris LattnerTeach legalize to promote SetCC results.
2005-01-18 Chris LattnerAllow setcc operations to have nonbool types.
2005-01-16 Chris LattnerImplement legalize of call nodes.
2005-01-16 Chris LattnerRevamp supported ops. Instead of just being supported...
2005-01-16 Chris LattnerImplement some more missing promotions.
2005-01-16 Chris LattnerClarify assertion.
2005-01-16 Chris LattnerMove some information into the TargetLowering object.
2005-01-16 Chris Lattnerlegalize a bunch of operations that I missed.
2005-01-16 Chris LattnerFix some serious bugs in promotion.
2005-01-15 Chris LattnerImplement promotion of a whole bunch more operators...
2005-01-15 Chris LattnerAdd support for legalizing FP_ROUND_INREG, SIGN_EXTEND_...
2005-01-15 Chris LattnerAdd support for promoting ADD/MUL.
2005-01-15 Chris LattnerAdd intitial support for promoting some operators.
2005-01-14 Chris LattnerAdjust to CopyFromReg changes, implement deletion of...
2005-01-14 Chris LattnerStart implementing truncating stores and extending...
2005-01-13 Chris LattnerAdd new ImplicitDef node, rename CopyRegSDNode class...
2005-01-13 Chris LattnerLegalize new node, add assertion.
2005-01-12 Chris LattnerFix sign extend to long. When coming from sbyte, we...
2005-01-12 Reid SpencerShut up warnings with GCC 3.4.3 about uninitialized...
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...