aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/DemandedBits.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-09Consistently use FunctionAnalysisManagerSean Silva1-1/+1
2016-07-21[DemandedBits] Reduce number of duplicated DenseMap lookups.Benjamin Kramer1-5/+4
2016-04-18Port DemandedBits to the new pass manager.Michael Kuperstein1-22/+42
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-02-03[DemandedBits] Revert r249687 due to PR26071James Molloy1-7/+0
2016-01-27Make some headers self-contained, remove unused includes that violate layering.Benjamin Kramer1-1/+0
2016-01-25[DemandedBits] Fix computation of demanded bits for ICmpsJames Molloy1-1/+1
2015-10-08Compute demanded bits for icmp instructionsJames Molloy1-0/+7
2015-10-08Treat Mul just like Add and SubtractJames Molloy1-0/+12
2015-10-08Make demanded bits lazyJames Molloy1-7/+19
2015-09-22Untabify.NAKAMURA Takumi1-7/+5
2015-09-22Reformat comment lines.NAKAMURA Takumi1-2/+2
2015-09-22Reformat.NAKAMURA Takumi1-2/+1
2015-08-14Separate out BDCE's analysis into a separate DemandedBits analysis.James Molloy1-0/+364