| Age | Commit message (Expand) | Author |
| 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 |
| 2010-10-05 | Use a more efficient lowering of uint64_t --> float that can take advantage o... | Owen Anderson |
| 2010-09-21 | update a bunch of code to use the MachinePointerInfo version of getStore. | Chris Lattner |
| 2010-09-21 | eliminate an old SelectionDAG::getTruncStore method, propagating | Chris Lattner |
| 2010-09-21 | propagate MachinePointerInfo through various uses of the old | Chris Lattner |
| 2010-09-21 | continue MachinePointerInfo'izing, eliminating use of one of the old | Chris Lattner |
| 2010-09-21 | a few more trivial updates. This fixes PerformInsertVectorEltInMemory to not | Chris Lattner |
| 2010-09-03 | Add a missing check when legalizing a vector extending load. This doesn't | Bob Wilson |
| 2010-08-26 | Add a hackaround for PR7993 which is causing failures on x86 builders that la... | Chris Lattner |
| 2010-08-25 | remove some llvmcontext arguments that are now dead post-refactoring. | Chris Lattner |
| 2010-08-23 | Fix some GCC warnings by providing a virtual destructor in the base of a class | Chandler Carruth |
| 2010-08-19 | If the target says that an extending load is not legal, regardless of whether | Bob Wilson |
| 2010-07-11 | Fix va_arg for doubles. With this patch VAARG nodes always contain the | Rafael Espindola |
| 2010-07-07 | Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f... | Evan Cheng |
| 2010-07-06 | By default, the eh.sjlj.setjmp/longjmp intrinsics should just do nothing rather | Jim Grosbach |
| 2010-07-02 | 80-column and trailing whitespace cleanup. | Jim Grosbach |
| 2010-07-02 | grammar tweaks | Jim Grosbach |
| 2010-06-26 | When splitting a VAARG, remember its alignment. | Rafael Espindola |
| 2010-06-18 | back-end libcall handling for ATOMIC_SWAP (__sync_lock_test_and_set) | Jim Grosbach |
| 2010-06-18 | Fix cross initialization compilation error. | Evan Cheng |
| 2010-06-18 | Add Expand-to-libcall support for additional atomics. This covers the usual | Jim Grosbach |
| 2010-06-18 | Change UpdateNodeOperands' operand and return value from SDValue to | Dan Gohman |