-
test/tools/llvm-xray/X86/
| | 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 |
---|
| test/ | tools/ | llvm-xray/ | X86/ |
| | | 16 lines | | 1 line | | | | 10 lines | | 42 lines | | 59 lines | | 271 lines | | 43 lines | | 40 lines | | 32 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
6e28df0c6bc0 | 20da83048acd | 96aca6296ee7 | Dean Michael Berris | Use DataExtractor properly | Oct 18 2016, 11:35 PM | 96aca6296ee7 | 146a404fe3cb | 5fa5c4cf25b1 | Dean Michael Berris | Use DataExtractor. | Oct 18 2016, 10:15 PM | 5fa5c4cf25b1 | 9b4b56cc8599 | e9b8a4c8fe12 | Dean Michael Berris | Use a common sled representation, hide ELF64-specific implementation detail | Oct 17 2016, 10:38 PM | e9b8a4c8fe12 | bed9599739eb | e1010e8e2c08 | Dean Michael Berris | Fix handling of error. | Oct 17 2016, 6:10 PM | e1010e8e2c08 | 82e6929d40fc | 61efdc5db5c1 | Dean Michael Berris | Use errors exclusively | Oct 16 2016, 11:04 PM | 61efdc5db5c1 | a12e0e1a3812 | 08ef334180e7 | Dean Michael Berris | Address some review comments | Oct 13 2016, 12:30 AM | 08ef334180e7 | 0279c5b19cb0 | 7f17be8182d7 | Dean Michael Berris | Remove unnecessary end marker for enums | Oct 9 2016, 5:47 PM | 7f17be8182d7 | 158bcf94cff7 | 2a764082bf4a | Dean Michael Berris | Remove instrmap example file. | Oct 5 2016, 11:59 PM | 2a764082bf4a | 84075336a7bd | 35d01f475493 | Dean Michael Berris | Additional changes | Oct 5 2016, 11:54 PM | 35d01f475493 | b730a4f25db4 | 44965f798e89 | Dean Michael Berris | Address review comments | Oct 5 2016, 11:32 PM | 44965f798e89 | 304a84b2bcae | 80513451d8f1 | Dean Michael Berris | Add a command registry interface | Oct 5 2016, 1:49 AM | 80513451d8f1 | 2ddf0ca882bb | e7652aaf227e | Dean Michael Berris | Address review comments | Sep 13 2016, 10:24 PM | e7652aaf227e | 183740ad5c05 | 63e756566e6c | Dean Michael Berris | Move invocation logic to function in subcommand definition | Sep 12 2016, 12:09 AM | 63e756566e6c | d532677c38cf | 0f1154bddaca | Dean Michael Berris | Fix header guard spelling | Sep 8 2016, 10:45 PM | 0f1154bddaca | 3434a9cb36f4 | 2e4381ef7936 | Dean Michael Berris | [XRay] Implement `llvm-xray extract`, start of the llvm-xray tool (Show More…) | Sep 8 2016, 9:58 PM |
|
Do we need both yaml and json? If this is only for testing purposes, seems one would suffice? (is this for other purposes?)