Skip to content
Snippets Groups Projects
  1. Dec 14, 2015
  2. Dec 09, 2015
  3. Dec 04, 2015
    • whh8b's avatar
      Add support for nop-ing fallthrough patches · 1224d433
      whh8b authored
      Any patch whose target immediately follows can be
      turned into a five byte nop. This is not 100% ideal
      but it is a good start to test whether this optimization
      is worthwhile.
      1224d433
  4. Dec 03, 2015
  5. Nov 11, 2015
  6. Nov 09, 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. Nov 05, 2015
    • whh8b's avatar
      Re-enable stats printing · 8ae7e2ea
      whh8b authored
      Remove the dependency of the Zipr statistics
      class on Zipr options. Also, re-enable printing
      of the stats at the end of the Zipr.
      8ae7e2ea
  9. Oct 22, 2015
  10. Oct 21, 2015
  11. Oct 20, 2015
  12. Oct 16, 2015
  13. Sep 01, 2015
  14. 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
  15. Aug 17, 2015
  16. Jul 30, 2015
  17. Feb 17, 2015
  18. Feb 08, 2015
  19. Feb 07, 2015
  20. Feb 03, 2015
  21. Jan 28, 2015
  22. Jan 27, 2015
  23. Jan 12, 2015
  24. Jan 08, 2015
Loading