aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+623