| Age | Commit message (Expand) | Author |
| 2011-01-01 | ptx: remove reg-reg addressing mode and st.const | Che-Liang Chiou |
| 2011-01-01 | ptx: add store instruction | Che-Liang Chiou |
| 2010-12-30 | ptx: add state spaces | Che-Liang Chiou |
| 2010-12-29 | test/CodeGen/X86/negative-sin.ll: FileCheck-ize. | NAKAMURA Takumi |
| 2010-12-29 | test/CodeGen/X86/fp-in-intregs.ll: FileCheck-ize. | NAKAMURA Takumi |
| 2010-12-23 | Radar 8803471: Fix expansion of ARM BCCi64 pseudo instructions. | Bob Wilson |
| 2010-12-23 | Fixes PR8823: add-with-overflow-128.ll | Andrew Trick |
| 2010-12-22 | DAGCombine add (sext i1), X into sub X, (zext i1) if sext from i1 is illegal.... | Benjamin Kramer |
| 2010-12-22 | X86: Lower a select directly to a setcc_carry if possible. | Benjamin Kramer |
| 2010-12-22 | ptx: add ld instruction and test | Che-Liang Chiou |
| 2010-12-22 | Fix a bug in ReduceLoadWidth that wasn't handling extending | Chris Lattner |
| 2010-12-21 | Reapply 122353-122355 with fixes. 122354 was wrong; | Dale Johannesen |
| 2010-12-21 | Add some x86 specific dagcombines for conditional increments. | Benjamin Kramer |
| 2010-12-21 | Revert 122353-122355 for the moment, they broke stuff. | Dale Johannesen |
| 2010-12-21 | Add a new transform to DAGCombiner. | Dale Johannesen |
| 2010-12-21 | Get the type of a shift from the shift, not from its shift | Dale Johannesen |
| 2010-12-21 | Add ARM-specific DAG combining to cast i64 vector element load/stores to f64. | Bob Wilson |
| 2010-12-20 | Cosmetic changes. | Dale Johannesen |
| 2010-12-20 | temporarily disable this: PR8823. | Chris Lattner |
| 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 | add a general coverage test for overflow intrinsics. | Chris Lattner |
| 2010-12-19 | fix PR8642: if a critical edge has a PHI value that can trap, | Chris Lattner |
| 2010-12-19 | move this test into the ARM test so that it is only run when the arm backend | Chris Lattner |
| 2010-12-18 | Restore the behavior of frame lowering before my refactoring. | Anton Korobeynikov |
| 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-18 | Fix result type of Neon floating-point comparisons against zero. | Bob Wilson |
| 2010-12-17 | During local stack slot allocation, the materializeFrameBaseRegister function | Bill Wendling |
| 2010-12-17 | Fix a DAGCombiner crash when folding binary vector operations with constant | Bob Wilson |
| 2010-12-17 | Combine several vector-related DAGCombiner tests. | Bob Wilson |
| 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-17 | Don't feed 19 bit immediates to ILA. | Kalle Raiskila |
| 2010-12-17 | Fix crash compiling a QQQQ REG_SEQUENCE for a Neon vld3_lane operation. | Bob Wilson |
| 2010-12-16 | 1. ARM/MC/ELF: A few more ELF relocs for .o | Jason W Kim |
| 2010-12-15 | Thumb1 had two patterns for the same load-from-constant-pool instruction. | Jim Grosbach |
| 2010-12-15 | Don't handle -arm-long-calls in fast isel for now. | Eric Christopher |
| 2010-12-15 | Teach machine cse to commute instructions. | Evan Cheng |
| 2010-12-15 | Add Neon VCVT instructions for f32 <-> f16 conversions. | Bob Wilson |
| 2010-12-15 | Lower the MBlaze target specific calling conventions for "interrupt_handler" | Wesley Peck |
| 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-14 | bfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2 == C1. rdar://8458663 | Evan Cheng |
| 2010-12-14 | fix fixme case typo :-) | Jason W Kim |