| Age | Commit message (Expand) | Author |
| 2011-03-11 | Merge r127263 from mainline, fixes PR9427 for 2.9. | Eric Christopher |
| 2011-03-08 | Further improvements to pre-RA-sched=list-ilp. | Andrew Trick |
| 2011-03-07 | Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo. | Cameron Zwarich |
| 2011-03-07 | Use the correct LHS type when determining the legalization of a shift's RHS t... | Owen Anderson |
| 2011-03-06 | Typo. | Eric Christopher |
| 2011-03-06 | Disable a couple of experimental heuristics to get the best results from the ... | Andrew Trick |
| 2011-03-05 | Be explicit with abs(). Visual Studio workaround. | Andrew Trick |
| 2011-03-05 | Fix for -sched-high-latency-cycles in sched=list-ilp mode. | Andrew Trick |
| 2011-03-05 | Missing comment. | Andrew Trick |
| 2011-03-05 | Increased the register pressure limit on x86_64 from 8 to 12 | Andrew Trick |
| 2011-03-04 | Revert commit 126684 "Use the correct shift amount type". It is only the cor... | Duncan Sands |
| 2011-03-04 | Minor pre-RA-sched fixes and cleanup. | Andrew Trick |
| 2011-03-03 | There are times when the landing pad won't have a call to 'eh.selector' in | Bill Wendling |
| 2011-03-03 | Revert r123908; the code in question is completely untested and wrong. | Eli Friedman |
| 2011-03-02 | Avoid exponential blow-up when printing DAGs. | Bob Wilson |
| 2011-03-02 | Can't introduce floating-point immediate constants after legalization. | Stuart Hastings |
| 2011-03-01 | Add a few missed unary cases when legalizing vector results. Put some cases | Duncan Sands |
| 2011-03-01 | trailing whitespace. | Jim Grosbach |
| 2011-03-01 | Generalize the register matching code in DAGISel a bit. | Jim Grosbach |
| 2011-02-28 | Use the correct shift amount type. | Owen Anderson |
| 2011-02-28 | Clean whitespace. | Owen Anderson |
| 2011-02-27 | Legalize support for fpextend of vector. PR9309. | Duncan Sands |
| 2011-02-27 | Fix typos in the comments. | Nadav Rotem |
| 2011-02-27 | Pass the graph to the DOTGraphTraits.getEdgeAttributes(). | Tobias Grosser |
| 2011-02-26 | Add some DAGCombines for (adde 0, 0, glue), which are useful to optimize lega... | Benjamin Kramer |
| 2011-02-25 | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson |
| 2011-02-25 | Fix formatting of debug helper string. | Jim Grosbach |
| 2011-02-25 | Set NumSignBits to 1 if KnownZero/KnownOne are being zero extended. In theory it | Cameron Zwarich |
| 2011-02-25 | We only want to zero extend the existing information if the bit width is | Cameron Zwarich |
| 2011-02-24 | Enable support for vector sext and trunc: | Nadav Rotem |
| 2011-02-24 | Merge information about the number of zero, one, and sign bits of live-out | Cameron Zwarich |
| 2011-02-24 | Add a getNumSignBits() method to APInt. | Cameron Zwarich |
| 2011-02-24 | Add a mechanism for invalidating the LiveOutInfo of a PHI, and use it whenever | Cameron Zwarich |
| 2011-02-24 | Track blocks visited in reverse postorder. | Cameron Zwarich |
| 2011-02-24 | Refactor the LiveOutInfo interface into a few methods on FunctionLoweringInfo | Cameron Zwarich |
| 2011-02-24 | Have isel visit blocks in reverse postorder rather than an undefined order. This | Cameron Zwarich |
| 2011-02-22 | Roll out r126169 and r126170 in an attempt to fix the selfhost bot. | Cameron Zwarich |
| 2011-02-22 | Merge information about the number of zero, one, and sign bits of live-out re... | Cameron Zwarich |
| 2011-02-22 | Have isel visit blocks in reverse postorder rather than an undefined order. This | Cameron Zwarich |
| 2011-02-21 | Revert r124611 - "Keep track of incoming argument's location while emitting L... | Devang Patel |
| 2011-02-20 | Fix 9267; Add vector zext support. | Nadav Rotem |
| 2011-02-18 | Do not lose debug info of an inlined function argument even if the argument i... | Devang Patel |
| 2011-02-18 | Roll out r125794 to help diagnose the llvm-gcc-i386-linux-selfhost failure. | Cameron Zwarich |
| 2011-02-17 | Do not lose debug info of an inlined function argument even if the argument i... | Devang Patel |
| 2011-02-17 | Fix wrong logic in promotion of signed mul-with-overflow (I pointed this out at | Duncan Sands |
| 2011-02-16 | Swap VT and DebugLoc operands of getExtLoad() for consistency with | Stuart Hastings |
| 2011-02-16 | Refactor zero folding slightly. Clean up todo. | Eric Christopher |
| 2011-02-16 | The change for PR9190 wasn't quite right. We need to avoid making the | Eric Christopher |
| 2011-02-15 | convert ConstantVector::get to use ArrayRef. | Chris Lattner |
| 2011-02-14 | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner |