| Age | Commit message (Expand) | Author |
| 2011-01-18 | Add support for mips32 madd and msub instructions. Patch by Akira Hatanaka | Bruno Cardoso Lopes |
| 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-17 | Don't crash SPU BE with memory accesses with big alignmnet. | Kalle Raiskila |
| 2011-01-17 | Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g. | Evan Cheng |
| 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 | Spill R4 if it's going to be used to restore SP from FP. | Evan Cheng |
| 2011-01-16 | Implement AnalyzeBranch in Sparc Backend. | Venkatraman Govindaraju |
| 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-12 | Implement RETURNADDR and FRAMEADDR lowering in SPARC backend. | Venkatraman Govindaraju |
| 2011-01-12 | Fix SPARC backend call instruction so that arguments passed through registers | Venkatraman Govindaraju |
| 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-11 | SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CC | Venkatraman Govindaraju |
| 2011-01-11 | Even if we don't have 7 bytes of stack space we may need to save and | Eric Christopher |
| 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 | Lower some BUILD_VECTORS using VEXT+shuffle. | Bob Wilson |
| 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-07 | Add testcases for PR8411 (vget_low and vget_high implemented as shuffles). | Bob Wilson |
| 2011-01-07 | Add ARM patterns to match EXTRACT_SUBVECTOR nodes. | Bob Wilson |
| 2011-01-06 | Fix the other problem reported in PR8582. Testcase and patch by | Duncan Sands |
| 2011-01-06 | Add a testcase for PR8582, which mysteriously fixed itself, in case the problem | Duncan Sands |
| 2011-01-06 | PR8921: LDM/POP do not support interworking prior to v5t. | Bob Wilson |
| 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 |
| 2011-01-01 | Update the test | Anton Korobeynikov |