aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/SelectionDAG.h
Commit message (Expand)AuthorAgeFilesLines
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-131-0/+14
* Add support for byval function whose argument is not 32 bit aligned.Rafael Espindola2007-10-191-1/+13
* Return Expand from getOperationAction for all extendedDuncan Sands2007-10-171-0/+1
* add a new CreateStackTemporary helper method.Chris Lattner2007-10-151-0/+4
* One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* Chris Lattner2007-10-151-1/+8
* Next PPC long double bits: ppcf128->i32 conversion.Dale Johannesen2007-10-101-0/+2
* Add convenience overloads of SelectionDAG::getNode that take a SDVTListDan Gohman2007-10-081-0/+11
* SMUL_LOHI and UMUL_LOHI are commutative.Dan Gohman2007-10-051-0/+2
* Add a variant of getTargetNode() that takes a vector of MVT::ValueType.Evan Cheng2007-10-051-0/+2
* Yet another getTargetNode variant.Evan Cheng2007-09-121-0/+4
* Change LegalFPImmediates to use APFloat.Dale Johannesen2007-08-301-0/+5
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+524