- 0f0c411 Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. by Eli Bendersky · 13 years ago
- 04594ae Add r149110 back with a fix for when the vector and the int have the same width. by Rafael Espindola · 13 years ago
- 41cedd7 Revert r149110 and add a testcase that was crashing since that revision. by Rafael Espindola · 13 years ago
- f983da0 enhance constant folding to be able to constant fold bitcast of by Chris Lattner · 13 years ago
- ddbc274 Manually upgrade the test suite to specify the flag to cttz and ctlz. by Chandler Carruth · 13 years ago
- 24fbf2b Add support for constant folding the pow intrinsic. rdar://10514247 by Chad Rosier · 13 years ago
- aebc3aa Prevent library calls from being folded if -fno-builtin has been specified. by Chad Rosier · 13 years ago
- e73db4e Correctly byte-swap APInts with bit-widths greater than 64. by Richard Smith · 13 years ago
- 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
- 805fa97 implement PR9315, constant folding exp2 in terms of pow (since hosts without by Chris Lattner · 14 years ago
- 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
- 6208610 Constant folding support for calls to umul.with.overflow(), basically identical to the smul.with.overflow() code. by Frits van Bommel · 14 years ago
- 6475d94 When loading from a constant, fold inttoptr if the integer type and the resulting pointer type both have the same size. by Anders Carlsson · 14 years ago
- 175e7ae Add the select optimization recently added to instcombine to constant folding. by Nick Lewycky · 14 years ago
- 4c93a0f Add a constant folding of casts from zero to zero. Fixes PR9011! by Nick Lewycky · 14 years ago
- 15ed90c Teach constant folding to perform conversions from constant floating by Chandler Carruth · 14 years ago
- f7b0047 FileCheck-ize a test, and move a no-longer calling test case to another by Chandler Carruth · 14 years ago
- 5c083b1 test/Transforms/ConstProp/logicaltest.ll: FileCheck-ize. by NAKAMURA Takumi · 14 years ago
- 3ee0af3 Teach ConstantFoldInstruction() how to fold insertvalue and extractvalue. by Frits van Bommel · 14 years ago
- 6857373 rename test. by Chris Lattner · 14 years ago
- 2fe9b6a filecheckize, remove an old and useless test by Chris Lattner · 14 years ago
- 961e588 this test is pretty pointless and "propogation" isn't a word (or so Misha claims). by Chris Lattner · 14 years ago
- a5bbde8 fix a bug I introduced, no idea how this didn't repro right. by Chris Lattner · 14 years ago
- 15ea094 hack to unbreak buildbots by Chris Lattner · 14 years ago
- eafc5cb add uadd_ov/usub_ov to apint, consolidate constant folding by Chris Lattner · 14 years ago
- 042ff03 remove some noise from tests. by Chris Lattner · 14 years ago
- b63127d fix PR6197 - infinite recursion in ipsccp due to block addresses by Chris Lattner · 15 years ago
- 401f325 Fix a crasher trying to fold each element in a comparison between two vectors by Nick Lewycky · 15 years ago
- b31189f fix PR5978 by peeling the loop so that we avoid shifting the by Chris Lattner · 15 years ago
- 44a7a38 Fix PR5551 by not ignoring the top level constantexpr when by Chris Lattner · 15 years ago
- d2d438e Convert a few tests to FileCheck for PR5307. by Edward O'Callaghan · 15 years ago
- c5af649 fix PR5287, a serious regression from my previous patches. Thanks to by Chris Lattner · 15 years ago
- 17f0cd3 teach libanalysis to simplify vector loads with bitcast sources. This by Chris Lattner · 15 years ago
- 739208a enhance FoldReinterpretLoadFromConstPtr to handle loads of up to 32 by Chris Lattner · 15 years ago
- fe8c7c8 teach libanalysis to fold int and fp loads from almost arbitrary by Chris Lattner · 15 years ago
- 59c4eba Teach vm core to more aggressively fold 'trunc' constantexprs, by Chris Lattner · 15 years ago
- 5e5c4d3 remove # uses from FileCheck lines. by Chris Lattner · 15 years ago
- c812f79 rename test by Chris Lattner · 15 years ago
- 1614e50 Extend ConstantFolding to understand signed overflow variants by Evan Phoenix · 15 years ago
- e65cd40 teach the optimizer how to constant fold uadd/usub intrinsics. by Chris Lattner · 15 years ago
- 149cbc2 Peer through zext and sext to eliminate them when it is safe to do so. by Nick Lewycky · 15 years ago
- 85958b0 Fold 'icmp eq (icmp), true' into an xor(icmp). by Nick Lewycky · 15 years ago
- 04d7eed Rewrite this check so that it checks what it's supposed to and doesn't use by Nick Lewycky · 15 years ago
- 3105ebf Teach the constant folder how to not a cmpinst. by Nick Lewycky · 15 years ago
- 55a722b Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) in by Nick Lewycky · 15 years ago
- f4d1882 Teach the constant folder how to handle a few simple i1 cases. by Nick Lewycky · 15 years ago
- 813fc42 convert to filecheck by Chris Lattner · 15 years ago
- f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
- 3e054fe Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 15 years ago
- b1e1e82 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 15 years ago
- 31dc49d Eliminate some Tclisms. by Daniel Dunbar · 15 years ago
- 25f1992 Fix month. by Chris Lattner · 15 years ago
- f19f934 fix PR4848 an infinite loop when indexing down through a recursive gep by Chris Lattner · 15 years ago
- 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
- e47f59d Expand this test to handle more cases (remainder and shifts) of zero. by Nick Lewycky · 15 years ago
- 1db6866 implement PR4424: 0/x is always 0 for integer division. by Chris Lattner · 15 years ago
- ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
- 8685103 apply Eli's patch for PR2165 and provide a testcase. by Chris Lattner · 16 years ago
- fea85c4 Fix a case where vector comparison constant folding would cause an by Chris Lattner · 16 years ago
- 330e7e4 elementwise comparison of vector constants was completely wrong. Fix by Chris Lattner · 16 years ago
- d038c27 'Optimize' test by Chris Lattner · 16 years ago
- 155a490 Fix three bugs: by Chris Lattner · 16 years ago
- f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 17 years ago
- 722243b Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. by Gabor Greif · 17 years ago
- ec9a35a Remove llvm-upgrade and update test cases. by Tanya Lattner · 17 years ago
- 9e513ac Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros. by Chris Lattner · 17 years ago
- c2ec2ba Change all floating constants that are not exactly by Dale Johannesen · 17 years ago
- 28beeea Convert tests using "| wc -l | grep ..." to use the count script. by Dan Gohman · 17 years ago
- e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
- eb1d74e For PR1319: by Reid Spencer · 18 years ago
- 43b4003 For PR1319: Fix syntax of tests to ensure grep pattern is properly quoted. by Reid Spencer · 18 years ago
- 5eace78 Oops. A little aggressive on the name changes there. by Reid Spencer · 18 years ago
- 4953e92 For PR1913: by Reid Spencer · 18 years ago
- 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
- 3150642 testcase for pr1215 by Chris Lattner · 18 years ago
- 37d94b4 Testcase for miscompilation by Chris Lattner · 18 years ago
- 737ec51 For PR1043: by Reid Spencer · 18 years ago
- eacb702 For PR950: by Reid Spencer · 18 years ago
- 13b017c Update this test because constant integers are always printed signed now. by Reid Spencer · 18 years ago
- 4ed4ac3 constant folding of bitcast is broken. by Chris Lattner · 18 years ago
- 69ccadd Use the llvm-upgrade program to upgrade llvm assembly. by Reid Spencer · 18 years ago
- 63edf03 test1 is miscompiled by Chris Lattner · 18 years ago
- f0d6dd6 new 'cast' miscompilation, reduced from perlbmk by Evan by Chris Lattner · 18 years ago
- a2f99b6 new testcase by Chris Lattner · 18 years ago
- bdde0d9 new testcase by Chris Lattner · 18 years ago
- 9727555 Added the ability to xfail based on llvmgcc version by Tanya Lattner · 19 years ago
- 2676f83 Tired of wading through cvs's list ? files that are generated when building by Reid Spencer · 19 years ago
- 6fb3bd6 Add bswap intrinsics as documented in the Language Reference by Nate Begeman · 19 years ago
- 2fac727 New testcase. by Chris Lattner · 20 years ago
- c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
- 28b372f Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) by Tanya Lattner · 20 years ago
- 635b83f Fix testcase by Chris Lattner · 20 years ago
- 7ba02f1 Add tests for isnan by Chris Lattner · 20 years ago
- cc713a3 New testcase by Chris Lattner · 21 years ago
- f9e8379 Fix testcase. This should no longer be XFAIL'd by Chris Lattner · 21 years ago
- e78760e Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. by Misha Brukman · 21 years ago
- 4737419 Removing Makefiles. Regression tests are now run by QMTest. by John Criswell · 21 years ago
- 50e8682 Remove explicit control flow through the use of the 'not' script by Chris Lattner · 21 years ago
- 2cfd1ae Testcase which kills the constant folder by Chris Lattner · 22 years ago
- 8617b35 Make sure that setcc is implemented for bools. by Chris Lattner · 22 years ago