| Age | Commit message (Expand) | Author |
| 2010-08-31 | Reapply r112623. Included additional check for unused byval argument. | Devang Patel |
| 2010-08-31 | Revert r112623. It is causing self host build failures. | Devang Patel |
| 2010-08-31 | Remember byval argument's frame index during argument lowering and use this i... | Devang Patel |
| 2010-08-31 | Offset is not always unsigned number. | Devang Patel |
| 2010-08-31 | zap unused method. x86 is the only user and already has a more powerfull version | Bruno Cardoso Lopes |
| 2010-08-30 | Revert r112461. It was failing on PPC... | Bill Wendling |
| 2010-08-30 | When adding a register, we should mark it as "def" if it can optionally define | Bill Wendling |
| 2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
| 2010-08-28 | Completely disable tail calls when fast-isel is enabled, as fast-isel | Dan Gohman |
| 2010-08-28 | Trim a #include. | Dan Gohman |
| 2010-08-27 | Simplify. | Devang Patel |
| 2010-08-26 | Revert r112213. It is not needed. | Devang Patel |
| 2010-08-26 | If node is not available then use FuncInfo.ValueMap to emit debug info for by... | Devang Patel |
| 2010-08-26 | Speculatively revert r112207. | Devang Patel |
| 2010-08-26 | 80 col. | Devang Patel |
| 2010-08-26 | Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also. | Devang Patel |
| 2010-08-26 | Donot forget to resolve dangling debug info in a case where virtual register,... | Devang Patel |
| 2010-08-26 | Add a hackaround for PR7993 which is causing failures on x86 builders that la... | Chris Lattner |
| 2010-08-26 | implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1. | Chris Lattner |
| 2010-08-26 | zap dead code. | Chris Lattner |
| 2010-08-25 | remove some llvmcontext arguments that are now dead post-refactoring. | Chris Lattner |
| 2010-08-25 | Change handling of illegal vector types to widen when possible instead of | Chris Lattner |
| 2010-08-25 | Fix comment. | Devang Patel |
| 2010-08-25 | Remove dead argument. | Devang Patel |
| 2010-08-24 | split the vector case of getCopyFromParts out to its own function, | Chris Lattner |
| 2010-08-24 | split the vector case out of getCopyToParts into its own function. No | Chris Lattner |
| 2010-08-24 | tidy up, reduce indentation | Chris Lattner |
| 2010-08-23 | Fix some GCC warnings by providing a virtual destructor in the base of a class | Chandler Carruth |
| 2010-08-19 | If the target says that an extending load is not legal, regardless of whether | Bob Wilson |
| 2010-08-17 | Make fast scheduler handle asm clobbers correctly. | Dale Johannesen |
| 2010-08-17 | Fix typo. | Eric Christopher |
| 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 |