- Nov 27, 2023
-
-
Kathlene Magnus authored
Fix Python Error By Adding Main Function
-
Kathlene Magnus authored
-
- Oct 25, 2023
-
-
bdutro authored
Upstream latest updates
-
Brett Dutro authored
NOPs when non-user skipping is enabled
-
Brett Dutro authored
-
Brett Dutro authored
Add instruction index (instIndex()) and unskipped instruction index (unskippedInstIndex()) to STFBranch - Instruction index = index of branch when using STFInstReader with same non-user skipping mode - Unskipped instruction index = index of branch when using STFInstReader with no skipping enabled
-
- Jun 03, 2023
-
-
bdutro authored
Upstream bug fixes, update TransactionRecord format
-
Brett Dutro authored
- Reinitialize it to 0 before reading elements in case this is a cached object -
Brett Dutro authored
- Fixes bug where re-using a cached TransactionRecord had stale metadata -
Brett Dutro authored
-
Brett Dutro authored
This reverts commit 07f808cdb4bd93394c4655019cd7063fd77e7b97. The original patch fixed a bug (checking RS1 twice instead of checking RS1 and RS2), but broke detection of JAL/JR instructions since it added superfluous X0 src/dest operands. This reverts the patch and fixes the original RS1/RS2 bug.
-
Brett Dutro authored
-
Brett Dutro authored
-
Brett Dutro authored
-
Brett Dutro authored
- Each entry has its own type specifier, allows mixing types in the same record -
Brett Dutro authored
-
Brett Dutro authored
- Allows the trace writer to specify how a metadata field should be interpreted/formatted - Can be extended in the future for more complicated data types and error checking -
Brett Dutro authored
-
Brett Dutro authored
-
- May 10, 2023
-
-
bdutro authored
Upstream latest fixes
-
bdutro authored
Add github workflow to build library
-
Brett Dutro authored
-
Brett Dutro authored
-
Suraj Shirvankar authored
Signed-off-by:Suraj Shirvankar <surajshirvankar@gmail.com>
-
- Apr 08, 2023
-
-
Brett Dutro authored
- BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE was causing some strange compile errors
-
- Apr 07, 2023
-
-
Benoy Alexander authored
-
Brett Dutro authored
-
Brett Dutro authored
existing traces - It can be renamed once 0x19a gets an official definition -
David Yu authored
-
- Feb 18, 2023
-
-
Brett Dutro authored
-
- Feb 14, 2023
-
-
Brett Dutro authored
- Needed to avoid bug in https://gitlab.kitware.com/cmake/cmake/-/issues/20194
-
- Feb 10, 2023
-
-
Brett Dutro authored
-
Brett Dutro authored
-
- Jan 13, 2023
-
-
Brett Dutro authored
Fixes #8
-
Brett Dutro authored
-
bdutro authored
fix read & write example in README
-
Brett Dutro authored
-
Brett Dutro authored
- Automatically imports stfpy when stfpython is invoked
-
Brett Dutro authored
of the header
-
Brett Dutro authored
-