| Age | Commit message (Expand) | Author |
| 2010-06-02 | Not all entries in the range will have an SUnit. Check for that when looking | Jim Grosbach |
| 2010-06-02 | Remove uses of getCalleeSavedRegClasses from outside the | Rafael Espindola |
| 2010-06-02 | Enable machine cse of instructions which define physical registers. | Evan Cheng |
| 2010-06-02 | Fix an obvious mistake: don't change the operands until all of them have been | Bob Wilson |
| 2010-06-01 | Update debug information when breaking anti-dependencies. rdar://7759363 | Jim Grosbach |
| 2010-06-01 | Properly compose subregister indices when coalescing. | Jakob Stoklund Olesen |
| 2010-06-01 | Ignore line number of debug value in undefined register. | Devang Patel |
| 2010-06-01 | Keep track of incoming debug value of unused argument. | Devang Patel |
| 2010-06-01 | Fill in missing support for ISD::FEXP, ISD::FPOWI, and friends. | Dan Gohman |
| 2010-06-01 | Add a FIXME | Jim Grosbach |
| 2010-06-01 | When processing function arguments when splitting live ranges across invokes, | Jim Grosbach |
| 2010-05-31 | fix PR6623: when optimizing for size, don't inline memcpy/memsets | Chris Lattner |
| 2010-05-31 | the 'limit' argument to FindOptimalMemOpLowering is unsigned, not uint64_t. | Chris Lattner |
| 2010-05-30 | Use `llvm::next' instead of `next' to make VC++ 2010 happy. | Oscar Fuentes |
| 2010-05-29 | Reorder some code in SelectionDAGBuilder. | Dan Gohman |
| 2010-05-29 | SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue | Dan Gohman |
| 2010-05-29 | Remove unused function. | Benjamin Kramer |
| 2010-05-29 | Remove schedule-livein-copies. It's not being used. | Evan Cheng |
| 2010-05-29 | Handle composed subreg indices when processing REQ_SEQUENCE instructions. | Jakob Stoklund Olesen |
| 2010-05-29 | Doh. Machine LICM is re-initializing the CSE map over and over. Patch by Anna... | Evan Cheng |
| 2010-05-28 | Fix some latency computation bugs: if the use is not a machine opcode do not ... | Evan Cheng |
| 2010-05-28 | Add a TargetRegisterInfo::composeSubRegIndices hook with a default | Jakob Stoklund Olesen |
| 2010-05-28 | Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645. | Stuart Hastings |
| 2010-05-28 | Eliminate the restriction that the array size in an alloca must be i32. | Dan Gohman |
| 2010-05-27 | Add a -regalloc=default option that chooses a register allocator based on the -O | Jakob Stoklund Olesen |
| 2010-05-27 | Update the saved stack pointer in the sjlj function context following either | Jim Grosbach |
| 2010-05-27 | back out 104862/104869. Can reuse stacksave after all. Very cool. | Jim Grosbach |
| 2010-05-27 | Do not drop location info for inlined function args. | Devang Patel |
| 2010-05-27 | hook ISD::STACKADDR to an intrinsic | Jim Grosbach |
| 2010-05-27 | inlined function's arguments need a label to mark the start point because the... | Devang Patel |
| 2010-05-27 | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings |
| 2010-05-26 | Simplify. Eliminate unneeded debug_loc entry. | Devang Patel |
| 2010-05-26 | Add FIXME comment to remove this. | Bill Wendling |
| 2010-05-26 | MC: Add TargetMachine support for setting the value of MCRelaxAll with | Daniel Dunbar |
| 2010-05-26 | There is no need to force an line number entry (using previous location) for ... | Devang Patel |
| 2010-05-26 | Add "setjmp_syscall", "savectx", "qsetjmp", "vfork", "getcontext" to the list of | Bill Wendling |
| 2010-05-26 | Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry in | Jim Grosbach |
| 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 | Identify instructions, that needs a label to mark debug info entity, in advan... | Devang Patel |
| 2010-05-26 | Eliminate the use of PriorityQueue and just use a std::vector, | Dan Gohman |
| 2010-05-26 | Delete an unused function. | Dan Gohman |
| 2010-05-26 | Remove dead code. | Devang Patel |
| 2010-05-26 | Do not construct location list backword! | Devang Patel |
| 2010-05-26 | Temporarily revert r104655 as it's breaking the bots. | Eric Christopher |
| 2010-05-26 | Change push_all to a non-virtual function and implement it in the | Dan Gohman |
| 2010-05-26 | Trim #include. | Dan Gohman |
| 2010-05-26 | Dale and Evan suggested putting the "check for setjmp" much earlier in the | Bill Wendling |
| 2010-05-25 | First cut at supporting .debug_loc section. | Devang Patel |
| 2010-05-25 | Constify function. | Bill Wendling |