| | Authored by dberris on Jul 5 2016, 3:56 AM. Event Timelinedberris retitled this revision from [XRay] Initial XRay Function Call Accounting Tool to [XRay] Implement `llvm-xray extract`, start of the llvm-xray tool. dberris planned changes to this revision. dberris marked an inline comment as done. This revision is now accepted and ready to land. This revision is now accepted and ready to land. Path | Size |
---|
| | | 1 line | | | | 9 lines | | 404 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
c44606b2dcf2 | 5210e0d8711a | 89a968785616 | Dean Michael Berris | Support reading out headers from the start of the log file, compute durations… (Show More…) | Jul 18 2016, 4:38 AM | 89a968785616 | 95b17082c946 | d2172b2bbe08 | Dean Michael Berris | Refactoring, use consistent name for types | Jul 7 2016, 10:28 PM | d2172b2bbe08 | bf02fdb3f81e | d50c874cc923 | Dean Michael Berris | Fix up stack printing, and tail call stack unwinding | Jul 7 2016, 3:25 AM | d50c874cc923 | 13d201061ebe | 30b85ea04350 | Dean Michael Berris | Recognize tail calls, clean up output a bit, implement a verbose mode for log… (Show More…) | Jul 7 2016, 1:41 AM | 30b85ea04350 | d3baa5313d1e | e4839f0518ba | Dean Michael Berris | Handle <invalid> symbolized names better | Jul 6 2016, 3:51 AM | e4839f0518ba | 632971d46bfd | 9f58f9e65f59 | Dean Michael Berris | Load instrumentation map, and symbolize names if we can | Jul 6 2016, 3:43 AM | 9f58f9e65f59 | 803e2dc67d14 | 73585958d458 | Dean Michael Berris | | Jul 5 2016, 3:53 AM |
|
I don't think we can unconditionally use noexcept (because MSVC 2013) - there's an LLVM_NOEXCEPT macro used in some places, but I probably wouldn't bother with it at all unless there's a lot of value.