| Age | Commit message (Expand) | Author |
| 2010-08-10 | Add missing null check reported by Amaury Pouly. | Evan Cheng |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-08-04 | Eliminate unnecessary empty string literals. | Dan Gohman |
| 2010-08-02 | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes |
| 2010-08-02 | PR7586: Make sure we don't claim that unknown bits are actually known in the | Eli Friedman |
| 2010-07-30 | Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctly | Eli Friedman |
| 2010-07-27 | Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT... | Nate Begeman |
| 2010-07-27 | It's better to have the arrays, which would trigger the creation of stack | Bill Wendling |
| 2010-07-26 | The "excess register pressure" returned by HighRegPressure() is not accurate ... | Evan Cheng |
| 2010-07-26 | Handle Values with no value in getCopyFromRegs. | Dan Gohman |
| 2010-07-26 | Pacify gcc-4.5 which wrongly thinks that RExcess (passed as the Excess parame... | Duncan Sands |
| 2010-07-25 | Add comments. | Evan Cheng |
| 2010-07-25 | Fix crashes when scheduling a CopyToReg node -- getMachineOpcode asserts on | Bob Wilson |
| 2010-07-24 | Add an ILP scheduler. This is a register pressure aware scheduler that's | Evan Cheng |
| 2010-07-23 | - Allow target to specify when is register pressure "too high". In most cases, | Evan Cheng |
| 2010-07-23 | Use the proper type for shift counts. This fixes a bootstrap error. | Dan Gohman |
| 2010-07-23 | DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bits | Dan Gohman |
| 2010-07-23 | Make SDNode::dump() print a newline at the end. | Dan Gohman |
| 2010-07-23 | 80-col. | Eric Christopher |
| 2010-07-22 | keep in 80 cols | Gabor Greif |
| 2010-07-22 | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif |
| 2010-07-22 | Re-apply r109079 with fix. | Evan Cheng |
| 2010-07-22 | Revert r109079, which broke a lot of CodeGen tests. | Owen Anderson |
| 2010-07-22 | Initialize RegLimit only when register pressure is being tracked. | Evan Cheng |
| 2010-07-21 | More register pressure aware scheduling work. | Evan Cheng |
| 2010-07-21 | Teach bottom up pre-ra scheduler to track register pressure. Work in progress. | Evan Cheng |
| 2010-07-19 | After a custom inserter, in a block which has constant instructions, | Dan Gohman |
| 2010-07-19 | ARM has to provide its own TargetLowering::findRepresentativeClass because it... | Evan Cheng |
| 2010-07-19 | Teach computeRegisterProperties() to compute "representative" register class ... | Evan Cheng |
| 2010-07-19 | Remove r108639 now that it is handled by InstCombine instead. | Owen Anderson |
| 2010-07-18 | Add a DAGCombine xform to fold away redundant float->double->float conversion... | Owen Anderson |
| 2010-07-17 | Propagate alloca alignment information via variable size object frame | Eric Christopher |
| 2010-07-16 | Revert r108369, sorting llvm.dbg.declare information by source position, | Dan Gohman |
| 2010-07-16 | Use the source-order scheduler instead of the "fast" scheduler at -O0, | Dan Gohman |
| 2010-07-16 | The SelectionDAGBuilder's handling of debug info, on rare | Dale Johannesen |
| 2010-07-15 | Revert. This isn't the correct way to go. | Bill Wendling |
| 2010-07-15 | Handle code gen for the unreachable instruction if it's the only instruction in | Bill Wendling |
| 2010-07-15 | Split -enable-finite-only-fp-math to two options: | Evan Cheng |
| 2010-07-15 | Fix crash reported in PR7653. | Devang Patel |
| 2010-07-14 | 80-col. | Eric Christopher |
| 2010-07-14 | Properly restore DebugLoc after leaving the local constant area. | Dan Gohman |
| 2010-07-14 | Delete fast-isel's trivial load optimization; it breaks debugging because | Dan Gohman |
| 2010-07-14 | Don't propagate debug locations to instructions for materializing | Dan Gohman |
| 2010-07-13 | In inline asm treat indirect 'X' constraint as 'm'. | Dale Johannesen |
| 2010-07-12 | Fix a typo and fit in 80 columns. Found by Bob Wilson. | Rafael Espindola |
| 2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
| 2010-07-11 | Use COPY for fast-isel bitconvert, but don't create cross-class copies. | Jakob Stoklund Olesen |
| 2010-07-11 | Fix va_arg for doubles. With this patch VAARG nodes always contain the | Rafael Espindola |