summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen2008-09-261-3/+3
* Make log, log2, log10, exp, exp2 use Expand byDale Johannesen2008-09-221-11/+0
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-161-8/+9
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-161-9/+8
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-1/+1
* Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen2008-09-041-0/+11
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-11/+11
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-64/+64
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-071-7/+7
* Rather than having a different custom legalizationDuncan Sands2008-07-041-33/+40
* 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
* Revert the SelectionDAG optimization that makesDuncan Sands2008-06-301-3/+2
* Use MachineBasicBlock::transferSuccessors.Dan Gohman2008-06-211-5/+1
* Remove comparison methods for MVT. The main causeDuncan Sands2008-06-081-1/+1
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-22/+20
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-121-4/+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/+5
* Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...Evan Cheng2008-03-081-0/+1
* Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth2008-02-211-0/+93
* In TargetLowering::LowerCallTo, don't assert thatDuncan Sands2008-02-141-3/+11
* Change how FP immediates are handled. Nate Begeman2008-02-141-2/+0
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-2/+2
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-061-12/+8
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-311-8/+12
* Create a new class, MemOperand, for describing memory referencesDan Gohman2008-01-311-12/+8
* This commit changes:Chris Lattner2008-01-171-2/+0
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-5/+6
* 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-2/+4
* Set ISD::FPOW to Expand.Dan Gohman2007-10-111-1/+4
* Fix PR 1681. When X86 target uses +sse -sse2,Dale Johannesen2007-09-231-0/+2
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-111-3/+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/+3
* Assert when TLS is not implemented.Lauro Ramos Venancio2007-07-111-0/+3
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-40/+39
* switch TargetLowering::getConstraintType to take the entire constraint,Chris Lattner2007-03-251-8/+10
* Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov2007-03-071-2/+4
* Simplify lowering and selection of exception ops.Jim Laskey2007-02-221-3/+0
* Support to provide exception and selector registers.Jim Laskey2007-02-211-1/+4
* return addresses, those I already haveAndrew Lenharth2007-02-081-2/+3
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-1/+1
* Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman2007-01-291-0/+3
* Make LABEL a builtin opcode.Jim Laskey2007-01-261-1/+1
* FTOIT and ITOFT are bit converts, and if we drop 21264s, are always availableAndrew Lenharth2007-01-241-23/+4
* For PR950:Reid Spencer2006-12-311-8/+8
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-3/+1
* silence warnings.Chris Lattner2006-11-031-6/+0
OpenPOWER on IntegriCloud