go/src/cmd/compile/internal/gc
Tim Cooper 161874da2a all: update comment URLs from HTTP to HTTPS, where possible
Each URL was manually verified to ensure it did not serve up incorrect
content.

Change-Id: I4dc846227af95a73ee9a3074d0c379ff0fa955df
Reviewed-on: https://go-review.googlesource.com/115798
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
2018-06-01 21:52:00 +00:00
..
builtin cmd/compile: optimize map-clearing range idiom 2018-05-08 21:15:16 +00:00
testdata cmd/compile: strength reduce more x86 constant multiplication 2018-03-28 18:33:10 +00:00
alg.go cmd/compile: make generated function code more consistent 2018-04-20 01:09:31 +00:00
align.go cmd/compile/internal/types: replace Type.Val with Type.Elem 2018-04-24 22:37:52 +00:00
bexport.go cmd/compile/internal/types: replace Type.Val with Type.Elem 2018-04-24 22:37:52 +00:00
bimport.go cmd/compile/internal/types: replace Type.Val with Type.Elem 2018-04-24 22:37:52 +00:00
bitset.go cmd/compile: inline calls to local closures 2017-10-11 22:32:36 +00:00
bootstrap.go cmd/compile: add mutex profiling support 2017-04-05 22:10:54 +00:00
builtin.go cmd/compile: optimize map-clearing range idiom 2018-05-08 21:15:16 +00:00
builtin_test.go all: use testing.GoToolPath instead of "go" 2016-08-30 22:49:11 +00:00
bv.go cmd/compile: incrementally compact liveness maps 2018-05-22 20:44:03 +00:00
class_string.go cmd: re-generate all stringer files 2018-03-10 21:20:50 +00:00
closure.go cmd/compile/internal/types: remove Field.Funarg 2018-04-25 19:26:13 +00:00
const.go cmd: remove some unnecessary gotos 2018-05-01 10:46:08 +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: use 'not defined' rather than 'unnamed' in error message 2018-05-10 19:32:01 +00:00
dwinl.go cmd/compile: use more range fors in gc 2018-03-22 18:38:19 +00:00
esc.go cmd/compile: in escape analysis, use element type for OIND of slice 2018-04-18 02:59:37 +00:00
export.go cmd/compile: add indexed export format 2018-04-24 01:05:27 +00:00
fixedbugs_test.go cmd/compile: move Issue 16214 test, delete asm_test file 2018-04-16 11:51:56 +00:00
float_test.go cmd/compile: test constant folded integer to/from float conversions 2017-09-16 09:17:58 +00:00
fmt.go cmd/compile: don't produce a past-the-end pointer in range loops 2018-05-22 14:15:46 +00:00
gen.go cmd/compile: merge tempnamel into tempAt 2017-08-28 22:46:30 +00:00
global_test.go all: use testing.GoToolPath instead of "go" 2016-08-30 22:49:11 +00:00
go.go cmd/compile: add wasm architecture 2018-05-04 17:56:12 +00:00
gsubr.go cmd/compile, cmd/internal/obj: record register maps in binary 2018-05-22 15:55:03 +00:00
iexport.go cmd/compile: fix format error 2018-04-25 20:22: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
iimport.go cmd/compile: add indexed export format 2018-04-24 01:05:27 +00:00
init.go cmd/compile: cleaner solution for importing init functions 2018-04-26 23:21:28 +00:00
inl.go cmd/compile: fix DWARF inline debug issue with dead local vars 2018-05-25 19:37:35 +00:00
inl_test.go runtime: allow inlining of stackmapdata 2018-05-01 19:14:17 +00:00
lex.go cmd/compile: fix double go prefix trim 2018-04-15 19:22:11 +00:00
lex_test.go cmd/compile, cmd/link: encode cgo directives using JSON 2018-04-11 23:35:42 +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 wasm architecture 2018-05-04 17:56:12 +00:00
mapfile_mmap.go cmd/compile: add indexed export format 2018-04-24 01:05:27 +00:00
mapfile_read.go cmd/compile: add indexed export format 2018-04-24 01:05:27 +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: change cmplx{mpy,div} into Mpcplx methods 2018-04-06 19:25:08 +00:00
mpint.go cmd/compile: use Fatalf for more internal errors 2017-03-14 17:58:38 +00:00
noder.go cmd/compile: apply TODO now that gcCompat is gone 2018-05-01 05:02:27 +00:00
norace.go cmd/compile: randomize compilation order when race-enabled 2017-04-27 19:27:22 +00:00
obj.go cmd/compile, cmd/internal/obj: record register maps in binary 2018-05-22 15:55:03 +00:00
op_string.go cmd: re-generate all stringer files 2018-03-10 21:20:50 +00:00
order.go cmd/compile: optimize map-clearing range idiom 2018-05-08 21:15:16 +00:00
pgen.go cmd/compile: reject large argument areas 2018-05-29 16:58:05 +00:00
pgen_test.go cmd/compile: move Used from gc.Node to gc.Name 2017-04-27 22:58:13 +00:00
phi.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
plive.go Revert "cmd/compile: ignore g register in liveness analysis" 2018-05-31 14:50:57 +00:00
pprof.go cmd/compile: add mutex profiling support 2017-04-05 22:10:54 +00:00
race.go cmd/compile: randomize compilation order when race-enabled 2017-04-27 19:27:22 +00:00
racewalk.go internal/cpu,runtime: call cpu.initialize before alginit 2018-04-10 16:13:52 +00:00
range.go cmd/compile: don't produce a past-the-end pointer in range loops 2018-05-22 14:15:46 +00:00
reflect.go runtime: remove hmap field from maptypes 2018-05-06 05:46:06 +00:00
reproduciblebuilds_test.go cmd/compile: make builds reproducible in presence of **byte and **int8 2017-05-09 21:15:12 +00:00
scope.go cmd/compile/internal/gc: various cleanups 2018-03-24 19:44:18 +00:00
scope_test.go cmd/compile: skip TestEmptyDwarfRanges on Plan 9 2018-03-02 21:23:07 +00:00
select.go runtime: eliminate scase.receivedp 2018-05-01 03:17:54 +00:00
shift_test.go cmd/compile: test non-constant shifts 2016-06-01 00:06:00 +00:00
sinit.go cmd/compile/internal/types: replace Type.Val with Type.Elem 2018-04-24 22:37:52 +00:00
sizeof_test.go cmd/compile: extract inline related fields into separate Inline type 2018-04-05 05:12:36 +00:00
ssa.go cmd/compile: add wasm stack optimization 2018-05-23 21:37:59 +00:00
ssa_test.go cmd/compile: fix path for go tool in test 2018-01-09 22:17:36 +00:00
subr.go cmd/compile/internal/types: replace Type.Val with Type.Elem 2018-04-24 22:37:52 +00:00
swt.go cmd/compile: avoid runtime call during switch string(byteslice) 2018-04-21 00:50:50 +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: don't produce a past-the-end pointer in range loops 2018-05-22 14:15:46 +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: don't produce a past-the-end pointer in range loops 2018-05-22 14:15:46 +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: fix Node.Etype overloading 2018-03-09 21:44:35 +00:00
unsafe.go cmd/compile: silence unnecessary unsafe error 2017-10-24 02:28:02 +00:00
util.go cmd/compile: add mutex profiling support 2017-04-05 22:10:54 +00:00
walk.go cmd/compile: fix comment to reference runtime.countrunes 2018-06-01 19:18:43 +00:00