| Age | Commit message (Expand) | Author |
| 2011-06-14 | Add a testcase for checking the integer-promotion of many different vector | Nadav Rotem |
| 2011-05-27 | Refactor getActionType and getTypeToTransformTo ; place all of the 'decision' | Nadav Rotem |
| 2011-05-18 | Revert commit 131534 since it seems to have broken several buildbots. | Duncan Sands |
| 2011-05-18 | Refactor getActionType and getTypeToTransformTo ; place all of the 'decision' | Nadav Rotem |
| 2011-05-17 | Misc. code cleanups. | Dan Gohman |
| 2011-05-16 | Delete unused variables. | Dan Gohman |
| 2011-05-16 | Trim #includes. | Dan Gohman |
| 2011-05-16 | Fix whitespace and 80-column violations. | Dan Gohman |
| 2011-05-13 | Since I can't reproduce the failures from 131261, re-trying with a | Stuart Hastings |
| 2011-05-13 | Revert 131266 and 131261 due to buildbot complaints. | Stuart Hastings |
| 2011-05-12 | Non-fast-isel followup to 129634; correctly handle branches controlled | Stuart Hastings |
| 2011-05-10 | Correctly walk through nested and adjacent CALLSEQ_START nodes. No | Stuart Hastings |
| 2011-04-20 | Rewrite the expander for umulo/smulo to remember to sign extend the input | Eric Christopher |
| 2011-04-19 | Delete unnecessary variable. <rdar://problem/7662569> | Stuart Hastings |
| 2011-04-19 | Support nested CALLSEQ_BEGIN/END; necessary for ARM byval support. <rdar://p... | Stuart Hastings |
| 2011-04-16 | Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the... | Evan Cheng |
| 2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
| 2011-04-05 | Revert 123704; it broke threaded LLVM. | Stuart Hastings |
| 2011-04-01 | Issue libcalls __udivmod*i4 / __divmod*i4 for div / rem pairs. | Evan Cheng |
| 2011-03-07 | Use the correct LHS type when determining the legalization of a shift's RHS t... | Owen Anderson |
| 2011-02-25 | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson |
| 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-16 | Swap VT and DebugLoc operands of getExtLoad() for consistency with | Stuart Hastings |
| 2011-01-27 | Speculatively revert r124380. | Devang Patel |
| 2011-01-27 | While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ... | Devang Patel |
| 2011-01-26 | Initialize variable to get rid of clang warning. | Bill Wendling |
| 2011-01-26 | Revert r124302 | Devang Patel |
| 2011-01-26 | [AVX] Add INSERT_SUBVECTOR and support it on x86. This provides a | David Greene |
| 2011-01-26 | While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ... | Devang Patel |
| 2011-01-20 | Use only one API at a time. | Eric Christopher |
| 2011-01-20 | If we can, lower the multiply part of a umulo/smulo call to a libcall | Eric Christopher |
| 2011-01-18 | Remove checking that prevented overlapping CALLSEQ_START/CALLSEQ_END | Stuart Hastings |
| 2011-01-15 | Add an assert so we don't silently miscompile ctpop for bit widths > 128. | Benjamin Kramer |
| 2011-01-15 | Reimplement CTPOP legalization with the "best" algorithm from | Benjamin Kramer |
| 2011-01-13 | Fix r123346 to handle scalar types too. | Dan Gohman |
| 2011-01-12 | Apply the patch from PR8958, which allows llc to get slightly | Dan Gohman |
| 2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov |
| 2011-01-04 | Remove TODO, these appear to be implemented. | Eric Christopher |
| 2010-12-21 | Fix indentation, add comment. | Stuart Hastings |
| 2010-12-21 | Missing logic for nested CALLSEQ_START/END. | Stuart Hastings |
| 2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
| 2010-12-09 | Initial support for nested CALLSEQ_START/CALLSEQ_END constructs in LegalizeDAG. | Stuart Hastings |
| 2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
| 2010-12-04 | Remove unneeded zero arrays. | Benjamin Kramer |
| 2010-11-30 | Enable sibling call optimization of libcalls which are expanded during | Evan Cheng |
| 2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
| 2010-10-19 | Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any | Jim Grosbach |
| 2010-10-10 | fix the default va_arg expansion (in the realignment case) to not implicitly | Chris Lattner |