| Age | Commit message (Expand) | Author |
| 2010-12-20 | reduce indentation, no functionality change. | Chris Lattner |
| 2010-12-19 | Add missing standard headers. Patch by Joerg Sonnenberger! | Nick Lewycky |
| 2010-12-19 | teach MaskedValueIsZero how to analyze ADDE. This is | Chris Lattner |
| 2010-12-19 | fix PR8642: if a critical edge has a PHI value that can trap, | Chris Lattner |
| 2010-12-17 | Fix a DAGCombiner crash when folding binary vector operations with constant | Bob Wilson |
| 2010-12-17 | Add a transform to DAG Combiner. This improves the | Dale Johannesen |
| 2010-12-17 | Fix crash compiling a QQQQ REG_SEQUENCE for a Neon vld3_lane operation. | Bob Wilson |
| 2010-12-15 | take care of some todos, transforming [us]mul_lohi into | Chris Lattner |
| 2010-12-15 | when transforming a MULHS into a wider MUL, there is no need to SRA the | Chris Lattner |
| 2010-12-13 | Add a couple dag combines to transform mulhi/mullo into a wider multiply | Chris Lattner |
| 2010-12-13 | reduce indentation by using continue, no functionality change. | Chris Lattner |
| 2010-12-12 | Catch attempts to remove a deleted node from the CSE maps. Better to | Duncan Sands |
| 2010-12-09 | Initial support for nested CALLSEQ_START/CALLSEQ_END constructs in LegalizeDAG. | Stuart Hastings |
| 2010-12-09 | 80-col fixups. | Eric Christopher |
| 2010-12-08 | Reword comment slightly. | Eric Christopher |
| 2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
| 2010-12-06 | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel |
| 2010-12-04 | Remove unneeded zero arrays. | Benjamin Kramer |
| 2010-12-01 | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad |
| 2010-11-30 | Enable sibling call optimization of libcalls which are expanded during | Evan Cheng |
| 2010-11-30 | add TLI support indicating that jumps are more expensive than logical operations | Chris Lattner |
| 2010-11-30 | PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void. | Jay Foad |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-11-28 | Fix a comment typo. | Bob Wilson |
| 2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
| 2010-11-22 | Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization. | Benjamin Kramer |
| 2010-11-20 | Silence Release build warnings about unused functions. | Benjamin Kramer |
| 2010-11-20 | On X86, MEMBARRIER, MFENCE, SFENCE, LFENCE are not target memory intrinsics, | Duncan Sands |
| 2010-11-20 | Removing the useless test that I added recently. It was meant as an example, ... | Andrew Trick |
| 2010-11-20 | Check for _setjmp too, because it's also used. | Bill Wendling |
| 2010-11-19 | Make isScalarToVector to return false if the node is a scalar. This will prevent | Mon P Wang |
| 2010-11-18 | Fix thinko: we must turn select(anyext, sext) into sext(select) | Duncan Sands |
| 2010-11-18 | The DAGCombiner was threading select over pairs of extending loads even | Duncan Sands |
| 2010-11-18 | Do not throw away alignment when generating the DAG for | Dale Johannesen |
| 2010-11-17 | Bug 8621 fix - pointer cast stripped from inline asm constraint argument. | John Thompson |
| 2010-11-16 | Split pseudo-instruction expansion into a separate pass, to make it | Dan Gohman |
| 2010-11-12 | typo (4th checkin for one fix) | Andrew Trick |
| 2010-11-12 | Fixes PR8287: SD scheduling time. The fix is a failsafe that prevents | Andrew Trick |
| 2010-11-12 | tidy up. | Chris Lattner |
| 2010-11-11 | Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this. | Dan Gohman |
| 2010-11-09 | Fix DAGCombiner to avoid folding a sext-in-reg or similar through a shl | Dan Gohman |
| 2010-11-09 | Fix an inline asm pasto from 117667; was preventing | Dale Johannesen |
| 2010-11-05 | When passing a parameter using the 'byval' mechanism, inline code needs to be... | Duncan Sands |
| 2010-11-03 | Just return undef for invalid masks or elts, and since we're doing that, | Eric Christopher |
| 2010-11-03 | Simplify uses of MVT and EVT. An MVT can be compared directly | Duncan Sands |
| 2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands |
| 2010-11-03 | If we have an undef mask our Elt will be -1 for our access, handle | Eric Christopher |
| 2010-11-03 | Fix DAGCombiner to avoid going into an infinite loop when it | Dan Gohman |
| 2010-11-03 | Two sets of changes. Sorry they are intermingled. | Evan Cheng |
| 2010-11-02 | If value map does not have register for an argument then try to find frame in... | Devang Patel |