| Age | Commit message (Expand) | Author |
| 2007-10-07 | convertFromInteger, as originally written, expected sign-extended | Neil Booth |
| 2007-10-06 | Reapply 42677. | Evan Cheng |
| 2007-10-06 | revert evan's patch until the header is committed | Chris Lattner |
| 2007-10-06 | Added DAG xforms. e.g. | Evan Cheng |
| 2007-10-06 | Next powerpc long double bits. Comparisons work, | Dale Johannesen |
| 2007-10-05 | First round of ppc long double. call/return and | Dale Johannesen |
| 2007-10-05 | Legalize support for MUL_LOHI and DIVREM. | Dan Gohman |
| 2007-10-05 | Fix a typo in a comment. | Dan Gohman |
| 2007-10-05 | Provide names for MUL_LOHI and DIVREM operators. | Dan Gohman |
| 2007-10-05 | Chain producing nodes cannot be moved, not chain reading nodes. | Evan Cheng |
| 2007-10-05 | Oops. Didn't mean to leave this in. | Evan Cheng |
| 2007-10-05 | If a node that defines a physical register that is expensive to copy. The | Evan Cheng |
| 2007-10-05 | Add a variant of getTargetNode() that takes a vector of MVT::ValueType. | Evan Cheng |
| 2007-10-05 | Silence a warning. | Evan Cheng |
| 2007-10-03 | Use empty() member functions when that's what's being tested for instead | Dan Gohman |
| 2007-10-02 | Rewrite sqrt and powi to use anyfloat. By popular demand. | Dale Johannesen |
| 2007-10-01 | Fix stride computations for long double arrays. | Dale Johannesen |
| 2007-10-01 | Remove simple scheduler. | Evan Cheng |
| 2007-09-30 | remove dup comment | Dale Johannesen |
| 2007-09-30 | Constant fold int-to-long-double conversions; | Dale Johannesen |
| 2007-09-28 | Teach SplitVectorOp how to split INSERT_VECTOR_ELT. | Dan Gohman |
| 2007-09-28 | If two instructions are both two-address code, favors (schedule closer to | Evan Cheng |
| 2007-09-28 | Remove a poor scheduling heuristic. | Evan Cheng |
| 2007-09-28 | Trim some unneeded fields. | Evan Cheng |
| 2007-09-28 | Fix long double -> uint64 conversion. | Dale Johannesen |
| 2007-09-28 | Add sqrt and powi intrinsics for long double. | Dale Johannesen |
| 2007-09-27 | Avoid inserting a live register more than once. | Evan Cheng |
| 2007-09-27 | Silence a compiler warning. | Evan Cheng |
| 2007-09-27 | Boogs. | Evan Cheng |
| 2007-09-27 | Be smarter about which node to force schedule. Reduce # of duplications + cop... | Evan Cheng |
| 2007-09-27 | Backtracking only when it won't create a cycle. | Evan Cheng |
| 2007-09-26 | - Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo. | Evan Cheng |
| 2007-09-26 | Enable codegen for long double abs, sin, cos | Dale Johannesen |
| 2007-09-26 | Fix f80 UNDEF. | Dale Johannesen |
| 2007-09-26 | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng |
| 2007-09-25 | Move the setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand) and | Dan Gohman |
| 2007-09-25 | Added major new capabilities to scheduler (only BURR for now) to support phys... | Evan Cheng |
| 2007-09-24 | Use the correct result value type instead of using getValueType(0) | Dan Gohman |
| 2007-09-22 | initialize isstore/isload fields in ctor, fixing PR1695 | Chris Lattner |
| 2007-09-21 | Change APFloat::convertFromInteger to take the incoming | Dale Johannesen |
| 2007-09-21 | initialize SetCCResultContents, fixing PR1693 | Chris Lattner |
| 2007-09-19 | More long double fixes. x86_64 should build now. | Dale Johannesen |
| 2007-09-19 | Fix longdouble -> uint conversion. | Dale Johannesen |
| 2007-09-19 | Use struct SDep instead of std::pair for SUnit pred and succ lists. First step | Evan Cheng |
| 2007-09-18 | Fix a bogus splat xform: | Evan Cheng |
| 2007-09-18 | Prevent crash on long double. | Dale Johannesen |
| 2007-09-17 | Do not hide APInt::dump() inside #ifndef NDEBUG. | Devang Patel |
| 2007-09-17 | This is not ideal but unbreaks build failure. | Devang Patel |
| 2007-09-16 | Adjust per revew comments. | Dale Johannesen |
| 2007-09-14 | Remove the assumption that FP's are either float or | Dale Johannesen |