2009-08-12 |
Russ Cox | avoid unnecessary installs |
commit | commitdiff | tree |
2009-08-12 |
Austin Clements | Bug involving ... initializers and interface values. |
commit | commitdiff | tree |
2009-08-12 |
Rob Pike | fix linux build for whole package compilation |
commit | commitdiff | tree |
2009-08-12 |
Russ Cox | convert gob to whole-package compilation. |
commit | commitdiff | tree |
2009-08-12 |
Russ Cox | convert non-low-level non-google pkg code |
commit | commitdiff | tree |
2009-08-12 |
Russ Cox | convert non-pkg go files to whole-package compilation. |
commit | commitdiff | tree |
2009-08-12 |
Russ Cox | new included Make.pkg for handwritten package makefiles. |
commit | commitdiff | tree |
2009-08-12 |
Russ Cox | convert low-level (used by testing) packages to |
commit | commitdiff | tree |
2009-08-12 |
Russ Cox | 6g: save all 64 bits of AX/DX |
commit | commitdiff | tree |
2009-08-12 |
Russ Cox | whole-package compilation |
commit | commitdiff | tree |
2009-08-12 |
Russ Cox | bug186 - f(iota) |
commit | commitdiff | tree |
2009-08-11 |
Rob Pike | make a simpler regexp implementation with fewer depende... |
commit | commitdiff | tree |
2009-08-11 |
Rob Pike | commentary about extern register |
commit | commitdiff | tree |
2009-08-11 |
Robert Griesemer | renamed fast.arith.s to include $GOARCH |
commit | commitdiff | tree |
2009-08-11 |
Russ Cox | remove unnecessary pkg. references |
commit | commitdiff | tree |
2009-08-11 |
Russ Cox | fix indirect error |
commit | commitdiff | tree |
2009-08-11 |
Robert Griesemer | - use in-place bignum operations where available |
commit | commitdiff | tree |
2009-08-11 |
Robert Griesemer | - factored out 128-bit muladd and div into arith.go |
commit | commitdiff | tree |
2009-08-11 |
Rob Pike | new timing data after compiler updates (fp regs, intege... |
commit | commitdiff | tree |
2009-08-10 |
Austin Clements | Implement switch statement. Can now extract effects... |
commit | commitdiff | tree |
2009-08-10 |
Russ Cox | 8-bit div and mod |
commit | commitdiff | tree |
2009-08-10 |
Ken Thompson | bug in int8 mod |
commit | commitdiff | tree |
2009-08-10 |
Stephen Ma | Add methods AllMatches, AllMatchesString, AllMatchesIter, |
commit | commitdiff | tree |
2009-08-10 |
David Symonds | Partially fix build: don't assume . is in PATH. |
commit | commitdiff | tree |
2009-08-09 |
Ken Thompson | increase from 3 to 11 floating registers |
commit | commitdiff | tree |
2009-08-09 |
Ken Thompson | 1. integer division by a constant done. |
commit | commitdiff | tree |
2009-08-09 |
David Symonds | Regenerate v7.tar with a real V7 tar. |
commit | commitdiff | tree |
2009-08-09 |
Rob Pike | run benchmarks in a relatively fast test mode, as part... |
commit | commitdiff | tree |
2009-08-08 |
Ken Thompson | another plateau - almost done |
commit | commitdiff | tree |
2009-08-08 |
Ken Thompson | plateau in divide by a constant |
commit | commitdiff | tree |
2009-08-08 |
Ken Thompson | more work on divide by constant. |
commit | commitdiff | tree |
2009-08-08 |
Robert Griesemer | - clarified section on return statements |
commit | commitdiff | tree |
2009-08-07 |
Russ Cox | bug159 |
commit | commitdiff | tree |
2009-08-07 |
Rob Pike | chameneos |
commit | commitdiff | tree |
2009-08-07 |
Russ Cox | remove 8.out before creating it. |
commit | commitdiff | tree |
2009-08-07 |
Russ Cox | bug185 - return b,a from func() (a,b int) |
commit | commitdiff | tree |
2009-08-07 |
Russ Cox | annotations |
commit | commitdiff | tree |
2009-08-07 |
Russ Cox | bug184 - assignment compatibility in unpacked multireturn |
commit | commitdiff | tree |
2009-08-07 |
Rob Pike | simplify threadring slightly; slight speed improvement |
commit | commitdiff | tree |
2009-08-07 |
Russ Cox | bug183 - embedded vs non-embedded struct field in eqtype |
commit | commitdiff | tree |
2009-08-07 |
Russ Cox | bug182 - compiler crash |
commit | commitdiff | tree |
2009-08-07 |
Russ Cox | bug181 - type T *struct { T } is an invalid embedded... |
commit | commitdiff | tree |
2009-08-07 |
Russ Cox | clean up a few error messages; |
commit | commitdiff | tree |
2009-08-07 |
Russ Cox | 8 shift bug |
commit | commitdiff | tree |
2009-08-07 |
Rob Pike | threadring |
commit | commitdiff | tree |
2009-08-07 |
Russ Cox | forward declarations not necessary. |
commit | commitdiff | tree |
2009-08-07 |
Rob Pike | timing updates after 6g change for efficient division... |
commit | commitdiff | tree |
2009-08-07 |
Ken Thompson | divide by a constant power of 2 |
commit | commitdiff | tree |
2009-08-07 |
Rob Pike | timings for pidigits |
commit | commitdiff | tree |
2009-08-07 |
Robert Griesemer | - initial version of pidigits.go benchmark |
commit | commitdiff | tree |
2009-08-07 |
Rob Pike | meteor-contest |
commit | commitdiff | tree |
2009-08-07 |
Robert Griesemer | - allow more general type switch syntax |
commit | commitdiff | tree |
2009-08-06 |
Rob Pike | mandelbrot |
commit | commitdiff | tree |
2009-08-06 |
Austin Clements | Make ptrace_linux compile with recent changes to switch... |
commit | commitdiff | tree |
2009-08-06 |
Rob Pike | add runtime.GOMAXPROCS, allowing a program to, in effec... |
commit | commitdiff | tree |
2009-08-06 |
Rob Pike | k-nucleotide |
commit | commitdiff | tree |
2009-08-06 |
Robert Griesemer | - bufio.ReadRune fix for empty reads w/o errors |
commit | commitdiff | tree |
2009-08-06 |
Robert Griesemer | minor fix |
commit | commitdiff | tree |
2009-08-06 |
Rob Pike | parallel spectral-norm |
commit | commitdiff | tree |
2009-08-06 |
Rob Pike | spectral-norm |
commit | commitdiff | tree |
2009-08-05 |
Robert Griesemer | - FieldByName lookup through anonymous fields |
commit | commitdiff | tree |
2009-08-05 |
Rob Pike | support []byte (more efficient) as well as string in... |
commit | commitdiff | tree |
2009-08-05 |
Rob Pike | special case: recognize '[^\n]' and make it as fast... |
commit | commitdiff | tree |
2009-08-05 |
Austin Clements | Make os.RemoveAll return no error if path does not... |
commit | commitdiff | tree |
2009-08-05 |
Rob Pike | regex-dna |
commit | commitdiff | tree |
2009-08-05 |
Austin Clements | Implement struct types, selector expressions, and type |
commit | commitdiff | tree |
2009-08-05 |
Rob Pike | fannkuch |
commit | commitdiff | tree |
2009-08-05 |
Russ Cox | delay range processing. old2new is gone |
commit | commitdiff | tree |
2009-08-05 |
Russ Cox | delay := processing |
commit | commitdiff | tree |
2009-08-05 |
Russ Cox | fix amd64 build |
commit | commitdiff | tree |
2009-08-05 |
Russ Cox | make Syms smaller. |
commit | commitdiff | tree |
2009-08-05 |
Rob Pike | binary tree |
commit | commitdiff | tree |
2009-08-05 |
Russ Cox | get function calls out of the way before |
commit | commitdiff | tree |
2009-08-05 |
Russ Cox | move various bits of code around |
commit | commitdiff | tree |
2009-08-05 |
Russ Cox | fix division bug |
commit | commitdiff | tree |
2009-08-05 |
Rob Pike | add info about Sqrt instruction |
commit | commitdiff | tree |
2009-08-04 |
Russ Cox | delayed evaluation of var blocks |
commit | commitdiff | tree |
2009-08-04 |
Rob Pike | fix build |
commit | commitdiff | tree |
2009-08-04 |
Rob Pike | nbody benchmark |
commit | commitdiff | tree |
2009-08-04 |
Russ Cox | trailing newlines |
commit | commitdiff | tree |
2009-08-04 |
Rob Pike | improve myrandom() in fasta. |
commit | commitdiff | tree |
2009-08-04 |
Rob Pike | another benchmark: reverse-complement |
commit | commitdiff | tree |
2009-08-04 |
Russ Cox | move select into its own file. |
commit | commitdiff | tree |
2009-08-04 |
Russ Cox | type checking of assignments, switch, if, for |
commit | commitdiff | tree |
2009-08-04 |
Rob Pike | clean up the code a bit |
commit | commitdiff | tree |
2009-08-04 |
Rob Pike | benchmark checkpoint milestone checkin submission |
commit | commitdiff | tree |
2009-08-04 |
Rob Pike | print profile to stderr. sheesh. |
commit | commitdiff | tree |
2009-08-04 |
Rob Pike | WriteString |
commit | commitdiff | tree |
2009-08-03 |
Rob Pike | this time really clean up a TODO |
commit | commitdiff | tree |
2009-08-03 |
Rob Pike | clean up a TODO |
commit | commitdiff | tree |
2009-08-03 |
Rob Pike | don't crash printing a nil map |
commit | commitdiff | tree |
2009-08-03 |
Russ Cox | more 6g reorg; checkpoint. |
commit | commitdiff | tree |
2009-08-03 |
Robert Griesemer | printer.go: |
commit | commitdiff | tree |
2009-08-01 |
Robert Griesemer | fix long-standing bug in doc reader: |
commit | commitdiff | tree |
2009-08-01 |
Robert Griesemer | language re: conversion of left operand in shift operations |
commit | commitdiff | tree |
2009-08-01 |
Robert Griesemer | printer: |
commit | commitdiff | tree |
2009-08-01 |
Rob Pike | more info about comments |
commit | commitdiff | tree |
2009-08-01 |
Austin Clements | Implement type compatibility and fix places where I... |
commit | commitdiff | tree |
2009-07-31 |
Austin Clements | Implement var declarations. Variables, constants,... |
commit | commitdiff | tree |
2009-07-31 |
Rob Pike | add test of invariant in findVar |
commit | commitdiff | tree |
next |