summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/export_test.go
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.8] cmd/compile: don't move spills to loop exits where the...Keith Randall2017-05-241-2/+14
* [release-branch.go1.8] cmd/compile: fix merging of s390x conditional moves in...Michael Munday2017-03-021-0/+5
* cmd/compile: find last StoreWB explicitlyCherry Zhang2016-12-051-2/+7
* cmd/compile: make [0]T and [1]T SSAable typesKeith Randall2016-10-311-0/+3
* cmd/compile: add a writebarrier phase in SSACherry Zhang2016-10-251-0/+4
* cmd/compile: layout stack frame during SSAMatthew Dempsky2016-10-041-0/+2
* cmd/compile: make ssa compilation unconditionalKeith Randall2016-09-141-5/+2
* [dev.ssa] cmd/compile: decompose 64-bit integer on ARMCherry Zhang2016-06-021-0/+6
* cmd/compile: reorg copyelim to avoid O(n^2) problemKeith Randall2016-04-281-1/+2
* cmd/compile: fix naming of decomposed structsKeith Randall2016-04-111-0/+3
* cmd/compile: better job of naming compound typesKeith Randall2016-03-311-0/+17
* cmd/compile: change the type of ssa Warnl line numberTodd Neal2016-03-141-2/+2
* [dev.ssa] cmd/compile: exposed do-log boolean to reduce allocationsDavid Chase2016-01-291-0/+1
* [dev.ssa] cmd/compile: make cse fasterKeith Randall2016-01-281-1/+1
* [dev.ssa] cmd/compile: optimize phi opsKeith Randall2016-01-201-0/+3
* [dev.ssa] cmd/compile: report better line numbers for Unimplemented/FatalKeith Randall2016-01-191-3/+6
* [dev.ssa] cmd/compile: default compile+test with SSADavid Chase2015-10-301-3/+5
* [dev.ssa] cmd/compile: remember names of valuesKeith Randall2015-10-281-2/+1
* [dev.ssa] cmd/compile: repair ssa testing build and testDavid Chase2015-10-231-1/+3
* [dev.ssa] cmd/compile: move un-SSAable objectsKeith Randall2015-09-191-0/+5
* [dev.ssa] cmd/runtime: generate gc bitmaps for SSA-compiled codeKeith Randall2015-09-051-1/+7
* [dev.ssa] cmd/compile: add compose/decompose for complex, phi, constantsDavid Chase2015-08-281-0/+2
* [dev.ssa] cmd/compile: move most types outside SSAJosh Bleecher Snyder2015-07-301-0/+20
* [dev.ssa] cmd/compile: use string contents instead of offset from string headerJosh Bleecher Snyder2015-07-241-1/+1
* [dev.ssa] cmd/compile/ssa: add nilcheckelim benchmarksJosh Bleecher Snyder2015-06-291-1/+1
* [dev.ssa] cmd/compile/ssa: add -f suffix to logging methodsJosh Bleecher Snyder2015-06-241-3/+3
* [dev.ssa] cmd/compile/ssa: separate logging, work in progress, and fatal errorsJosh Bleecher Snyder2015-06-211-2/+10
* [dev.ssa] cmd/compile/internal/ssa: Add dummy frontend for testing.Keith Randall2015-06-041-0/+6
* [dev.ssa] cmd/compile/internal/ssa: Implement block rewriting rulesKeith Randall2015-05-301-0/+1
* [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall2015-05-281-0/+9