• Russ Cox's avatar
    8g: · a00bfb5b
    Russ Cox authored
      * floating point -> integer conversions.
        x86 defines that overflow/underflow
        results in 1<<15, 1<<31, 1<<63 for
        int16, int32, int64.  when building the
        unsigned conversions out of the native signed
        ones, 8g turns overflow/underflow into zero.
        the spec does not say what should happen.
    
      * many tiny bug fixes.  can run a large number
        of files from go/test now, and can fmt.Printf.
    
      * struggling with byte register allocation
        and float32 computation.
    
    R=ken
    OCL=29642
    CL=29811
    a00bfb5b
Name
Last commit
Last update
..
cmd Loading commit data...
lib Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach_amd64 Loading commit data...
old/c Loading commit data...
pkg/debug/macho/testdata Loading commit data...
runtime Loading commit data...
Make.conf Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...