1. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  2. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  3. a86c920 fix typos in comments and error messages; NFC by Hiroshi Inoue · 8 years ago
  4. cb8c7b9 [DependenceAnalysis] Make sure base objects are the same when comparing GEPs by Brendon Cahoon · 8 years ago
  5. b52e036 BitVector: add iterators for set bits by Francis Visoiu Mistrih · 8 years ago
  6. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  7. dab4eae [PM] Change the static object whose address is used to uniquely identify by Chandler Carruth · 9 years ago
  8. aa20915 Apply clang-tidy's modernize-loop-convert to lib/Analysis. by Benjamin Kramer · 9 years ago
  9. c321e53 Apply most suggestions of clang-tidy's performance-unnecessary-value-param by Benjamin Kramer · 9 years ago
  10. 46e38f3 Avoid copies of std::strings and APInt/APFloats where we only read from it by Benjamin Kramer · 9 years ago
  11. 49c2219 [PM] Port of the DepndenceAnalysis to the new PM. by Chandler Carruth · 9 years ago
  12. be2da82 [DependenceAnalysis] Refactor uses of getConstantPart. NFC. by Brendon Cahoon · 10 years ago
  13. 86f783e [DependenceAnalysis] Check if result of getConstantPart is null by Brendon Cahoon · 10 years ago
  14. 0de2fec [SCEV] Add and use SCEVConstant::getAPInt; NFCI by Sanjoy Das · 10 years ago
  15. 2aacc0e [SCEV] Introduce ScalarEvolution::getOne and getZero. by Sanjoy Das · 10 years ago
  16. 7b560d4 [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible by Chandler Carruth · 10 years ago
  17. 0ef2b10 Fix how DependenceAnalysis calls delinearization by Hal Finkel · 10 years ago
  18. 2f1fd16 [PM] Port ScalarEvolution to the new pass manager. by Chandler Carruth · 10 years ago
  19. 50fee93 [PM/AA] Simplify the AliasAnalysis interface by removing a wrapper by Chandler Carruth · 10 years ago
  20. 47039dc -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
  21. 3cdc37c Move delinearization from SCEVAddRecExpr to ScalarEvolution by Tobias Grosser · 10 years ago
  22. c3f49eb [PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class. by Chandler Carruth · 10 years ago
  23. a84feb1 [DependenceAnalysis] Extend unifySubscriptType for handling coupled subscript groups. by Jingyue Wu · 10 years ago
  24. c0661ae [DependenceAnalysis] Fix for PR21585: collectUpperBound triggers asserts by James Molloy · 10 years ago
  25. 8d7f7ed Fix a memory corruption in Dependency Analysis. by Karthik Bhat · 11 years ago
  26. 8d0099b Fix a crash in Dependency Analysis. by Karthik Bhat · 11 years ago
  27. a28d91d DataLayout is mandatory, update the API to reflect it with references. by Mehdi Amini · 11 years ago
  28. 478559a Reformat. by NAKAMURA Takumi · 11 years ago
  29. d8422ce Revert r231103, "FullDependenceAnalysis: Avoid using the (deprecated in C++11) copy ctor" by NAKAMURA Takumi · 11 years ago
  30. e110d64 Revert r231104, "unique_ptrify FullDependenceAnalysis::DV", to appease msc18 C2280. by NAKAMURA Takumi · 11 years ago
  31. 5b24048 unique_ptrify FullDependenceAnalysis::DV by David Blaikie · 11 years ago
  32. c5771c2 FullDependenceAnalysis: Avoid using the (deprecated in C++11) copy ctor by David Blaikie · 11 years ago
  33. 0a446fd Add missing includes. make_unique proliferated everywhere. by Benjamin Kramer · 11 years ago
  34. 4f8f307 [PM] Split the LoopInfo object apart from the legacy pass, creating by Chandler Carruth · 11 years ago
  35. 0fa125a [DependenceAnalysis] Allow subscripts of different types by Jingyue Wu · 11 years ago
  36. d0e13af Reformat partially, where I touched for whitespace changes. by NAKAMURA Takumi · 11 years ago
  37. 335a7bc Untabify and whitespace cleanups. by NAKAMURA Takumi · 11 years ago
  38. 43f49ca Analysis: cleanup by Dylan Noblesmith · 11 years ago
  39. 4ffafef Revert "Analysis: unique_ptr-ify DependenceAnalysis::collectCoeffInfo" by Dylan Noblesmith · 11 years ago
  40. 3ecd22f Analysis: unique_ptr-ify DependenceAnalysis::collectCoeffInfo by Dylan Noblesmith · 11 years ago
  41. 2cae60e Analysis: unique_ptr-ify DependenceAnalysis::depends by Dylan Noblesmith · 11 years ago
  42. d96ce66 Analysis: take a reference instead of pointer by Dylan Noblesmith · 11 years ago
  43. 28e6b97 remove BasePointer before delinearizing by Sebastian Pop · 11 years ago
  44. a6e5860 remove constant terms by Sebastian Pop · 11 years ago
  45. 47fe7de move findArrayDimensions to ScalarEvolution by Sebastian Pop · 11 years ago
  46. 448712b split delinearization pass in 3 steps by Sebastian Pop · 11 years ago
  47. f1221bd [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  48. 9f00886 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  49. 8394857 [Modules] Move InstIterator out of the Support library, where it had no by Chandler Carruth · 12 years ago
  50. 29026d3 normalize the last delinearized dimension by Sebastian Pop · 12 years ago
  51. 5133d2e fail delinearization when the size of subscripts differs by Sebastian Pop · 12 years ago
  52. cb40291 Fix known typos by Alp Toker · 12 years ago
  53. 9deac1b Fix comment of findGCD. by Mingjie Xing · 12 years ago
  54. 7ee1472 add more comments around the delinearization of arrays by Sebastian Pop · 12 years ago
  55. c62c679 delinearization of arrays by Sebastian Pop · 12 years ago
  56. 340c780 Remove extraneous semicolon. by Jakub Staszak · 12 years ago
  57. b94011f Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 12 years ago
  58. 6c286b6 (no commit message) by Preston Briggs · 12 years ago
  59. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  60. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  61. fd0b5c8 Modified dump() to provide a little by Preston Briggs · 13 years ago
  62. 4eb7ee5 Cleaned up a couple of comments. by Preston Briggs · 13 years ago
  63. 5cb8cfa Modified depends() to recognize that when all levels are "=" and by Preston Briggs · 13 years ago
  64. 1084fa2 Modify depends(Src, Dst, PossiblyLoopIndependent). by Preston Briggs · 13 years ago
  65. 3ad3949 Corrects a problem where we reply exclusively of GEPs to drive by Preston Briggs · 13 years ago
  66. 87ce43c removes a few "const" qualifiers by Sebastian Pop · 13 years ago
  67. 3eb1563 DependenceAnalysis: Print all dependency pairs when dumping. Update all testcases. by Benjamin Kramer · 13 years ago
  68. c914ab6 Fix a couple of comment typos. by Benjamin Kramer · 13 years ago
  69. 24c643b DependenceAnalysis: Don't crash if there is no constant operand. by Benjamin Kramer · 13 years ago
  70. 71a3512 DependenceAnalysis: Push #includes down into the implementation. by Benjamin Kramer · 13 years ago
  71. e9623261 fix warning by Sebastian Pop · 13 years ago
  72. 59b61b9 dependence analysis by Sebastian Pop · 13 years ago