aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/func.go
AgeCommit message (Expand)Author
2017-03-10cmd/compile: allow earlier GC of freed constant valueJosh Bleecher Snyder
2017-03-09cmd/compile: rename Func.constVal arg for clarityJosh Bleecher Snyder
2017-02-09cmd/compile: remove some allocs from CSEJosh Bleecher Snyder
2017-02-04cmd/compile/internal/ssa: remove Func.StaticData fieldMatthew Dempsky
2017-02-02cmd/compile: add reusable []Location to ssa.ConfigJosh Bleecher Snyder
2017-02-01all: merge dev.inline into masterRuss Cox
2017-01-09[dev.inline] cmd/internal/src: introduce compact source position representationRobert Griesemer
2017-01-09cmd/compile: insert scheduling checks on loop backedgesDavid Chase
2016-12-08[dev.inline] cmd/compile/internal/ssa: another round of renames from line -> ...Robert Griesemer
2016-12-08[dev.inline] cmd/compile/internal/ssa: rename various fields from Line to PosRobert Griesemer
2016-12-08[dev.inline] cmd/compile: introduce cmd/internal/src.Pos type for line numbersRobert Griesemer
2016-10-20cmd/compile: enable flag-specified dump of specific phase+functionDavid Chase
2016-10-11cmd/compile: remove redundant function idomHajime Hoshi
2016-10-03cmd/compile: Use Sreedhar+Gao phi building algorithmKeith Randall
2016-09-19cmd/compile: cache CFG-dependent computationsKeith Randall
2016-09-14cmd/compile: make ssa compilation unconditionalKeith Randall
2016-08-28cmd/compile: intrinsify the rest of runtime/internal/atomic for amd64Keith Randall
2016-05-16cmd/compile: use sparse algorithm for phis in large programDavid Chase
2016-05-05cmd/compile: enable constant-time CFG editingKeith Randall
2016-04-17cmd/compile/internal/ssa: use Compare instead of EqualJosh Bleecher Snyder
2016-04-12cmd/compile: share dominator tree among many passesAlexandru Moșoi
2016-04-11cmd/compile: zero all three argstorage slotsKeith Randall
2016-03-17cmd/compile: keep value use counts in SSAKeith Randall
2016-03-14cmd/compile: change the type of ssa Warnl line numberTodd Neal
2016-03-13cmd/compile: const folding for float32/64Todd Neal
2016-03-10cmd/compile: remove values from const cache upon freeTodd Neal
2016-03-08cmd/compile: cache const nil, iface, slice, and ""Josh Bleecher Snyder
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29[dev.ssa] cmd/compile: add constant cacheJosh Bleecher Snyder
2016-02-25[dev.ssa] cmd/compile: enhance command line option processing for SSADavid Chase
2016-02-02[dev.ssa] cmd/compile: cache sparse sets in ConfigTodd Neal
2016-01-30[dev.ssa] cmd/compile: reuse sparse sets across compiler passesTodd Neal
2016-01-29[dev.ssa] cmd/compile: exposed do-log boolean to reduce allocationsDavid Chase
2016-01-29[dev.ssa] cmd/compile: add backing store buffers for block.{Preds,Succs,Values}Keith Randall
2016-01-28[dev.ssa] cmd/compile: preallocate small-numbered values and blocksKeith Randall
2016-01-19[dev.ssa] cmd/compile: report better line numbers for Unimplemented/FatalKeith Randall
2015-11-03[dev.ssa] cmd/compile: start arguments as spilledKeith Randall
2015-11-03[dev.ssa] cmd/compile: Do pointer arithmetic with int, not uintptrKeith Randall
2015-10-28[dev.ssa] cmd/compile: remember names of valuesKeith Randall
2015-09-11[dev.ssa] cmd/compile: add constBool helpersJosh Bleecher Snyder
2015-09-05[dev.ssa] cmd/runtime: generate gc bitmaps for SSA-compiled codeKeith Randall
2015-09-04[dev.ssa] cmd/compile: store floats in AuxIntTodd Neal
2015-08-17[dev.ssa] cmd/compile: first unoptimized cut at adding FP supportDavid Chase
2015-08-15[dev.ssa] cmd/compile/internal/ssa: Use explicit size for store opsKeith Randall
2015-08-04[dev.ssa] cmd/compile/internal/ssa: Fix schedulerKeith Randall
2015-07-28[dev.ssa] cmd/compile/internal/ssa: Split OpConst into an OpConst8, OpConst16...Keith Randall
2015-07-28[dev.ssa] cmd/compile: implement static data generationJosh Bleecher Snyder
2015-07-11[dev.ssa] cmd/compile/ssa: Replace less-or-equal with equal in len comparison...ALTree
2015-07-07[dev.ssa] cmd/compile/ssa: dominator tests and benchmarksTodd Neal
2015-07-01[dev.ssa] cmd/compile/internal/ssa: Initial implementation of memory zeroingDaniel Morsing