1. ceb5b76 Add platform-wide sampling PGO option by Yi Kong · 4 years, 10 months ago
  2. 807d49b Disable PGO profile use in Clang-based coverage builds by Pirama Arumuga Nainar · 4 years, 11 months ago
  3. b6ec66a Add -fprofile-sample-accurate flag for sampling PGO by Yi Kong · 5 years ago
  4. 61a1b98 Add -fdebug-info-for-profiling flag to emit more debug info for sampling pgo by Yi Kong · 5 years ago
  5. 92474e5 Add "-no-warn-sample-unuse=true" to work around AutoFDO issue by Yi Kong · 5 years ago
  6. 0b99321 Support sampling PGO profiles by Yi Kong · 5 years ago
  7. 4af21ed Split local and global cflags by Colin Cross · 5 years ago
  8. 3a25405 Remove redundant -fexperimental-new-pass-manager by Pirama Arumuga Nainar · 6 years ago
  9. 69c1ed9 Turn on new pass manager for PGO projects by Yi Kong · 6 years ago
  10. 571cccf Prepare for a type-safe OnceKey by Colin Cross · 6 years ago
  11. ca610d2 Take Enable_profile_use into account when checking if PGO is enabled by Yi Kong · 7 years ago
  12. 8aed42c Use a versioned profile file if available by Pirama Arumuga Nainar · 7 years ago
  13. 32f3898 Remove unused intermediates parameter from ExistentPathForSource by Colin Cross · 7 years ago
  14. 7e53c57 Disable inlining and loop unrolling in LTO without PGO profile by Yi Kong · 7 years ago
  15. 4954080 Search for PGO profiles in PGO_ADDITIONAL_PROFILE_DIRS by Pirama Arumuga Nainar · 7 years ago
  16. 28316d4 Store missing profile files into a Make variable by Pirama Arumuga Nainar · 7 years ago
  17. e236b5a Support instrumenting all PGO-enabled modules by Pirama Arumuga Nainar · 7 years ago
  18. 64946fe Update profile_file discovery rules by Pirama Arumuga Nainar · 7 years ago
  19. 690ed55 Add cflags sub-property to 'pgo' by Pirama Arumuga Nainar · 7 years ago
  20. 6510f91 Replace ModuleContext.AConfig() with Config() by Colin Cross · 7 years ago
  21. 6aeed8b Add enable_profile_use property by Pirama Arumuga Nainar · 7 years ago
  22. 0fdfc45 Do not use profiles if ANDROID_PGO_NO_PROFILE_USE is set by Pirama Arumuga Nainar · 7 years ago
  23. 3f5bb9c Refactor methods to be on PgoProperties struct by Pirama Arumuga Nainar · 7 years ago
  24. 6fc8d91 Check if "instrumentation" and "sampling" are set together by Pirama Arumuga Nainar · 7 years ago
  25. 49b53d5 Explicitly link the profile runtime during PGO by Pirama Arumuga Nainar · 7 years ago
  26. f4c0baf Pass -Wno-backend-plugin when using profiles by Pirama Arumuga Nainar · 7 years ago
  27. ada83ec Add PGO support to soong by Pirama Arumuga Nainar · 7 years ago