- Oct 19, 2023
-
-
Leon Weiss authored
Document known issues
-
Leon Weiss authored
-
Leon Weiss authored
Replacing RIP with insn->size() results in a loss of information
-
Leon Weiss authored
Otherwise annotations would now belong to the newly inserted instruction
-
Leon Weiss authored
-
Leon Weiss authored
-
Leon Weiss authored
-
- Jun 08, 2023
-
-
Jason Hiser authored
-
- May 23, 2023
-
-
Jason Hiser authored
-
- Apr 03, 2023
-
-
Jason Hiser authored
-
- Apr 01, 2023
-
-
Jason Hiser authored
-
- Mar 28, 2023
-
-
Jason Hiser authored
-
- Mar 27, 2023
-
-
Jason Hiser authored
-
- Feb 14, 2023
-
-
Jason Hiser authored
-
- Feb 09, 2023
-
-
Jason Hiser authored
-
- Feb 01, 2023
-
-
Jason Hiser authored
-
Jason Hiser authored
-
- Jan 10, 2023
-
-
Jason Hiser authored
-
- Jan 09, 2023
-
-
Jason Hiser authored
-
- Jan 06, 2023
-
-
Jason Hiser authored
-
Jason Hiser authored
Update to use CentOS Stream 9, intead of CentOS 7.6
-
- Nov 07, 2022
-
-
Jason Hiser authored
-
- Oct 08, 2022
-
-
gitlab-runner authored
-
- Jul 20, 2022
-
-
Jason Hiser authored
-
-
Jason Hiser authored
-
- Jul 11, 2022
-
-
- May 19, 2022
-
-
Jason Hiser authored
Address issue with one table being unpinned, and another table not being unpinned.
-
- May 04, 2022
-
-
Jason Hiser authored
Fixed calls break exception handling, and largely aren't needed anymore. We were still "fixing" calls when it had no fallthrough instruction, assuming the call is used for something else. Except that sometimes a "call _cxa_throw" ends a function/section and legitimately has no fallthrough. And this breaks the exception handling. Testing this fix against the Zipr test suite to verify that it is OK on a large suite of programs.
-
- Apr 27, 2022
-
-
Jason Hiser authored
-
- Apr 25, 2022
-
-
Jason Hiser authored
-
-
- Apr 22, 2022
-
-
Jason Hiser authored
Also added tests.
-
- Apr 21, 2022
-
-
Andreas Wendler authored
-
- Apr 16, 2022
-
-
Andreas Wendler authored
The main problem is the use of an addition instead of a multiplication for scale values. In addition, to make sure the result can be used to create new instructions from assembly, all generated numbers must be in hex.
-
- Jan 10, 2022
-
-
Jason Hiser authored
-
- Jan 08, 2022
-
-
Jason Hiser authored
-
- Dec 31, 2021
-
-
Jason Hiser authored
-
- Dec 29, 2021
-
-
- Dec 20, 2021
-
-
Jason Hiser authored
Found bug resulting from hidden static variable in ctime() function.
-