aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/IA64/IA64ISelLowering.cpp
AgeCommit message (Expand)Author
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-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-01-29Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman
2007-01-26Make LABEL a builtin opcode.Jim Laskey
2006-12-31For PR950:Reid Spencer
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng
2006-11-03silence warningChris Lattner
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-09Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng
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-12Reflects MachineConstantPoolEntry changes.Evan Cheng
2006-09-04add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina
2006-08-16RET_FLAG has an optional input flag, but it does not produce a flag result.Evan Cheng
2006-08-11Eliminate use of getNode that takes a vector.Chris Lattner
2006-08-11eliminate use of getNode that takes vector of operands.Chris Lattner
2006-05-26Change RET node to include signness information of the return values. i.e.Evan Cheng
2006-04-22JumpTable support! What this represents is working asm and jit support forNate Begeman
2006-03-17Remove BRTWOWAY*Nate Begeman
2006-03-05Copysign needs to be expanded everywhere. Note that Alpha and IA64 shouldChris Lattner
2006-02-13Switch targets over to using SelectionDAG::getCALLSEQ_START to createChris Lattner
2006-02-01Fix some of the stuff in the PPC README file, and clean up legalizationNate Begeman
2006-01-29Targets all now request ConstantFP to be legalized into TargetConstantFP.Chris Lattner
2006-01-28Implement Promote for VAARG, and allow it to be custom promoted for peopleNate Begeman
2006-01-28Remove some dead codeChris Lattner
2006-01-27Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET forNate Begeman
2006-01-25Set SchedulingForLatency to be the default scheduling preference for all.Evan Cheng
2006-01-25First part of bug 680:Nate Begeman
2006-01-25Default scheduling preference is SchedulingForLatency.Evan Cheng
2006-01-20remove RET hack, add proper support for rets (watching out for ret voids)Duraid Madina
2006-01-20fix sext breakage: now we correctly deal with functions that returnDuraid Madina
2006-01-19fix calls that return f32Duraid Madina
2006-01-15explain that r12 is the stack pointer regDuraid Madina
2006-01-14Cleanup IA64ISD, tell the graph drawer what the symbolic names for the enums ...Chris Lattner
2006-01-14bswap implementationNate Begeman
2006-01-13new nodesChris Lattner
2006-01-12sabre's (correct) fix means these guys need to be flagged as well (elseDuraid Madina
2006-01-12Fix an itanium call lowering bug for duraidChris Lattner
2006-01-11Add bswap, rotl, and rotr nodesNate Begeman
2006-01-10silence a bogus warningChris Lattner
2006-01-10heh, 'sif it'd be a legalizer bug.Duraid Madina