- Aug 05, 2021
-
-
Jason Hiser authored
-
Jason Hiser authored
-
- Aug 04, 2021
-
-
Jason Hiser authored
-
- Feb 14, 2019
-
-
Jason Hiser authored
-
- Feb 13, 2019
-
-
Jason Hiser authored
-
- Feb 08, 2019
-
-
Jason Hiser authored
-
- Jan 26, 2019
-
-
Jason Hiser authored
-
- Apr 14, 2017
-
-
whh8b authored
-
- Jun 27, 2016
-
-
whh8b authored
1. Update semantics of how plugins determine the size and space of the dollop that they will plop. 2. Add sorting for plugin invocation based on lexigraphical sorting.
-
- May 31, 2016
-
-
jdh8d authored
-
- Apr 02, 2016
-
-
whh8b authored
-
- Feb 17, 2016
-
-
whh8b authored
1. Allow AddressDollop() to tell Zipr whether the dollops should be coalesced. Defaults to true. 2. Allow the plugin to retarget a pin.
-
- Jan 10, 2016
-
-
whh8b authored
Give the source address for the instruction that is targeting the dollop to be placed. This will give another signal to placement plugins to help them make a decision.
-
- Dec 18, 2015
-
-
whh8b authored
-
- Nov 11, 2015
-
-
whh8b authored
-
- Nov 08, 2015
-
-
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.
-
- Oct 22, 2015
- Oct 16, 2015
-
-
whh8b authored
-
- Aug 21, 2015
-
-
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.
-
- Feb 07, 2015
-
-
jdh8d authored
-