| .. |
|
builtin
|
cmd/compile: handle unsafe builtins like universal builtins
|
2016-10-18 22:34:44 +00:00 |
|
testdata
|
test,cmd/compile: remove _ssa file suffix
|
2016-09-15 20:47:01 +00:00 |
|
alg.go
|
cmd/compile/internal/gc: make Nod private
|
2016-09-16 01:43:08 +00:00 |
|
align.go
|
cmd/compile: remove -A flag
|
2016-10-19 20:22:13 +00:00 |
|
asm_test.go
|
cmd/compile: fix 4-byte unaligned load rules
|
2016-09-23 19:32:37 +00:00 |
|
bexport.go
|
cmd/compile: remove -A flag
|
2016-10-19 20:22:13 +00:00 |
|
bimport.go
|
cmd/compile: directly construct Fields instead of ODCLFIELD nodes
|
2016-10-21 22:36:17 +00:00 |
|
builtin.go
|
cmd/compile: rework mkbuiltin.go to generate code
|
2016-10-19 19:58:00 +00:00 |
|
builtin_test.go
|
all: use testing.GoToolPath instead of "go"
|
2016-08-30 22:49:11 +00:00 |
|
bv.go
|
cmd/compile/internal/gc: change bvfoo functions into bvec methods
|
2016-10-05 16:51:23 +00:00 |
|
closure.go
|
cmd/compile/internal/gc: make Nod private
|
2016-09-16 01:43:08 +00:00 |
|
const.go
|
cmd/compile: handle unsafe builtins like universal builtins
|
2016-10-18 22:34:44 +00:00 |
|
constFold_test.go
|
cmd/compile: fix bad generated format strings in test
|
2016-08-16 14:14:51 +00:00 |
|
dcl.go
|
cmd/compile: directly construct Fields instead of ODCLFIELD nodes
|
2016-10-21 22:36:17 +00:00 |
|
esc.go
|
cmd/compile: add OSTRUCTKEY for keyed struct literals
|
2016-10-13 09:29:51 +00:00 |
|
export.go
|
cmd/compile: remove -A flag
|
2016-10-19 20:22:13 +00:00 |
|
fixedbugs_test.go
|
cmd/compile: inline convT2{I,E} when result doesn't escape
|
2016-09-19 02:37:08 +00:00 |
|
float_test.go
|
cmd/compile: fix uint<->float conversion on 386
|
2016-08-16 17:20:11 +00:00 |
|
fmt.go
|
cmd/compile: handle unsafe builtins like universal builtins
|
2016-10-18 22:34:44 +00:00 |
|
gen.go
|
cmd/compile: args no longer live until end-of-function
|
2016-09-19 16:54:35 +00:00 |
|
global_test.go
|
all: use testing.GoToolPath instead of "go"
|
2016-08-30 22:49:11 +00:00 |
|
go.go
|
cmd/compile: a couple of minor comment fixes
|
2016-10-20 22:47:22 +00:00 |
|
gsubr.go
|
cmd/compile/internal/gc: unexport global variable Pc
|
2016-10-06 17:43:45 +00:00 |
|
iface_test.go
|
cmd/compile: inline convT2{I,E} when result doesn't escape
|
2016-09-19 02:37:08 +00:00 |
|
init.go
|
cmd/compile: remove -A flag
|
2016-10-19 20:22:13 +00:00 |
|
inl.go
|
Revert "cmd/compile: cleanup toolstash hacks from previous CL"
|
2016-10-21 20:49:54 +00:00 |
|
lex.go
|
cmd/compile: add go:notinheap type pragma
|
2016-10-15 17:58:14 +00:00 |
|
lex_test.go
|
cmd/compile: cleanup pragcgo
|
2016-04-12 05:37:00 +00:00 |
|
logic_test.go
|
cmd/compile: add tests for logical simplification rewrite rules
|
2016-05-26 22:16:52 +00:00 |
|
magic.go
|
cmd/compile/internal/gc: unexport helper functions
|
2016-09-15 05:43:41 +00:00 |
|
main.go
|
cmd/compile: enable flag-specified dump of specific phase+function
|
2016-10-20 22:23:56 +00:00 |
|
mkbuiltin.go
|
cmd/compile: rework mkbuiltin.go to generate code
|
2016-10-19 19:58:00 +00:00 |
|
mpfloat.go
|
cmd/dist: copy needed packages from standard library during bootstrap
|
2016-10-17 15:22:11 +00:00 |
|
mpint.go
|
cmd/dist: copy needed packages from standard library during bootstrap
|
2016-10-17 15:22:11 +00:00 |
|
noder.go
|
cmd/compile: avoid one symbol lookup for qualified identifiers
|
2016-10-21 23:18:10 +00:00 |
|
obj.go
|
cmd/compile, runtime: stop padding stackmaps to 4 bytes
|
2016-10-11 20:23:30 +00:00 |
|
opnames.go
|
cmd/compile: add OSTRUCTKEY for keyed struct literals
|
2016-10-13 09:29:51 +00:00 |
|
order.go
|
cmd/compile,runtime: redo how map assignments work
|
2016-10-12 20:41:23 +00:00 |
|
parser.go
|
cmd/compile: add go:notinheap type pragma
|
2016-10-15 17:58:14 +00:00 |
|
pgen.go
|
cmd/compile: remove -A flag
|
2016-10-19 20:22:13 +00:00 |
|
pgen_test.go
|
cmd/compile: shrink gc.Type in half
|
2016-04-06 19:10:10 +00:00 |
|
phi.go
|
cmd/compile: fix choice of phi building algorithm
|
2016-10-07 19:44:07 +00:00 |
|
plive.go
|
cmd/compile: refactor stackmap dumping code
|
2016-10-11 20:23:24 +00:00 |
|
racewalk.go
|
cmd/compile: fix code duplication in race-instrumentation
|
2016-10-18 20:11:01 +00:00 |
|
range.go
|
runtime: speed up non-ASCII rune decoding
|
2016-10-17 11:25:22 +00:00 |
|
reflect.go
|
cmd/compile/internal/gc: change bvfoo functions into bvec methods
|
2016-10-05 16:51:23 +00:00 |
|
reflect_test.go
|
cmd/compile/internal/gc: use sort.Interface for reflect methods
|
2015-09-21 22:27:53 +00:00 |
|
select.go
|
cmd/compile: fix misaligned comments
|
2016-09-27 14:00:39 +00:00 |
|
shift_test.go
|
cmd/compile: test non-constant shifts
|
2016-06-01 00:06:00 +00:00 |
|
sinit.go
|
cmd/compile: add OSTRUCTKEY for keyed struct literals
|
2016-10-13 09:29:51 +00:00 |
|
sizeof_test.go
|
cmd/compile: cache pointer and slice types
|
2016-10-07 00:04:40 +00:00 |
|
ssa.go
|
cmd/compile: Repurpose old sliceopt.go for prove phase.
|
2016-10-20 23:50:19 +00:00 |
|
ssa_test.go
|
cmd/compile: simple cleanups
|
2016-09-20 21:45:56 +00:00 |
|
subr.go
|
cmd/compile: add go:notinheap type pragma
|
2016-10-15 17:58:14 +00:00 |
|
swt.go
|
cmd/compile: fix detection of duplicate cases for integer ranges
|
2016-10-21 22:55:28 +00:00 |
|
swt_test.go
|
cmd/dist: copy needed packages from standard library during bootstrap
|
2016-10-17 15:22:11 +00:00 |
|
syntax.go
|
cmd/compile: handle unsafe builtins like universal builtins
|
2016-10-18 22:34:44 +00:00 |
|
timings.go
|
cmd/compile: add compiler phase timing
|
2016-08-17 17:27:04 +00:00 |
|
trace.go
|
cmd/compile/internal/gc: add runtime/trace support
|
2016-10-12 13:57:26 +00:00 |
|
type.go
|
cmd/compile: add go:notinheap type pragma
|
2016-10-15 17:58:14 +00:00 |
|
typecheck.go
|
cmd/compile: prevent ICE from misuse of [...]T arrays
|
2016-10-21 22:41:56 +00:00 |
|
universe.go
|
cmd/compile: remove -A flag
|
2016-10-19 20:22:13 +00:00 |
|
unsafe.go
|
cmd/compile: handle unsafe builtins like universal builtins
|
2016-10-18 22:34:44 +00:00 |
|
util.go
|
cmd/compile/internal/gc: add runtime/trace support
|
2016-10-12 13:57:26 +00:00 |
|
walk.go
|
Revert "cmd/compile: inline convI2E"
|
2016-10-17 20:37:19 +00:00 |