summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix variable name /NFCXinliang David Li2017-02-041-2/+2
* [PGO] Add select instr profile in graph dumpXinliang David Li2017-02-031-3/+32
* [PGO] internal option cleanupsXinliang David Li2017-02-021-23/+37
* [PGO] make graph view internal options available for all buildsXinliang David Li2017-02-021-2/+0
* [PGO] add debug option to view raw count after prof use annotationXinliang David Li2017-01-271-1/+59
* [PGO] add debug option to view annotated cfg after prof use annotationXinliang David Li2017-01-231-0/+25
* Resubmit "[PGO] Turn off comdat renaming in IR PGO by default"Rong Xu2017-01-111-15/+13
* Revert "[PGO] Turn off comdat renaming in IR PGO by default"Rong Xu2017-01-101-2/+14
* [PGO] Turn off comdat renaming in IR PGO by defaultRong Xu2017-01-101-14/+2
* [PGO] Fix insane counts due to nonreturn callsRong Xu2016-12-131-2/+11
* [PGO] Fix PGO use ICE when there are unreachable BBsRong Xu2016-12-021-21/+45
* [PGO] Fix select instruction annotationRong Xu2016-10-251-4/+13
* [PGO] Create weak alias for the renamed Comdat functionRong Xu2016-10-061-0/+4
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-6/+2
* code cleanup -- commoning IR travsersalsXinliang David Li2016-09-201-3/+5
* [Profile] Do not annotate select insts not covered in profile.Xinliang David Li2016-09-201-1/+2
* Fix covered-switch-default warningSimon Pilgrim2016-09-181-5/+4
* Fix built bot failureXinliang David Li2016-09-181-1/+1
* [Profile] Implement select instruction instrumentation in IR PGOXinliang David Li2016-09-181-9/+133
* [Profile] Fix edge count read bugXinliang David Li2016-08-191-2/+2
* [Profile] Simple code refactoring for reuse /NFCXinliang David Li2016-08-191-12/+16
* [Profile] improve warning control option Xinliang David Li2016-08-111-3/+4
* [Profile] turn off verbose warnings by defaultXinliang David Li2016-08-091-1/+1
* Consistently use ModuleAnalysisManagerSean Silva2016-08-091-2/+2
* [Profile] IR profiling minor cleanup /nfcXinliang David Li2016-08-011-5/+15
* [PGO] Fix profile mismatch in COMDAT function with pre-inlinerRong Xu2016-07-251-15/+140
* Sync up InstrProfData.inc with compiler-rt with fixes to referencesXinliang David Li2016-07-221-3/+3
* Refactor indirect call promotion profitability analysis (NFC)Teresa Johnson2016-07-121-1/+1
* Fix PR28219: Use profile summary from reader and not compute itEaswaran Raman2016-06-211-4/+1
* Add a comment about why we need to buffer the attribute changes.Sean Silva2016-05-281-0/+3
* Small cleanup.Sean Silva2016-05-281-6/+6
* Inline this into its only use. NFC.Sean Silva2016-05-281-10/+5
* Bring back r271090 in a way that doesn't depend on r271089.Sean Silva2016-05-281-0/+1
* Revert r271089 and r271090.Sean Silva2016-05-281-30/+43
* [IRPGO] Set the function entry count metadata.Sean Silva2016-05-281-0/+1
* [IRPGO] Centralize the function attribute inliner hint logic. NFC.Sean Silva2016-05-281-43/+29
* Reapply r270865 -- previous bot failure is unrelatedXinliang David Li2016-05-271-1/+1
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-2/+2
* Attach profile summary in IR based instrumentation pass.Easwaran Raman2016-05-261-1/+8
* Revert 270865 -- unexplained bot failure on linux/ppcleXinliang David Li2016-05-261-1/+1
* Use new interface in Triple /NFCXinliang David Li2016-05-261-1/+1
* Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-191-18/+25
* Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2016-05-161-25/+18
* Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-161-18/+25
* Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2016-05-141-25/+18
* Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-18/+25
* Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar2016-05-131-25/+18
* [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-131-18/+25
* [PGO] Add flags to control IRPGO warnings.Rong Xu2016-05-131-3/+18
* [PGO] Use WeakAny linkage for __llvm_profile_raw_versionRong Xu2016-05-111-1/+1
OpenPOWER on IntegriCloud