This project is mirrored from https://gitlab.haskell.org/ghc/ghc.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 19 Sep, 1997 5 commits
-
-
simonm authored
update for 2.07
-
simonm authored
add RTS document into the tree
-
simonm authored
$(WithHappyHc) = $(WithGhcHc) is a more sensible default.
-
simonm authored
minor updates now that happy is in ProjectsToBuild.
-
simonm authored
add $(WithHappyHc) variable, to be set in build.mk (defaulting to ghc-0.29, same as $(WithGhcHc)).
-
- 18 Sep, 1997 3 commits
- 10 Sep, 1997 5 commits
- 09 Sep, 1997 12 commits
-
-
sof authored
-
sof authored
moved: okToInline (to BinderInfo); new function: inlineUnconditionally; Type of whnfOrBottom changed
-
sof authored
new functions: deadOccurrence, isOneOcc, isOneFunOcc, isOneSafeFunOcc, isDeadOcc; moved: okToInline (from CoreUnfold)
-
sof authored
tidied up, use BinderInfo.isOneFunOcc etc.
-
sof authored
-
sof authored
import update;
-
sof authored
-
sof authored
Doc update for simplRecursiveGroup
-
simonm authored
remove bogus [ ] in macro for leading underscore test.
-
simonm authored
remove redundant RELEASE (users_guide/2-06-notes is used instead)
-
simonm authored
no release notes for 2.05
-
simonm authored
remove redundant ANNOUNCE
-
- 08 Sep, 1997 7 commits
-
-
sof authored
Minor edits
-
simonm authored
add release notes for 2.06
-
simonm authored
reinstate tests that now work.
-
simonm authored
If the installed version of Happy is < 1.3, use the one from the tree.
-
simonm authored
Fix the sed string for the gcc check, it was referring to sub-regexps that didn't exist.
-
simonm authored
runtest rule is the wrong way around. Not that it ever gets used.
-
simonm authored
PrelBase needs a bit more heap now.
-
- 05 Sep, 1997 7 commits
-
-
simonpj authored
SLPJ fixes
-
simonm authored
templates for micro-test directories
-
simonm authored
separate mk directory for programs
-
simonm authored
bring this back
-
simonm authored
accidental removal
-
simonm authored
Mondo commit to get tests working.
-
simonm authored
don't set $(WAYS) in ghc/mk/paths.mk, set it explicitly in the Makefiles where it is required (compiler/Makefile, lib/Makefile and runtime/Makefile). Remove the overriding of $(WAYS) from utils/*/Makefile. No need to eliminate warnings for overlapped patterns in Happy-generated parsers any more. Don't compile OccurAnal with -O if we're using a pre-version-2 GHC, since it seems there's an optimiser bug.
-
- 04 Sep, 1997 1 commit
-
-
sof authored
Improved TAGS setup
-