| Age | Commit message (Expand) | Author |
| 2011-09-23 | PR10989: Don't print .hidden on Windows. | Eli Friedman |
| 2011-09-22 | PR10991: make fast-isel correctly check whether accessing a global through an... | Eli Friedman |
| 2011-09-22 | Fix SimplifySelectCC to add newly created nodes to the DAGCombiner | Dan Gohman |
| 2011-09-22 | Synthesize SSE3/AVX 128 bit horizontal add/sub instructions from | Duncan Sands |
| 2011-09-22 | PTX: fixup test cases for register changes | Justin Holewinski |
| 2011-09-21 | Do not unnecessarily use AT_specification DIE because it does not add any value. | Devang Patel |
| 2011-09-21 | Remove +. | Akira Hatanaka |
| 2011-09-21 | Re-enable some of the disabled tests. Use FileCheck instead of grep to check | Akira Hatanaka |
| 2011-09-21 | add another testcase for pr10902 | Nadav Rotem |
| 2011-09-21 | [VECTOR-SELECT] Address one of the bugs in pr10902. | Nadav Rotem |
| 2011-09-20 | Remove llvm-gcc and various compiler handling from llvm. It's not needed | Eric Christopher |
| 2011-09-20 | This test is completely invalid with the modern EH model. Delete. | Bill Wendling |
| 2011-09-20 | Add a DAGCombine for subvector extracts to remove useless chains of | Bruno Cardoso Lopes |
| 2011-09-20 | Revert r140097, working on a better approach | Bruno Cardoso Lopes |
| 2011-09-20 | Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe... | Evan Cheng |
| 2011-09-20 | test/CodeGen/X86/avx-minmax.ll: Unbreak Win32. | NAKAMURA Takumi |
| 2011-09-20 | Extend changes from r139986 to produce 256-bit AVX minps/minpd/maxps/maxpd. | Craig Topper |
| 2011-09-20 | ARM isel bug fix for adds/subs operands. | Andrew Trick |
| 2011-09-20 | Attempt to fix -mtriple=i686-{cygwin|mingw|win32} regressions. Nakamura, | Bruno Cardoso Lopes |
| 2011-09-19 | Based on the small opt Zvi's patch was trying to achieve, eliminate | Bruno Cardoso Lopes |
| 2011-09-19 | Some additional tests for Thumb atomic load and store (which I somehow forgot... | Eli Friedman |
| 2011-09-19 | Match X86ISD::FSETCCsd and X86ISD::FSETCCss while in AVX mode. This fix | Bruno Cardoso Lopes |
| 2011-09-18 | setOperationAction should be done on the return value of the type, not the op... | Nadav Rotem |
| 2011-09-18 | When promoting integer vectors we often create ext-loads. This patch adds a | Nadav Rotem |
| 2011-09-18 | Apply Duncan's test fix from r139986 to the avx version of that test too. | Benjamin Kramer |
| 2011-09-17 | Synthesize x86 max/min instructions also for vectors (i.e. produce | Duncan Sands |
| 2011-09-16 | Test case trial and error. Not sure the proper way to check MBB names. | Andrew Trick |
| 2011-09-16 | Reduced a stronger test case for coalescer bug PR10920. | Andrew Trick |
| 2011-09-15 | Some legalization fixes for atomic load and store. | Eli Friedman |
| 2011-09-15 | VirtRegMap is counting spill slots, not register spills. | Jakob Stoklund Olesen |
| 2011-09-15 | Change all checks regarding the presence of any SSE level to always | Bruno Cardoso Lopes |
| 2011-09-15 | [regcoalescing] bug fix for RegistersDefinedFromSameValue. | Andrew Trick |
| 2011-09-14 | Add integer promotion support for vselect | Nadav Rotem |
| 2011-09-14 | Vector shuffle mask <i32 4, i32 5, i32 2, i32 3> should yield "movsd", not "m... | Bruno Cardoso Lopes |
| 2011-09-14 | Remove ancient debug info constructs from test cases, they are not relevant t... | Devang Patel |
| 2011-09-14 | Remove unnecessary old test. | Devang Patel |
| 2011-09-13 | Delete test cases that generate code for allegrex/psp and cannot be repurposed. | Akira Hatanaka |
| 2011-09-13 | Error out on CodeGen of unaligned load/store. Fix test so it isn't accidenta... | Eli Friedman |
| 2011-09-13 | Add pattern used to match MipsLo, which is needed when the instruction selector | Akira Hatanaka |
| 2011-09-13 | Disable tests which generate code for allegrex or psp. | Akira Hatanaka |
| 2011-09-13 | update checked pattern | Nadav Rotem |
| 2011-09-13 | Add vselect target support for targets that do not support blend but do support | Nadav Rotem |
| 2011-09-13 | Generalize this test's CHECK statements to handle different indvars modes. | Andrew Trick |
| 2011-09-12 | Change testcase commandline to be more strict and silence buildbots | Bruno Cardoso Lopes |
| 2011-09-12 | Fix PR10845. SUBREG_TO_REG shouldn't be used when the input and | Bruno Cardoso Lopes |
| 2011-09-12 | Revert the wrong part of r139528, and fix testcases. | Bruno Cardoso Lopes |
| 2011-09-12 | Not sure how CMPPS and CMPPD had already ever worked, I guess it didn't. | Bruno Cardoso Lopes |
| 2011-09-12 | Fix mistake in test runline. | Eli Friedman |
| 2011-09-12 | Associate a MemOperand with LDWCP nodes introduced during ISel. | Richard Osborne |
| 2011-09-10 | Really un-XFAIL the testcase, like I said I would in r139458. | Eli Friedman |