summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* cmd/compile: allow mid-stack inlining when there is a cycle of recursionDan Scales2020-04-032-0/+19
* cmd/compile: add indexed-load CMP instructionsKeith Randall2020-04-011-0/+60
* cmd/compile: don't inline reflect.Value.UnsafeAddr/Pointer if enable checkptrCuong Manh Le2020-04-011-0/+23
* cmd/compile: make isSmallMakeSlice checks slice cap onlyCuong Manh Le2020-03-312-7/+69
* cmd/compile, runtime: use more registers for amd64 write barrier callsJosh Bleecher Snyder2020-03-311-1/+1
* cmd/compile: fix constant conversion involving complex typesMatthew Dempsky2020-03-311-0/+17
* cmd/compile: fix ephemeral pointer problem on amd64Keith Randall2020-03-301-4/+4
* test, test/fixedbugs, crypto/x509, go/internal/gccgoimporter: fix typosalex-semenyuk2020-03-293-3/+3
* cmd/compile: convert 386 port to use addressing modes pass (take 2)Keith Randall2020-03-271-8/+70
* cmd/compile: add rules to eliminate unnecessary signed shiftsLynn Boger2020-03-271-0/+23
* test/chan: fix trivial typossjnam2020-03-252-2/+2
* test: make runindir tests pass regardless of whether module mode is in useBryan C. Mills2020-03-252-37/+104
* cmd/compile: use load and test instructions on s390xRuixin(Peter) Bao2020-03-251-0/+10
* test: re-enable atomic intrinsic related tests on riscv64Joel Sing2020-03-252-5/+2
* Revert "cmd/compile: convert 386 port to use addressing modes pass"Keith Randall2020-03-241-70/+8
* Revert "cmd/compile: disable mem+op operations on 386"Keith Randall2020-03-242-0/+43
* Revert "cmd/compile: disable addressingmodes pass for 386"Keith Randall2020-03-242-0/+28
* cmd/compile: disable addressingmodes pass for 386Keith Randall2020-03-232-28/+0
* cmd/compile: disable mem+op operations on 386Keith Randall2020-03-232-43/+0
* build: force all Windows batch files to CRLFGiovanni Bajo2020-03-221-0/+30
* cmd/asm, cmd/compile, runtime: add -spectre=ret modeRuss Cox2020-03-131-0/+14
* cmd/compile: add spectre mitigation mode enabled by -spectreRuss Cox2020-03-131-0/+38
* cmd/compile: convert 386 port to use addressing modes passKeith Randall2020-03-131-8/+70
* cmd/objdump: guard against out-of-range lines from directives.David Chase2020-03-121-1/+1
* test: restore no-gogcflags build shortcut, save timeDavid Chase2020-03-121-1/+5
* test/run: handle asmcheck -gcflags= commands betterRuss Cox2020-03-111-1/+19
* test/codegen: mention in README that tests only run on Linux without -all_cod...Russ Cox2020-03-111-2/+4
* test: fix issue 15992 test wrong function callCuong Manh Le2020-03-111-1/+1
* runtime: make typehash match compiler generated hashes exactlyKeith Randall2020-03-101-0/+32
* cmd/compile: insert complicated x86 addressing modes as a separate passKeith Randall2020-03-101-0/+88
* cmd/compile: use only bit patterns in isNonNegativeJosh Bleecher Snyder2020-03-091-0/+18
* test/run: make GO_GCFLAGS mean same thing it does during make.bashRuss Cox2020-03-091-1/+1
* cmd/compile/internal/syntax: better scanner error messagesRobert Griesemer2020-03-053-6/+6
* cmd/compile: use staticuint64s instead of staticbytesDiogo Pinela2020-03-041-0/+22
* cmd/compile: don't allow NaNs in floating-point constant opsKeith Randall2020-03-041-2/+31
* all: fix two minor typos in commentsJosh Bleecher Snyder2020-03-031-1/+1
* cmd/compile: optimize integer-in-range checksMichael Munday2020-03-031-0/+197
* runtime: print instruction bytes when reporting a SIGILLKeith Randall2020-03-023-0/+43
* test: re-enable open-coded defer test on riscv64Joel Sing2020-02-261-4/+0
* cmd/compile: output cost while inlining function with Debug['m'] > 1TennyZhuang2020-02-263-5/+5
* cmd/compile: remove Greater* and Geq* generic integer opsMichael Munday2020-02-261-26/+26
* cmd/compile: canonicalize comparison argument orderMichael Munday2020-02-262-7/+7
* Revert "cmd/compile: don't allow NaNs in floating-point constant ops"Bryan C. Mills2020-02-251-31/+2
* cmd/compile: don't allow NaNs in floating-point constant opsKeith Randall2020-02-251-2/+31
* cmd/compile: use ADDQ instead of LEAQ when we canKeith Randall2020-02-241-0/+14
* runtime/cgo: fix unsetenv wrapperKeith Randall2020-02-241-0/+27
* cmd/compile: avoid memmove -> SSA move rewrite when size is negativeKeith Randall2020-02-241-0/+28
* test: clean up run.goDmitri Shuralyov2020-02-241-26/+22
* test: add test that gccgo fails to compileIan Lance Taylor2020-02-224-0/+40
* cmd/compile: allow print/println(f()) where f() is multi-valueCuong Manh Le2020-02-222-0/+17