| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | allow marking of loads and stores in the instruction stream with enough infor... | Andrew Lenharth | 2005-06-06 | 1 | -0/+30 |
| * | * Replace block of commented-out lines with #if 0 | Misha Brukman | 2005-06-06 | 1 | -26/+29 |
| * | try custom expanders, doesn't seem to expand yet, so disabled | Andrew Lenharth | 2005-05-31 | 1 | -0/+61 |
| * | switch to the new live in thing. Really, this time it works | Andrew Lenharth | 2005-05-31 | 1 | -1/+1 |
| * | switch to the new live in thing | Andrew Lenharth | 2005-05-31 | 1 | -2/+2 |
| * | switch to the new live in thing | Andrew Lenharth | 2005-05-31 | 1 | -65/+60 |
| * | Fix 2005-05-12-Int64ToFP | Andrew Lenharth | 2005-05-26 | 1 | -0/+26 |
| * | treat TAILCALL nodes identically to CALL nodes | Chris Lattner | 2005-05-13 | 1 | -2/+4 |
| * | Add an isTailCall flag to LowerCallTo | Chris Lattner | 2005-05-13 | 1 | -2/+3 |
| * | rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN. | Chris Lattner | 2005-05-12 | 1 | -5/+5 |
| * | Pass in Calling Convention to use into LowerCallTo | Chris Lattner | 2005-05-12 | 1 | -1/+2 |
| * | fix typo | Andrew Lenharth | 2005-05-04 | 1 | -1/+1 |
| * | Well, add support for ct* for 21264 only. | Andrew Lenharth | 2005-05-04 | 1 | -4/+9 |
| * | Implement count leading zeros (ctlz), count trailing zeros (cttz), and count | Andrew Lenharth | 2005-05-03 | 1 | -0/+13 |
| * | I was sure I had thought about this and there was a reason it should work. | Andrew Lenharth | 2005-04-30 | 1 | -7/+8 |
| * | Eliminate some random whitespace | Chris Lattner | 2005-04-30 | 1 | -1/+1 |
| * | This target doesn't support the FSIN/FCOS/FSQRT nodes yet | Chris Lattner | 2005-04-30 | 1 | -1/+9 |
| * | Implement Value* tracking for loads and stores in the selection DAG. This en... | Andrew Lenharth | 2005-04-27 | 1 | -3/+3 |