- Nov 14, 2002
-
-
toy authored
The attached patch contains mostly trivial changes, including a few spelling corrections, plus changes to the types of condition raised in various cases. The only significant change, I believe, is - MAKE-DISPATCH-MACRO-CHARACTER no longer raises an error if the character already was defined to be a macro character; it overrides the previous definition (as per a suggestion from Drew McDermott on cmucl-help, dated 2002-09-22).
-
- Aug 25, 2002
-
-
toy authored
pathname. Make it so.
-
- Aug 12, 2002
-
-
toy authored
Rhodes): * When you load or execute code that didn't compile correctly, you should get a PROGRAM-ERROR rather than a generic ERROR.
-
- Aug 09, 2002
-
-
toy authored
output-file name by merging the input-file name and the supplied output-file name. Minor modifications by RLT.
-
- Mar 07, 2002
-
-
pw authored
Based on a patch by Eric Marsden.
-
- May 17, 2001
-
-
pw authored
so that someone who goes through the trouble of defining a translation for *.FASL will get a good result.
-
- Mar 13, 2001
-
-
pw authored
-
- Mar 04, 2001
-
-
pw authored
-
- Mar 01, 2001
-
-
pw authored
-
- Aug 09, 2000
-
-
dtc authored
ir1-phases, avoiding bootstrapping issues.
-
dtc authored
propagation a chance before transforming to less amiable forms. A transform may now choose to be delayed by calling delay-transform giving a reason. The two supported reasons are :optimize to delay until IR1 optimization has completed, and :constraint to delay until after constraint propagation.
-
- May 23, 2000
-
-
dtc authored
so that the package definition is not delayed; fixes a problem noted by Sam Steingold.
-
- Apr 06, 2000
-
-
pw authored
incorrect in that the observed problem was caused by inappropriate condition types in other places (at least partly fixed by revisions to ir1tran and ir1util on 2/28/00).
-
- Apr 05, 2000
-
-
pw authored
error-severity. From Pierre Mai via Ray Toy.
-
- Nov 25, 1999
-
-
dtc authored
the global special *elsewhere-label* by dynamically binding *elsewhere-label* in native-compile-component, otherwise label-elsewhere-p breaks if code generation is reentered while code dumping is still in progress.
-
dtc authored
global tables and counters for the continuation, TN, and label debug IDs; rather dynamically bind new tables and counters in the functions compiler and sub-compiler-file with the aid of the new macro with-debug-counters.
-
dtc authored
the following global tables for compiler debug code by dynamically binding newly allocated tables when necessary: *seen-blocks*, *seen-functions*, and *list-conflicts-table*.
-
- Feb 25, 1999
-
-
pw authored
It is a benign revision as no structures are redefined. At some later point the definitions in compiler/objdef could be removed, perhaps in sync with some other type change.
-
- Feb 15, 1997
-
-
pw authored
-
- Feb 05, 1997
-
-
pw authored
-
- Jan 18, 1997
-
-
ram authored
-
- Oct 31, 1994
-
-
ram authored
-
- Oct 05, 1994
-
-
ram authored
-
- Sep 30, 1994
-
-
ram authored
-
- Aug 21, 1994
-
-
ram authored
declarations.
-
- Feb 12, 1994
-
-
ram authored
(basically always returns T.)
-
- Feb 11, 1994
- Feb 10, 1994
-
-
ram authored
we try to generate IR2. This avoids some internal errors when unreachable local functions are deleted.
-
- Jan 05, 1994
-
-
ram authored
when component-reanalyze-functions was added.
-
- Aug 30, 1993
-
-
ram authored
EMIT-MAKE-LOAD-FORM, and check if the constant was dumped by top-level code before proceeding. We were getting spurious recursive constant errors when top-level code referred to the same constant as a following definition.
-
- Aug 24, 1993
-
-
wlott authored
dylan code, because the dylan test suite modifies manifest constants. This is gross.
-
- Aug 20, 1993
-
-
ram authored
and isn't loaded.
-
- Aug 18, 1993
-
-
wlott authored
also look for files with a .dylan extension.
-
- Aug 05, 1993
-
-
ram authored
was taking a measurable amount of time.
-
- Aug 03, 1993
- Jul 31, 1993
- Jul 25, 1993
-
-
ram authored
that source context will be printed for undefined warnings.
-