- 24 Mar, 2006 5 commits
-
-
Clemens Grelck authored
This is necessary for the improved tree sanity checks in traverse.c
-
Clemens Grelck authored
-
Clemens Grelck authored
Simplified signature of LiftId() and LiftIds().
-
Clemens Grelck authored
-
Clemens Grelck authored
immediately restoring ssa form by using an otheriwse outdated function in ssa.c, we restore ssa form in a separate subphase as in all other similar cases.
-
- 23 Mar, 2006 6 commits
-
-
Jan-Henrik Baumgarten authored
-
Kai Trojahner authored
-
Jan-Henrik Baumgarten authored
-
Kai Trojahner authored
-
Kai Trojahner authored
-
Kai Trojahner authored
-
- 22 Mar, 2006 4 commits
-
-
Jan-Henrik Baumgarten authored
-
Jan-Henrik Baumgarten authored
-
Clemens Grelck authored
-
Clemens Grelck authored
on demand.
-
- 16 Mar, 2006 1 commit
-
-
Stephan Herhut authored
Removed RETURN_REFERENCE as it was no longer used.
-
- 15 Mar, 2006 4 commits
-
-
Stephan Herhut authored
prior to insert vardec reenabled CLEANMEM in developer version. Although this slows down the performance of sac2c, many errors were not detected any more.
-
Clemens Grelck authored
MUST occur before final typechecking because the type checker does currently not support multi-operator with-loops. The sequence of subphases in phase_info.mac has been adjusted to the reality in optimize.c.
-
Clemens Grelck authored
Unfortunately, the first bug fix attempt showed no success.
-
Jan-Henrik Baumgarten authored
-
- 14 Mar, 2006 3 commits
-
-
Jan-Henrik Baumgarten authored
-
Jan-Henrik Baumgarten authored
changed the output the memcheck functions; added (sac2c) -d memcheck to start the memchecks; fix some problems in treecheck mechanimn
-
Clemens Grelck authored
-
- 13 Mar, 2006 4 commits
-
-
Clemens Grelck authored
a given with-loop.
-
Clemens Grelck authored
-
Clemens Grelck authored
-
Clemens Grelck authored
functions are tagged ST to smooth the further compilation process. SpmdLift now removes vardecs of variables that have been lifted and in the case of unconditional spmd blocks no longer occur in the original function.
-
- 12 Mar, 2006 1 commit
-
-
Clemens Grelck authored
-
- 10 Mar, 2006 2 commits
-
-
Stephan Herhut authored
-
Clemens Grelck authored
of the code: a sequential and a multithreaded world. Switching from one world to the other is exclusively by SPMD blocks. In module/class implementations we still create two versions of exported/provided functions.
-
- 08 Mar, 2006 3 commits
-
-
Clemens Grelck authored
-
Clemens Grelck authored
Moved inference of data flow masks from concurrent.c to spmd_init.c as it is no proper compilation subphase.
-
Clemens Grelck authored
provided module/class functions.
-
- 07 Mar, 2006 3 commits
-
-
Jan-Henrik Baumgarten authored
-
Clemens Grelck authored
-
Clemens Grelck authored
-
- 06 Mar, 2006 2 commits
-
-
Clemens Grelck authored
Now, we consistently use name tuples in all positions.
-
Clemens Grelck authored
char* to unsigned char* in order to reflect the change in the implementation of the SAC built-in type char. The inconsistency led to warnings when using gcc 4 before.
-
- 02 Mar, 2006 1 commit
-
-
Jan-Henrik Baumgarten authored
-
- 01 Mar, 2006 1 commit
-
-
Jan-Henrik Baumgarten authored
-