| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove this testcase until I can figure out how to properly conditionalize it. | Owen Anderson | 2013-02-07 | 1 | -43/+0 |
* | Another attempt at getting the XFAIL line right for this test. | Owen Anderson | 2013-02-07 | 1 | -1/+1 |
* | Fix CMake detection of various cmath functions, and XFAIL the test on platfor... | Owen Anderson | 2013-02-07 | 1 | -0/+1 |
* | Signficantly generalize our ability to constant fold floating point intrinsic... | Owen Anderson | 2013-02-06 | 1 | -0/+42 |
* | ConstantFolding: Add a missing folding that leads to a miscompile. | Benjamin Kramer | 2013-01-24 | 1 | -1/+1 |
* | llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr... | NAKAMURA Takumi | 2012-11-08 | 1 | -32/+100 |
* | Fix the remaining TCL-style quotes found in the testsuite. This is | Chandler Carruth | 2012-07-02 | 2 | -2/+2 |
* | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 2012-07-02 | 6 | -7/+7 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | Add r149110 back with a fix for when the vector and the int have the same | Rafael Espindola | 2012-01-27 | 1 | -0/+11 |
* | Revert r149110 and add a testcase that was crashing since that revision. | Rafael Espindola | 2012-01-27 | 1 | -11/+0 |
* | enhance constant folding to be able to constant fold bitcast of | Chris Lattner | 2012-01-27 | 1 | -0/+11 |
* | Manually upgrade the test suite to specify the flag to cttz and ctlz. | Chandler Carruth | 2011-12-12 | 1 | -2/+2 |
* | Add support for constant folding the pow intrinsic. | Chad Rosier | 2011-12-03 | 1 | -0/+9 |
* | Prevent library calls from being folded if -fno-builtin has been specified. | Chad Rosier | 2011-12-01 | 1 | -0/+79 |
* | Correctly byte-swap APInts with bit-widths greater than 64. | Richard Smith | 2011-11-23 | 1 | -1/+17 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 3 | -37/+34 |
* | implement PR9315, constant folding exp2 in terms of pow (since hosts without | Chris Lattner | 2011-05-22 | 1 | -1/+6 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 4 | -4/+4 |
* | Constant folding support for calls to umul.with.overflow(), basically identic... | Frits van Bommel | 2011-03-27 | 1 | -8/+33 |
* | When loading from a constant, fold inttoptr if the integer type and the resul... | Anders Carlsson | 2011-02-06 | 1 | -0/+17 |
* | Add the select optimization recently added to instcombine to constant folding. | Nick Lewycky | 2011-01-29 | 1 | -0/+9 |
* | Add a constant folding of casts from zero to zero. Fixes PR9011! | Nick Lewycky | 2011-01-21 | 1 | -0/+35 |
* | Teach constant folding to perform conversions from constant floating | Chandler Carruth | 2011-01-11 | 1 | -0/+33 |
* | FileCheck-ize a test, and move a no-longer calling test case to another | Chandler Carruth | 2011-01-11 | 2 | -19/+21 |
* | test/Transforms/ConstProp/logicaltest.ll: FileCheck-ize. | NAKAMURA Takumi | 2010-12-29 | 1 | -2/+2 |
* | Teach ConstantFoldInstruction() how to fold insertvalue and extractvalue. | Frits van Bommel | 2010-11-29 | 2 | -0/+136 |
* | rename test. | Chris Lattner | 2010-11-14 | 1 | -0/+0 |
* | filecheckize, remove an old and useless test | Chris Lattner | 2010-11-14 | 2 | -4/+4 |
* | this test is pretty pointless and "propogation" isn't a word (or so Misha cla... | Chris Lattner | 2010-11-14 | 1 | -19/+0 |
* | 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 |