8000 Tags · google/autofdo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: google/autofdo

Tags

v0.30.1

Toggle v0.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
RELEASE notes for v0.30.1 (#222)

Release Notes for v0.30.1

## What's Changed
* Added missing support for "--propeller_output_module_names" by @shenhanc78 in #219
* The last sync seems dropped --propeller_cluster_encoding_version by @shenhanc78 in #220
* Make --propeller_chain_split defaults to true. by @shenhanc78 in #221


**Full Changelog**: v0.30...v0.30.1

v0.30

Toggle v0.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create RELEASE.md for v0.30 (#218)

* Create RELEASE.md for v0.30

* Removed "## New Contributors" section.

master

Toggle master's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge 7199c80 into c231b3b

v0.20.1

Toggle v0.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Avoid breakages for builds with libprotobuf < 3.16.0 (#197)

Recent commit 623c777 upgraded perf_data_converter to a version that
uses `google::protobuf::RepeatedField<unsigned int>::Assign`, which was
introduced in libprotobuf version 3.16.0. This commit breaks builds
that use libprotobuf < 3.16.0, such as stock builds on Ubuntu 20.04
(which uses v3.6.1) and Ubuntu 22.04 (which uses v3.12.4).

Thankfully, this dependency was introduced after the SPE Decoder, so we
can take a snapshot of perf_data_converter in the compatible range.

v0.20

Toggle v0.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sync AFDO/Propeller with internal and enable Arm SPE support (#191)

Sync AFDO/Propeller with internal

This change:
  1. Updates necessary dependencies
  2. Brings AutoFDO and Propeller core libraries up to date
  3. Adds library functionality for SPE-driven Propeller and AutoFDO
     profile generation
  4. Enables SPE-driven Propeller and AutoFDO profile generation in
     create_llvm_prof
  5. Reapplies PR #134 and #156, which weren't synced internally

0.19

Toggle 0.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle empty inlining stacks in create_llvm_prof (#77)

This might validly happen in cases where the binary offset corresponds to a .S file (for example).

0.18

Toggle 0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #59 from taewookoh/use_discriminator_encoding

Use discriminator encoding

0.17

Toggle 0.17's commit message
Merge pull request #52 from gburgessiv/master

Fix path truncation in profile_creator

0.16

Toggle 0.16's commit message
Merge pull request #45 from google/sync

Fix the unsuppported event type issue: when we process new perf.data …

v0.15

Toggle v0.15's commit message
Merge pull request #32 from google/use-llvm-profiledata

Re-factor profile writer to separate LLVM and GCC writers.
0