summaryrefslogtreecommitdiff
path: root/cc/afdo.go
AgeCommit message (Expand)Author
2025-03-05Enable --salvage-unused-profile for AutoFDO Yi Kong
2025-03-04Enable --salvage-stale-profile for AutoFDO Yi Kong
2025-02-19Add LDFlags for FSAFDO Yi Kong
2024-12-18Convert getFdoProfilePathFromDep and addStubDependencyProviders to use Yu Liu
2024-12-09Add and use staticLibrary() Colin Cross
2024-08-05Do not enable AFDO for coverage builds Yi Kong
2024-07-02AFDO: Do not mutate on disabled modules Yi Kong
2024-02-09Remove fdoProfileMutator Colin Cross
2024-02-07Convert AFDO mutators to TransitionMutator Colin Cross
2024-02-07Disable more of AFDO for host modules Colin Cross
2024-02-06Revert "Convert AFDO mutators to TransitionMutator" Ke-Yu Lu
2024-02-06Revert "Remove fdoProfileMutator" Ke-Yu Lu
2024-01-26Remove fdoProfileMutator Colin Cross
2024-01-26Convert AFDO mutators to TransitionMutator Colin Cross
2023-12-14Convert OtherModuleProvider to generic providers API Colin Cross
2023-12-08Remove ConvertWithBp2build implementations Colin Cross
2023-12-04Do not perform AFDO or optimizing LTO for eng builds Yi Kong
2023-11-15Revert "afdo: Remove -fprofile-sample-accurate flag" Yi Kong
2023-10-16Add additional flag required for Flow Sensitive AFDO Yi Kong
2023-10-10Enable Flow Sensitive AutoFDO Yi Kong
2023-07-27Do not enable AFDO if the option is off, even if there is a profile file Yi Kong
2023-07-05Add comment for afdo flag Vinh Tran
2023-06-06afdo: Remove -fprofile-sample-accurate flag Yi Kong
2023-04-21Enable -funique-internal-linkage-names when afdo=true Yabin Cui
2023-04-05Prepend AFDO flags to allow overriding Yi Kong
2023-03-31Reimplement afdo support for rust Vinh Tran
2023-03-31Implement fdo_profile module type Vinh Tran
2022-11-11Remove AfdoAdditionalProfileDirs product variable Vinh Tran
2022-08-17Reformat build/soong for go 1.19 Colin Cross
2022-04-08moved comment to describe Afdo bool Alix
2022-02-10Turn on Unique Internal Names for AFDO Yi Kong
2022-01-25Allow static binaries to enable AFDO Yi Kong
2022-01-21AFDO for Rust Yi Kong
2021-12-21Introduce afdo Yi Kong