Age | Commit message (Expand) | Author |
2005-07-10 | Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. | Chris Lattner |
2005-07-10 | Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode | Chris Lattner |
2005-07-07 | clean up prolouge and epilouge | Andrew Lenharth |
2005-07-05 | Make several cleanups to Andrews varargs change: | Chris Lattner |
2005-07-04 | check the correct VT | Andrew Lenharth |
2005-07-03 | fix loading address of fp symbols | Andrew Lenharth |
2005-07-01 | simplify call code, remove pseudo ops for div and rem, track more loads and s... | Andrew Lenharth |
2005-06-29 | restore old srcValueNode behavior and try to to work around it | Andrew Lenharth |
2005-06-29 | tracking the instructions causing loads and stores provides more information ... | Andrew Lenharth |
2005-06-29 | thinko | Andrew Lenharth |
2005-06-29 | unify SelectExpr and SelectFP | Andrew Lenharth |
2005-06-29 | fix most regressions | Andrew Lenharth |
2005-06-29 | support more relocations for stores also | Andrew Lenharth |
2005-06-29 | Get rid of all symbolic loads. I now do gernate all relocations sequences | Andrew Lenharth |
2005-06-27 | So, it turns out I forgot that one valid way of restoring GP after a call | Andrew Lenharth |
2005-06-27 | get rid of another pseudo op | Andrew Lenharth |
2005-06-27 | generate address of constant pool entries | Andrew Lenharth |
2005-06-27 | Misha happification patch | Andrew Lenharth |
2005-06-27 | Reduce use of pseudo ops | Andrew Lenharth |
2005-06-27 | missed a load | Andrew Lenharth |
2005-06-27 | who said we had to use the return address in the return address register. Mi... | Andrew Lenharth |
2005-06-26 | depend more on legalize putting constants on the RHS | Andrew Lenharth |
2005-06-26 | With setOperationAction(ISD::UINT_TO_FP, MVT::i64, Expand), Legalize | Andrew Lenharth |
2005-06-23 | remove a pseudo instruction, make ret always right, and fix vararg chains | Andrew Lenharth |
2005-06-23 | finally, Working varargs | Andrew Lenharth |
2005-06-22 | more complete Lowering for vacopy and vaarg | Andrew Lenharth |
2005-06-22 | Make it easier to find alpha stuff in doxygen, and fixup labeling | Andrew Lenharth |
2005-06-18 | core changes for varargs | Andrew Lenharth |
2005-06-08 | fix BranchCC with a setCC with an arg of 0 | Andrew Lenharth |
2005-06-06 | Fix spelling of `correlate' | Misha Brukman |
2005-06-06 | allow marking of loads and stores in the instruction stream with enough infor... | Andrew Lenharth |
2005-06-06 | * Replace block of commented-out lines with #if 0 | Misha Brukman |
2005-05-31 | try custom expanders, doesn't seem to expand yet, so disabled | Andrew Lenharth |
2005-05-31 | switch to the new live in thing. Really, this time it works | Andrew Lenharth |
2005-05-31 | switch to the new live in thing | Andrew Lenharth |
2005-05-31 | switch to the new live in thing | Andrew Lenharth |
2005-05-26 | Fix 2005-05-12-Int64ToFP | Andrew Lenharth |
2005-05-13 | treat TAILCALL nodes identically to CALL nodes | Chris Lattner |
2005-05-13 | Add an isTailCall flag to LowerCallTo | Chris Lattner |
2005-05-12 | rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN. | Chris Lattner |
2005-05-12 | Pass in Calling Convention to use into LowerCallTo | Chris Lattner |
2005-05-04 | fix typo | Andrew Lenharth |
2005-05-04 | Well, add support for ct* for 21264 only. | Andrew Lenharth |
2005-05-03 | Implement count leading zeros (ctlz), count trailing zeros (cttz), and count | Andrew Lenharth |
2005-04-30 | I was sure I had thought about this and there was a reason it should work. | Andrew Lenharth |
2005-04-30 | Eliminate some random whitespace | Chris Lattner |
2005-04-30 | This target doesn't support the FSIN/FCOS/FSQRT nodes yet | Chris Lattner |
2005-04-27 | Implement Value* tracking for loads and stores in the selection DAG. This en... | Andrew Lenharth |
2005-04-22 | Convert tabs to spaces | Misha Brukman |
2005-04-22 | keep track of max depth stats | Andrew Lenharth |