| Commit message (Expand) | Author | Age | Files | Lines |
* | testcase and asmparser fix for PR4066 | Chris Lattner | 2009-04-25 | 1 | -0/+8 |
* | Add several more icmp simplifications. Transform signed comparisons | Dan Gohman | 2009-04-25 | 1 | -0/+28 |
* | Handle ands with 0 and shifts by 0 correctly. These aren't | Dan Gohman | 2009-04-25 | 1 | -0/+23 |
* | Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files: | Edwin Török | 2009-04-25 | 1 | -0/+9 |
* | Do not share a single unknown val# for all the live ranges merged into a phys... | Evan Cheng | 2009-04-25 | 1 | -0/+19 |
* | Fix PR 4057, a crash doing float->char const folding. | Dale Johannesen | 2009-04-24 | 1 | -0/+18 |
* | Fix multiclass inheritance to limit value resolution to new defs added | David Greene | 2009-04-24 | 1 | -9/+41 |
* | Fix PR 4004 by including the call to __tls_get_addr in X86tlsaddr. This is not | Rafael Espindola | 2009-04-24 | 1 | -0/+13 |
* | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 5 | -19/+18 |
* | PR2957 | Nate Begeman | 2009-04-24 | 5 | -18/+19 |
* | Make BinOps typed and require a type specifier for !nameconcat. This | David Greene | 2009-04-23 | 1 | -3/+17 |
* | Explicitly pass -tailcallopt=false to these tests so that they | Dan Gohman | 2009-04-23 | 3 | -3/+3 |
* | Testcase for 69795. | Dale Johannesen | 2009-04-23 | 1 | -0/+15 |
* | Fix an error in this test. | Dan Gohman | 2009-04-23 | 1 | -1/+3 |
* | Change SCEVExpander's expandCodeFor to provide more flexibility | Dan Gohman | 2009-04-23 | 1 | -0/+24 |
* | Simplify trunc(extend(x)) in SCEVs, just for completeness. Also fix some odd | Nick Lewycky | 2009-04-23 | 1 | -0/+37 |
* | Testcase for PR3909. | Owen Anderson | 2009-04-23 | 1 | -0/+30 |
* | Testcase for PR2639. | Owen Anderson | 2009-04-23 | 1 | -0/+38 |
* | Testcase for PR2537. | Owen Anderson | 2009-04-23 | 1 | -0/+21 |
* | Fix typo. | Owen Anderson | 2009-04-23 | 1 | -2/+1 |
* | Testcase for PR3085. | Owen Anderson | 2009-04-23 | 1 | -0/+1945 |
* | Add testcase from PR3086. | Owen Anderson | 2009-04-23 | 1 | -0/+28 |
* | Add more ulimit limits, to catch more kinds of runaway behavior. | Dan Gohman | 2009-04-23 | 1 | -0/+2 |
* | Make sure both operands have binary instructions have the same type. | Evan Cheng | 2009-04-22 | 1 | -1/+19 |
* | Avoid deferencing use_begin() if value does not have a use. | Evan Cheng | 2009-04-22 | 1 | -0/+17 |
* | Allow defm to inherit from multiple multiclasses. | David Greene | 2009-04-22 | 1 | -0/+32 |
* | Implement !nameconcat to concatenate strings and look up the resulting | David Greene | 2009-04-22 | 1 | -0/+76 |
* | Testcase for PR2958. | Duncan Sands | 2009-04-22 | 1 | -0/+4 |
* | Implement multiclass inheritance. | David Greene | 2009-04-22 | 1 | -0/+32 |
* | SCEVExpander's InsertCastOfTo knows how to move existing cast | Dan Gohman | 2009-04-22 | 1 | -0/+24 |
* | These tests are x86 specific. | Duncan Sands | 2009-04-22 | 2 | -1/+3 |
* | It has finally happened. Spiller is now using live interval info. | Evan Cheng | 2009-04-21 | 1 | -0/+25 |
* | When turning (ashr(shl(x, n), n)) into sext(trunc(x)), the width of the | Dan Gohman | 2009-04-21 | 1 | -0/+29 |
* | Test case for revision 69683. | Devang Patel | 2009-04-21 | 1 | -0/+32 |
* | fix a crash on a pointless but valid zero-length memset, rdar://6808691 | Chris Lattner | 2009-04-21 | 1 | -0/+16 |
* | Added a linearscan register allocation optimization. When the register alloca... | Evan Cheng | 2009-04-20 | 3 | -2/+123 |
* | testcase for PR3898 | Chris Lattner | 2009-04-18 | 1 | -0/+6 |
* | Don't try to make BUILD_VECTOR operands have the same | Duncan Sands | 2009-04-18 | 1 | -1/+1 |
* | Adjust XFAIL syntax, maybe that will help. The other | Dale Johannesen | 2009-04-18 | 1 | -1/+2 |
* | patch 69408 breaks this by removing the opportunity | Dale Johannesen | 2009-04-18 | 1 | -0/+1 |
* | Rename file to have the correct suffix. | Bob Wilson | 2009-04-17 | 1 | -0/+0 |
* | Use CallConvLower.h and TableGen descriptions of the calling conventions | Bob Wilson | 2009-04-17 | 18 | -0/+131 |
* | For general dynamic TLS access we must use | Rafael Espindola | 2009-04-17 | 1 | -0/+17 |
* | Teach spiller to unfold instructions which modref spill slot when a scratch | Evan Cheng | 2009-04-17 | 1 | -0/+139 |
* | fix PR3995. A scale must be 1, 2, 4 or 8. | Rafael Espindola | 2009-04-16 | 1 | -0/+23 |
* | Expand GEPs in ScalarEvolution expressions. SCEV expressions can now | Dan Gohman | 2009-04-16 | 4 | -5/+7 |
* | Another testcase for IV shortening. | Dale Johannesen | 2009-04-16 | 1 | -0/+161 |
* | Check for alignment. | Bill Wendling | 2009-04-15 | 1 | -1/+2 |
* | Enhance induction variable code to remove the | Dale Johannesen | 2009-04-15 | 1 | -0/+114 |
* | While inlining, clone llvm.dbg.func.start intrinsic and adjust | Devang Patel | 2009-04-15 | 1 | -86/+0 |