| Commit message (Expand) | Author | Age | Files | Lines |
| * | Propagate zest through logical shift. | Evan Cheng | 2009-12-15 | 2 | -0/+51 |
| * | Fix integer cast code to handle vector types. | Dan Gohman | 2009-12-14 | 1 | -0/+13 |
| * | Disable r91104 for x86. It causes partial register stall which pessimize code... | Evan Cheng | 2009-12-12 | 1 | -1/+3 |
| * | Lower setcc branchless, if this is profitable. | Anton Korobeynikov | 2009-12-11 | 1 | -0/+116 |
| * | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman | 2009-12-11 | 1 | -0/+37 |
| * | Change this to the correct PR number. | Dan Gohman | 2009-12-11 | 1 | -1/+1 |
| * | Fix the result type of SELECT nodes lowered from Select instructions with | Dan Gohman | 2009-12-11 | 1 | -0/+15 |
| * | Honour setHasCalls() set from isel. | Anton Korobeynikov | 2009-12-11 | 1 | -0/+63 |
| * | Tests for 91103 and 91104. | Evan Cheng | 2009-12-11 | 1 | -0/+93 |
| * | It's not safe to coalesce a move where src and dst registers have different s... | Evan Cheng | 2009-12-10 | 1 | -0/+40 |
| * | Fix test. | Evan Cheng | 2009-12-09 | 1 | -1/+1 |
| * | Optimize splat of a scalar load into a shuffle of a vector load when it's leg... | Evan Cheng | 2009-12-09 | 1 | -0/+43 |
| * | Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ... | Evan Cheng | 2009-12-09 | 1 | -3/+3 |
| * | - Support inline asm 'w' constraint for 128-bit vector types. | Evan Cheng | 2009-12-08 | 1 | -0/+13 |
| * | Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr... | Anton Korobeynikov | 2009-12-08 | 1 | -0/+166 |
| * | Use FileCheck and set nounwind on calls. | David Greene | 2009-12-07 | 1 | -6/+7 |
| * | Don't enable the post-RA scheduler on x86 except at -O3. In its | Dan Gohman | 2009-12-07 | 8 | -8/+8 |
| * | Dynamic stack realignment use of sp register as source/dest register | Anton Korobeynikov | 2009-12-06 | 2 | -2/+2 |
| * | Temporarily revert r90502. It was causing the llvm-gcc bootstrap on PPC to fail. | Bill Wendling | 2009-12-05 | 2 | -2/+2 |
| * | Also attempt trivial coalescing for live intervals that end in a copy. | Jakob Stoklund Olesen | 2009-12-04 | 2 | -2/+2 |
| * | Don't pull vector sext through both hands of a logical operation, since doing... | Nate Begeman | 2009-12-03 | 1 | -0/+29 |
| * | Recognize canonical forms of vector shuffles where the same vector is used for | Bob Wilson | 2009-12-03 | 1 | -0/+19 |
| * | Remove unnecessary check. | Bill Wendling | 2009-12-02 | 1 | -1/+0 |
| * | Fix PR5391: support early clobber physical register def tied with a use (ewwww) | Evan Cheng | 2009-12-01 | 1 | -0/+38 |
| * | test case for IV-Users simplification loop improvement | Jim Grosbach | 2009-12-01 | 1 | -0/+128 |
| * | Use CFG connectedness as a secondary sort key when deciding the order of copy... | Jakob Stoklund Olesen | 2009-12-01 | 1 | -0/+1 |
| * | Fix PR5614: parts of a physical register def may be killed the rest. | Evan Cheng | 2009-12-01 | 1 | -0/+41 |
| * | New virtual registers created for spill intervals should inherit allocation h... | Jakob Stoklund Olesen | 2009-11-30 | 1 | -1/+1 |
| * | Add test case for r90108 | Mon P Wang | 2009-11-30 | 1 | -0/+154 |
| * | While this test is testing a problem in the generic part of codegen, | Duncan Sands | 2009-11-27 | 2 | -1/+36 |
| * | Test for 89905. | Evan Cheng | 2009-11-26 | 1 | -0/+116 |
| * | ProcessImplicitDefs should watch out for invalidated iterator and extra impli... | Evan Cheng | 2009-11-25 | 1 | -0/+56 |
| * | Support PIC loading of constant pool entries | Bruno Cardoso Lopes | 2009-11-25 | 1 | -1/+1 |
| * | Do not store R31 into the caller's link area on PPC. | Dale Johannesen | 2009-11-24 | 4 | -26/+26 |
| * | Enable predication of NEON instructions in Thumb2 mode. | Evan Cheng | 2009-11-24 | 1 | -0/+29 |
| * | Materialize global addresses via movt/movw pair, this is always better | Anton Korobeynikov | 2009-11-24 | 1 | -0/+20 |
| * | move fconst[sd] to UAL. <rdar://7414913> | Jim Grosbach | 2009-11-23 | 3 | -6/+6 |
| * | update test for 89694 | Jim Grosbach | 2009-11-23 | 1 | -2/+2 |
| * | Miss two, PR5307. | Edward O'Callaghan | 2009-11-22 | 2 | -6/+30 |
| * | Convert Thumb2 tests to FileCheck for PR5307. | Edward O'Callaghan | 2009-11-22 | 12 | -26/+130 |
| * | Turns out stuff gets allocated to different registers depending on the subtar... | Benjamin Kramer | 2009-11-22 | 1 | -1/+1 |
| * | Convert ARM tests to FileCheck for PR5307. | Edward O'Callaghan | 2009-11-22 | 7 | -35/+137 |
| * | Convert test to FileCheck. | Benjamin Kramer | 2009-11-22 | 1 | -2/+6 |
| * | Forgot to alter RUN line when converting to FileCheck. | Edward O'Callaghan | 2009-11-22 | 1 | -1/+1 |
| * | Fix for bad FileCheck converts in revision 89584. | Edward O'Callaghan | 2009-11-22 | 3 | -24/+23 |
| * | Convert a few tests to FileCheck for PR5307. | Edward O'Callaghan | 2009-11-22 | 11 | -27/+67 |
| * | Revert 89562. We're being sneakier than I was giving us credit for, and this | Jim Grosbach | 2009-11-21 | 5 | -6/+2 |
| * | Darwin requires a frame pointer for all non-leaf functions to support correct | Jim Grosbach | 2009-11-21 | 5 | -2/+6 |
| * | Don't leave temporary files in the test directory. | Jakob Stoklund Olesen | 2009-11-21 | 1 | -2/+2 |
| * | When generating a vector the really slow way, via loads | Dale Johannesen | 2009-11-21 | 1 | -0/+37 |