| Age | Commit message (Expand) | Author |
| 2008-11-17 | Fixed legalization of CONVERT_RNDSAT for integers. | Mon P Wang |
| 2008-11-16 | Improved shuffle normalization to avoid using extract/build when we | Mon P Wang |
| 2008-11-15 | When splitting a SHUFFLE_VECTOR, try to have the result | Duncan Sands |
| 2008-11-15 | Add missing widen operations, fixed widening for extracting a subvector, | Mon P Wang |
| 2008-11-15 | Correct a comment. | Dan Gohman |
| 2008-11-15 | Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file. | Dan Gohman |
| 2008-11-14 | Add support for building a ScheduleDAG from MachineInstrs. This is currently | Dan Gohman |
| 2008-11-14 | For post-regalloc scheduling, remove the instructions from the block | Dan Gohman |
| 2008-11-14 | Check in the correct version of the patch in r59279. | Dan Gohman |
| 2008-11-14 | Debug printing for SUnits that carry MachineInstrs. | Dan Gohman |
| 2008-11-14 | Initial support for carrying MachineInstrs in SUnits. | Dan Gohman |
| 2008-11-13 | Change DOTGraphTraits<ScheduleDAG*>::getGraphName how to find the name of | Dan Gohman |
| 2008-11-13 | Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit | Dan Gohman |
| 2008-11-13 | Make the Node member of SUnit private, and add accessors. | Dan Gohman |
| 2008-11-13 | Change ScheduleDAG's DAG member from a reference to a pointer, to prepare | Dan Gohman |
| 2008-11-12 | Move the code that inserts X87 FP_REG_KILL instructions from a | Dan Gohman |
| 2008-11-12 | Fix unsigned char->ppcf128 conversion. | Dale Johannesen |
| 2008-11-12 | Simplify SplitVecRes_EXTRACT_SUBVECTOR. This means | Duncan Sands |
| 2008-11-12 | Correct some thinkos in the expansion of ADD/SUB | Duncan Sands |
| 2008-11-12 | Fix the testb optimization so x86 also bootstraps. | Dale Johannesen |
| 2008-11-11 | In ScheduleDAGRRList::CopyAndMoveSuccessors, create the SUnit for the load | Dan Gohman |
| 2008-11-11 | Avoid relying on the SelectionDAG for initializing the MachineFunction and | Dan Gohman |
| 2008-11-11 | Change the scheduler accessor methods to accept an explicit TargetMachine | Dan Gohman |
| 2008-11-11 | Fix for PR3040: | Bill Wendling |
| 2008-11-11 | Cleaned up and fix bugs in convert_rndsat node | Mon P Wang |
| 2008-11-10 | Temporarily revert r58979 and related patch. It's causing a failure in X86 bo... | Bill Wendling |
| 2008-11-10 | Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to | Mon P Wang |
| 2008-11-10 | Fix PR2667: add soft float support for sint_to_fp/uint_to_fp | Duncan Sands |
| 2008-11-10 | Tweak some comments. | Duncan Sands |
| 2008-11-10 | Small cleanups. No functionality change intended! | Duncan Sands |
| 2008-11-10 | When promoting the result of fp_to_uint/fp_to_sint, | Duncan Sands |
| 2008-11-10 | Really fix testb optimization on big-endian. | Dale Johannesen |
| 2008-11-10 | Added support for the following definition of shufflevector | Mon P Wang |
| 2008-11-09 | Temporarily revert 58825, which breaks PPC bootstrap. | Dale Johannesen |
| 2008-11-08 | Try to produce better code when scalarizing VSETCC. | Duncan Sands |
| 2008-11-08 | Make testb optimization work on big-endian targets. | Dale Johannesen |
| 2008-11-07 | Make FP tests requiring two compares work on PPC (PR 642). | Dale Johannesen |
| 2008-11-07 | Sign-extend rather than zero-extend when promoting | Duncan Sands |
| 2008-11-07 | Fix unsigned->ppcf128 conversion. | Dale Johannesen |
| 2008-11-07 | When we're doing a compare of load-AND-constant to 0 | Dale Johannesen |
| 2008-11-07 | - Modify the stack protector algorithm so that the stack slot is allocated in | Bill Wendling |
| 2008-11-06 | Fixed scalarizing an extract subvector and prevent an infinite loop | Mon P Wang |
| 2008-11-06 | Emit label for llvm.dbg.func.start of the inlined function. | Devang Patel |
| 2008-11-06 | Formating/comment changes - no functionality change. | Duncan Sands |
| 2008-11-06 | - Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}. | Bill Wendling |
| 2008-11-06 | Widening cleanup | Mon P Wang |
| 2008-11-06 | Implement the stack protector stack accesses via intrinsics: | Bill Wendling |
| 2008-11-06 | Emit label for llvm.dbg.func.start of the inlined function. | Devang Patel |
| 2008-11-05 | Fix thinko in ppcf128 expansion of truncating store. | Duncan Sands |
| 2008-11-05 | Type of shuffle mask has changed. | Evan Cheng |