Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-mca] Move views and stats into a Views subdir. NFC. | Matt Davis | 2018-08-24 | 1 | -49/+0 |
| | | | | llvm-svn: 340645 | ||||
* | [llvm-mca] Simplify eventing by adding an onEvent templated method. | Matt Davis | 2018-07-12 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | Summary: This patch eliminates some redundancy in iterating across Listeners for the Instruction and Stall HWEvents, by introducing a template onEvent routine. This change was suggested by @courbet in https://reviews.llvm.org/D48576. I hope that this patch addresses that suggestion appropriately. I do like this change better than what we had previously. Reviewers: andreadb, courbet, RKSimon Reviewed By: andreadb, courbet Subscribers: javed.absar, tschuett, gbedwell, llvm-commits, courbet Differential Revision: https://reviews.llvm.org/D48672 llvm-svn: 336916 | ||||
* | [llvm-mca] Clean up the header comment. NFC. | Matt Davis | 2018-06-14 | 1 | -2/+1 |
| | | | | | | This change removes a few dashes to make room for the header syntax string. llvm-svn: 334770 | ||||
* | [llvm-mca] Renamed BackendStatistics to RetireControlUnitStatistics. | Andrea Di Biagio | 2018-04-11 | 1 | -0/+51 |
Also, removed flag -verbose in favor of flag -retire-stats. llvm-svn: 329794 |