- 06 Feb, 2014 4 commits
- 04 Feb, 2014 1 commit
-
-
Jacob Emil Baungard Hansen authored
-
- 17 Dec, 2013 1 commit
-
-
Raphael 'kena' Poss authored
-
- 16 Dec, 2013 5 commits
-
-
Raphael 'kena' Poss authored
-
Raphael 'kena' Poss authored
-
Raphael 'kena' Poss authored
-
Raphael 'kena' Poss authored
-
Raphael 'kena' Poss authored
-
- 13 Dec, 2013 14 commits
-
-
-
-
and perhaps worse.
-
2. Adjust callers of same to reflect new function names. 3. Fix something in AWLFI that I don't recall at present...
-
-
2. Clarify DBUG_PRINT statements to disambiguate them.
-
Victor introduced realloc in while working on the new memory tracking, however, we didn't have a global binding for MEMrealloc and in a couple of places there were customly made reallocs. Fixed compat.h simplifying bindings to MEMxxx functions. Adjusted Santanu's flexsub code to use the new function.
-
-
-
We now: a. have explicit code to generate extrema for cases such as max( constant, nonconstantWithConstantMinval). b. No longer overwrite extrema values when propagating min()/max(). The underlying problem is that we really want to be able to deduce several properties when extrema are NOT constant. E.g., for z = max( a, b): z >= a AND z >= b AND z >= AVIS_MIN( a) AND z >= AVIS_MIN( b) AND
-
-
-
This makes AWLF unit test wlcondoAKD.sac and wlcondoAKS.sac unit tests generate essentially identical code. 2. Clean up some utility function predicate names in CF. 3. Clean up CF code a bit. 4. CF unit test suite now runs clean with this build. AWLF does NOT run clean.
-
Fix Bug #1088, in which CF caused major havoc in cubslcrash.sac, due to incorrect computation of WL partition intersections.
-
- 03 Oct, 2013 2 commits
-
-
Raphael 'kena' Poss authored
-
Raphael 'kena' Poss authored
-
- 02 Oct, 2013 5 commits
-
-
Raphael 'kena' Poss authored
-
Raphael 'kena' Poss authored
-
Raphael 'kena' Poss authored
-
Raphael 'kena' Poss authored
-
Raphael 'kena' Poss authored
-
- 01 Oct, 2013 3 commits
-
-
Raphael 'kena' Poss authored
-
Raphael 'kena' Poss authored
-
Raphael 'kena' Poss authored
SYScall on a pipe a | b only fails if b fails. (shell semantics) Since the preprocessor call also invokes sed, the entire command does appear to succeed even if preprocessing fails.
-
- 30 Sep, 2013 5 commits
-
-
Raphael 'kena' Poss authored
Overview: - potentially separate output directories for Tree and Mod files. Option -o sets output dir for Tree files, -olib for Mod files, but flag -olib defaults to be the same as -o if not specified. - flag -install for modules defaults the output directories set by new resources TREE_OUTPUTDIR and LIB_OUTPUTDIR.
-
Raphael 'kena' Poss authored
-
Raphael 'kena' Poss authored
-
Raphael 'kena' Poss authored
-
Raphael 'kena' Poss authored
-