aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
AgeCommit message (Expand)Author
2008-01-31Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng
2008-01-31Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...Evan Cheng
2008-01-31Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflictingDan Gohman
2008-01-31Create a new class, MemOperand, for describing memory referencesDan Gohman
2008-01-30Factor the addressing mode and the load/store VT out of LoadSDNodeDan Gohman
2008-01-29Use empty() instead of comparing size() with zero.Dan Gohman
2008-01-26don't bother making x&-1 only to simplify it in dag combine. This commonly o...Chris Lattner
2008-01-22Simplify SelectionDAG::getNode so that a big switch stmt is not #ifndef Chris Lattner
2008-01-21Move DAG-changing code out of #ifndef NDEBUG.Dale Johannesen
2008-01-17* Introduce a new SelectionDAG::getIntPtrConstant methodChris Lattner
2008-01-16Fix a ppc long double regression I introduced yesterday due to aChris Lattner
2008-01-16Factor the ReachesChainWithoutSideEffects out of dag combiner into Chris Lattner
2008-01-15For PR1839: add initial support for __builtin_trap. llvm-gcc part is missedAnton Korobeynikov
2008-01-07Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-22improve support for fgetsignChris Lattner
2007-12-18Fix PR1872: SrcValue and SrcValueOffset should not be used to compute load / ...Evan Cheng
2007-12-18Also print alignment and volatileness.Evan Cheng
2007-12-18SelectionDAG::dump() should print SrcValue of LoadSDNode and StoreSDNode.Evan Cheng
2007-12-12Allow vector integer constants to be created withDan Gohman
2007-12-11Pretty print shuffle mask operand.Evan Cheng
2007-11-15Implement necessary bits for flt_rounds gcc builtin. Anton Korobeynikov
2007-10-30If a call to getTruncStore is for a normal store,Duncan Sands
2007-10-19If the value types are equal then this routineDuncan Sands
2007-10-19Add support for byval function whose argument is not 32 bit aligned.Rafael Espindola
2007-10-17Return Expand from getOperationAction for all extendedDuncan Sands
2007-10-16Disable attempts to constant fold PPC f128.Dale Johannesen
2007-10-16Initial infrastructure for arbitrary precision integerDuncan Sands
2007-10-15add a new CreateStackTemporary helper method.Chris Lattner
2007-10-15One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* Chris Lattner
2007-10-14Disable some compile-time optimizations on PPCDale Johannesen
2007-10-11Add an ISD::FPOW node type.Dan Gohman
2007-10-10Next PPC long double bits: ppcf128->i32 conversion.Dale Johannesen
2007-10-08Add convenience overloads of SelectionDAG::getNode that take a SDVTListDan Gohman
2007-10-07convertFromInteger, as originally written, expected sign-extendedNeil Booth
2007-10-05Provide names for MUL_LOHI and DIVREM operators.Dan Gohman
2007-10-05Add a variant of getTargetNode() that takes a vector of MVT::ValueType.Evan Cheng
2007-09-30remove dup commentDale Johannesen
2007-09-30Constant fold int-to-long-double conversions;Dale Johannesen
2007-09-21Change APFloat::convertFromInteger to take the incomingDale Johannesen
2007-09-19More long double fixes. x86_64 should build now.Dale Johannesen
2007-09-17Do not hide APInt::dump() inside #ifndef NDEBUG.Devang Patel
2007-09-17This is not ideal but unbreaks build failure.Devang Patel
2007-09-14Remove the assumption that FP's are either float orDale Johannesen
2007-09-13Fix build problems on Cygwin (PR1652), patch by Patrick Walton.Chris Lattner
2007-09-12Yet another getTargetNode variant.Evan Cheng
2007-09-12Revise previous patch per review comments.Dale Johannesen
2007-09-11Add APInt interfaces to APFloat (allows directlyDale Johannesen
2007-09-11Fold the adjust_trampoline intrinsic intoDuncan Sands
2007-08-31Add mod, copysign, abs operations to APFloat.Dale Johannesen