| commit | dca834089a88ab6c8aef2cdb496e1260906e7462 | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Mon Jun 27 23:26:08 2016 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Mon Jun 27 23:26:08 2016 +0000 |
| tree | d0290e31c0edd78cd4a2676bc891a236305960ed | |
| parent | 3d2c1e6a7c13536f9481cc844e116510f85f6205 [diff] |
[PM] Improve the debugging and logging facilities of the CGSCC bits of the new pass manager. This adds operator<< overloads for the various bits of the LazyCallGraph, dump methods for use from the debugger, and debug logging using them to the CGSCC pass manager. Having this was essential for debugging the call graph update patch, and I've extracted what I could from that patch here to minimize the delta. llvm-svn: 273961