1. Nov 01, 2021
  2. Oct 19, 2021
  3. Sep 28, 2021
  4. Sep 24, 2021
  5. Sep 23, 2021
  6. Aug 23, 2021
  7. Aug 21, 2021
  8. Aug 19, 2021
  9. Apr 07, 2021
  10. Apr 02, 2021
    • Sean McGoogan's avatar
      Further improvements and fixes to the C code codecs · 3b060968
      Sean McGoogan authored
      
      
      This commit is mainly some minor bug-fixes, and a few miscellaneous
      minor changes. These changes are:
      
          * Initialize decoder->decoded_cache[] properly when PC == 0x0
      
          * Remove the "with_address" field from the te_inst_t structure.
      
          * Added a new predicate function te_is_with_address()
      
          * Added the prefix "i" to some identifiers, making it clear this
            identifier is specific to instruction trace.
      
          * Updated copyright information, assigning copyright to Siemens.
      
          * Added SPDX copyright and licence designators.
      
      These files are intended as reference example implementations in C for
      both the trace-encoder and the trace-decoder, providing the "heart"
      of the respective algorithms.
      
      Note: any existing code will need to modified when re-basing to use this
      commit. To be clear, any extant code that initializes the "with_address"
      field in the struct te_inst_t can simply be deleted. There is no need
      do anything else, or write any new code.
      
      Signed-off-by: default avatarSean McGoogan <Sean_McGoogan@mentor.com>
      3b060968
  11. Mar 12, 2021
  12. Mar 08, 2021
  13. Feb 11, 2021
  14. Feb 10, 2021
  15. Feb 09, 2021
  16. Jan 15, 2021
  17. Jan 12, 2021
  18. Jan 05, 2021
  19. Dec 19, 2020
  20. Dec 04, 2020
  21. Dec 02, 2020
  22. Nov 30, 2020