aboutsummaryrefslogtreecommitdiffstats
path: root/cc/pgo.go
Commit message (Expand)AuthorAgeFilesLines
* Replace ModuleContext.AConfig() with Config()Colin Cross2017-11-301-2/+2
* Add enable_profile_use propertyPirama Arumuga Nainar2017-10-161-4/+10
* Do not use profiles if ANDROID_PGO_NO_PROFILE_USE is setPirama Arumuga Nainar2017-10-101-13/+20
* Refactor methods to be on PgoProperties structPirama Arumuga Nainar2017-10-101-10/+10
* Check if "instrumentation" and "sampling" are set togetherPirama Arumuga Nainar2017-10-051-3/+4
* Explicitly link the profile runtime during PGOPirama Arumuga Nainar2017-10-041-14/+33
* Pass -Wno-backend-plugin when using profilesPirama Arumuga Nainar2017-10-031-1/+1
* Add PGO support to soongPirama Arumuga Nainar2017-09-211-0/+190