aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaISelLowering.cpp
AgeCommit message (Expand)Author
2008-02-21Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth
2008-02-14In TargetLowering::LowerCallTo, don't assert thatDuncan Sands
2008-02-14Change how FP immediates are handled. Nate Begeman
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-06Re-apply the memory operand changes, with a fix for the staticDan Gohman
2008-01-31Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng
2008-01-31Create a new class, MemOperand, for describing memory referencesDan Gohman
2008-01-17This commit changes:Chris Lattner
2007-12-31Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-13Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling
2007-10-11Set ISD::FPOW to Expand.Dan Gohman
2007-09-23Fix PR 1681. When X86 target uses +sse -sse2,Dale Johannesen
2007-09-11Fold the adjust_trampoline intrinsic intoDuncan Sands
2007-08-30Change LegalFPImmediates to use APFloat.Dale Johannesen
2007-07-27Support for trampolines, except for X86 codegen which isDuncan Sands
2007-07-11Assert when TLS is not implemented.Lauro Ramos Venancio
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2007-03-25switch TargetLowering::getConstraintType to take the entire constraint,Chris Lattner
2007-03-07Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov
2007-02-22Simplify lowering and selection of exception ops.Jim Laskey
2007-02-21Support to provide exception and selector registers.Jim Laskey
2007-02-08return addresses, those I already haveAndrew Lenharth
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-29Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman
2007-01-26Make LABEL a builtin opcode.Jim Laskey
2007-01-24FTOIT and ITOFT are bit converts, and if we drop 21264s, are always availableAndrew Lenharth
2006-12-31For PR950:Reid Spencer
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-11-03silence warnings.Chris Lattner
2006-11-02For PR786:Reid Spencer
2006-11-02fix 2006-11-01-vastart.llAndrew Lenharth
2006-10-31Add all that branch mangling niftinessAndrew Lenharth
2006-10-30All targets expand BR_JT for now.Evan Cheng
2006-10-13Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng
2006-10-11Reduce the amount of state in the lowering code and drop old pattern ISel fun...Andrew Lenharth
2006-10-11Jimptables working again on alpha.Andrew Lenharth
2006-10-09Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng
2006-10-06Alpha uses a gotChris Lattner
2006-10-05Make use of getStore().Evan Cheng
2006-10-04Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng
2006-09-24Fix jump tables to match gcc (and the ABI and whatnot)Andrew Lenharth
2006-09-18Jump tables on AlphaAndrew Lenharth
2006-09-12Reflects MachineConstantPoolEntry changes.Evan Cheng
2006-09-05jmp_bufs are this big on alpha.Andrew Lenharth
2006-08-11Eliminate use of getNode that takes a vector.Chris Lattner
2006-08-11eliminate use of getNode that takes vector<SDOperand>. Wrap a really long line.Chris Lattner
2006-07-03These are already implementedAndrew Lenharth
2006-06-27this case isn't handledAndrew Lenharth
2006-06-21Add memory operand and int regsAndrew Lenharth