1. c103057 For PR1043: by Reid Spencer · 19 years ago
  2. 1b30754 Unbreak VC++ build. by Jeff Cohen · 19 years ago
  3. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 19 years ago
  4. b2f3e70 Update code to eliminate calls to isInteger, calling isIntegral instead. by Chris Lattner · 19 years ago
  5. 192e403 Fix PR1101 and Analysis/ScalarEvolution/trip-count.ll by Chris Lattner · 19 years ago
  6. ef3baf0 don't discriminate against bool by Chris Lattner · 19 years ago
  7. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 19 years ago
  8. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 19 years ago
  9. 6b6b6ef For PR1043: by Zhou Sheng · 19 years ago
  10. e7ca042 Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits. by Reid Spencer · 19 years ago
  11. 8b0e360 Fix PR1015 and Transforms/IndVarsSimplify/2007-01-06-TripCount.ll, a by Chris Lattner · 19 years ago
  12. f82188c cast of int to bool no longer does a compare, rendering this fixme obsolete by Chris Lattner · 19 years ago
  13. c5b206b For PR950: by Reid Spencer · 19 years ago
  14. e4d87aa For PR950: by Reid Spencer · 19 years ago
  15. d377350 Add a FIXME about signedness. by Reid Spencer · 19 years ago
  16. 2e20d39 Add some comments about things that can go away once signless types are in. by Reid Spencer · 19 years ago
  17. 3b27d68 eliminate static ctors from Statistics by Chris Lattner · 19 years ago
  18. 75de5ab Fix a bug in GetConstantFactor for affine expressions, in which the existing by Chris Lattner · 19 years ago
  19. d977d86 Replace inferred getCast(V,Ty) calls with more strict variants. by Reid Spencer · 19 years ago
  20. b6ba3e6 Get even more accurate on the casting. by Reid Spencer · 19 years ago
  21. 4da4912 Change inferred getCast into specific getCast. Passes all tests. by Reid Spencer · 19 years ago
  22. a17f039 teach scev to analyze X*4|1 like X*4+c. This allows us to produce: by Chris Lattner · 19 years ago
  23. 82e8a8f clarify some comments, simplify some checks, fix: by Chris Lattner · 19 years ago
  24. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  25. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  26. 315d055 Finally get the casting right in this file. Also, remove some unnecessary by Reid Spencer · 19 years ago
  27. 7858b33 Bail on the getInferredCast idea. Remove the function and convert by Reid Spencer · 19 years ago
  28. 09906f3 Fix comment grammaro by Reid Spencer · 19 years ago
  29. 14bab5d Fix inferred casts. by Reid Spencer · 19 years ago
  30. 97af751 Unbreak VC++ build. by Jeff Cohen · 19 years ago
  31. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
  32. 3da59db For PR950: by Reid Spencer · 19 years ago
  33. d6c3422 Remove redundant <cmath>. by Jim Laskey · 19 years ago
  34. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 19 years ago
  35. 48d8a70 Make ScalarEvolution actually use a ZeroExtend expression instead of by Reid Spencer · 19 years ago
  36. 1628cec For PR950: by Reid Spencer · 19 years ago
  37. b83eb64 For PR950: by Reid Spencer · 19 years ago
  38. b336409 Fix some more static dtor issues. by Chris Lattner · 19 years ago
  39. 003cbf3 Eliminate ConstantBool::True and ConstantBool::False. Instead, provide by Chris Lattner · 19 years ago
  40. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
  41. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 19 years ago
  42. 9525528 Use hidden visibility to make symbols in an anonymous namespace get by Chris Lattner · 19 years ago
  43. 97156e7 Implement Transforms/IndVarsSimplify/complex-scev.ll, a case where we didn't by Chris Lattner · 19 years ago
  44. 1f23930 Signed shr by a constant is not the same as sdiv by 2^k by Chris Lattner · 19 years ago
  45. 60a05cc Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll and by Chris Lattner · 19 years ago
  46. 7238210 Add explicit iostream #includes by Chris Lattner · 20 years ago
  47. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 20 years ago
  48. bed21de wrap a long line by Chris Lattner · 20 years ago
  49. ff2006a Fix Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll by Chris Lattner · 20 years ago
  50. db25de4 Teach LLVM to know how many times a loop executes when constructed with by Chris Lattner · 20 years ago
  51. 05bd374 Fix an obvious oops by Chris Lattner · 20 years ago
  52. a0740fb implement two helper methods by Chris Lattner · 20 years ago
  53. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  54. 6128690 Don't make this require loopsimplify. It works BETTER with loop simplify by Chris Lattner · 20 years ago
  55. bac5b46 Export two methods for getting -X and A-B. by Chris Lattner · 20 years ago
  56. 7192e50 DCE a dead function by Chris Lattner · 20 years ago
  57. 7ffc07d 1 + 100 + 51 == 152, not 52. by Chris Lattner · 20 years ago
  58. 2352fec Scary typo that fixes Regression/Transforms/IndVarsSimplify/2005-02-17-TruncateExprCrash.ll by Chris Lattner · 20 years ago
  59. 4dc534c Correct the recursive PHI node handling routines in a way that CANNOT induce by Chris Lattner · 21 years ago
  60. caa7c19 Fix a problem where we could infinitely recurse on phi nodes. by Chris Lattner · 21 years ago
  61. ce9653c For PR387:\ by Reid Spencer · 21 years ago
  62. 6a1a78a This patch prevents an infinite recursion while compiling 103.su2cor. by Chris Lattner · 21 years ago
  63. 219c141 Patch to support MSVC, contributed by Morten Ofstad by Chris Lattner · 21 years ago
  64. 673e02b This nutty patch has been in my tree since before 1.3 went out, and it needs by Chris Lattner · 21 years ago
  65. 4a2b23e Fix SingleSource/Benchmarks/McGill/chomp by Chris Lattner · 21 years ago
  66. 20aa474 Fixes to make LLVM compile with vc7.1. by Alkis Evlogimenos · 21 years ago
  67. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  68. e840434 bug 122: by Reid Spencer · 21 years ago
  69. 5aa2021 Remove distasteful method which is really part of the indvars pass by Chris Lattner · 21 years ago
  70. 541ad5e REALLY fix PR378: crash in scalar evolution analysis by Chris Lattner · 21 years ago
  71. 2d58452 Fix a bug in my change last night that caused a few test failures. by Chris Lattner · 21 years ago
  72. 8d741b8 Do not sort SCEV objects by address: instead sort by complexity and group by Chris Lattner · 21 years ago
  73. 6ffe551 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 21 years ago
  74. b06432c Eliminate all of the SCEV Expansion code which is really part of the by Chris Lattner · 21 years ago
  75. 45a1cf8 It's not just a printer, it's actually an analysis too by Chris Lattner · 21 years ago
  76. f1ab4b4 Change the ExitBlocks list from being explicitly contained in the Loop by Chris Lattner · 21 years ago
  77. 3221ad0 Add the ability to compute exit values for complex loop using unanalyzable by Chris Lattner · 21 years ago
  78. 7980fb9 Add the ability to compute trip counts that are only controlled by constants by Chris Lattner · 21 years ago
  79. c598517 Include <cmath> for compatibility with gcc 3.0.x (the system compiler on by Brian Gaeke · 21 years ago
  80. 0a7f98c Factor a bunch of classes out into a public header by Chris Lattner · 21 years ago
  81. 0aa84fd Unbreak the build by Chris Lattner · 21 years ago
  82. e9fc96e Implement a FIXME: if we're going to insert a cast, we might as well only by Chris Lattner · 21 years ago
  83. 16011e6 This is a trivial tweak to the addrec insertion code: insert the increment by Chris Lattner · 21 years ago
  84. 627018b Fix a bug Brian found. by Chris Lattner · 21 years ago
  85. ea9e005 Sparc don't got not "sqrtl", bum bum bum by Chris Lattner · 21 years ago
  86. bb2aff1 Kill warnings during an optimized compile where assert() disappears. by Misha Brukman · 21 years ago
  87. ddd947f Fix PR312 and IndVarsSimplify/2004-04-05-InvokeCastCrash.llx by Chris Lattner · 21 years ago
  88. e34c0b4 Add a break in the default case by Chris Lattner · 21 years ago
  89. d18d9dc Comment out debugging printouts by Chris Lattner · 21 years ago
  90. 53e677a Add a new analysis by Chris Lattner · 21 years ago