| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change the interface to the type legalization method | Duncan Sands | 2008-12-01 | 1 | -1/+6 |
| * | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -0/+2 |
| * | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 1 | -2/+2 |
| * | Fix these enums' starting values to reflect the way that | Dan Gohman | 2008-09-23 | 1 | -1/+1 |
| * | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -6/+6 |
| * | Rather than having a different custom legalization | Duncan Sands | 2008-07-04 | 1 | -2/+8 |
| * | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -2/+2 |
| * | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel | 2008-03-10 | 1 | -0/+3 |
| * | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth | 2008-02-21 | 1 | -0/+3 |
| * | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands | 2008-02-14 | 1 | -1/+1 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | More explicit keywords. | Dan Gohman | 2007-08-02 | 1 | -1/+1 |
| * | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner | 2007-03-25 | 1 | -1/+1 |
| * | FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available | Andrew Lenharth | 2007-01-24 | 1 | -1/+1 |
| * | For PR950: | Reid Spencer | 2006-12-31 | 1 | -3/+3 |
| * | Add all that branch mangling niftiness | Andrew Lenharth | 2006-10-31 | 1 | -1/+9 |
| * | Reduce the amount of state in the lowering code and drop old pattern ISel fun... | Andrew Lenharth | 2006-10-11 | 1 | -6/+0 |
| * | Jimptables working again on alpha. | Andrew Lenharth | 2006-10-11 | 1 | -3/+0 |
| * | inline asm, at least for floats | Andrew Lenharth | 2006-06-21 | 1 | -0/+7 |
| * | It really helps to be returning to the correct place | Andrew Lenharth | 2006-06-13 | 1 | -0/+3 |
| * | Let the alpha breakage begin. First Formals and RET. next Calls | Andrew Lenharth | 2006-06-12 | 1 | -6/+4 |
| * | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 2006-05-24 | 1 | -1/+1 |
| * | Alpha Scheduling classes | Andrew Lenharth | 2006-03-09 | 1 | -3/+0 |
| * | Implement Promote for VAARG, and allow it to be custom promoted for people | Nate Begeman | 2006-01-28 | 1 | -0/+1 |
| * | Switch to AlphaISD::CALL instead of ISD::CALL | Chris Lattner | 2006-01-27 | 1 | -0/+3 |
| * | First part of bug 680: | Nate Begeman | 2006-01-25 | 1 | -9/+0 |
| * | added stores to lsmark | Andrew Lenharth | 2006-01-23 | 1 | -1/+1 |
| * | yea, lowering this stuff will basically work | Andrew Lenharth | 2006-01-23 | 1 | -0/+3 |
| * | Friendly names | Andrew Lenharth | 2006-01-16 | 1 | -1/+4 |
| * | All that just to lower div and rem | Andrew Lenharth | 2005-12-25 | 1 | -1/+4 |
| * | All addressing modes are now exposed. The only remaining relocated forms | Andrew Lenharth | 2005-12-24 | 1 | -6/+5 |
| * | Let's see if we can break things. | Andrew Lenharth | 2005-12-24 | 1 | -0/+12 |
| * | FPSelect and more custom lowering | Andrew Lenharth | 2005-11-30 | 1 | -1/+1 |
| * | All sorts of stuff. | Andrew Lenharth | 2005-11-30 | 1 | -1/+9 |
| * | Well, the Constant matching pattern works. Can't say much about calls or glo... | Andrew Lenharth | 2005-10-22 | 1 | -0/+2 |
| * | ret 0; works, not much else | Andrew Lenharth | 2005-10-20 | 1 | -0/+7 |
| * | Pull out Lowering in preperation for multiple ISels. Oh, and get rid of some... | Andrew Lenharth | 2005-09-02 | 1 | -0/+58 |