| Age | Commit message (Expand) | Author |
| 2010-12-21 | Get the type of a shift from the shift, not from its shift | Dale Johannesen |
| 2010-12-20 | Cosmetic changes. | Dale Johannesen |
| 2010-12-20 | now that addc/adde are gone, "ADDC" in the X86 backend uses EFLAGS results, | Chris Lattner |
| 2010-12-20 | We lower setb to sbb with the hope that the and will go away, when it | Chris Lattner |
| 2010-12-20 | Add comment for testcase for 122206 | Mon P Wang |
| 2010-12-19 | Prevents PerformShuffleCombine from creating a node with an illegal type afte... | Mon P Wang |
| 2010-12-19 | improve the setcc -> setcc_carry optimization to happen more | Chris Lattner |
| 2010-12-19 | now that generic vector types aren't selected onto MMX registers, these | Chris Lattner |
| 2010-12-19 | fix PR8642: if a critical edge has a PHI value that can trap, | Chris Lattner |
| 2010-12-18 | Just rename the functions, relying on matching a instruction that has the sam... | Benjamin Kramer |
| 2010-12-18 | Test more than just label names and make test work on non-x86 hosts. | Benjamin Kramer |
| 2010-12-17 | Add support for matching psign & plendvb to the x86 target | Nate Begeman |
| 2010-12-17 | Add a transform to DAG Combiner. This improves the | Dale Johannesen |
| 2010-12-15 | Teach machine cse to commute instructions. | Evan Cheng |
| 2010-12-15 | take care of some todos, transforming [us]mul_lohi into | Chris Lattner |
| 2010-12-15 | merge two tests | Chris Lattner |
| 2010-12-14 | Fix a minor bug in two-address pass. It was missing a commute opportunity. | Evan Cheng |
| 2010-12-13 | rename test | Chris Lattner |
| 2010-12-13 | Add a couple dag combines to transform mulhi/mullo into a wider multiply | Chris Lattner |
| 2010-12-10 | Formalize the notion that AVX and SSE are non-overlapping extensions from the... | Nate Begeman |
| 2010-12-09 | Rewrite the darwin tlv support to use a chain and return to copying | Eric Christopher |
| 2010-12-09 | Remove extraneous copy from DAG conversion for darwin tls. This was | Eric Christopher |
| 2010-12-08 | Move this test to tlv* to make it easier to notice versus linux tls | Eric Christopher |
| 2010-12-06 | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel |
| 2010-12-06 | Revert previous two patches while I try to find out how to make both | Rafael Espindola |
| 2010-12-06 | Update test for the extra =. | Rafael Espindola |
| 2010-12-05 | Teach X86ISelLowering that the second result of X86ISD::UMUL is a flags | Chris Lattner |
| 2010-12-05 | it turns out that when ".with.overflow" intrinsics were added to the X86 | Chris Lattner |
| 2010-12-05 | fix the rest of the linux miscompares :) | Chris Lattner |
| 2010-12-05 | generalize the previous check to handle -1 on either side of the | Chris Lattner |
| 2010-12-05 | relax this to handle linux defaulting to -static. | Chris Lattner |
| 2010-12-05 | Improve an integer select optimization in two ways: | Chris Lattner |
| 2010-12-05 | merge some tests into select.ll and make them more specific. | Chris Lattner |
| 2010-12-05 | rename test | Chris Lattner |
| 2010-12-05 | remove two tests that aren't really testing anything. | Chris Lattner |
| 2010-12-04 | Add patterns for the x86 popcnt instruction. | Benjamin Kramer |
| 2010-12-02 | Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot. | Devang Patel |
| 2010-12-02 | Use set directive for StartMinusEndExpr. | Devang Patel |
| 2010-12-02 | Fix test. | Evan Cheng |
| 2010-12-01 | Fix and re-enable tail call optimization of expanded libcalls. | Evan Cheng |
| 2010-12-01 | Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot. | Evan Cheng |
| 2010-11-30 | Enable sibling call optimization of libcalls which are expanded during | Evan Cheng |
| 2010-11-30 | Not all platforms use _<func>. Duh. | Eric Christopher |
| 2010-11-30 | Rewrite mwait and monitor support and custom lower arguments. | Eric Christopher |
| 2010-11-29 | Fix some broken CHECK lines. | Benjamin Kramer |
| 2010-11-27 | Lower TLS_addr32 and TLS_addr64. | Rafael Espindola |
| 2010-11-22 | Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization. | Benjamin Kramer |
| 2010-11-19 | Prefetch has a MemOperand now. FileCheckize a test. | Dale Johannesen |
| 2010-11-19 | Make isScalarToVector to return false if the node is a scalar. This will prevent | Mon P Wang |
| 2010-11-18 | The DAGCombiner was threading select over pairs of extending loads even | Duncan Sands |