summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a couple of typos in memory intrinsic optimization output (NFC)Teresa Johnson2017-05-241-1/+1
* [PGO] Memory intrinsic calls optimization based on profiled sizeRong Xu2017-04-041-15/+15
* [PGO] Change the internal options description. nfc.Rong Xu2017-03-171-3/+5
* [PGO] Value profile for size of memory intrinsic callsRong Xu2017-03-171-5/+22
* Resubmit r297897: [PGO] Value profile for size of memory intrinsic callsRong Xu2017-03-161-2/+86
* Revert "[PGO] Value profile for size of memory intrinsic calls"Eric Liu2017-03-161-83/+1
* Revert "Revert "[PGO] Minor cleanup for count instruction in SelectInstVisito...Vitaly Buka2017-03-151-1/+4
* Revert "[PGO] Minor cleanup for count instruction in SelectInstVisitor."Vitaly Buka2017-03-151-4/+1
* [PGO] Value profile for size of memory intrinsic callsRong Xu2017-03-151-1/+83
* [PGO] Minor cleanup for count instruction in SelectInstVisitor.Rong Xu2017-03-151-1/+4
* [PGO] Refactor the code for value profile annotationRong Xu2017-03-151-29/+38
* Minor format change. nfc.Rong Xu2017-03-091-5/+5
* 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
OpenPOWER on IntegriCloud