| Age | Commit message (Expand) | Author |
| 2012-12-19 | Optimized load + SIGN_EXTEND patterns in the X86 backend. | Elena Demikhovsky |
| 2012-12-19 | Teach SimplifySetCC that comparing AssertZext i1 against a constant 1 can be ... | Craig Topper |
| 2012-12-17 | Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and... | Craig Topper |
| 2012-12-15 | X86: Add a couple of target-specific dag combines that turn VSELECTS into psu... | Benjamin Kramer |
| 2012-12-14 | TypeLegalizer: Do not generate target specific nodes with illegal types, beca... | Nadav Rotem |
| 2012-12-13 | Fix a bug in DAGCombiner::MatchBSwapHWord. Make sure the node has operands be... | Evan Cheng |
| 2012-12-12 | llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Fix possible typo(s) in C... | NAKAMURA Takumi |
| 2012-12-12 | llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Rename symbols, s/test_/T... | NAKAMURA Takumi |
| 2012-12-12 | llvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo, s/CHECK_NEXT/CHECK-NEXT/ | NAKAMURA Takumi |
| 2012-12-12 | llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple. | NAKAMURA Takumi |
| 2012-12-12 | DAGCombine: clamp hi bit in APInt::getBitsSet to avoid assertion | Manman Ren |
| 2012-12-12 | Avoid using lossy load / stores for memcpy / memset expansion. e.g. | Evan Cheng |
| 2012-12-11 | Add a triple to this test. | Chad Rosier |
| 2012-12-11 | Fix a miscompile in the DAG combiner. Previously, we would incorrectly | Chandler Carruth |
| 2012-12-11 | move X86-specific test | Paul Redmond |
| 2012-12-11 | Fall back to the selection dag isel to select tail calls. | Chad Rosier |
| 2012-12-10 | Some enhancements for memcpy / memset inline expansion. | Evan Cheng |
| 2012-12-10 | Teach DAG combine to handle vector add/sub with vectors of all 0s. | Craig Topper |
| 2012-12-08 | Teach DAG combine to handle vector logical operations with vectors of all 1s ... | Craig Topper |
| 2012-12-07 | When we use the BLEND instruction that uses the MSB as a mask, we can remove | Nadav Rotem |
| 2012-12-07 | X86: Prefer using VPSHUFD over VPERMIL because it has better throughput. | Nadav Rotem |
| 2012-12-06 | Fix a bug in the code that merges consecutive stores. Previously we did not | Nadav Rotem |
| 2012-12-06 | Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ... | Craig Topper |
| 2012-12-05 | RegisterPressureTracker: fix findUseBetween to handle DebugValue | Andrew Trick |
| 2012-12-05 | RegisterPresssureTracker: Track live physical register by unit. | Andrew Trick |
| 2012-12-05 | Simplified BLEND pattern matching for shuffles. | Elena Demikhovsky |
| 2012-12-05 | Add x86 isel lowering logic to form bit test with inverted condition. e.g. | Evan Cheng |
| 2012-12-04 | Use the 'count' attribute to calculate the upper bound of an array. | Bill Wendling |
| 2012-12-04 | Add a 'count' field to the DWARF subrange. | Bill Wendling |
| 2012-12-02 | Allow merging multiple store sequences on the same chain. | Nadav Rotem |
| 2012-12-02 | Fix an invalid regex in the test | Eli Bendersky |
| 2012-12-01 | misched: Fix RegisterPressureTracker handling of DebugVals. | Andrew Trick |
| 2012-12-01 | misched: Fix the DAG builder to handle an undef operand at ExitSU. | Andrew Trick |
| 2012-12-01 | misched: Fix LiveInterval update to better handle DebugVal. | Andrew Trick |
| 2012-12-01 | misched: fix RegionBegin when DebugValues get shuffled to the top. | Andrew Trick |
| 2012-11-29 | When combining consecutive stores allow loads in between the stores, if the l... | Nadav Rotem |
| 2012-11-28 | misched: Analysis that partitions the DAG into subtrees. | Andrew Trick |
| 2012-11-28 | misched: better alias analysis. | Andrew Trick |
| 2012-11-27 | X86: do not fold load instructions such as [V]MOVS[S|D] to other instructions | Manman Ren |
| 2012-11-27 | Revert accidental commit. | Craig Topper |
| 2012-11-27 | Make PrintReg constructor explicit to prevent weird implicit conversions from... | Craig Topper |
| 2012-11-27 | Add test cases for r168417. | Craig Topper |
| 2012-11-27 | llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Loosen expression correspo... | NAKAMURA Takumi |
| 2012-11-26 | Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary. | Chad Rosier |
| 2012-11-26 | Normalize splat 256bit vectors with 8 elements. | Jakub Staszak |
| 2012-11-20 | Intel OCL built-ins calling conventions now support MacOS 32-bit. | Elena Demikhovsky |
| 2012-11-19 | Handle mixed normal and early-clobber defs on inline asm. | Jakob Stoklund Olesen |
| 2012-11-16 | llvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu, or they don't expect t... | NAKAMURA Takumi |
| 2012-11-16 | Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris. | Duncan Sands |
| 2012-11-16 | Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of ve... | Craig Topper |