aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/IA64/IA64ISelLowering.cpp
AgeCommit message (Expand)Author
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
2006-01-10support functions that return bool (this "should" work but doesn't,Duraid Madina
2006-01-06silence a bogus gcc warningChris Lattner
2006-01-05Had expand logic backward.Jim Laskey
2006-01-05Added initial support for DEBUG_LABEL allowing debug specific labels to beJim Laskey
2005-12-27nasty paste-o, calls passing more than 8 arguments along were havingDuraid Madina
2005-12-22this is a hack, which may or may not hang around. In short:Duraid Madina
2005-12-22this should take care of calls to varadic functions, but it doesn.,tDuraid Madina
2005-12-22I shoulda done this a *long* time ago (tm): implement calls properly,Duraid Madina
2005-12-21Disengage DEBUG_LOC from non-PPC targets.Jim Laskey
2005-11-29No targets support line number info yet.Chris Lattner
2005-11-04kill redundant SP/GP/RP save/restores across callsDuraid Madina
2005-11-02add support for loading FP constants +0.0 and +1.0 to the dag isel,Duraid Madina
2005-10-28DAG->DAG instruction selection for ia64! "hello world" works, not much else.Duraid Madina