aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/IA64/IA64ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement changes from Chris's feedback.Edwin Török2009-07-081-0/+1
* Convert more abort() calls to llvm_report_error().Edwin Török2009-07-081-2/+2
* Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller2009-07-031-1/+2
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-011-1/+1
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-0/+5
* Misc accumulated tweaks to legalization logic for various targets.Eli Friedman2009-06-161-0/+4
* Remove non-DebugLoc versions of BuildMI from IA64, Mips.Dale Johannesen2009-02-131-4/+4
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-041-18/+23
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-041-14/+15
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-301-16/+20
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-011-1/+1
* Rename LoadX to LoadExt.Evan Cheng2008-10-141-6/+6
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-111-5/+3
* Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen2008-09-261-2/+2
* Make log, log2, log10, exp, exp2 use Expand byDale Johannesen2008-09-221-10/+0
* Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen2008-09-041-0/+10
* fix some 80-col violationsGabor Greif2008-08-301-1/+1
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-4/+4
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-32/+32
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-1/+2
* Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect itsDan Gohman2008-06-301-1/+1
* Replace some std::vectors that showed up in heap profiling withDan Gohman2008-06-301-5/+2
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-16/+15
* Update some comments noticed in a recent checkinNate Begeman2008-05-281-3/+8
* Fix CodeGen/Generic/2005-10-21-longlonggtu.ll on ia64.Chris Lattner2008-05-281-1/+2
* Fix 2006-04-28-Sign-extend-bool.ll for ia64.Chris Lattner2008-05-281-0/+2
* reindent.Chris Lattner2008-05-281-77/+77
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-121-3/+0
* Default ISD::PREFETCH to expand.Evan Cheng2008-03-101-1/+0
* Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel2008-03-101-1/+4
* Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...Evan Cheng2008-03-081-0/+1
* I cannot find a libgcc function for this builtin. Therefor expanding it to a...Andrew Lenharth2008-02-161-1/+2
* In TargetLowering::LowerCallTo, don't assert thatDuncan Sands2008-02-141-2/+2
* Change how FP immediates are handled. Nate Begeman2008-02-141-3/+2
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-061-6/+5
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-311-5/+6
* Create a new class, MemOperand, for describing memory referencesDan Gohman2008-01-311-6/+5
* The last pieces needed for loading arbitraryDuncan Sands2008-01-231-2/+2
* * Introduce a new SelectionDAG::getIntPtrConstant methodChris Lattner2008-01-171-1/+2
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-11/+13
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-131-3/+4
* Set ISD::FPOW to Expand.Dan Gohman2007-10-111-1/+3
* Fix PR 1681. When X86 target uses +sse -sse2,Dale Johannesen2007-09-231-0/+2
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-111-2/+0
* Change LegalFPImmediates to use APFloat.Dale Johannesen2007-08-301-2/+2
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-0/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+602