| Age | Commit message (Expand) | Author |
| 2010-08-26 | zap dead code. | Chris Lattner |
| 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-07-24 | Add an ILP scheduler. This is a register pressure aware scheduler that's | Evan Cheng |
| 2010-07-22 | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif |
| 2010-07-16 | Use the source-order scheduler instead of the "fast" scheduler at -O0, | Dan Gohman |
| 2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
| 2010-07-09 | Clarify what mysterious check means. | Bill Wendling |
| 2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
| 2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
| 2010-07-08 | Extension of r107506. Make sure that we don't mark a function as having a call | Bill Wendling |
| 2010-07-08 | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman |
| 2010-07-07 | Fix -fast-isel-abort to check the right instruction. | Dan Gohman |
| 2010-07-07 | Implement bottom-up fast-isel. This has the advantage of not requiring | Dan Gohman |
| 2010-07-07 | Update the insert position after scheduling, which may change the | Dan Gohman |
| 2010-07-07 | Give FunctionLoweringInfo an MBB member, avoiding the need to pass it | Dan Gohman |
| 2010-07-07 | Simplify FastISel's constructor by giving it a FunctionLoweringInfo | Dan Gohman |
| 2010-07-07 | Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This will | Dan Gohman |
| 2010-07-06 | CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext. | Dan Gohman |
| 2010-07-04 | Proper indentation. | Bill Wendling |
| 2010-07-02 | Propagate the AlignStack bit in InlineAsm's to the | Dale Johannesen |
| 2010-07-02 | Rename CreateReg to CreateRegs, and MakeReg to CreateReg. | Dan Gohman |
| 2010-07-01 | Temporarily disable on-demand fast-isel. | Dan Gohman |
| 2010-07-01 | Use FuncInfo's isExportedInst accessor method instead of | Dan Gohman |
| 2010-07-01 | Rename CreateRegForValue to CreateReg, and change its argument | Dan Gohman |
| 2010-07-01 | Enable on-demand fast-isel. | Dan Gohman |
| 2010-06-24 | Reapply r106634, now that the bug it exposed is fixed. | Dan Gohman |
| 2010-06-23 | Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner... | Daniel Dunbar |
| 2010-06-18 | Minor code simplifications. | Dan Gohman |
| 2010-06-18 | Give NamedRegionTimer an Enabled flag, allowing all its clients to | Dan Gohman |
| 2010-06-18 | Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass, | Dan Gohman |
| 2010-05-29 | SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue | Dan Gohman |
| 2010-05-26 | Add FIXME comment to remove this. | Bill Wendling |
| 2010-05-26 | Add "setjmp_syscall", "savectx", "qsetjmp", "vfork", "getcontext" to the list of | Bill Wendling |
| 2010-05-26 | Update debug info when live-in reg is copied into a vreg. | Devang Patel |
| 2010-05-26 | Move the check for "calls setjmp" to SelectionDAGISel so that it can be used by | Bill Wendling |
| 2010-05-26 | Temporarily revert r104655 as it's breaking the bots. | Eric Christopher |
| 2010-05-26 | Dale and Evan suggested putting the "check for setjmp" much earlier in the | Bill Wendling |
| 2010-05-20 | Add a hybrid bottom up scheduler that reduce register usage while avoiding | Evan Cheng |
| 2010-05-19 | Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa... | Evan Cheng |
| 2010-05-17 | - Set the "HasCalls" flag after instruction selection is finished. | Bill Wendling |
| 2010-05-14 | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling |
| 2010-05-04 | Instruction selection optimizations may have moved the def of a function argu... | Evan Cheng |
| 2010-05-01 | Remove the code for special-casing byval for fast-isel. SelectionDAG | Dan Gohman |
| 2010-05-01 | Fix whitespace. | Dan Gohman |
| 2010-05-01 | Reorgnaize more switch code lowering to clean up some tricky | Dan Gohman |
| 2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
| 2010-04-30 | Remove this debug output. The MachineFunction will be printed once all of | Dan Gohman |
| 2010-04-29 | Re-enable 102565 with fixes. | Evan Cheng |