aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/func_test.go
AgeCommit message (Expand)Author
2020-12-08[dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.AuxMatthew Dempsky
2020-09-16cmd/compile: introduce special ssa Aux type for callsDavid Chase
2019-05-14cmd/compile: index line number tables by source file to improve sparsityDavid Chase
2018-05-14cmd/compile: assign and preserve statement boundaries.David Chase
2018-04-09cmd: remove a few more unused parametersDaniel Martí
2017-05-09cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder
2017-03-19cmd/compile: clean up SSA test APIJosh Bleecher Snyder
2017-03-17cmd/compile: move Frontend field from ssa.Config to ssa.FuncJosh Bleecher Snyder
2017-03-17cmd/compile: rearrange fields between ssa.Func, ssa.Cache, and ssa.ConfigJosh Bleecher Snyder
2017-01-09[dev.inline] cmd/internal/src: introduce compact source position representationRobert Griesemer
2016-12-09[dev.inline] cmd/internal/src: introduce NoPos and use it instead Pos{}Robert Griesemer
2016-12-08[dev.inline] cmd/internal/src: make Pos implementation abstractRobert Griesemer
2016-05-05cmd/compile: enable constant-time CFG editingKeith Randall
2016-03-17cmd/compile: keep value use counts in SSAKeith Randall
2016-03-10cmd/compile: remove values from const cache upon freeTodd Neal
2016-02-25[dev.ssa] cmd/compile: enhance command line option processing for SSADavid Chase
2016-02-02[dev.ssa] cmd/compile: add aux typing, flags to opsKeith Randall
2016-01-29[dev.ssa] cmd/compile: fix buildKeith Randall
2015-12-11[dev.ssa] cmd/compile: allocate the flag register in a separate passKeith Randall
2015-11-03[dev.ssa] cmd/compile: start arguments as spilledKeith Randall
2015-08-29[dev.ssa] cmd/compile: move addEdge function to ssaTodd Neal
2015-07-30[dev.ssa] cmd/compile: move most types outside SSAJosh Bleecher Snyder
2015-07-28[dev.ssa] cmd/compile/internal/ssa: Split OpConst into an OpConst8, OpConst16...Keith Randall
2015-07-21[dev.ssa] cmd/compile/internal/ssa: use width and sign specific opcodesKeith Randall
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-14[dev.ssa] cmd/compiler/internal/ssa: Add auxint fieldKeith Randall
2015-06-10[dev.ssa] cmd/compile/internal/ssa: add line numbers to ValuesMichael Matloob
2015-06-05[dev.ssa] cmd/compile/internal/ssa: add missing copyright noticesMichael Matloob
2015-06-04[dev.ssa] cmd/compile/internal/ssa: Add dummy frontend for testing.Keith Randall
2015-06-03[dev.ssa] cmd/compile/internal/ssa: add a String() method to FuncMichael Matloob
2015-05-30[dev.ssa] cmd/compile/internal/ssa: Add code to test generated opcode countsKeith Randall
2015-05-28[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall