1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 28753f8 Clarify the language. Pointed out by Duncan Sands. by Nick Lewycky · 17 years ago
  3. 377b119 Add alternate ConstantRange intersection algorithm. by Nick Lewycky · 17 years ago
  4. ae5eb7a Fix edge case. by Nick Lewycky · 17 years ago
  5. c125c00 Using APInt more efficiently. by Zhou Sheng · 17 years ago
  6. daacf22 Make the apint construction more effective. by Zhou Sheng · 17 years ago
  7. e32157c Add signExtend to ConstantRange, to complement zeroExtend and truncate. by Nick Lewycky · 17 years ago
  8. 9babd0e Implement union of wrapped sets. by Nick Lewycky · 17 years ago
  9. 3400e6a Add getter methods for the extremes of a ConstantRange. by Nick Lewycky · 17 years ago
  10. c6a28fc Implement unionWith. by Nick Lewycky · 17 years ago
  11. a6e8a95 Remove the "isSigned" parameters from ConstantRange. It turns out they by Reid Spencer · 17 years ago
  12. bb626a6 Move ConstantRange class to lib/Support from lib/Analysis and make its by Reid Spencer · 17 years ago
  13. 581b0d4 For PR1205: by Reid Spencer · 17 years ago
  14. dc5c159 For PR1205: by Reid Spencer · 17 years ago
  15. 663e711 For PR1205: by Reid Spencer · 17 years ago
  16. 3e05164 Fix comments to match names of functions. by Nick Lewycky · 18 years ago
  17. c103057 For PR1043: by Reid Spencer · 18 years ago
  18. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 18 years ago
  19. b2f3e70 Update code to eliminate calls to isInteger, calling isIntegral instead. by Chris Lattner · 18 years ago
  20. 0762705 Fix correlated exprs regressions by Chris Lattner · 18 years ago
  21. 05b30d8 remove unneeded special cases by Chris Lattner · 18 years ago
  22. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 18 years ago
  23. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  24. 6b6b6ef For PR1043: by Zhou Sheng · 18 years ago
  25. ca7ad89 Fix a bug in an assert that would never trigger. by Reid Spencer · 18 years ago
  26. e7ca042 Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits. by Reid Spencer · 18 years ago
  27. e4d87aa For PR950: by Reid Spencer · 18 years ago
  28. d977d86 Replace inferred getCast(V,Ty) calls with more strict variants. by Reid Spencer · 18 years ago
  29. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  30. c6bf4bf Adjust to new ConstantIntegral interface for Max/Min tests. by Reid Spencer · 18 years ago
  31. 575d95c Change inferred casts to explicit casts. by Reid Spencer · 18 years ago
  32. 8d89281 WTF? These weird newlines got in there... by Bill Wendling · 18 years ago
  33. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 18 years ago
  34. b83eb64 For PR950: by Reid Spencer · 18 years ago
  35. 193c2d8 Simplify some code by Chris Lattner · 18 years ago
  36. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  37. ce36d55 Bug fixes for PR341 by Chris Lattner · 20 years ago
  38. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  39. fc33d30 Add some new methods by Chris Lattner · 20 years ago
  40. db81395 Adjust to new itf by Chris Lattner · 20 years ago
  41. 67bb760 Remove use of ConstantHandling itf by Chris Lattner · 21 years ago
  42. 2cdd21c Finegrainify namespacification by Chris Lattner · 21 years ago
  43. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  44. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  45. c07736a Simplify code by using ConstantInt::getRawValue instead of checking to see by Chris Lattner · 21 years ago
  46. 20d4129 Minor bug fix. by Chris Lattner · 22 years ago
  47. d122f4b Fix bugs by Chris Lattner · 22 years ago
  48. 96f9d72 Add printing support to ConstantRange class by Chris Lattner · 22 years ago
  49. 645e00d Initial implementation of ConstantRange support by Chris Lattner · 22 years ago