| Age | Commit message (Expand) | Author |
| 2009-12-17 | Sundry dependent-name fixes flagged by clang++. | John McCall |
| 2009-12-17 | Introduce EVT::getHalfSizedIntegerVT() for use in ExpandUnalignedStore() in | Ken Dyck |
| 2009-12-17 | BIT_CONVERT nodes are used for vector types, too. | Bob Wilson |
| 2009-12-16 | Reapply r91392, it was only unmasking the bug, and since TOT is still broken ... | Daniel Dunbar |
| 2009-12-16 | Revert "Initial work on disabling the scheduler. This is a work in progress, and | Daniel Dunbar |
| 2009-12-15 | Change indirect-globals to use a dedicated allocIndirectGV. This lets us | Jeffrey Yasskin |
| 2009-12-15 | Lang verified that SlotIndex is "pod like" even though it isn't a pod. | Chris Lattner |
| 2009-12-15 | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner |
| 2009-12-15 | Initial work on disabling the scheduler. This is a work in progress, and this | Bill Wendling |
| 2009-12-15 | Revert these. They may have been causing 483_xalancbmk to fail: | Bill Wendling |
| 2009-12-14 | Move Flag and isVoid after the vector types, since bit arithmetic with | Dan Gohman |
| 2009-12-14 | Update this comment. | Dan Gohman |
| 2009-12-14 | Moved spill weight calculation out of SimpleRegisterCoalescing and into its o... | Lang Hames |
| 2009-12-13 | Fix weird typo which leads to unallocated memory access for nodes with 4 resu... | Anton Korobeynikov |
| 2009-12-11 | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman |
| 2009-12-11 | Address comments on last patch: | Bill Wendling |
| 2009-12-11 | A machine basic block may end in an unconditional branch, however it may have | Bill Wendling |
| 2009-12-10 | Remove a broken, unused header | Douglas Gregor |
| 2009-12-10 | Also attempt trivial coalescing for live intervals that end in a copy. | Jakob Stoklund Olesen |
| 2009-12-09 | Added a new "splitting" spiller. | Lang Hames |
| 2009-12-09 | Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr... | Evan Cheng |
| 2009-12-09 | Add const qualifier. | Evan Cheng |
| 2009-12-09 | Refactor InferAlignment out of DAGCombine. | Evan Cheng |
| 2009-12-07 | Pre-regalloc tale duplication. Work in progress. | Evan Cheng |
| 2009-12-05 | Remove old DBG_LABEL code. | Dan Gohman |
| 2009-12-05 | Remove the unused DisableLegalizeTypes option and related code. | Dan Gohman |
| 2009-12-05 | Temporarily revert r90502. It was causing the llvm-gcc bootstrap on PPC to fail. | Bill Wendling |
| 2009-12-05 | Make TargetSelectInstruction protected and called from FastISel.cpp | Dan Gohman |
| 2009-12-04 | Add a pre-regalloc tail duplication pass. | Evan Cheng |
| 2009-12-04 | Also attempt trivial coalescing for live intervals that end in a copy. | Jakob Stoklund Olesen |
| 2009-12-03 | Fill out codegen SSA updater. It's not yet tested. | Evan Cheng |
| 2009-12-03 | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner |
| 2009-12-02 | Skeleton for MachineInstr level SSA updater. | Evan Cheng |
| 2009-12-02 | Factor the stack alignment calculations out into a target independent pass. | Jim Grosbach |
| 2009-12-01 | Add edge source labels to SelectionDAG graphs, now that the graph printing | Dan Gohman |
| 2009-12-01 | Move PHIElimination::isLiveOut method to LiveVariables. | Jakob Stoklund Olesen |
| 2009-12-01 | Fix PR5614: parts of a physical register def may be killed the rest. | Evan Cheng |
| 2009-11-30 | Added support to allow clients to custom widen. For X86, custom widen vectors... | Mon P Wang |
| 2009-11-26 | Rename new TailDuplicationPass to avoid name conflict with the old one. | Bob Wilson |
| 2009-11-26 | Split tail duplication into a separate pass. This is needed to avoid | Bob Wilson |
| 2009-11-24 | Use StringRef instead of std::string in DIEString. | Devang Patel |
| 2009-11-24 | Remove DebugLabelFolder pass. It is not used by dwarf writer anymore. | Devang Patel |
| 2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
| 2009-11-23 | Allow more than one stub to be being generated at the same time. | Jeffrey Yasskin |
| 2009-11-23 | Rename SelectionDAGLowering to SelectionDAGBuilder, and rename | Dan Gohman |
| 2009-11-21 | We are not using DBG_STOPPOINT anymore. | Devang Patel |
| 2009-11-21 | Be more clever about calculating live variables through new basic blocks. | Jakob Stoklund Olesen |
| 2009-11-20 | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman |
| 2009-11-20 | Remove some old experimental code that is no longer needed. Remove additional... | David Goodwin |
| 2009-11-20 | Fix fast-isel to avoid selecting the return instruction if a | Dan Gohman |