- Oct 01, 2018
-
-
Jason Hiser authored
-
Jason Hiser authored
-
Jason Hiser authored
-
- Sep 05, 2018
-
-
Jason Hiser authored
Support unpinned ibts See merge request allzp/zipr!12
-
- Aug 31, 2018
-
-
Will Hawkins authored
Resolve "probNog has non-determinism and doesn't always work" Closes #11 See merge request allzp/zipr!13
-
- Aug 27, 2018
-
-
Jason Hiser authored
-
- Aug 26, 2018
-
-
Matthew McGill authored
-
Matthew McGill authored
-
- Aug 16, 2018
-
-
Jason Hiser authored
-
- Aug 13, 2018
-
-
Matthew McGill authored
-
- Jul 28, 2018
-
-
Will Hawkins authored
Make sure that Zipr does not produce segments with RWX permissions. Closes #8 See merge request allzp/zipr!11
-
Will Hawkins authored
Use copy_if and max_element rather than for loops.
-
- Jul 27, 2018
-
-
Matthew McGill authored
-
- Jul 26, 2018
-
-
Jason Hiser authored
-
Jason Hiser authored
-
Jason Hiser authored
-
Will Hawkins authored
Fixes #8. This will match the gap-filling scoop's perms with those of the adjacent scoop. Then, for any gap-filling scoops that are not executable, fill their contents with f4s.
-
- Jul 24, 2018
-
-
Matthew McGill authored
-
- Jul 23, 2018
-
-
Jason Hiser authored
-
- Jul 21, 2018
-
-
Matthew McGill authored
-
- Jul 20, 2018
-
-
Jason Hiser authored
-
- Jul 17, 2018
-
-
Matthew McGill authored
-
- Jul 10, 2018
-
-
Jason Hiser authored
-
- Jul 09, 2018
-
-
Jason Hiser authored
-
- Jul 05, 2018
-
-
Jason Hiser authored
-
Jason Hiser authored
Do not remove iterator from file's data scoops See merge request allzp/zipr!10
-
Will Hawkins authored
Thanks to a change to the time when scoops are added to the file's data scoops, the clause that removes empty data scoops should not *always* remove empty scoops from the set of global scoops.
-
- Jun 28, 2018
-
-
Jason Hiser authored
Resolve "Overlapping sections cause problem with padding code." Closes #5 See merge request allzp/zipr!9
-
Will Hawkins authored
This fixes an issue where a pinned address was 1. unpinned 2. reserved as part of a chain 3. exists in a sled and all hell broke loose. The fix is to make sure that the pinned addresses are only recorded *after* the initial unpinning code happens. As a further fix, there should be a function that unpins an address (it would reset the ibta of the instruction and clear the pinned address map.)
-
- Jun 26, 2018
-
-
Jason Hiser authored
Fix #5: Handle overlapping sections Closes #5 See merge request allzp/zipr!8
-
Will Hawkins authored
Handle overlapping sections properly. This was a problem with calculation of the gap between two sections that happen to overlap. It resulted in a negative gap that turned into a very large positive number.
-
- Jun 23, 2018
-
-
Will Hawkins authored
Gitlabrunner See merge request allzp/zipr!7
-
Will Hawkins authored
This will build zipr and check that it compiles.
-
Will Hawkins authored
-
Will Hawkins authored
Turn off warnings as errors for deprecated features. Leaving these warnings as errors breaks the build with newer versions of GCC.
-
Will Hawkins authored
-
Will Hawkins authored
-
- Jun 22, 2018
-
-
Will Hawkins authored
-
Will Hawkins authored
-
Will Hawkins authored
-