Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [XRay][tools] Fixup for pedantic and permissive errors/warnings | Dean Michael Berris | 2017-04-24 | 1 | -2/+2 |
| | | | | | | | | Remove extraneous semicolons and fully qualify the Trace type. Follow-up to D29320. llvm-svn: 301161 | ||||
* | [XRay] A tool for Comparing xray function call graphs | Dean Michael Berris | 2017-04-24 | 1 | -0/+74 |
Summary: This is a tool for comparing the function graphs produced by the llvm-xray graph too. It takes the form of a new subcommand of the llvm-xray tool 'graph-diff'. This initial version of the patch is very rough, but it is close to feature complete. Depends on D29363 Reviewers: dblaikie, dberris Reviewed By: dberris Subscribers: mgorny, llvm-commits Differential Revision: https://reviews.llvm.org/D29320 llvm-svn: 301160 |