| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rewrite sqrt and powi to use anyfloat. By popular demand. | Dale Johannesen | 2007-10-02 | 1 | -10/+2 |
| * | Fix stride computations for long double arrays. | Dale Johannesen | 2007-10-01 | 1 | -2/+2 |
| * | Remove simple scheduler. | Evan Cheng | 2007-10-01 | 1 | -1165/+0 |
| * | remove dup comment | Dale Johannesen | 2007-09-30 | 1 | -1/+0 |
| * | Constant fold int-to-long-double conversions; | Dale Johannesen | 2007-09-30 | 2 | -2/+2 |
| * | Teach SplitVectorOp how to split INSERT_VECTOR_ELT. | Dan Gohman | 2007-09-28 | 1 | -0/+12 |
| * | If two instructions are both two-address code, favors (schedule closer to | Evan Cheng | 2007-09-28 | 2 | -8/+25 |
| * | Remove a poor scheduling heuristic. | Evan Cheng | 2007-09-28 | 1 | -34/+5 |
| * | Trim some unneeded fields. | Evan Cheng | 2007-09-28 | 3 | -26/+12 |
| * | Fix long double -> uint64 conversion. | Dale Johannesen | 2007-09-28 | 1 | -1/+5 |
| * | Add sqrt and powi intrinsics for long double. | Dale Johannesen | 2007-09-28 | 3 | -6/+19 |
| * | Avoid inserting a live register more than once. | Evan Cheng | 2007-09-27 | 1 | -8/+18 |
| * | Silence a compiler warning. | Evan Cheng | 2007-09-27 | 1 | -1/+1 |
| * | Boogs. | Evan Cheng | 2007-09-27 | 1 | -10/+10 |
| * | Be smarter about which node to force schedule. Reduce # of duplications + cop... | Evan Cheng | 2007-09-27 | 1 | -84/+120 |
| * | Backtracking only when it won't create a cycle. | Evan Cheng | 2007-09-27 | 1 | -23/+35 |
| * | - Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo. | Evan Cheng | 2007-09-26 | 2 | -89/+191 |
| * | Enable codegen for long double abs, sin, cos | Dale Johannesen | 2007-09-26 | 1 | -3/+6 |
| * | Fix f80 UNDEF. | Dale Johannesen | 2007-09-26 | 1 | -1/+2 |
| * | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng | 2007-09-26 | 2 | -6/+10 |
| * | Move the setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand) and | Dan Gohman | 2007-09-25 | 1 | -0/+5 |
| * | Added major new capabilities to scheduler (only BURR for now) to support phys... | Evan Cheng | 2007-09-25 | 5 | -150/+559 |
| * | Use the correct result value type instead of using getValueType(0) | Dan Gohman | 2007-09-24 | 1 | -4/+3 |
| * | initialize isstore/isload fields in ctor, fixing PR1695 | Chris Lattner | 2007-09-22 | 1 | -0/+2 |
| * | Change APFloat::convertFromInteger to take the incoming | Dale Johannesen | 2007-09-21 | 2 | -3/+6 |
| * | initialize SetCCResultContents, fixing PR1693 | Chris Lattner | 2007-09-21 | 1 | -0/+1 |
| * | More long double fixes. x86_64 should build now. | Dale Johannesen | 2007-09-19 | 3 | -15/+49 |
| * | Fix longdouble -> uint conversion. | Dale Johannesen | 2007-09-19 | 1 | -2/+3 |
| * | Use struct SDep instead of std::pair for SUnit pred and succ lists. First step | Evan Cheng | 2007-09-19 | 4 | -36/+36 |
| * | Fix a bogus splat xform: | Evan Cheng | 2007-09-18 | 1 | -2/+1 |
| * | Prevent crash on long double. | Dale Johannesen | 2007-09-18 | 1 | -0/+4 |
| * | Do not hide APInt::dump() inside #ifndef NDEBUG. | Devang Patel | 2007-09-17 | 1 | -2/+0 |
| * | This is not ideal but unbreaks build failure. | Devang Patel | 2007-09-17 | 1 | -0/+2 |
| * | Adjust per revew comments. | Dale Johannesen | 2007-09-16 | 1 | -16/+7 |
| * | Remove the assumption that FP's are either float or | Dale Johannesen | 2007-09-14 | 3 | -31/+43 |
| * | Fix build problems on Cygwin (PR1652), patch by Patrick Walton. | Chris Lattner | 2007-09-13 | 1 | -10/+10 |
| * | Bug fixes. | Evan Cheng | 2007-09-13 | 1 | -4/+4 |
| * | Remove dead code. | Evan Cheng | 2007-09-12 | 1 | -1/+1 |
| * | Yet another getTargetNode variant. | Evan Cheng | 2007-09-12 | 1 | -0/+12 |
| * | Revise previous patch per review comments. | Dale Johannesen | 2007-09-12 | 3 | -20/+17 |
| * | Add APInt interfaces to APFloat (allows directly | Dale Johannesen | 2007-09-11 | 3 | -16/+19 |
| * | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 3 | -25/+16 |
| * | Emit: | Chris Lattner | 2007-09-10 | 1 | -0/+10 |
| * | 1. Don't call Value::getName(), which is slow. | Chris Lattner | 2007-09-10 | 1 | -38/+52 |
| * | Implement misaligned FP loads and stores. | Dale Johannesen | 2007-09-08 | 1 | -11/+48 |
| * | Add support for having different alignment for objects on call frames. | Rafael Espindola | 2007-09-07 | 1 | -2/+4 |
| * | Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee... | Anton Korobeynikov | 2007-09-07 | 1 | -10/+17 |
| * | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson | 2007-09-07 | 1 | -2/+2 |
| * | Next round of APFloat changes. | Dale Johannesen | 2007-09-06 | 1 | -2/+3 |
| * | Fix PR1628. When exception handling is turned on, | Duncan Sands | 2007-09-05 | 1 | -2/+2 |