| Age | Commit message (Expand) | Author |
| 2011-01-26 | Fix whitespace. | NAKAMURA Takumi |
| 2011-01-25 | Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini... | Devang Patel |
| 2011-01-24 | Speculatively revert r124138. | Devang Patel |
| 2011-01-24 | Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini... | Devang Patel |
| 2011-01-24 | fix a missing shuffle pattern, PR9009. Patch by Artiom Myaskouvskey! | Chris Lattner |
| 2011-01-20 | Expand invalid return values for umulo and smulo. Handle these similarly | Eric Christopher |
| 2011-01-17 | Fix an off-by-one error in ctpop combining. | Benjamin Kramer |
| 2011-01-17 | Add a DAGCombine to turn (ctpop x) u< 2 into (x & x-1) == 0. | Benjamin Kramer |
| 2011-01-16 | Update tests. | Rafael Espindola |
| 2011-01-16 | fix PR8514, a bug where the "heroic" transformation of shift/and | Chris Lattner |
| 2011-01-16 | fix PR8981, a crash trying to form a conditional inc with a floating point co... | Chris Lattner |
| 2011-01-16 | reapply my fix for PR8961 with a tweak to properly handle | Chris Lattner |
| 2011-01-14 | revert my fastisel patch again which apparently still gives the | Chris Lattner |
| 2011-01-14 | reapply r123414 now that the botz are calmed down and the fix is already in. | Chris Lattner |
| 2011-01-14 | r123414 broke llvm-gcc bootstrap apparently, revert | Chris Lattner |
| 2011-01-14 | fix PR8961 - a fast isel miscompilation where we'd insert a new instruction | Chris Lattner |
| 2011-01-13 | Experiment with changing the default 32-bit linux stack alignment to | Eric Christopher |
| 2011-01-12 | Try again enabling LiveDebugVariables. | Jakob Stoklund Olesen |
| 2011-01-11 | The world is not ready for LiveDebugVariables yet. | Jakob Stoklund Olesen |
| 2011-01-11 | Enable LiveDebugVariables by default. | Jakob Stoklund Olesen |
| 2011-01-10 | Fix PR 8916 (qv for analysis), at least the immediate problem. | Dale Johannesen |
| 2011-01-08 | Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call. | Evan Cheng |
| 2011-01-07 | Do not model all INLINEASM instructions as having unmodelled side effects. | Evan Cheng |
| 2011-01-07 | Speculatively revert r123032. | Devang Patel |
| 2011-01-07 | Appropriately truncate debug info range in dwarf output. | Devang Patel |
| 2011-01-07 | Revert r122955. It seems using movups to lower memcpy can cause massive regre... | Evan Cheng |
| 2011-01-07 | Try to unbreak the arm buildbot. | Benjamin Kramer |
| 2011-01-06 | Fix the other problem reported in PR8582. Testcase and patch by | Duncan Sands |
| 2011-01-06 | Use movups to lower memcpy and memset even if it's not fast (like corei7). | Evan Cheng |
| 2011-01-06 | Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy | Evan Cheng |
| 2011-01-06 | Revert r122936. I'll re-implement the change. | Evan Cheng |
| 2011-01-06 | Fix test to coincide with r122934 change from PR8919. | Bill Wendling |
| 2011-01-06 | r105228 reduced the memcpy / memset inline limit to 4 with -Os to avoid blowing | Evan Cheng |
| 2011-01-06 | Avoid zero extend bit test operands to pointer type if all the masks fit in | Evan Cheng |
| 2011-01-05 | Optimize: | Evan Cheng |
| 2011-01-05 | fix PR8900, a shuffle miscompilation. Patch by Nadav Rotem! | Chris Lattner |
| 2011-01-03 | Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack in | Evan Cheng |
| 2011-01-02 | Try to reuse the value when lowering memset. | Benjamin Kramer |
| 2011-01-02 | Lower the i8 extension in memset to a multiply instead of a potentially long ... | Benjamin Kramer |
| 2011-01-01 | Fix darwin bots. | Rafael Espindola |
| 2011-01-01 | Add support for the 'H' modifier. | Rafael Espindola |
| 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-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 | 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 |