- Jan 23, 2001
- Jan 22, 2001
-
-
dtc authored
-
- Jan 19, 2001
-
-
dtc authored
o Some cases of where the shift was a known constant were missed.
-
- Jan 18, 2001
-
-
dtc authored
already allowed with declare.
-
- Jan 09, 2001
- Jan 06, 2001
-
-
dtc authored
evaluating the 'object argument.
-
- Jan 05, 2001
-
-
dtc authored
by Colin Walters.
-
- Jan 04, 2001
-
-
dtc authored
Based on suggestions from Raymond Toy.
-
- Jan 03, 2001
-
-
dtc authored
o Fix the ash deftransform which sometimes incorrectly transforms a right shift of a (signed-byte 32) into -1.
-
dtc authored
o Try to predict whether branches will be taken or not.
-
dtc authored
o Update trap instruction for the Sparc V9 trap instruction. o Change the order of the arguments to the branch instructions. so the prediction state comes before the condition code register.
-
- Jan 02, 2001
-
-
pw authored
-
- Jan 01, 2001
- Dec 27, 2000
- Dec 19, 2000
-
-
pw authored
-
- Dec 05, 2000
-
-
dtc authored
o Don't use taddcctv/tsubcctv for the pseudo-atomic stuff.
-
dtc authored
o Add routines to handle the new pseudo-atomic trap noise instead of using taddcctv. The old code is left in just in case I forgot some uses somehow. o Don't try to fix up broken trap instructions anymore. We shouldn't be generating them at all now anyway.
-
dtc authored
o Don't use taddcctv to check for fixnums (use standard tag test and branch).
-
dtc authored
o Added constant for pseudo-atomic-trap number.
-
dtc authored
o Don't use taddcctv instruction in pseudo-atomic.
-
dtc authored
o Comment out definitions of taddcctv and tsubcctv instructions. o For the trap instruction, only allow traps of 16-31, since these are the only user traps allowed by the Sparc Compliance Definition.
-
dtc authored
o Remove unused empty_fd stuff (Noted by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>). o Do some testing of addresses in valid_addr, stolen from Linux-os.c. o Clean up some compiler warnings about passing pointers without casts.
-
- Dec 04, 2000
-
-
dtc authored
%function-header-name %function-header-type.
-
- Nov 30, 2000
-
-
dtc authored
:relative-package-names feature, and based on the public domain example code from Franz Inc.
-
- Nov 27, 2000
-
-
pw authored
is true to indicate correct bogus character.
-
- Nov 16, 2000
-
-
pw authored
-
- Nov 15, 2000
- Nov 06, 2000