]> Cypherpunks.ru repositories - gostls13.git/history - test/loopbce.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / loopbce.go
2023-10-19 Dmitri Shuralyovtest: migrate remaining files to go:build syntax
2023-09-12 Yi Yangcmd/compile: sparse conditional constant propagation
2023-05-24 Bryan MillsRevert "cmd/compile: sparse conditional constant propag...
2023-05-24 Yi Yangcmd/compile: sparse conditional constant propagation
2023-01-23 Jakub Ciolekcmd/compile: make loopbce handle 8, 16 and 32 bit induc...
2022-08-31 Keith Randallcmd/compile: tighten bounds for induction variables...
2022-07-20 Gerrit Code ReviewMerge "[dev.unified] all: merge master (8e1e64c) into...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-07-06 Keith Randallcmd/compile: rework induction variable detector
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-09-26 Giovanni Bajocmd/compile: detect indvars that are bound by other...
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-03-09 Keith Randallcmd/compile: reverse order of slice bounds checks
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-12-07 David Chasecmd/compile: check for negative upper bound to IsSliceI...
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-07-09 Keith Randallcmd/compile: ensure that loop condition is detected...
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-04-29 Giovanni Bajocmd/compile: teach prove to handle expressions like...
2018-04-29 Giovanni Bajocmd/compile: in prove, detect loops with negative incre...
2018-04-29 Giovanni Bajocmd/compile: improve testing of induction variables
2018-04-29 Giovanni Bajocmd/compile: implement loop BCE in prove
2017-06-21 David Chasecmd/compile: make loop guard+rotate conditional on...
2017-03-08 David Chasecmd/compile: check loop rescheduling with stack bound...
2017-02-28 philhofercmd/compile/ssa: more aggressive constant folding
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-11 Alexandru Moșoicmd/compile: bce when max and limit are consts
2016-04-05 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-04-01 Alexandru Moșoicmd/compile/internal/ssa: BCE for induction variables