Correctly clone FlaggedNodes.
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2008-03-10 Dan GohmanCorrectly clone FlaggedNodes.
2008-03-10 Dan GohmanAPInt-ify this.
2008-03-10 Dan GohmanImplement more support for fp-to-i128 and i128-to-fp...
2008-03-10 Dan GohmanFix mul expansion to check the correct number of bits for
2008-03-10 Evan ChengSomewhat better solution.
2008-03-10 Evan ChengDefault ISD::PREFETCH to expand.
2008-03-10 Evan ChengRevert 48125, 48126, and 48130 for now to unbreak some...
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-03-10 Evan ChengDoh
2008-03-10 Evan ChengAvoid creating BUILD_VECTOR of all zero elements of...
2008-03-10 Christopher LambAllow insert_subreg into implicit, target-specific...
2008-03-10 Dale JohannesenIncrease ISD::ParamFlags to 64 bits. Increase the...
2008-03-09 Chris Lattnerremove an extraneous (and ugly) default argument, thank...
2008-03-09 Chris Lattnerfp_round's produced by getCopyFromParts should always...
2008-03-09 Chris Lattnerteach X86InstrInfo::copyRegToReg how to copy into ST...
2008-03-09 Chris LattnerAdd ScheduleDAG support for copytoreg where the src...
2008-03-09 Chris Lattnerfix 80 col violation
2008-03-09 Chris Lattnerextend fp values with FP_EXTEND not FP_ROUND.
2008-03-09 Chris LattnerFix two problems in SelectionDAGLegalize::ExpandBUILD_V...
2008-03-08 Chris LattnerTeach SD some vector identities, allowing us to compile...
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-03-06 Evan Cheng80 col violation.
2008-03-06 Evan ChengConstant fold SIGN_EXTEND_INREG with ashr not lshr.
2008-03-05 Dale JohannesenClarify that CALLSEQ_START..END may not be nested,
2008-03-05 Chris LattnerGeneralize FP constant shrinking optimization to apply...
2008-03-05 Chris LattnerImprove comment, pass in the original VT so that we...
2008-03-05 Dan GohmanCodegen support for i128 UINT_TO_FP. This just fixes a
2008-03-05 Evan ChengAdd a target lowering hook to control whether it's...
2008-03-05 Andrew Lenharth64bit CAS on 32bit x86.
2008-03-05 Dan GohmanCodegen support for i128 SINT_TO_FP.
2008-03-04 Roman LevensteinSome improvements related to the computation of heights...
2008-03-04 Evan ChengRefactor ExpandConstantFP so it can optimize load from...
2008-03-04 Evan ChengRename isOperand() to isOperandOf() (and other similar...
2008-03-03 Dan GohmanMisc. APInt-ification in the DAGCombiner.
2008-03-03 Dan GohmanMore APInt-ification.
2008-03-03 Dan GohmanYet more APInt-ification.
2008-03-03 Dan GohmanMore APInt-ification.
2008-03-03 Dan GohmanMore APInt-ification.
2008-03-01 Andrew Lenharthall but CAS working on x86
2008-03-01 Dale JohannesenAdd MVT::is128BitVector and is64BitVector. Shrink
2008-03-01 Evan ChengRefactor / clean up code; remove td list scheduler...
2008-02-29 Dan GohmanMore APInt-ification.
2008-02-29 Dan GohmanUse the new convertFromAPInt instead of convertFromZero...
2008-02-29 Dan GohmanUse the new APInt-enabled form of getConstant instead...
2008-02-28 Dale JohannesenInterface of getByValTypeAlignment differed between
2008-02-28 Dale JohannesenFix an assertion message.
2008-02-28 Evan ChengKeep track how many commutes are performed by the sched...
2008-02-28 Chris Lattnerimplement expand for ISD::DECLARE by just deleting it.
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-27 Dale JohannesenHandle load/store of misaligned vectors that are the
2008-02-27 Dan GohmanRemove the `else', at Evan's insistence.
2008-02-27 Duncan SandsAdd a FIXME about the VECTOR_SHUFFLE evil hack.
2008-02-27 Duncan SandsLegalizeTypes support for EXTRACT_VECTOR_ELT. The
2008-02-27 Duncan SandsLegalizeTypes support for legalizing the mask
2008-02-27 Duncan SandsLegalizeTypes support for INSERT_VECTOR_ELT.
2008-02-27 Duncan SandsSupport for legalizing MEMBARRIER.
2008-02-27 Bill WendlingFinal de-tabification.
2008-02-27 Dan GohmanTeach Legalize how to expand an EXTRACT_ELEMENT.
2008-02-27 Dan GohmanConvert the last remaining users of the non-APInt form of
2008-02-27 Dan GohmanConvert SimplifyDemandedMask and ShrinkDemandedConstant...
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-26 Dan GohmanAvoid aborting on invalid shift counts.
2008-02-26 Chris LattnerFix PR2096, a regression introduced with my patch last...
2008-02-26 Duncan SandsFix a nasty bug in LegalizeTypes (spotted in
2008-02-26 Chris LattnerFix isNegatibleForFree to not return true for ConstantF...
2008-02-26 Evan ChengRefactor inline asm constraint matching code out of...
2008-02-25 Dan GohmanMake some static variables const.
2008-02-25 Dan GohmanConvert MaskedValueIsZero and all its users to use...
2008-02-25 Duncan SandsIn debug builds check that the key property holds: all
2008-02-24 Duncan SandsAdd support to LegalizeTypes for building legal vectors
2008-02-22 Dale JohannesenPass alignment on ByVal parameters, from FE, all
2008-02-22 Dan GohmanFix a regression in 403.gcc and 186.crafty introduced...
2008-02-21 Chris LattnerMake the clobber analysis a bit more smart: we only...
2008-02-21 Chris LattnerTreat clobber operands like early clobbers: if we have
2008-02-21 Andrew LenharthBetter names as per Evan's request
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-21 Chris LattnerAdd support for matching mem operands. This fixes...
2008-02-21 Chris LattnerFix a (harmless) but where vregs were added to the...
2008-02-20 Devang Patelassert is more effective reminder then FIXME tag for...
2008-02-20 Duncan SandsLegalizeTypes support for scalarizing a vector store
2008-02-20 Dan GohmanConvert Legalize to use the APInt form of ComputeMasked...
2008-02-20 Dan GohmanAdd explicit keywords.
2008-02-20 Dan GohmanConvert DAGCombiner to use the APInt form of ComputeMas...
2008-02-20 Dan GohmanUse APInt::intersects.
2008-02-20 Anton KorobeynikovUpdate gcc 4.3 warnings fix patch with recent head...
2008-02-20 Chris LattnerFix an incredibly subtle bug exposed by Ted's change...
2008-02-19 Devang PatelAdd GetResultInst. First step for multiple return value...
2008-02-18 Evan Cheng- When DAG combiner is folding a bit convert into a...
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-16 Duncan SandsTeach LegalizeTypes how to expand the operands of
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-02-16 Dan GohmanRename CountMemOperands to ComputeMemOperandsEnd to...
2008-02-16 Dan GohmanRevert 47177, which was incorrect.
2008-02-15 Scott MichelMake tblgen a little smarter about constants smaller...
2008-02-15 Dan GohmanSkip over the defs and start at the uses when looking...
2008-02-15 Dan GohmanUse the TargetInstrDescr to determine the number of...
2008-02-15 Duncan SandsTeach LegalizeTypes how to promote the flags
2008-02-15 Dan GohmanUse StoreSDNode::getValue instead of calling getOperand...
2008-02-14 Chris LattnerFix a miscompilation from Dan's recent apintification.
next