Age | Commit message (Expand) | Author |
2006-05-16 | Move this code to a common place | Andrew Lenharth |
2006-05-12 | remove dead variable. | Chris Lattner |
2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
2006-04-06 | This may be overconservative, but it lets the new cfe compile | Andrew Lenharth |
2006-04-06 | fix some linking problems with the new gcc | Andrew Lenharth |
2006-04-03 | mul by const conversion sequences. more coming soon | Andrew Lenharth |
2006-04-02 | This makes McCat/12-IOtest go 8x faster or so | Andrew Lenharth |
2006-04-02 | This will be needed soon | Andrew Lenharth |
2006-03-17 | Remove BRTWOWAY* | Nate Begeman |
2006-03-09 | fcopysign and get rid of dsnode cruft. custom PA runtimes make this better i... | Andrew Lenharth |
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-31 | Allow the specification of explicit alignments for constant pool entries. | Evan Cheng |
2006-01-29 | Update alpha to reflect recent constantfp legalize changes. It's not clear | Chris Lattner |
2006-01-28 | Implement Promote for VAARG, and allow it to be custom promoted for people | Nate Begeman |
2006-01-27 | Switch to AlphaISD::CALL instead of ISD::CALL | Chris Lattner |
2006-01-25 | oops | Andrew Lenharth |
2006-01-25 | forgot one | Andrew Lenharth |
2006-01-25 | make things compile again | Andrew Lenharth |
2006-01-25 | First part of bug 680: | Nate Begeman |
2006-01-23 | bye bye Pattern ISEL | Andrew Lenharth |
2006-01-23 | added stores to lsmark | Andrew Lenharth |
2006-01-23 | fix up more lsmark stuff | Andrew Lenharth |
2006-01-23 | yea, lowering this stuff will basically work | Andrew Lenharth |
2006-01-19 | typo | Andrew Lenharth |
2006-01-16 | stack and rpcc | Andrew Lenharth |
2006-01-16 | Friendly names | Andrew Lenharth |
2006-01-14 | bswap implementation | Nate Begeman |
2006-01-13 | expand unsupported stacksave/stackrestore nodes | Chris Lattner |
2006-01-11 | Add bswap, rotl, and rotr nodes | Nate Begeman |
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-25 | All that just to lower div and rem | Andrew Lenharth |
2005-12-24 | All addressing modes are now exposed. The only remaining relocated forms | Andrew Lenharth |
2005-12-24 | Let's see if we can break things. | Andrew Lenharth |
2005-12-21 | Disengage DEBUG_LOC from non-PPC targets. | Jim Laskey |
2005-11-30 | Make typesafe that which isn't: FCMOVxx | Andrew Lenharth |
2005-11-30 | FPSelect and more custom lowering | Andrew Lenharth |
2005-11-30 | All sorts of stuff. | Andrew Lenharth |
2005-11-29 | No targets support line number info yet. | Chris Lattner |
2005-11-09 | whatever. Intermediate patch to see what breaks. Seems ok. | Andrew Lenharth |
2005-10-06 | This is suppose to work now | Andrew Lenharth |
2005-09-29 | begining alpha subtarget support | Andrew Lenharth |
2005-09-28 | Add FP versions of the binary operators, keeping the int and fp worlds seperate. | Chris Lattner |
2005-09-13 | Majik numbers are bad | Chris Lattner |
2005-09-06 | Fix up the AssertXext problem, as well as adding it at calls | Andrew Lenharth |
2005-09-04 | revert part of the last change, should fix regressions | Andrew Lenharth |
2005-09-02 | Pull out Lowering in preperation for multiple ISels. Oh, and get rid of some... | Andrew Lenharth |