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