Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" ↵ | Fangrui Song | 2019-12-24 | 1 | -2/+2 |
| | | | | as cleanups after D56351 | ||||
* | Fix prof branch_weights in entry_counts_missing_dbginfo.ll test | Yevgeny Rouban | 2019-05-16 | 1 | -1/+1 |
| | | | | | | | | | Removed extra parameter from !prof branch_weights metadata of a call instruction according to the spec. Differential Revision: https://reviews.llvm.org/D61932 llvm-svn: 360843 | ||||
* | [llvm] Avoid div by 0 when updating profile weights. | Mircea Trofin | 2019-05-08 | 1 | -0/+179 |
Reviewers: davidxl Reviewed By: davidxl Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D61661 llvm-svn: 360223 |