summaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/CallGraphSCCPass.cpp
AgeCommit message (Expand)Author
2017-01-18Improve the `-filter-print-funcs` option to skip the banner for CGSCC pass wh...Mehdi Amini
2017-01-15Reverted: Track validity of pass resultsSerge Pavlov
2017-01-13Track validity of pass resultsSerge Pavlov
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-08-08RefreshCallGraph does not modify the SCC, adding "const" to make it clear (NFC)Mehdi Amini
2016-08-06[CallGraphSCCPass] Use an ArrayRef instead of a pair of iteratorsDavid Majnemer
2016-06-26Apply clang-tidy's modernize-loop-convert to lib/Analysis.Benjamin Kramer
2016-06-10Interprocedural Register Allocation (IPRA) AnalysisMehdi Amini
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor
2016-01-06Recommit r256952 "Filtering IR printing for print-after-all/print-before-all"Weiming Zhao
2016-01-06Revert r256952 due to lit test fails.Weiming Zhao
2016-01-06Filtering IR printing for print-after-all/print-before-allWeiming Zhao
2015-08-18[PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth