| Age | Commit message (Expand) | Author |
| 2008-05-23 | Generalize the new code in instcombine's ComputeNumSignBits for handling | Dan Gohman |
| 2008-05-20 | Eliminate questionable syntax for stdin redirection. This probably also speed... | Gabor Greif |
| 2008-05-20 | Oops, commit the version of this test that actually works. | Dan Gohman |
| 2008-05-20 | Port SelectionDAG's ComputeNumSignBits-using code to instcombine, | Dan Gohman |
| 2008-05-20 | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif |
| 2008-05-20 | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif |
| 2008-05-20 | Teach instcombine 4 new xforms: | Chris Lattner |
| 2008-05-19 | convert fptosi(sitofp x) -> x if the fp value has enough bits in its mantissa | Chris Lattner |
| 2008-05-19 | Fold FP comparisons where one operand is converted from an integer | Chris Lattner |
| 2008-05-19 | be more aggressive about transforming add -> or when the operands have no | Chris Lattner |
| 2008-05-18 | Fix PR2339 | Chris Lattner |
| 2008-05-18 | remove empty file? | Chris Lattner |
| 2008-05-17 | Revert constant-folding change that will miscompile in some cases. | Nick Lewycky |
| 2008-05-17 | Constant fold inttoptr and ptrtoint. | Nick Lewycky |
| 2008-05-16 | implement PR2328. | Chris Lattner |
| 2008-05-14 | Situations can arise when you have a function called that returns a 'void', but | Bill Wendling |
| 2008-05-10 | Testcase for PR2303. | Duncan Sands |
| 2008-05-09 | Implement PR2298. This transforms: | Chris Lattner |
| 2008-05-08 | More than just loads can read from memory: readonly calls like strlen | Chris Lattner |
| 2008-05-08 | Make instcombine's DSE respect loads as well as stores. It is not safe to | Chris Lattner |
| 2008-05-07 | Fix a bug in the ComputeMaskedBits logic for multiply. | Dan Gohman |
| 2008-05-06 | Correct the value of LowBits in srem and urem handling in | Dan Gohman |
| 2008-05-02 | Fix a mistake in the computation of leading zeros for udiv. | Dan Gohman |
| 2008-05-01 | Update old-style syntax in some "not grep" tests. | Dan Gohman |
| 2008-05-01 | Fix an overaggressive SimplifyDemandedBits optimization on urem. This | Dan Gohman |
| 2008-05-01 | move some tests from libcall optimizer suite. | Chris Lattner |
| 2008-04-30 | move lowering of llvm.memset -> store from simplify libcalls | Chris Lattner |
| 2008-04-29 | don't eliminate load from volatile value on paths where the load is dead. | Chris Lattner |
| 2008-04-29 | make this test reduced and *valid* | Chris Lattner |
| 2008-04-29 | fix a subtle volatile handling bug. | Chris Lattner |
| 2008-04-29 | don't delete the last store to an alloca if the store is volatile. | Chris Lattner |
| 2008-04-28 | Teach InstCombine's ComputeMaskedBits what SelectionDAG's | Dan Gohman |
| 2008-04-23 | distill down the essense of this test. | Chris Lattner |
| 2008-04-23 | new test | Dale Johannesen |
| 2008-04-23 | Don't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if there are more than one us... | Evan Cheng |
| 2008-04-22 | optimize "p != gep p, ..." better. This allows us to compile | Chris Lattner |
| 2008-04-19 | rename *.llx -> *.ll, last batch. | Chris Lattner |
| 2008-04-10 | Teach InstCombine's ComputeMaskedBits to handle pointer expressions | Dan Gohman |
| 2008-03-25 | Handle a special case xor undef, undef -> 0. Technically this should be trans... | Evan Cheng |
| 2008-03-25 | Byebye llvm-upgrade! | Tanya Lattner |
| 2008-03-24 | Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at... | Evan Cheng |
| 2008-03-21 | Teach masked value is zero about add and sub, and use MVIZ to | Chris Lattner |
| 2008-03-18 | Upgrade tests to not use llvm-upgrade. | Tanya Lattner |
| 2008-03-14 | The inst combining of inttoptr into GEP with one index was using the bit size of | Bill Wendling |
| 2008-03-09 | Remove llvm-upgrade and update tests. | Tanya Lattner |
| 2008-03-06 | Commit the testcase too. | Nick Lewycky |
| 2008-03-06 | Don't try to simplify urem and srem using arithmetic rules that don't work | Nick Lewycky |
| 2008-03-01 | Remove llvm-upgrade and update test cases. | Tanya Lattner |
| 2008-02-29 | Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp... | Chris Lattner |
| 2008-02-26 | fix this test so that the fn name doesn't match the regex | Chris Lattner |