summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [PM]: port IR based profUse pass to new pass managerXinliang David Li2016-05-101-10/+32
* [PGO] resubmit r268969Rong Xu2016-05-101-1/+1
* Revert "[PGO] Fix __llvm_profile_raw_version linkage in MACHO IR instrumentat...Renato Golin2016-05-101-1/+1
* Cleanup followup of r268710 - [PM] port IR based PGO prof-gen pass to new pas...Xinliang David Li2016-05-091-26/+25
* [PGO] Fix __llvm_profile_raw_version linkage in MACHORong Xu2016-05-091-1/+1
* [PM] code refactoring -- preparation for new PM porting /NFCXinliang David Li2016-05-071-17/+32
* [PM] port IR based PGO prof-gen pass to new pass managerXinliang David Li2016-05-061-9/+31
* Code refactoring -- preparation for new PM porting /NFCXinliang David Li2016-05-021-9/+19
* Minor format change and fixing typos in the comments. NFC.Rong Xu2016-04-281-10/+7
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-0/+6
* [PGO] change the interface for createPGOFuncNameMetadata()Rong Xu2016-04-221-1/+1
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-6/+0
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-0/+6
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [PGO] Use a helper function to find all indirect call-sitesRong Xu2016-04-011-26/+5
* [PGO] Refactor PGOFuncName meta data code to be used in clangRong Xu2016-04-011-8/+2
* Minor code cleanup /NFCXinliang David Li2016-03-311-4/+6
* [PGO] PGOFuncName in LTO optimizationsRong Xu2016-03-301-0/+9
* [PGO] Handle invoke inst in IR based icall instrumentationXinliang David Li2016-03-301-5/+7
* [PGO] Don't set the function hotness attribute when populating countersRong Xu2016-03-281-21/+52
* [PGO] Skip value profile instrumentation of inline asmVedant Kumar2016-03-111-1/+1
* [PGO] Add a commandline option to control number of the VP annotation metadata.Rong Xu2016-03-041-2/+10
* Minor code cleanup. NFCRong Xu2016-02-291-16/+15
* [PGO] Indirect-call profile annotation in IR level profilingRong Xu2016-02-101-5/+46
* [PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu2016-02-101-0/+27
* [PGO] Revert r260146 as it breaks Darwin platforms.Rong Xu2016-02-081-22/+0
* [PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu2016-02-081-0/+22
* Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko2016-01-261-2/+2
* [PGO] IR level instrumentation of indirect call value profilingRong Xu2016-01-211-4/+52
* [PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021)Rong Xu2015-12-091-0/+718
* [PGO] Revert revision r254021,r254028,r254035Rong Xu2015-11-241-718/+0
* [PGO] Fix build errors in x86_64-darwinRong Xu2015-11-241-2/+2
* [PGO] MST based PGO instrumentation infrastructureRong Xu2015-11-241-0/+718
OpenPOWER on IntegriCloud