aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
AgeCommit message (Expand)Author
2008-03-16Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...Christopher Lamb
2008-03-15Replace all target specific implicit def instructions with a target independe...Evan Cheng
2008-03-14Do not generate special entries in the dwarf ehDuncan Sands
2008-03-14Simplify using getIntPtrConstant.Duncan Sands
2008-03-14Tabs -> spacesNate Begeman
2008-03-14Livein copy scheduling fixes: do not coalesce physical register copies, corre...Evan Cheng
2008-03-13More APInt-ification.Dan Gohman
2008-03-12Experimental scheduler change to schedule / coalesce the copies added for fun...Evan Cheng
2008-03-12Initial soft-float support for LegalizeTypes. I rewroteDuncan Sands
2008-03-12Fix typo.Duncan Sands
2008-03-12Don't try to extract an i32 from an f64. ThisDuncan Sands
2008-03-12Clean up my own mess.Evan Cheng
2008-03-12Total brain cramp.Evan Cheng
2008-03-11Correctly propagate thread-local flag from aliasee to alias. This fixes PR2137Anton Korobeynikov
2008-03-11Use the correct value for InSignBit.Dan Gohman
2008-03-11Initial codegen support for functions and calls with multiple return values.Dan Gohman
2008-03-11Recommitting parts of r48130. These do not appear to cause the observed failu...Christopher Lamb
2008-03-11When the register allocator runs out of registers, spill a physical register ...Evan Cheng
2008-03-11Some LegalizeTypes code factorization and minorDuncan Sands
2008-03-11compile: double test() {}Chris Lattner
2008-03-11variadic instructions don't have operand info for variadic arguments.Chris Lattner
2008-03-11Generalize ExpandIntToFP to handle the case where the operand is legalDan Gohman
2008-03-11If a register operand comes from the variadic part of a node, don'tChris Lattner
2008-03-11More APInt-ification.Dan Gohman
2008-03-10Correctly clone FlaggedNodes.Dan Gohman
2008-03-10APInt-ify this.Dan Gohman
2008-03-10Implement more support for fp-to-i128 and i128-to-fp conversions. Dan Gohman
2008-03-10Fix mul expansion to check the correct number of bits forDan Gohman
2008-03-10Somewhat better solution.Evan Cheng
2008-03-10Default ISD::PREFETCH to expand.Evan Cheng
2008-03-10Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng
2008-03-10Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel
2008-03-10DohEvan Cheng
2008-03-10Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e....Evan Cheng
2008-03-10Allow insert_subreg into implicit, target-specific values. Christopher Lamb
2008-03-10Increase ISD::ParamFlags to 64 bits. Increase the ByValSizeDale Johannesen
2008-03-09remove an extraneous (and ugly) default argument, thanks Duncan.Chris Lattner
2008-03-09fp_round's produced by getCopyFromParts should always be exact, becauseChris Lattner
2008-03-09teach X86InstrInfo::copyRegToReg how to copy into ST(0) from Chris Lattner
2008-03-09Add ScheduleDAG support for copytoreg where the src/dst register areChris Lattner
2008-03-09fix 80 col violationChris Lattner
2008-03-09extend fp values with FP_EXTEND not FP_ROUND.Chris Lattner
2008-03-09Fix two problems in SelectionDAGLegalize::ExpandBUILD_VECTOR's handlingChris Lattner
2008-03-08Teach SD some vector identities, allowing us to compile vec_set-9 into:Chris Lattner
2008-03-08Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...Evan Cheng
2008-03-0680 col violation.Evan Cheng
2008-03-06Constant fold SIGN_EXTEND_INREG with ashr not lshr.Evan Cheng
2008-03-05Clarify that CALLSEQ_START..END may not be nested,Dale Johannesen
2008-03-05Generalize FP constant shrinking optimization to apply to any vtChris Lattner
2008-03-05Improve comment, pass in the original VT so that we can shrink a long double ...Chris Lattner