aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/compile.go
AgeCommit message (Expand)Author
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-10-25cmd/compile: add a writebarrier phase in SSACherry Zhang
2016-10-20cmd/compile: enable flag-specified dump of specific phase+functionDavid Chase
2016-10-04cmd/compile: layout stack frame during SSAMatthew Dempsky
2016-09-19cmd/compile: cache CFG-dependent computationsKeith Randall
2016-09-15cmd/compile: redo nil checksKeith Randall
2016-07-21cmd/compile: move phi args which are constants closer to the phiKeith Randall
2016-05-16cmd/compile: use sparse algorithm for phis in large programDavid Chase
2016-04-19cmd/compile: transform some Phis into Or8.Alexandru Moșoi
2016-04-13cmd/compile: use shared dom tree for cse, tooAlexandru Moșoi
2016-04-12cmd/compile: share dominator tree among many passesAlexandru Moșoi
2016-04-11cmd/compile: fix -N buildKeith Randall
2016-04-05cmd/compile: add a pass to print bound checksAlexandru Moșoi
2016-04-01cmd/compile/internal/ssa: BCE for induction variablesAlexandru Moșoi
2016-03-28cmd/compile: added some intrinsics to SSA back endDavid Chase
2016-03-18cmd/compile: get gcflags to bootstrap; ssa debug opts for "all"David Chase
2016-03-17cmd/compile: escape analysis explanations added to -m -m outputDavid Chase
2016-03-15cmd/compile: turn off SSA internal consistency checksKeith Randall
2016-03-14cmd/compile: fix no-opt build after moving decomposing user functionsAlexandru Moșoi
2016-03-13cmd/compile: move decompose builtin closer to late optAlexandru Moșoi
2016-03-09cmd/compile/internal/ssa: lower builtins much laterAlexandru Moșoi
2016-03-04cmd/compile: more ssa config flagsKeith Randall
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01[dev.ssa] cmd/compile: adjust branch likeliness for calls/loopsDavid Chase
2016-03-01[dev.ssa] cmd/compile/internal/ssa: simplify boolean phisAlexandru Moșoi
2016-02-28[dev.ssa] cmd/compile/internal/ssa: remove proven redundant controls.Alexandru Moșoi
2016-02-25[dev.ssa] cmd/compile: enhance command line option processing for SSADavid Chase
2016-02-22[dev.ssa] cmd/compile: add a zero arg cse passTodd Neal
2016-02-09[dev.ssa] cmd/compile: split decompose pass in twoKeith Randall
2016-02-08[dev.ssa] cmd/compile: fix for bug in cse speed improvementsDavid Chase
2016-02-02[dev.ssa] cmd/compile: reducing alloc footprint of dominator calcDavid Chase
2016-01-29[dev.ssa] cmd/compile: exposed do-log boolean to reduce allocationsDavid Chase
2016-01-29[dev.ssa] cmd/compile: optimization for && and || expressionsKeith Randall
2016-01-29[dev.ssa] cmd/compile: fix -N buildKeith Randall
2016-01-28[dev.ssa] cmd/compile: make cse fasterKeith Randall
2016-01-22[dev.ssa] cmd/compile: short-circuit empty blocksKeith Randall
2016-01-20[dev.ssa] cmd/compile: optimize phi opsKeith Randall
2015-12-21[dev.ssa] cmd/compile: better register allocatorKeith 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-10-27[dev.ssa] cmd/compile/internal/ssa: reorder fuse and dseTodd Neal
2015-09-05[dev.ssa] cmd/compile: add allocs to pass statsJosh Bleecher Snyder
2015-09-05[dev.ssa] cmd/compile: rewrite user nil check as OpIsNonNilTodd Neal
2015-09-04[dev.ssa] cmd/compile/ssa: add timing to compiler passesTodd Neal
2015-08-20[dev.ssa] cmd/compile: add decompose passKeith Randall
2015-08-13[dev.ssa] cmd/compile: add HTML SSA printerJosh Bleecher Snyder
2015-08-05[dev.ssa] cmd/compile: add SSA pass to move values closer to usesJosh Bleecher Snyder
2015-08-04[dev.ssa] cmd/compile/internal/ssa: implement ITABKeith Randall
2015-07-30[dev.ssa] cmd/compile: provide stack trace for caught panicsJosh Bleecher Snyder