| Age | Commit message (Expand) | Author |
| 2010-12-10 | Force the greedy register allocator to always use the inline spiller. | Jakob Stoklund Olesen |
| 2010-12-10 | Rip out live range splitting support from the inline spiller. | Jakob Stoklund Olesen |
| 2010-12-10 | Use AllocationOrder in RegAllocGreedy, fix a bug in the hint calculation. | Jakob Stoklund Olesen |
| 2010-12-10 | Fix miscompilation caused by trivial logic error in the reassignVReg() | Jakob Stoklund Olesen |
| 2010-12-10 | Add an AllocationOrder class that can iterate over the allocatable physical | Jakob Stoklund Olesen |
| 2010-12-10 | Fixed version of 121434 with no new memory leaks. | Rafael Espindola |
| 2010-12-10 | Revert my previous patch to make the valgrind bots happy. | Rafael Espindola |
| 2010-12-09 | Initial support for the cfi directives. This is just enough to get | Rafael Espindola |
| 2010-12-09 | Initial support for nested CALLSEQ_START/CALLSEQ_END constructs in LegalizeDAG. | Stuart Hastings |
| 2010-12-09 | Remember to filter out reserved rergisters from the allocation order. | Jakob Stoklund Olesen |
| 2010-12-09 | Add a forgotten initializer for CheckedFirstInterference. | Jakob Stoklund Olesen |
| 2010-12-09 | Added register reassignment prototype to RAGreedy. It's a simple | Andrew Trick |
| 2010-12-09 | 80-col fixups. | Eric Christopher |
| 2010-12-09 | IntervalMap iterators are heavyweight, so avoid copying them around and use | Jakob Stoklund Olesen |
| 2010-12-09 | DW_FORM_data1 may not provide sufficient room for vtable index, use _udata in... | Devang Patel |
| 2010-12-08 | Properly deal with empty intervals when checking for interference. | Jakob Stoklund Olesen |
| 2010-12-08 | Implement very primitive hinting support in RegAllocGreedy. | Jakob Stoklund Olesen |
| 2010-12-08 | Store (priority,regnum) pairs in the priority queue instead of providing an | Jakob Stoklund Olesen |
| 2010-12-08 | Reword comment slightly. | Eric Christopher |
| 2010-12-08 | Fix comment. | Eric Christopher |
| 2010-12-08 | Trim includes. | Jakob Stoklund Olesen |
| 2010-12-08 | Generalize PostRAHazardRecognizer so it can be used in any pass for | Andrew Trick |
| 2010-12-08 | Stub out RegAllocGreedy. | Jakob Stoklund Olesen |
| 2010-12-08 | Move RABasic::addMBBLiveIns to the base class, it is generally useful. | Jakob Stoklund Olesen |
| 2010-12-07 | Switch LiveIntervalUnion from std::set to IntervalMap. | Jakob Stoklund Olesen |
| 2010-12-07 | Simplify assertion. | Jakob Stoklund Olesen |
| 2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
| 2010-12-07 | Remove unused member. | Jakob Stoklund Olesen |
| 2010-12-06 | Undefined value in reg 0 may need a marker to identify end of source range. | Devang Patel |
| 2010-12-06 | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel |
| 2010-12-06 | Second try at making direct object emission produce the same results | Rafael Espindola |
| 2010-12-06 | Revert previous two patches while I try to find out how to make both | Rafael Espindola |
| 2010-12-06 | Add an EmitAbsValue helper method and use it in cases where we want to be sure | Rafael Espindola |
| 2010-12-05 | Some cleanup before I start committing some incremental progress on | Cameron Zwarich |
| 2010-12-05 | Remove the PHIElimination.h header, as it is no longer needed. | Cameron Zwarich |
| 2010-12-05 | I forgot to actually remove the FindCopyInsertPoint() declaration from | Cameron Zwarich |
| 2010-12-05 | Remove the SplitCriticalEdge() method declaration from PHIElimination.h. At one | Cameron Zwarich |
| 2010-12-05 | Move the FindCopyInsertPoint method of PHIElimination to a new standalone | Cameron Zwarich |
| 2010-12-04 | Remove PHIElimination's private copy of SkipPHIsAndLabels. | Cameron Zwarich |
| 2010-12-04 | Remove unneeded zero arrays. | Benjamin Kramer |
| 2010-12-03 | Rename virtRegMap to avoid confusion with the VirtRegMap that it isn't. | Jakob Stoklund Olesen |
| 2010-12-03 | Coalesce debug locations when possible, causing less DBG_VALUE instructions to | Jakob Stoklund Olesen |
| 2010-12-03 | Emit DBG_VALUE instructions from LiveDebugVariables. | Jakob Stoklund Olesen |
| 2010-12-03 | Also update virtRegMap when renaming virtual registers. | Jakob Stoklund Olesen |
| 2010-12-03 | Delete the StrongPHIElimination pass, leaving only a shell. | Jakob Stoklund Olesen |
| 2010-12-02 | Update LiveDebugVariables during coalescing. | Jakob Stoklund Olesen |
| 2010-12-02 | Implement the first half of LiveDebugVariables. | Jakob Stoklund Olesen |
| 2010-12-01 | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad |
| 2010-11-30 | Comment typo. | Andrew Trick |
| 2010-11-30 | Enable sibling call optimization of libcalls which are expanded during | Evan Cheng |