| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a bug I introduced, no idea how this didn't repro right. | Chris Lattner | 2010-10-14 | 1 | -2/+1 |
* | hack to unbreak buildbots | Chris Lattner | 2010-10-14 | 1 | -1/+2 |
* | add uadd_ov/usub_ov to apint, consolidate constant folding | Chris Lattner | 2010-10-14 | 1 | -0/+11 |
* | remove some noise from tests. | Chris Lattner | 2010-09-02 | 1 | -2/+2 |
* | fix PR6197 - infinite recursion in ipsccp due to block addresses | Chris Lattner | 2010-02-01 | 1 | -0/+12 |
* | Fix a crasher trying to fold each element in a comparison between two vectors | Nick Lewycky | 2010-01-21 | 1 | -1/+8 |
* | fix PR5978 by peeling the loop so that we avoid shifting the | Chris Lattner | 2010-01-08 | 1 | -0/+10 |
* | Fix PR5551 by not ignoring the top level constantexpr when | Chris Lattner | 2009-12-04 | 1 | -0/+9 |
* | Convert a few tests to FileCheck for PR5307. | Edward O'Callaghan | 2009-10-26 | 1 | -2/+5 |
* | fix PR5287, a serious regression from my previous patches. Thanks to | Chris Lattner | 2009-10-24 | 1 | -24/+38 |
* | teach libanalysis to simplify vector loads with bitcast sources. This | Chris Lattner | 2009-10-23 | 1 | -0/+10 |
* | enhance FoldReinterpretLoadFromConstPtr to handle loads of up to 32 | Chris Lattner | 2009-10-23 | 1 | -0/+11 |
* | teach libanalysis to fold int and fp loads from almost arbitrary | Chris Lattner | 2009-10-23 | 1 | -0/+68 |
* | Teach vm core to more aggressively fold 'trunc' constantexprs, | Chris Lattner | 2009-10-17 | 1 | -0/+18 |
* | remove # uses from FileCheck lines. | Chris Lattner | 2009-10-17 | 1 | -14/+15 |
* | rename test | Chris Lattner | 2009-10-17 | 1 | -0/+0 |
* | Extend ConstantFolding to understand signed overflow variants | Evan Phoenix | 2009-10-05 | 1 | -1/+120 |
* | teach the optimizer how to constant fold uadd/usub intrinsics. | Chris Lattner | 2009-10-05 | 1 | -0/+53 |
* | Peer through zext and sext to eliminate them when it is safe to do so. | Nick Lewycky | 2009-09-20 | 1 | -0/+3 |
* | Fold 'icmp eq (icmp), true' into an xor(icmp). | Nick Lewycky | 2009-09-20 | 1 | -0/+9 |
* | Rewrite this check so that it checks what it's supposed to and doesn't use | Nick Lewycky | 2009-09-20 | 1 | -27/+20 |
* | Teach the constant folder how to not a cmpinst. | Nick Lewycky | 2009-09-20 | 1 | -0/+6 |
* | Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) in | Nick Lewycky | 2009-09-20 | 1 | -0/+5 |
* | Teach the constant folder how to handle a few simple i1 cases. | Nick Lewycky | 2009-09-20 | 1 | -0/+25 |
* | convert to filecheck | Chris Lattner | 2009-09-15 | 1 | -9/+10 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 17 | -19/+19 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 18 | -20/+20 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 22 | -24/+24 |
* | Eliminate some Tclisms. | Daniel Dunbar | 2009-09-05 | 1 | -1/+1 |
* | Fix month. | Chris Lattner | 2009-09-02 | 1 | -0/+0 |
* | fix PR4848 an infinite loop when indexing down through a recursive gep | Chris Lattner | 2009-09-02 | 1 | -0/+24 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -12/+12 |
* | Expand this test to handle more cases (remainder and shifts) of zero. | Nick Lewycky | 2009-06-21 | 1 | -0/+11 |
* | implement PR4424: 0/x is always 0 for integer division. | Chris Lattner | 2009-06-21 | 1 | -0/+12 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -3/+3 |
* | apply Eli's patch for PR2165 and provide a testcase. | Chris Lattner | 2008-10-16 | 1 | -0/+8 |
* | Fix a case where vector comparison constant folding would cause an | Chris Lattner | 2008-07-10 | 1 | -0/+6 |
* | elementwise comparison of vector constants was completely wrong. Fix | Chris Lattner | 2008-07-10 | 1 | -1/+9 |
* | 'Optimize' test | Chris Lattner | 2008-07-08 | 1 | -1/+1 |
* | Fix three bugs: | Chris Lattner | 2008-07-08 | 1 | -0/+14 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Remove llvm-upgrade and update test cases. | Tanya Lattner | 2008-03-01 | 17 | -156/+194 |
* | Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros. | Chris Lattner | 2007-11-23 | 1 | -0/+8 |
* | Change all floating constants that are not exactly | Dale Johannesen | 2007-09-05 | 1 | -2/+2 |
* | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -1/+1 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -1/+0 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 2 | -2/+4 |
* | Oops. A little aggressive on the name changes there. | Reid Spencer | 2007-04-14 | 1 | -8/+8 |