aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/export_test.go
AgeCommit message (Expand)Author
2017-02-28cmd/compile: fix merging of s390x conditional moves into branch conditionsMichael Munday
2017-02-06cmd/compile/internal/ssa: use obj.LSym instead of gc.SymMatthew Dempsky
2017-01-09[dev.inline] cmd/internal/src: introduce compact source position representationRobert Griesemer
2016-12-08[dev.inline] cmd/compile: introduce cmd/internal/src.Pos type for line numbersRobert Griesemer
2016-12-05cmd/compile: find last StoreWB explicitlyCherry Zhang
2016-10-31cmd/compile: make [0]T and [1]T SSAable typesKeith Randall
2016-10-25cmd/compile: add a writebarrier phase in SSACherry Zhang
2016-10-04cmd/compile: layout stack frame during SSAMatthew Dempsky
2016-09-14cmd/compile: make ssa compilation unconditionalKeith Randall
2016-06-02[dev.ssa] cmd/compile: decompose 64-bit integer on ARMCherry Zhang
2016-04-28cmd/compile: reorg copyelim to avoid O(n^2) problemKeith Randall
2016-04-11cmd/compile: fix naming of decomposed structsKeith Randall
2016-03-31cmd/compile: better job of naming compound typesKeith Randall
2016-03-14cmd/compile: change the type of ssa Warnl line numberTodd Neal
2016-01-29[dev.ssa] cmd/compile: exposed do-log boolean to reduce allocationsDavid Chase
2016-01-28[dev.ssa] cmd/compile: make cse fasterKeith Randall
2016-01-20[dev.ssa] cmd/compile: optimize phi opsKeith Randall
2016-01-19[dev.ssa] cmd/compile: report better line numbers for Unimplemented/FatalKeith Randall
2015-10-30[dev.ssa] cmd/compile: default compile+test with SSADavid Chase
2015-10-28[dev.ssa] cmd/compile: remember names of valuesKeith Randall
2015-10-23[dev.ssa] cmd/compile: repair ssa testing build and testDavid Chase
2015-09-19[dev.ssa] cmd/compile: move un-SSAable objectsKeith Randall
2015-09-05[dev.ssa] cmd/runtime: generate gc bitmaps for SSA-compiled codeKeith Randall
2015-08-28[dev.ssa] cmd/compile: add compose/decompose for complex, phi, constantsDavid Chase
2015-07-30[dev.ssa] cmd/compile: move most types outside SSAJosh Bleecher Snyder
2015-07-24[dev.ssa] cmd/compile: use string contents instead of offset from string headerJosh Bleecher Snyder
2015-06-29[dev.ssa] cmd/compile/ssa: add nilcheckelim benchmarksJosh Bleecher Snyder
2015-06-24[dev.ssa] cmd/compile/ssa: add -f suffix to logging methodsJosh Bleecher Snyder
2015-06-21[dev.ssa] cmd/compile/ssa: separate logging, work in progress, and fatal errorsJosh Bleecher Snyder
2015-06-04[dev.ssa] cmd/compile/internal/ssa: Add dummy frontend for testing.Keith Randall
2015-05-30[dev.ssa] cmd/compile/internal/ssa: Implement block rewriting rulesKeith Randall
2015-05-28[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall