summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.15] cmd/compile: fix storeType to handle pointers to go:n...Keith Randall2020-10-271-0/+27
* [release-branch.go1.15] cmd/compile, runtime: store pointers to go:notinheap ...Keith Randall2020-10-271-0/+21
* [release-branch.go1.15] cmd/compile: fix left shift constant folding ruleKeith Randall2020-10-141-0/+17
* [release-branch.go1.15] cmd/compile: propagate go:notinheap implicitlyKeith Randall2020-10-092-20/+26
* [release-branch.go1.15] cmd/compile: make go:notinheap error message friendli...Keith Randall2020-10-092-14/+14
* [release-branch.go1.15] cmd/cgo: use go:notinheap for anonymous structsKeith Randall2020-10-091-0/+35
* [release-branch.go1.15] cmd/compile: allow aliases to go:notinheap typesKeith Randall2020-10-092-3/+15
* [release-branch.go1.15] cmd/compile: don't allow go:notinheap on the heap or ...Keith Randall2020-10-091-2/+10
* [release-branch.go1.15] cmd/compile: fix live variable computation for deferr...Keith Randall2020-10-051-0/+69
* [release-branch.go1.15] cmd/compile: fix checkptr handling of &^Matthew Dempsky2020-08-211-0/+23
* cmd/compile: correct type of CvtBoolToUint8 valuesJosh Bleecher Snyder2020-08-211-0/+19
* cmd/compile: don't addLocalInductiveFacts if there is no direct edge from if ...Cholerae Hu2020-07-302-2/+45
* cmd/compile: add floating point load+op operations to addressing modes passKeith Randall2020-07-271-0/+23
* cmd/compile: add test for fixed ICE on untyped conversionAlberto Donizetti2020-07-201-0/+12
* 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