aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/CallGraphSCCPass.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-08RefreshCallGraph does not modify the SCC, adding "const" to make it clear (NFC)Mehdi Amini1-3/+3
2016-08-06[CallGraphSCCPass] Use an ArrayRef instead of a pair of iteratorsDavid Majnemer1-1/+1
2016-06-26Apply clang-tidy's modernize-loop-convert to lib/Analysis.Benjamin Kramer1-4/+4
2016-06-10Interprocedural Register Allocation (IPRA) AnalysisMehdi Amini1-0/+4
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor1-1/+8
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar1-8/+1
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor1-1/+8
2016-01-06Recommit r256952 "Filtering IR printing for print-after-all/print-before-all"Weiming Zhao1-3/+4
2016-01-06Revert r256952 due to lit test fails.Weiming Zhao1-4/+3
2016-01-06Filtering IR printing for print-after-all/print-before-allWeiming Zhao1-3/+4
2015-08-18[PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth1-0/+632