| Age | Commit message (Expand) | Author |
| 2007-10-11 | Implement ppc long double->uint conversion. | Dale Johannesen |
| 2007-10-11 | Add runtime library names for pow. | Dan Gohman |
| 2007-10-11 | Add an ISD::FPOW node type. | Dan Gohman |
| 2007-10-11 | Added tail call optimization to the x86 back end. It can be | Arnold Schwaighofer |
| 2007-10-11 | Next PPC long double bits. First cut at constants. | Dale Johannesen |
| 2007-10-10 | Correct swapped arguments to getConstant. | Duncan Sands |
| 2007-10-10 | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen |
| 2007-10-10 | Bad choice of variable name. | Evan Cheng |
| 2007-10-09 | Fix an extremely stupid bug that prevented first round of coalescing (physica... | Evan Cheng |
| 2007-10-08 | Call getFunctionNumber() instead of referencing FunctionNumber directly, | Dan Gohman |
| 2007-10-08 | Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to | Dan Gohman |
| 2007-10-08 | DAGCombiner support for UDIVREM/SDIVREM and UMUL_LOHI/SMUL_LOHI. | Dan Gohman |
| 2007-10-08 | Add convenience overloads of SelectionDAG::getNode that take a SDVTList | Dan Gohman |
| 2007-10-08 | In -debug mode, dump SelectionDAGs both before and after the | Dan Gohman |
| 2007-10-08 | Kill cycle of an live range is always the last use index + 1. | Evan Cheng |
| 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 | Move the code that emits the .file directives so that it runs after the | Dan Gohman |
| 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-29 | This is done already. | Gordon Henriksen |
| 2007-09-29 | Collector is the base class for garbage collection code generators. | Gordon Henriksen |
| 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 | minor long double related changes | Dale Johannesen |
| 2007-09-28 | Make the checks for DW_FORM_data4 consistent with the others, and | Dan Gohman |
| 2007-09-28 | Use 32-bit data directives for DW_FORM_data4 format data, even on | Dan Gohman |
| 2007-09-28 | Add sqrt and powi intrinsics for long double. | Dale Johannesen |
| 2007-09-27 | TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets | Dan Gohman |
| 2007-09-27 | CollectorMetadata abstractly describes stack maps for a function. | Gordon Henriksen |
| 2007-09-27 | My previous Registry.h header, as well as Collectors.h, which is the | Gordon Henriksen |