Age | Commit message (Expand) | Author |
2006-05-26 | Change RET node to include signness information of the return values. i.e. | Evan Cheng |
2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
2006-03-17 | Remove BRTWOWAY* | Nate Begeman |
2006-03-05 | Copysign needs to be expanded everywhere. Note that Alpha and IA64 should | Chris Lattner |
2006-02-13 | Switch targets over to using SelectionDAG::getCALLSEQ_START to create | Chris Lattner |
2006-02-01 | Fix some of the stuff in the PPC README file, and clean up legalization | Nate Begeman |
2006-01-29 | Targets all now request ConstantFP to be legalized into TargetConstantFP. | Chris Lattner |
2006-01-28 | Implement Promote for VAARG, and allow it to be custom promoted for people | Nate Begeman |
2006-01-28 | Remove some dead code | Chris Lattner |
2006-01-27 | Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for | Nate Begeman |
2006-01-25 | Set SchedulingForLatency to be the default scheduling preference for all. | Evan Cheng |
2006-01-25 | First part of bug 680: | Nate Begeman |
2006-01-25 | Default scheduling preference is SchedulingForLatency. | Evan Cheng |
2006-01-20 | remove RET hack, add proper support for rets (watching out for ret voids) | Duraid Madina |
2006-01-20 | fix sext breakage: now we correctly deal with functions that return | Duraid Madina |
2006-01-19 | fix calls that return f32 | Duraid Madina |
2006-01-15 | explain that r12 is the stack pointer reg | Duraid Madina |
2006-01-14 | Cleanup IA64ISD, tell the graph drawer what the symbolic names for the enums ... | Chris Lattner |
2006-01-14 | bswap implementation | Nate Begeman |
2006-01-13 | new nodes | Chris Lattner |
2006-01-12 | sabre's (correct) fix means these guys need to be flagged as well (else | Duraid Madina |
2006-01-12 | Fix an itanium call lowering bug for duraid | Chris Lattner |
2006-01-11 | Add bswap, rotl, and rotr nodes | Nate Begeman |
2006-01-10 | silence a bogus warning | Chris Lattner |
2006-01-10 | heh, 'sif it'd be a legalizer bug. | Duraid Madina |
2006-01-10 | support functions that return bool (this "should" work but doesn't, | Duraid Madina |
2006-01-06 | silence a bogus gcc warning | Chris Lattner |
2006-01-05 | Had expand logic backward. | Jim Laskey |
2006-01-05 | Added initial support for DEBUG_LABEL allowing debug specific labels to be | Jim Laskey |
2005-12-27 | nasty paste-o, calls passing more than 8 arguments along were having | Duraid Madina |
2005-12-22 | this is a hack, which may or may not hang around. In short: | Duraid Madina |
2005-12-22 | this should take care of calls to varadic functions, but it doesn.,t | Duraid Madina |
2005-12-22 | I shoulda done this a *long* time ago (tm): implement calls properly, | Duraid Madina |
2005-12-21 | Disengage DEBUG_LOC from non-PPC targets. | Jim Laskey |
2005-11-29 | No targets support line number info yet. | Chris Lattner |
2005-11-04 | kill redundant SP/GP/RP save/restores across calls | Duraid Madina |
2005-11-02 | add support for loading FP constants +0.0 and +1.0 to the dag isel, | Duraid Madina |
2005-10-28 | DAG->DAG instruction selection for ia64! "hello world" works, not much else. | Duraid Madina |