summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/IVUsers
AgeCommit message (Expand)Author
2024-02-05[Analysis] Convert tests to opaque pointers (NFC)Nikita Popov
2022-12-28[SCEV] Properly clean up duplicated FoldCacheUser ID entries.Florian Hahn
2022-12-27[IVUsers] Precommit test for zext SCEV invalidation issue.Florian Hahn
2022-10-07[opt] Don't translate legacy -analysis flag to require<analysis>Arthur Eubanks
2021-09-02[test][NewPM] Remove RUN lines using -analyzeArthur Eubanks
2020-10-25[SCEV] Strenthen nowrap flags after constant folding for mul exprsNikita Popov
2020-10-21[test] Fix tests using -analyze that fail under NPMArthur Eubanks
2020-10-21[test] Fix quadradic-exit-value.ll under NPMArthur Eubanks
2020-07-15[NPM][IVUsers] Rename ivusers -> iv-usersArthur Eubanks
2018-07-13Re-apply "[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428)."Tim Shen
2018-07-06Revert "[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428)."Tim Shen
2018-07-02[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428).Tim Shen
2018-06-19Revert "[SCEV] Add nuw/nsw to mul ops in StrengthenNoWrapFlags"Sanjoy Das
2018-06-11[SCEV] Add nuw/nsw to mul ops in StrengthenNoWrapFlags where safe.Justin Lebar
2018-05-10[SCEV] Add missed Test for rL331949.Serguei Katkov
2017-05-26Re-enable "[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start"Max Kazantsev
2017-05-24Revert "[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start"Diana Picus
2017-05-24[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr startMax Kazantsev
2017-04-25[IVUsers] Don't bail out of normalizing non-affine add recsSanjoy Das
2017-01-17[PM] Teach the LoopPassManager to automatically canonicalize loops byChandler Carruth
2017-01-15[PM] Clean up the testing for IVUsers, especially with the new PM.Chandler Carruth