llvm-project
[SampleFDO] Stale profile call-graph matching
#95135
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
25
Changes
View On
GitHub
Commits
[SampleFDO] Stale profile renaming matching
wlei-llvm
committed
1 year ago
addressing comments
wlei-llvm
committed
1 year ago
fix test & udpate non-inline call targets & addressing comments
wlei-llvm
committed
1 year ago
addressing comments
wlei-llvm
committed
1 year ago
change ProfCallee to ProfFunc
wlei-llvm
committed
1 year ago
early break for non-inline callees match when NewIRCallees is empty
wlei-llvm
committed
1 year ago
refactoring findOrMatchFunction
wlei-llvm
committed
1 year ago
addressing comments
wlei-llvm
committed
1 year ago
fix comment
wlei-llvm
committed
1 year ago
run matching in top-down order and along with CFG matching
wlei-llvm
committed
1 year ago
add stats
wlei-llvm
committed
1 year ago
FunctionProfileNameMap to FuncToProfileNameMap and fix lint
wlei-llvm
committed
1 year ago
fix varibale name
wlei-llvm
committed
1 year ago
fix typo and incorrect comments
wlei-llvm
committed
1 year ago
addressing comment: build its own top-down function for matcher
wlei-llvm
committed
1 year ago
addressing comment
wlei-llvm
committed
1 year ago
addressing feedback
wlei-llvm
committed
1 year ago
add test for recursive case
wlei-llvm
committed
1 year ago
renaming and fix comments
wlei-llvm
committed
1 year ago
Merge branch 'main' into call-graph-matching
wlei-llvm
committed
1 year ago
rename to FunctionsWithoutProfile
wlei-llvm
committed
1 year ago
refactor functionHasProfile
wlei-llvm
committed
1 year ago
fix use-after-free
wlei-llvm
committed
1 year ago
Merge branch 'main' into call-graph-matching
wlei-llvm
committed
1 year ago
Merge branch 'llvm:main' into call-graph-matching
wlei-llvm
committed
1 year ago
Loading