| Commit message (Expand) | Author | Age | Files | Lines |
| * | Generalize ExtendUsesToFormExtLoad to be usable for ANY_EXTEND, | Dan Gohman | 2009-04-09 | 2 | -45/+78 |
| * | Don't copy the operand of a SwitchInst into virtual registers as | Dan Gohman | 2009-04-09 | 1 | -3/+13 |
| * | Soft float support for FREM. | Duncan Sands | 2009-04-08 | 2 | -0/+14 |
| * | Soft float support for undef. Reported by Xerxes RÄnby. | Duncan Sands | 2009-04-08 | 2 | -0/+6 |
| * | Implement support for using modeling implicit-zero-extension on x86-64 | Dan Gohman | 2009-04-08 | 2 | -9/+87 |
| * | Revert prev. patch for now. | Devang Patel | 2009-04-07 | 1 | -4/+6 |
| * | Right now DBG_LABEL are required for llvm.dbg.region_start and llvm.dbg.regio... | Devang Patel | 2009-04-07 | 1 | -6/+4 |
| * | Don't attempt to handle aggregate argument values in FastISel; let | Dan Gohman | 2009-04-07 | 1 | -1/+5 |
| * | Fix a TargetLowering optimization so that it doesn't duplicate | Dan Gohman | 2009-04-03 | 1 | -0/+1 |
| * | Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. | Dan Gohman | 2009-04-03 | 2 | -20/+0 |
| * | To convert the StopPoint insn into an assembler directive by ISel, we need to... | Sanjiv Gupta | 2009-04-02 | 1 | -0/+4 |
| * | Fully general expansion of integer shift of any size. | Evan Cheng | 2009-03-31 | 2 | -3/+81 |
| * | Minor top-level comment fix. | Dan Gohman | 2009-03-31 | 1 | -1/+1 |
| * | Fix live-out reg logic to not insert over-aggressive AssertZExt | Dan Gohman | 2009-03-31 | 1 | -3/+3 |
| * | Fix PR3899: add support for extracting floats from vectors | Duncan Sands | 2009-03-29 | 3 | -0/+22 |
| * | Make check in CheckTailCallReturnConstraints for ignorable instructions between | Arnold Schwaighofer | 2009-03-28 | 1 | -18/+32 |
| * | Enable tail call optimization for functions that return a struct (bug 3664) a... | Arnold Schwaighofer | 2009-03-28 | 1 | -0/+24 |
| * | Optimize some 64-bit multiplication by constants into two lea's or one lea + ... | Evan Cheng | 2009-03-28 | 1 | -8/+8 |
| * | Fix what surely must be a copy+pasto. | Dan Gohman | 2009-03-27 | 1 | -2/+2 |
| * | Initialize LiveOutInfo's APInt members to zero, as APInt's | Dan Gohman | 2009-03-27 | 1 | -1/+1 |
| * | Pull transform from target-dependent code into target-independent code. | Bill Wendling | 2009-03-26 | 1 | -0/+49 |
| * | Revert 67132. This is breaking some objective-c apps. | Evan Cheng | 2009-03-25 | 1 | -3/+13 |
| * | When optimizing with debug info, don't keep the | Dale Johannesen | 2009-03-25 | 1 | -4/+5 |
| * | more tidying: name the components of PhysReg in the case when | Chris Lattner | 2009-03-24 | 1 | -8/+9 |
| * | Tidy a bit more. | Chris Lattner | 2009-03-24 | 1 | -3/+3 |
| * | simplify this code a bit now that "allocation to a vreg class" can never | Chris Lattner | 2009-03-24 | 1 | -16/+13 |
| * | Minor compile-time optimization; don't bother checking | Dan Gohman | 2009-03-24 | 1 | -1/+1 |
| * | Add a pre-pass to the burr-list scheduler which makes adjustments to | Dan Gohman | 2009-03-24 | 1 | -0/+120 |
| * | When unfolding a load during scheduling, the new operator node has | Dan Gohman | 2009-03-23 | 1 | -3/+6 |
| * | Don't set SUnit::hasPhysRegDefs to true unless the defs are | Dan Gohman | 2009-03-23 | 1 | -1/+4 |
| * | Fix canClobberPhysRegDefs to check all SDNodes grouped together | Dan Gohman | 2009-03-23 | 1 | -14/+19 |
| * | Add a new bit to SUnit to record whether a node has implicit physreg | Dan Gohman | 2009-03-23 | 1 | -3/+6 |
| * | Now that errs() is properly non-buffered, there's no need to | Dan Gohman | 2009-03-23 | 1 | -2/+0 |
| * | Model inline asm constraint which ties an input to an output register as mach... | Evan Cheng | 2009-03-23 | 1 | -29/+21 |
| * | Simplify this code; use a while instead of an if and a do-while. | Dan Gohman | 2009-03-20 | 1 | -9/+6 |
| * | For inline asm output operand that matches an input. Encode the input operand... | Evan Cheng | 2009-03-20 | 5 | -28/+43 |
| * | Fixed the comment. No functionality change. | Sanjiv Gupta | 2009-03-20 | 1 | -4/+4 |
| * | Added missing support for widening when splitting an unary op (PR3683) | Mon P Wang | 2009-03-18 | 4 | -4/+91 |
| * | Don't force promotion of return arguments on the callee. | Rafael Espindola | 2009-03-17 | 1 | -9/+0 |
| * | Fix codegen to compute the size of an allocation by multiplying the | Chris Lattner | 2009-03-17 | 1 | -8/+17 |
| * | Fix a problem with DAGCombine where we were building an illegal build | Mon P Wang | 2009-03-17 | 1 | -6/+11 |
| * | Avoid doing the transformation c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4 | Mon P Wang | 2009-03-14 | 1 | -1/+4 |
| * | Improve FastISel's handling of truncates to i1, and implement | Dan Gohman | 2009-03-13 | 1 | -10/+18 |
| * | Fix FastISel's assumption that i1 values are always zero-extended | Dan Gohman | 2009-03-13 | 1 | -1/+14 |
| * | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng | 2009-03-13 | 6 | -15/+10 |
| * | Oops...I committed too much. | Bill Wendling | 2009-03-13 | 5 | -21/+25 |
| * | Temporarily XFAIL this test. | Bill Wendling | 2009-03-13 | 5 | -25/+21 |
| * | Fix a typo in a comment. | Dan Gohman | 2009-03-12 | 1 | -1/+1 |
| * | Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))" | Chris Lattner | 2009-03-12 | 1 | -76/+4 |
| * | Enable Chris' value propagation change. It make available known sign, zero, o... | Evan Cheng | 2009-03-12 | 1 | -3/+1 |