| Age | Commit message (Expand) | Author |
| 2010-06-18 | Don't call clear() on DbgInfo when it's going to be deleted anyway. | Dan Gohman |
| 2010-06-18 | Change UpdateNodeOperands' operand and return value from SDValue to | Dan Gohman |
| 2010-06-18 | Eliminate unnecessary uses of getZExtValue(). | Dan Gohman |
| 2010-06-18 | isValueValidForType can be a static member function. | Dan Gohman |
| 2010-06-18 | Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass, | Dan Gohman |
| 2010-06-18 | Handle ext(ext(x)) -> ext(x) immediately, since it's simple. | Dan Gohman |
| 2010-06-17 | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings |
| 2010-06-17 | add missing break. inconsequential as the code shouldn't be reached, but | Jim Grosbach |
| 2010-06-17 | Add entries for Expanding atomic intrinsics to libcalls. Just a placeholder | Jim Grosbach |
| 2010-06-17 | ISD::MEMBARRIER should lower to a libcall (__sync_synchronize) if the target | Jim Grosbach |
| 2010-06-15 | Fixed vector widening of binary instructions that can trap. Patch by Visa Put... | Mon P Wang |
| 2010-06-10 | Code refactoring, no functionality changes. | Evan Cheng |
| 2010-06-09 | Mark physregs defined by inline asm as implicit. | Jakob Stoklund Olesen |
| 2010-06-09 | Add argument name comments. | Jakob Stoklund Olesen |
| 2010-06-04 | Fixed a bug during widening where we would avoid legalizing a node. When we | Mon P Wang |
| 2010-06-03 | Fix SimplifyDemandedBits' AssertZext logic to demand all the bits. It | Dan Gohman |
| 2010-06-03 | Implement expansion in type legalization for add/sub with overflow. The | Eli Friedman |
| 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-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-28 | Fix some latency computation bugs: if the use is not a machine opcode do not ... | Evan Cheng |
| 2010-05-28 | Eliminate the restriction that the array size in an alloca must be i32. | Dan Gohman |
| 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 | hook ISD::STACKADDR to an intrinsic | Jim Grosbach |
| 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 | 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 | 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 | 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 | Do one map lookup instead of two. | Dan Gohman |
| 2010-05-25 | Fix another variant of PR 7191. Also add a testcase | Dale Johannesen |
| 2010-05-25 | Fix PR 7191. I have been unable to create a .ll file that fails, sorry. | Dale Johannesen |
| 2010-05-22 | Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit. | Jim Grosbach |
| 2010-05-21 | Clean up extra whitespace. | Bob Wilson |
| 2010-05-21 | Change CodeGen/ARM/2009-11-02-NegativeLane.ll to use 16-bit vector elements | Bob Wilson |
| 2010-05-21 | Rename -pre-RA-sched=hybrid to -pre-RA-sched=list-hybrid. | Evan Cheng |
| 2010-05-20 | Allow targets more controls on what nodes are scheduled by reg pressure, what... | Evan Cheng |
| 2010-05-20 | Add a hybrid bottom up scheduler that reduce register usage while avoiding | Evan Cheng |
| 2010-05-19 | Optimize away insertelement of an undef value. This shows up in | Bob Wilson |