| Commit message (Expand) | Author | Age | Files | Lines |
| * | This code is no longer needed, it is moved to the target-indep code | Chris Lattner | 2005-09-13 | 1 | -24/+0 |
| * | Fix up the AssertXext problem, as well as adding it at calls | Andrew Lenharth | 2005-09-06 | 1 | -6/+9 |
| * | revert part of the last change, should fix regressions | Andrew Lenharth | 2005-09-04 | 1 | -0/+5 |
| * | Pull out Lowering in preperation for multiple ISels. Oh, and get rid of some... | Andrew Lenharth | 2005-09-02 | 1 | -434/+1 |
| * | Change ConstantPoolSDNode to actually hold the Constant itself instead of | Chris Lattner | 2005-08-26 | 1 | -3/+6 |
| * | Fix some bugs in the alpha backend, some of which I introduced yesterday, | Chris Lattner | 2005-08-17 | 1 | -2/+3 |
| * | thinko. Should fix s4addl.ll regression | Andrew Lenharth | 2005-08-17 | 1 | -2/+2 |
| * | update the backends to work with the new CopyFromReg/CopyToReg/ImplicitDef nodes | Chris Lattner | 2005-08-16 | 1 | -10/+11 |
| * | Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty | Nate Begeman | 2005-08-16 | 1 | -0/+1 |
| * | isIntImmediate is a good Idea. Add a flavor that checks bounds while it is a... | Andrew Lenharth | 2005-08-15 | 1 | -105/+97 |
| * | Update the targets to the new SETCC/CondCodeSDNode interfaces. | Chris Lattner | 2005-08-09 | 1 | -100/+95 |
| * | one more hunk that got dropped | Chris Lattner | 2005-08-02 | 1 | -3/+2 |
| * | Update to use the new MathExtras.h support for log2 computation. | Chris Lattner | 2005-08-02 | 1 | -14/+0 |
| * | use llabs not abs | Andrew Lenharth | 2005-08-01 | 1 | -3/+3 |
| * | support bsr, and more .td simplification | Andrew Lenharth | 2005-07-28 | 1 | -12/+12 |
| * | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -42/+42 |
| * | fix compile error | Andrew Lenharth | 2005-07-23 | 1 | -1/+1 |
| * | Handle more imm forms, and load small negative i32 constants without hitting ... | Andrew Lenharth | 2005-07-22 | 1 | -2/+45 |
| * | simpilfy instruction encoding (and make the lines way shorter, aka Misha happ... | Andrew Lenharth | 2005-07-22 | 1 | -9/+5 |
| * | Fix povray and minor cleanups | Andrew Lenharth | 2005-07-12 | 1 | -25/+11 |
| * | Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. | Chris Lattner | 2005-07-10 | 1 | -21/+18 |
| * | Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode | Chris Lattner | 2005-07-10 | 1 | -4/+6 |
| * | clean up prolouge and epilouge | Andrew Lenharth | 2005-07-07 | 1 | -2/+14 |
| * | Make several cleanups to Andrews varargs change: | Chris Lattner | 2005-07-05 | 1 | -56/+38 |
| * | check the correct VT | Andrew Lenharth | 2005-07-04 | 1 | -1/+1 |
| * | fix loading address of fp symbols | Andrew Lenharth | 2005-07-03 | 1 | -0/+4 |
| * | simplify call code, remove pseudo ops for div and rem, track more loads and s... | Andrew Lenharth | 2005-07-01 | 1 | -71/+73 |
| * | restore old srcValueNode behavior and try to to work around it | Andrew Lenharth | 2005-06-29 | 1 | -52/+70 |
| * | tracking the instructions causing loads and stores provides more information ... | Andrew Lenharth | 2005-06-29 | 1 | -4/+3 |
| * | thinko | Andrew Lenharth | 2005-06-29 | 1 | -0/+1 |
| * | unify SelectExpr and SelectFP | Andrew Lenharth | 2005-06-29 | 1 | -190/+155 |
| * | fix most regressions | Andrew Lenharth | 2005-06-29 | 1 | -1/+2 |
| * | support more relocations for stores also | Andrew Lenharth | 2005-06-29 | 1 | -1/+25 |
| * | Get rid of all symbolic loads. I now do gernate all relocations sequences | Andrew Lenharth | 2005-06-29 | 1 | -200/+65 |
| * | So, it turns out I forgot that one valid way of restoring GP after a call | Andrew Lenharth | 2005-06-27 | 1 | -3/+3 |
| * | get rid of another pseudo op | Andrew Lenharth | 2005-06-27 | 1 | -2/+3 |
| * | generate address of constant pool entries | Andrew Lenharth | 2005-06-27 | 1 | -5/+9 |
| * | Misha happification patch | Andrew Lenharth | 2005-06-27 | 1 | -91/+142 |
| * | Reduce use of pseudo ops | Andrew Lenharth | 2005-06-27 | 1 | -6/+27 |
| * | missed a load | Andrew Lenharth | 2005-06-27 | 1 | -3/+7 |
| * | who said we had to use the return address in the return address register. Mi... | Andrew Lenharth | 2005-06-27 | 1 | -2/+5 |
| * | depend more on legalize putting constants on the RHS | Andrew Lenharth | 2005-06-26 | 1 | -92/+29 |
| * | With setOperationAction(ISD::UINT_TO_FP, MVT::i64, Expand), Legalize | Andrew Lenharth | 2005-06-26 | 1 | -36/+12 |
| * | remove a pseudo instruction, make ret always right, and fix vararg chains | Andrew Lenharth | 2005-06-23 | 1 | -10/+18 |
| * | finally, Working varargs | Andrew Lenharth | 2005-06-23 | 1 | -13/+24 |
| * | more complete Lowering for vacopy and vaarg | Andrew Lenharth | 2005-06-22 | 1 | -1/+29 |
| * | Make it easier to find alpha stuff in doxygen, and fixup labeling | Andrew Lenharth | 2005-06-22 | 1 | -16/+51 |
| * | core changes for varargs | Andrew Lenharth | 2005-06-18 | 1 | -8/+30 |
| * | fix BranchCC with a setCC with an arg of 0 | Andrew Lenharth | 2005-06-08 | 1 | -3/+3 |
| * | Fix spelling of `correlate' | Misha Brukman | 2005-06-06 | 1 | -1/+1 |