Correctly extract the ValueType from a VTSDNode.
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2007-10-25 Duncan SandsCorrectly extract the ValueType from a VTSDNode.
2007-10-24 Dale JohannesenAnother expansion for i64 multiply, suitable for PPC.
2007-10-23 Bill WendlingFix comment and use the "Size" variable that's already...
2007-10-23 Bill WendlingIf there's an unaligned memcpy to/from the stack, don...
2007-10-23 Bill WendlingThis broke lots. Reverting.
2007-10-23 Bill WendlingLowering a memcpy to the stack is killing PPC. The...
2007-10-22 Duncan SandsSupport for expanding extending loads of integers with
2007-10-22 Duncan SandsFix up the logic for result expanding the various extension
2007-10-20 Chris LattnerAdd promote operand support for [su]int_to_fp.
2007-10-20 Chris LattnerAdd result promotion of FP_TO_*INT, fixing CodeGen...
2007-10-20 Chris Lattnersimplify some code.
2007-10-20 Chris LattnerImplement promote and expand for operands of memcpy...
2007-10-20 Dale JohannesenFix a few places vector operations were not getting
2007-10-19 Duncan SandsAdd support for a few more nodes.
2007-10-19 Dale JohannesenRedo "last ppc long double fix" as Chris wants.
2007-10-19 Chris LattnerFix a really nasty vector miscompilation bill recently...
2007-10-19 Chris Lattnerrename ExpandOperation to ExpandOperationResult, as...
2007-10-19 Duncan SandsSupport for expanding ADDE and SUBE.
2007-10-19 Duncan SandsIf the value types are equal then this routine
2007-10-19 Rafael EspindolaAdd support for byval function whose argument is not...
2007-10-19 Chris LattnerImplement a few new operations.
2007-10-19 Chris LattnerImplement expansion of SINT_TO_FP and UINT_TO_FP operands.
2007-10-19 Chris Lattnerimplement support for custom expansion of any node...
2007-10-19 Chris LattnerMake use of TLI.ExpandOperation, remove softfloat stuff.
2007-10-19 Chris Lattneradd expand support for bit_convert result, even allowin...
2007-10-19 Chris Lattneradd a new target hook.
2007-10-19 Bill WendlingNegative indices aren't allowed here.
2007-10-19 Dale JohannesenMore ppcf128 issues (maybe the last)?
2007-10-18 Bill WendlingPointer arithmetic should be done with the index the...
2007-10-18 Duncan SandsSupport for ADDC/SUBC.
2007-10-17 Dan GohmanAdd support for ISD::SELECT in SplitVectorOp.
2007-10-17 Duncan SandsReturn Expand from getOperationAction for all extended
2007-10-16 Dale JohannesenDisable attempts to constant fold PPC f128.
2007-10-16 Duncan SandsInitial infrastructure for arbitrary precision integer
2007-10-16 Duncan SandsFixes due to lack of type-safety for ValueType: (1...
2007-10-16 Chris Lattnerimplement promotion of select and select_cc, allowing...
2007-10-15 Evan ChengMake CalcLatency() non-recursive.
2007-10-15 Chris LattnerMove CreateStackTemporary out to SelectionDAG
2007-10-15 Chris Lattneradd a new CreateStackTemporary helper method.
2007-10-15 Chris Lattnerimplement promotion of BR_CC operands, fixing bisort...
2007-10-15 Chris Lattnerupdates from duncan
2007-10-15 Duncan SandsFix some typos. Call getTypeToTransformTo rather than
2007-10-15 Chris LattnerOne mundane change: Change ReplaceAllUsesOfValueWith...
2007-10-15 Chris LattnerOne xform performed by LegalizeDAG is transformation...
2007-10-15 Chris LattnerAdd a (disabled by default) way to view the ID of a...
2007-10-14 Chris Lattnerremove misleading comment.
2007-10-14 Chris LattnerIf a target doesn't have HasMULHU or HasUMUL_LOHI,...
2007-10-14 Dale JohannesenDisable some compile-time optimizations on PPC
2007-10-13 Chris LattnerEnhance the truncstore optimization code to handle...
2007-10-13 Chris LattnerAdd a simple optimization to simplify the input to
2007-10-12 Arnold SchwaighoferCorrected many typing errors. And removed 'nest' parame...
2007-10-12 Dale Johannesenppc long double. Implement fabs and fneg.
2007-10-12 Dale JohannesenImplement i64->ppcf128 conversions.
2007-10-12 Dan GohmanFix some corner cases with vectors in copyToRegs and...
2007-10-12 Dan GohmanAdd support to SplitVectorOp for powi, where the second...
2007-10-12 Evan ChengEXTRACT_SUBREG coalescing support. The coalescer now...
2007-10-12 Dale JohannesenPPC long double. Implement a couple more conversions.
2007-10-12 Dan GohmanAdd intrinsics for sin, cos, and pow. These use llvm_an...
2007-10-11 Dan GohmanCodegen support for vector intrinsics.
2007-10-11 Dale JohannesenImplement ppc long double->uint conversion.
2007-10-11 Dan GohmanAdd runtime library names for pow.
2007-10-11 Dan GohmanAdd an ISD::FPOW node type.
2007-10-11 Arnold SchwaighoferAdded tail call optimization to the x86 back end. It...
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-10-10 Duncan SandsCorrect swapped arguments to getConstant.
2007-10-10 Dale JohannesenNext PPC long double bits: ppcf128->i32 conversion.
2007-10-08 Dan GohmanMigrate X86 and ARM from using X86ISD::{,I}DIV and...
2007-10-08 Dan GohmanDAGCombiner support for UDIVREM/SDIVREM and UMUL_LOHI...
2007-10-08 Dan GohmanAdd convenience overloads of SelectionDAG::getNode...
2007-10-08 Dan GohmanIn -debug mode, dump SelectionDAGs both before and...
2007-10-07 Neil BoothconvertFromInteger, as originally written, expected...
2007-10-06 Evan ChengReapply 42677.
2007-10-06 Chris Lattnerrevert evan's patch until the header is committed
2007-10-06 Evan ChengAdded DAG xforms. e.g.
2007-10-06 Dale JohannesenNext powerpc long double bits. Comparisons work,
2007-10-05 Dale JohannesenFirst round of ppc long double. call/return and
2007-10-05 Dan GohmanLegalize support for MUL_LOHI and DIVREM.
2007-10-05 Dan GohmanFix a typo in a comment.
2007-10-05 Dan GohmanProvide names for MUL_LOHI and DIVREM operators.
2007-10-05 Evan ChengChain producing nodes cannot be moved, not chain readin...
2007-10-05 Evan ChengOops. Didn't mean to leave this in.
2007-10-05 Evan ChengIf a node that defines a physical register that is...
2007-10-05 Evan ChengAdd a variant of getTargetNode() that takes a vector...
2007-10-05 Evan ChengSilence a warning.
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-10-02 Dale JohannesenRewrite sqrt and powi to use anyfloat. By popular...
2007-10-01 Dale JohannesenFix stride computations for long double arrays.
2007-10-01 Evan ChengRemove simple scheduler.
2007-09-30 Dale Johannesenremove dup comment
2007-09-30 Dale JohannesenConstant fold int-to-long-double conversions;
2007-09-28 Dan GohmanTeach SplitVectorOp how to split INSERT_VECTOR_ELT.
2007-09-28 Evan ChengIf two instructions are both two-address code, favors...
2007-09-28 Evan ChengRemove a poor scheduling heuristic.
2007-09-28 Evan ChengTrim some unneeded fields.
2007-09-28 Dale JohannesenFix long double -> uint64 conversion.
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-09-27 Evan ChengAvoid inserting a live register more than once.
2007-09-27 Evan ChengSilence a compiler warning.
2007-09-27 Evan ChengBoogs.
2007-09-27 Evan ChengBe smarter about which node to force schedule. Reduce...
next