summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: remove check that Zero's arg has the correct base typeKeith Randall2020-06-251-0/+22
* reflect: zero stack slots before writing to them with write barriersKeith Randall2020-06-191-0/+33
* cmd/compile: mark s390x int <-> float conversions as clobbering flagsMichael Munday2020-06-181-0/+26
* cmd/compile: fix ordering problems in struct equalityKeith Randall2020-06-151-8/+51
* cmd/compile: always tighten and de-duplicate tuple selectorsMichael Munday2020-06-101-0/+12
* cmd/compile: ARM comparisons with 0 incorrect on overflowXiangdong Ji2020-06-091-5/+28
* all: treat all files as binary, but check in .bat with CRLFDmitri Shuralyov2020-06-081-8/+46
* cmd/compile: add interface equality testsKeith Randall2020-06-041-0/+4
* cmd/compile: test that equality is evaluated in orderKeith Randall2020-06-031-0/+46
* runtime: fix race condition between timer and event handlerRichard Musiol2020-05-311-0/+49
* cmd/compile: fix incorrect rewriting to if conditionXiangdong Ji2020-05-291-0/+136
* cmd/compile: add test for issue 37246Josh Bleecher Snyder2020-05-141-0/+23
* cmd/compile: fix tuple selector bug in CSE passMichael Munday2020-05-141-0/+14
* cmd/compile: in prove, zero right shifts of positive int by #bits - 1Keith Randall2020-05-112-0/+75
* cmd/compile: improve error when setting unexported fieldsEmmanuel T Odeke2020-05-084-4/+71
* cmd/compile: omit file:pos for non-existent errorsEmmanuel T Odeke2020-05-081-0/+49
* cmd/compile: optimize make+copy pattern to avoid memclrMartin Möhrmann2020-05-072-0/+332
* cmd/compile: do not emit code for discardable blank fieldsCuong Manh Le2020-05-061-0/+65
* cmd/compile: restrict bit test rewrite rulesKeith Randall2020-05-051-0/+17
* cmd/compile: add indexed memory modification ops to amd64Keith Randall2020-04-301-1/+32
* cmd/compile: add indexed load+op operations to amd64Keith Randall2020-04-301-1/+21
* Revert "cmd/compile: omit file:pos for non-existent, permission errors"Austin Clements2020-04-301-69/+0
* cmd/compile: omit file:pos for non-existent, permission errorsEmmanuel T Odeke2020-04-301-0/+69
* cmd/compile: optimize Move with all-zero ro sym src to ZeroJosh Bleecher Snyder2020-04-241-0/+15
* cmd/compile: use fixVariadicCall in escape analysisMatthew Dempsky2020-04-231-4/+4
* cmd/compile: optimize x & 1 != 0 to x & 1 on amd64Josh Bleecher Snyder2020-04-231-0/+33
* cmd/compile: clean up codegen for branch-on-carry on s390xMichael Munday2020-04-221-0/+126
* cmd/compile: more precise analysis of method valuesMatthew Dempsky2020-04-214-10/+5
* cmd/compile: optimize comparisons with immediates on s390xMichael Munday2020-04-211-0/+52
* cmd/compile: detect and diagnose invalid //go: directive placementRuss Cox2020-04-211-0/+95
* test/codegen, runtime/pprof, runtime: apply fmtalex-semenyuk2020-04-212-15/+15
* cmd/compile: use oneBit instead of isPowerOfTwo in bit optimizationJosh Bleecher Snyder2020-04-211-0/+5
* test: remove duplicate code from makechan/makemapalex-semenyuk2020-04-192-12/+0
* cmd/compile: when marking REFLECTMETHOD, check for reflect package itselfCherry Zhang2020-04-192-0/+62
* test: add copyright notice to typecheck.goRuss Cox2020-04-171-4/+8
* test: add test for nil check / bounds check compiler confusionJosh Bleecher Snyder2020-04-171-0/+20
* cmd/compile: split up the addressing mode on OpAMD64CMP*loadidx* alwaysDavid Chase2020-04-151-14/+14
* cmd/compile: fix incorrect block for s390x Select1 opMichael Munday2020-04-141-0/+54
* cmd/compile: improve generated code for concrete cases in type switchesJosh Bleecher Snyder2020-04-141-4/+4
* cmd/compile: debug rewriteCherry Zhang2020-04-131-1/+1
* cmd/compile: prevent constant folding of +/- when result is NaNKeith Randall2020-04-101-0/+19
* test: add test case that gccgo failed to compileIan Lance Taylor2020-04-101-0/+14
* cmd/compile: use isel with variable shifts on ppc64xLynn Boger2020-04-091-0/+24
* cmd/compile: handle some additional phis in shortcircuitJosh Bleecher Snyder2020-04-081-0/+17
* cmd/compile: allow floating point Ops to produce flags on s390xRuixin(Peter) Bao2020-04-081-0/+12
* all: remove darwin/arm build-tags and filesAustin Clements2020-04-081-1/+1
* runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales2020-04-071-3/+3
* cmd/compile: delete the floating point Greater and Geq opsMichael Munday2020-04-071-1/+1
* cmd/compile: improve lowered moves and zeros for ppc64leLynn Boger2020-04-061-0/+34
* cmd/compile: add intrinsic HasCPUFeature for checking cpu featuresJosh Bleecher Snyder2020-04-041-4/+8