1. 3ee0af3 Teach ConstantFoldInstruction() how to fold insertvalue and extractvalue. by Frits van Bommel · 14 years ago
  2. 6857373 rename test. by Chris Lattner · 14 years ago
  3. 2fe9b6a filecheckize, remove an old and useless test by Chris Lattner · 14 years ago
  4. 961e588 this test is pretty pointless and "propogation" isn't a word (or so Misha claims). by Chris Lattner · 14 years ago
  5. a5bbde8 fix a bug I introduced, no idea how this didn't repro right. by Chris Lattner · 14 years ago
  6. 15ea094 hack to unbreak buildbots by Chris Lattner · 14 years ago
  7. eafc5cb add uadd_ov/usub_ov to apint, consolidate constant folding by Chris Lattner · 14 years ago
  8. 042ff03 remove some noise from tests. by Chris Lattner · 14 years ago
  9. b63127d fix PR6197 - infinite recursion in ipsccp due to block addresses by Chris Lattner · 15 years ago
  10. 401f325 Fix a crasher trying to fold each element in a comparison between two vectors by Nick Lewycky · 15 years ago
  11. b31189f fix PR5978 by peeling the loop so that we avoid shifting the by Chris Lattner · 15 years ago
  12. 44a7a38 Fix PR5551 by not ignoring the top level constantexpr when by Chris Lattner · 15 years ago
  13. d2d438e Convert a few tests to FileCheck for PR5307. by Edward O'Callaghan · 15 years ago
  14. c5af649 fix PR5287, a serious regression from my previous patches. Thanks to by Chris Lattner · 15 years ago
  15. 17f0cd3 teach libanalysis to simplify vector loads with bitcast sources. This by Chris Lattner · 15 years ago
  16. 739208a enhance FoldReinterpretLoadFromConstPtr to handle loads of up to 32 by Chris Lattner · 15 years ago
  17. fe8c7c8 teach libanalysis to fold int and fp loads from almost arbitrary by Chris Lattner · 15 years ago
  18. 59c4eba Teach vm core to more aggressively fold 'trunc' constantexprs, by Chris Lattner · 15 years ago
  19. 5e5c4d3 remove # uses from FileCheck lines. by Chris Lattner · 15 years ago
  20. c812f79 rename test by Chris Lattner · 15 years ago
  21. 1614e50 Extend ConstantFolding to understand signed overflow variants by Evan Phoenix · 15 years ago
  22. e65cd40 teach the optimizer how to constant fold uadd/usub intrinsics. by Chris Lattner · 15 years ago
  23. 149cbc2 Peer through zext and sext to eliminate them when it is safe to do so. by Nick Lewycky · 15 years ago
  24. 85958b0 Fold 'icmp eq (icmp), true' into an xor(icmp). by Nick Lewycky · 15 years ago
  25. 04d7eed Rewrite this check so that it checks what it's supposed to and doesn't use by Nick Lewycky · 15 years ago
  26. 3105ebf Teach the constant folder how to not a cmpinst. by Nick Lewycky · 15 years ago
  27. 55a722b Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) in by Nick Lewycky · 15 years ago
  28. f4d1882 Teach the constant folder how to handle a few simple i1 cases. by Nick Lewycky · 15 years ago
  29. 813fc42 convert to filecheck by Chris Lattner · 15 years ago
  30. f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
  31. 3e054fe Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 15 years ago
  32. b1e1e82 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 15 years ago
  33. 31dc49d Eliminate some Tclisms. by Daniel Dunbar · 15 years ago
  34. 25f1992 Fix month. by Chris Lattner · 15 years ago
  35. f19f934 fix PR4848 an infinite loop when indexing down through a recursive gep by Chris Lattner · 15 years ago
  36. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  37. e47f59d Expand this test to handle more cases (remainder and shifts) of zero. by Nick Lewycky · 15 years ago
  38. 1db6866 implement PR4424: 0/x is always 0 for integer division. by Chris Lattner · 15 years ago
  39. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  40. 8685103 apply Eli's patch for PR2165 and provide a testcase. by Chris Lattner · 16 years ago
  41. fea85c4 Fix a case where vector comparison constant folding would cause an by Chris Lattner · 16 years ago
  42. 330e7e4 elementwise comparison of vector constants was completely wrong. Fix by Chris Lattner · 16 years ago
  43. d038c27 'Optimize' test by Chris Lattner · 16 years ago
  44. 155a490 Fix three bugs: by Chris Lattner · 16 years ago
  45. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 17 years ago
  46. 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
  47. ec9a35a Remove llvm-upgrade and update test cases. by Tanya Lattner · 17 years ago
  48. 9e513ac Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros. by Chris Lattner · 17 years ago
  49. c2ec2ba Change all floating constants that are not exactly by Dale Johannesen · 17 years ago
  50. 28beeea Convert tests using "| wc -l | grep ..." to use the count script. by Dan Gohman · 17 years ago
  51. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  52. eb1d74e For PR1319: by Reid Spencer · 18 years ago
  53. 43b4003 For PR1319: Fix syntax of tests to ensure grep pattern is properly quoted. by Reid Spencer · 18 years ago
  54. 5eace78 Oops. A little aggressive on the name changes there. by Reid Spencer · 18 years ago
  55. 4953e92 For PR1913: by Reid Spencer · 18 years ago
  56. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
  57. 3150642 testcase for pr1215 by Chris Lattner · 18 years ago
  58. 37d94b4 Testcase for miscompilation by Chris Lattner · 18 years ago
  59. 737ec51 For PR1043: by Reid Spencer · 18 years ago
  60. eacb702 For PR950: by Reid Spencer · 18 years ago
  61. 13b017c Update this test because constant integers are always printed signed now. by Reid Spencer · 18 years ago
  62. 4ed4ac3 constant folding of bitcast is broken. by Chris Lattner · 18 years ago
  63. 69ccadd Use the llvm-upgrade program to upgrade llvm assembly. by Reid Spencer · 18 years ago
  64. 63edf03 test1 is miscompiled by Chris Lattner · 18 years ago
  65. f0d6dd6 new 'cast' miscompilation, reduced from perlbmk by Evan by Chris Lattner · 18 years ago
  66. a2f99b6 new testcase by Chris Lattner · 18 years ago
  67. bdde0d9 new testcase by Chris Lattner · 18 years ago
  68. 9727555 Added the ability to xfail based on llvmgcc version by Tanya Lattner · 19 years ago
  69. 2676f83 Tired of wading through cvs's list ? files that are generated when building by Reid Spencer · 19 years ago
  70. 6fb3bd6 Add bswap intrinsics as documented in the Language Reference by Nate Begeman · 19 years ago
  71. 2fac727 New testcase. by Chris Lattner · 20 years ago
  72. c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
  73. 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
  74. 635b83f Fix testcase by Chris Lattner · 20 years ago
  75. 7ba02f1 Add tests for isnan by Chris Lattner · 20 years ago
  76. cc713a3 New testcase by Chris Lattner · 21 years ago
  77. f9e8379 Fix testcase. This should no longer be XFAIL'd by Chris Lattner · 21 years ago
  78. e78760e Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. by Misha Brukman · 21 years ago
  79. 4737419 Removing Makefiles. Regression tests are now run by QMTest. by John Criswell · 21 years ago
  80. 50e8682 Remove explicit control flow through the use of the 'not' script by Chris Lattner · 21 years ago
  81. 2cfd1ae Testcase which kills the constant folder by Chris Lattner · 22 years ago
  82. 8617b35 Make sure that setcc is implemented for bools. by Chris Lattner · 22 years ago
  83. 985792d Fix testcases that used to now dead 'not' instruction by Chris Lattner · 22 years ago
  84. d0cad7a Change not's to xors by Chris Lattner · 22 years ago
  85. 72de9ae Test that logical operators are correctly constant propogated! by Chris Lattner · 22 years ago
  86. 0651a9d Oops, forgot to check in makefile by Chris Lattner · 23 years ago
  87. 1610df2 Add check that phi nodes get constant propogated away by Chris Lattner · 23 years ago
  88. 0a1581b constprop doesn't delete dead instructions, it just makes them dead. by Chris Lattner · 23 years ago
  89. e473a34 Add testcase for not expressions by Chris Lattner · 23 years ago
  90. 8a2e64c New testcase for bugs in the constant propogator by Chris Lattner · 23 years ago
  91. 6a7cd22 Add tests for floating point remainder elimination by Chris Lattner · 23 years ago
  92. 8e122e1 New testcase to see if constant propogation of remainder is implemented by Chris Lattner · 23 years ago
  93. 4f53850 This testcase is a sanity check by Chris Lattner · 23 years ago
  94. b6df79a Add new testcase for general constant prop. by Chris Lattner · 23 years ago