summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-3/+1
* Fix some Clang-tidy modernize and Include What You Use warnings.Eugene Zelenko2016-08-111-12/+22
* Consistently use ModuleAnalysisManagerSean Silva2016-08-091-1/+1
* Address review comments.Teresa Johnson2016-07-171-0/+8
* Refactor indirect call promotion profitability analysis (NFC)Teresa Johnson2016-07-171-8/+0
* Remove unused variable to fix bot failure from r275216Teresa Johnson2016-07-121-2/+1
* Refactor indirect call promotion profitability analysis (NFC)Teresa Johnson2016-07-121-61/+21
* make icall pass name consistent /NFCXinliang David Li2016-06-021-3/+3
* minor cleanup /NFCXinliang David Li2016-05-171-4/+2
* [PM] Port indirect call promotion pass to new pass managerXinliang David Li2016-05-161-0/+9
* Move helper classes into anonymous namespaces. NFC.Benjamin Kramer2016-05-151-0/+2
* Rename pass name to prepare to new PM porting /NFCXinliang David Li2016-05-151-8/+10
* [IndirectCallPromotion] Remove duplicate comment. NFCAdam Nemet2016-05-091-1/+0
* [PGO] Fix incorrect Twine usage in emitting optimization remarks.Rong Xu2016-04-281-9/+8
* [PGO] Promote indirect calls to conditional direct calls with value-profileRong Xu2016-04-271-0/+693
OpenPOWER on IntegriCloud