go/src/cmd/compile/internal/gc
Robert Griesemer cdeda796c7 cmd/compile: move typepkg back to gc package (cleanup)
Change-Id: I4d5c54d2dceabf4630e5e642835b20c8c6890524
Reviewed-on: https://go-review.googlesource.com/41616
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-04-24 23:41:27 +00:00
..
builtin cmd/compile: intrinsics for math/bits.OnesCount 2017-04-04 02:40:11 +00:00
testdata cmd/compile: remove underscore from variable names in constant comparison test 2017-04-17 18:30:01 +00:00
alg.go cmd/compile/internal/types: remove unused lineno arguments for PushDcl/MarkDcl 2017-04-21 19:41:11 +00:00
align.go cmd/compile/internal/types: shorten struct type names 2017-04-07 03:44:05 +00:00
asm_test.go cmd/compile: add rotates to PPC64.rules 2017-04-20 18:05:22 +00:00
bexport.go cmd/compile: eliminate dead code in if statements after typechecking 2017-04-18 17:13:30 +00:00
bimport.go cmd/compile/internal/types: remove unused lineno arguments for PushDcl/MarkDcl 2017-04-21 19:41:11 +00:00
bitset.go cmd/compile/internal/gc: replace Node.Ullman with Node.HasCall 2017-03-03 22:35:44 +00:00
bootstrap.go cmd/compile: add mutex profiling support 2017-04-05 22:10:54 +00:00
builtin.go cmd/compile: factor out Pkg, Sym, and Type into package types 2017-04-07 03:04: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: Fatal instead of panic in large bvbulkalloc 2017-04-03 23:28:29 +00:00
closure.go cmd/compile: fix comments in transformclosure 2017-04-24 15:45:15 +00:00
const.go cmd/compile: do not print duplicate error on ideal->float{32,64} overflow 2017-04-12 21:00:15 +00:00
constFold_test.go cmd/compile: use std "DO NOT EDIT" comment for generated files 2017-03-31 18:50:40 +00:00
dcl.go cmd/compile/internal/types: remove unused lineno arguments for PushDcl/MarkDcl 2017-04-21 19:41:11 +00:00
esc.go cmd/compile: move Linksym, linksymname, and isblanksym to types package 2017-04-21 16:10:29 +00:00
export.go cmd/compile: move Linksym, linksymname, and isblanksym to types package 2017-04-21 16:10:29 +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: strength-reduce floating point 2017-04-03 21:27:03 +00:00
fmt.go cmd/compile: factor out Pkg, Sym, and Type into package types 2017-04-07 03:04:00 +00:00
gen.go cmd/compile: move Linksym, linksymname, and isblanksym to types package 2017-04-21 16:10:29 +00:00
global_test.go all: use testing.GoToolPath instead of "go" 2016-08-30 22:49:11 +00:00
go.go cmd: remove IntSize and Widthint 2017-04-22 17:43:43 +00:00
gsubr.go cmd/compile: make ggloblsym work with obj.LSyms 2017-04-21 23:15:25 +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: count init functions from 0, not 1 2017-04-24 00:58:49 +00:00
inl.go cmd/compile: convert ishairy into a visitor 2017-04-21 16:43:26 +00:00
lex.go cmd/internal/objabi: extract shared functionality from obj 2017-04-19 00:00:09 +00:00
lex_test.go cmd/compile: provide line number for cgo directive error (fix a TODO) 2017-02-02 21:24:50 +00:00
logic_test.go cmd/compile: add tests for logical simplification rewrite rules 2016-05-26 22:16:52 +00:00
main.go cmd/compile: add -c flag 2017-04-24 21:43:19 +00:00
mkbuiltin.go cmd/compile: factor out Pkg, Sym, and Type into package types 2017-04-07 03:04:00 +00:00
mpfloat.go cmd/compile: diagnose constant division by complex zero 2017-04-12 17:29:28 +00:00
mpint.go cmd/compile: use Fatalf for more internal errors 2017-03-14 17:58:38 +00:00
noder.go cmd/compile: add and use gc.Node.funcname 2017-04-23 19:00:28 +00:00
obj.go cmd/compile: break apart dumptypestructs 2017-04-24 00:58:15 +00:00
opnames.go cmd/compile: check loop rescheduling with stack bound, not counter 2017-03-08 18:52:12 +00:00
order.go cmd/compile: factor out Pkg, Sym, and Type into package types 2017-04-07 03:04:00 +00:00
pgen.go cmd/compile: add and use gc.Node.funcname 2017-04-23 19:00:28 +00:00
pgen_test.go cmd/compile: factor out Pkg, Sym, and Type into package types 2017-04-07 03:04:00 +00:00
phi.go cmd/compile: avoid infinite loops in dead blocks during phi insertion 2017-03-30 17:06:08 +00:00
plive.go cmd/compile: add and use gc.Node.funcname 2017-04-23 19:00:28 +00:00
pprof.go cmd/compile: add mutex profiling support 2017-04-05 22:10:54 +00:00
racewalk.go cmd/compile: factor out Pkg, Sym, and Type into package types 2017-04-07 03:04:00 +00:00
range.go cmd/compile: factor out Pkg, Sym, and Type into package types 2017-04-07 03:04:00 +00:00
reflect.go cmd/compile: move typepkg back to gc package (cleanup) 2017-04-24 23:41:27 +00:00
reflect_test.go cmd/internal/obj: add SortSlice 2017-04-11 20:29:04 +00:00
select.go cmd/compile: factor out Pkg, Sym, and Type into package types 2017-04-07 03:04:00 +00:00
shift_test.go cmd/compile: test non-constant shifts 2016-06-01 00:06:00 +00:00
sinit.go cmd: remove IntSize and Widthint 2017-04-22 17:43:43 +00:00
sizeof_test.go cmd/compile: move Text.From.Sym initialization earlier 2017-04-12 22:49:06 +00:00
ssa.go cmd/compile: add and use gc.Node.funcname 2017-04-23 19:00:28 +00:00
ssa_test.go cmd/compile: fix s390x unsigned comparison constant merging rules 2017-04-13 18:35:11 +00:00
subr.go cmd/compile/internal/types: remove unused lineno arguments for PushDcl/MarkDcl 2017-04-21 19:41:11 +00:00
swt.go cmd/compile: factor out Pkg, Sym, and Type into package types 2017-04-07 03:04:00 +00:00
swt_test.go cmd/compile: reduce reliance on implementation details of Mpint 2017-04-07 17:08:34 +00:00
syntax.go cmd/compile: add and use gc.Node.funcname 2017-04-23 19:00:28 +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
truncconst_test.go cmd/compile: diagnose constant division by complex zero 2017-04-12 17:29:28 +00:00
typecheck.go cmd/compile: move Linksym, linksymname, and isblanksym to types package 2017-04-21 16:10:29 +00:00
types.go cmd/compile/internal/types: remove Cmptmp 2017-04-07 22:11:36 +00:00
types_acc.go cmd/compile: factor out Pkg, Sym, and Type into package types 2017-04-07 03:04:00 +00:00
universe.go cmd/compile: cleanup after IntSize->PtrSize conversion 2017-04-23 02:07:26 +00:00
unsafe.go cmd/compile: handle unsafe builtins like universal builtins 2016-10-18 22:34:44 +00:00
util.go cmd/compile: add mutex profiling support 2017-04-05 22:10:54 +00:00
walk.go cmd/compile: add and use gc.Node.funcname 2017-04-23 19:00:28 +00:00