]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - test/Transforms/ConstProp
Updates to sync with changes in upstream.
[opencl/llvm.git] / test / Transforms / ConstProp /
2014-08-21 Jiangning LiuFix a bug around truncating vector in const prop.
2014-07-14 Matt ArsenaultLook through addrspacecast in IsConstantOffsetFromGlobal
2014-05-15 Chandler CarruthTeach the constant folder to look through bitcast const...
2013-08-20 Matt ArsenaultTeach ConstantFolding about pointer address spaces
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-13 Stephen LinAdd newlines at end of test files, no functionality...
2013-02-07 Owen AndersonRemove this testcase until I can figure out how to...
2013-02-07 Owen AndersonAnother attempt at getting the XFAIL line right for...
2013-02-07 Owen AndersonFix CMake detection of various cmath functions, and...
2013-02-06 Owen AndersonSignficantly generalize our ability to constant fold...
2013-01-24 Benjamin KramerConstantFolding: Add a missing folding that leads to...
2012-11-08 NAKAMURA Takumillvm/ConstantFolding.cpp: Make ReadDataFromGlobal(...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-27 Rafael EspindolaAdd r149110 back with a fix for when the vector and...
2012-01-27 Rafael EspindolaRevert r149110 and add a testcase that was crashing...
2012-01-27 Chris Lattnerenhance constant folding to be able to constant fold...
2011-12-12 Chandler CarruthManually upgrade the test suite to specify the flag...
2011-12-03 Chad RosierAdd support for constant folding the pow intrinsic.
2011-12-01 Chad RosierPrevent library calls from being folded if -fno-builtin...
2011-11-23 Richard SmithCorrectly byte-swap APInts with bit-widths greater...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-05-22 Chris Lattnerimplement PR9315, constant folding exp2 in terms of...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-27 Frits van BommelConstant folding support for calls to umul.with.overflo...
2011-02-06 Anders CarlssonWhen loading from a constant, fold inttoptr if the...
2011-01-29 Nick LewyckyAdd the select optimization recently added to instcombi...
2011-01-21 Nick LewyckyAdd a constant folding of casts from zero to zero....
2011-01-11 Chandler CarruthTeach constant folding to perform conversions from...
2011-01-11 Chandler CarruthFileCheck-ize a test, and move a no-longer calling...
2010-12-29 NAKAMURA Takumitest/Transforms/ConstProp/logicaltest.ll: FileCheck...
2010-11-29 Frits van BommelTeach ConstantFoldInstruction() how to fold insertvalue...
2010-11-14 Chris Lattnerrename test.
2010-11-14 Chris Lattnerfilecheckize, remove an old and useless test
2010-11-14 Chris Lattnerthis test is pretty pointless and "propogation" isn...
2010-10-14 Chris Lattnerfix a bug I introduced, no idea how this didn't repro...
2010-10-14 Chris Lattnerhack to unbreak buildbots
2010-10-14 Chris Lattneradd uadd_ov/usub_ov to apint, consolidate constant...
2010-09-02 Chris Lattnerremove some noise from tests.
2010-02-01 Chris Lattnerfix PR6197 - infinite recursion in ipsccp due to block...
2010-01-21 Nick LewyckyFix a crasher trying to fold each element in a comparis...
2010-01-08 Chris Lattnerfix PR5978 by peeling the loop so that we avoid shiftin...
2009-12-04 Chris LattnerFix PR5551 by not ignoring the top level constantexpr...
2009-10-26 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-10-24 Chris Lattnerfix PR5287, a serious regression from my previous patch...
2009-10-23 Chris Lattnerteach libanalysis to simplify vector loads with bitcast...
2009-10-23 Chris Lattnerenhance FoldReinterpretLoadFromConstPtr to handle loads...
2009-10-23 Chris Lattnerteach libanalysis to fold int and fp loads from almost...
2009-10-17 Chris LattnerTeach vm core to more aggressively fold 'trunc' constan...
2009-10-17 Chris Lattnerremove # uses from FileCheck lines.
2009-10-17 Chris Lattnerrename test
2009-10-05 Evan PhoenixExtend ConstantFolding to understand signed overflow...
2009-10-05 Chris Lattnerteach the optimizer how to constant fold uadd/usub...
2009-09-20 Nick LewyckyPeer through zext and sext to eliminate them when it...
2009-09-20 Nick LewyckyFold 'icmp eq (icmp), true' into an xor(icmp).
2009-09-20 Nick LewyckyRewrite this check so that it checks what it's supposed...
2009-09-20 Nick LewyckyTeach the constant folder how to not a cmpinst.
2009-09-20 Nick LewyckyTry turning icmp(bitcast(x), bitcast(y)) into icmp...
2009-09-20 Nick LewyckyTeach the constant folder how to handle a few simple...
2009-09-15 Chris Lattnerconvert to filecheck
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-05 Daniel DunbarEliminate some Tclisms.
2009-09-02 Chris LattnerFix month.
2009-09-02 Chris Lattnerfix PR4848 an infinite loop when indexing down through...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-06-21 Nick LewyckyExpand this test to handle more cases (remainder and...
2009-06-21 Chris Lattnerimplement PR4424: 0/x is always 0 for integer division.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2008-10-16 Chris Lattnerapply Eli's patch for PR2165 and provide a testcase.
2008-07-10 Chris LattnerFix a case where vector comparison constant folding...
2008-07-10 Chris Lattnerelementwise comparison of vector constants was complete...
2008-07-08 Chris Lattner'Optimize' test
2008-07-08 Chris LattnerFix three bugs:
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2007-11-23 Chris LattnerFix PR1816, by correcting the broken definition of...
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-06-29 John CriswellConvert .cvsignore files
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerOops. A little aggressive on the name changes there.
2007-04-14 Reid SpencerFor PR1913:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-02-24 Chris Lattnertestcase for pr1215
2007-02-06 Chris LattnerTestcase for miscompilation
2007-01-13 Reid SpencerFor PR1043:
2006-12-31 Reid SpencerFor PR950:
2006-12-19 Reid SpencerUpdate this test because constant integers are always...
2006-12-11 Chris Lattnerconstant folding of bitcast is broken.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-12-01 Chris Lattnertest1 is miscompiled
2006-12-01 Chris Lattnernew 'cast' miscompilation, reduced from perlbmk by...
2006-12-01 Chris Lattnernew testcase
next