aboutsummaryrefslogtreecommitdiffstats
path: root/cc/pgo.go
Commit message (Expand)AuthorAgeFilesLines
* Use a versioned profile file if availablePirama Arumuga Nainar2018-03-091-1/+24
* Remove unused intermediates parameter from ExistentPathForSourceColin Cross2018-02-221-1/+1
* Disable inlining and loop unrolling in LTO without PGO profileYi Kong2018-02-141-2/+9
* Search for PGO profiles in PGO_ADDITIONAL_PROFILE_DIRSPirama Arumuga Nainar2018-02-131-3/+10
* Store missing profile files into a Make variablePirama Arumuga Nainar2018-01-291-0/+8
* Support instrumenting all PGO-enabled modulesPirama Arumuga Nainar2018-01-221-5/+9
* Update profile_file discovery rulesPirama Arumuga Nainar2018-01-181-13/+28
* Add cflags sub-property to 'pgo'Pirama Arumuga Nainar2017-12-131-0/+5
* 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