fix a crash in SCCP handling extractvalue of an array, pointed out and
[oota-llvm.git] / test / Transforms / ConstProp /
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
2006-11-20 Chris Lattnernew testcase
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2005-01-28 Chris LattnerNew testcase.
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-07-01 Chris LattnerFix testcase
2004-06-11 Chris LattnerAdd tests for isnan
2004-04-13 Chris LattnerNew testcase
2003-11-19 Chris LattnerFix testcase. This should no longer be XFAIL'd
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-15 John CriswellRemoving Makefiles. Regression tests are now run by...
2003-06-28 Chris LattnerRemove explicit control flow through the use of the...
2003-05-12 Chris LattnerTestcase which kills the constant folder
2002-09-03 Chris LattnerMake sure that setcc is implemented for bools.
2002-08-14 Chris LattnerFix testcases that used to now dead 'not' instruction
2002-08-14 Chris LattnerChange not's to xors
2002-07-30 Chris LattnerTest that logical operators are correctly constant...
2002-05-07 Chris LattnerOops, forgot to check in makefile
2002-05-07 Chris LattnerAdd check that phi nodes get constant propogated away
2002-05-07 Chris Lattnerconstprop doesn't delete dead instructions, it just...
2002-05-07 Chris LattnerAdd testcase for not expressions
2002-05-03 Chris LattnerNew testcase for bugs in the constant propogator
2002-05-03 Chris LattnerAdd tests for floating point remainder elimination
2002-05-03 Chris LattnerNew testcase to see if constant propogation of remainde...
2002-05-03 Chris LattnerThis testcase is a sanity check
2002-05-03 Chris LattnerAdd new testcase for general constant prop.