Skip to content
Snippets Groups Projects
  1. Dec 19, 2018
  2. Jun 18, 2018
  3. Apr 03, 2017
  4. Mar 01, 2017
  5. Apr 25, 2016
  6. Dec 14, 2015
  7. Nov 08, 2015
    • whh8b's avatar
      Ask plugins about where to place dollops · b09757c6
      whh8b authored
      Let a plugin tell us about where to plop a dollop.
      This change includes a
      
      1. utils namespace with a function to calculate
      the worst case instruction size.
      2. Dollop_t type that can be used to describe
      and pass around a dollop.
      b09757c6
  8. Oct 16, 2015
  9. Aug 21, 2015
    • whh8b's avatar
      Update Zipr to support plugins plopping insns. · eb0e16bf
      whh8b authored
      1. Add support for plugins to call certain
      Zipr_t functions. This meant making a class
      that is Zipr_t and then converting the actual
      implementation to a subclass (ZiprImpl_t). The
      Zipr_t goes in the zipr_sdk.
      
      2. Ask all plugins about each instruction
      and determine whether there are any takers
      for plopping.
      
      3. When plopping an instruction, consider
      whether or not a plugin asked to do the plopping.
      If so, let it do the work.
      eb0e16bf
  10. Feb 07, 2015
  11. Feb 03, 2015
  12. Jan 27, 2015
  13. Oct 24, 2014
  14. Sep 25, 2014
  15. Sep 22, 2014
  16. Sep 19, 2014
  17. Sep 18, 2014
  18. Sep 17, 2014
Loading