aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-11Fix some Clang-tidy modernize and Include What You Use warnings.Eugene Zelenko1-12/+22
2016-08-09Consistently use ModuleAnalysisManagerSean Silva1-1/+1
2016-07-17Address review comments.Teresa Johnson1-0/+8
2016-07-17Refactor indirect call promotion profitability analysis (NFC)Teresa Johnson1-8/+0
2016-07-12Remove unused variable to fix bot failure from r275216Teresa Johnson1-2/+1
2016-07-12Refactor indirect call promotion profitability analysis (NFC)Teresa Johnson1-61/+21
2016-06-02make icall pass name consistent /NFCXinliang David Li1-3/+3
2016-05-17minor cleanup /NFCXinliang David Li1-4/+2
2016-05-16[PM] Port indirect call promotion pass to new pass managerXinliang David Li1-0/+9
2016-05-15Move helper classes into anonymous namespaces. NFC.Benjamin Kramer1-0/+2
2016-05-15Rename pass name to prepare to new PM porting /NFCXinliang David Li1-8/+10
2016-05-09[IndirectCallPromotion] Remove duplicate comment. NFCAdam Nemet1-1/+0
2016-04-28[PGO] Fix incorrect Twine usage in emitting optimization remarks.Rong Xu1-9/+8
2016-04-27[PGO] Promote indirect calls to conditional direct calls with value-profileRong Xu1-0/+693