]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/gc/main.go
[dev.link] all: merge branch 'master' into dev.link
[gostls13.git] / src / cmd / compile / internal / gc / main.go
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-23 Cherry Zhang[dev.link] cmd/asm, cmd/compile: add back newobj flag
2020-03-13 Russ Coxcmd/asm, cmd/compile, runtime: add -spectre=ret mode
2020-03-13 Russ Coxcmd/compile: add spectre mitigation mode enabled by...
2020-03-13 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-06 Cuong Manh Lecmd/compile: avoid range over copy of array
2020-03-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-07 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-01-13 Keith Randallcmd/compile: print recursive types correctly
2019-12-03 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-12-02 Tao Qingyuncmd/compile: declare with type for fmtMode constant
2019-11-15 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-11 Cherry Zhang[dev.link] cmd/compile, cmd/asm: delete old object...
2019-11-11 Cherry Zhang[dev.link] cmd: reenable newobj mode by default
2019-11-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-10 David Chasecmd/compile: add framework for logging optimizer (non...
2019-11-08 Matthew Dempskycmd/compile: don't apply -lang=go1.X restrictions to...
2019-11-08 Gerrit Code ReviewMerge "cmd: merge branch 'dev.link' into master"
2019-11-05 Cherry Zhangcmd: merge branch 'dev.link' into master
2019-11-05 Cherry Zhang[dev.link] cmd: default to old object file format
2019-11-05 Matthew Dempskycmd/compile, cmd/link: add coverage instrumentation...
2019-11-03 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2019-10-25 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-24 Dan Scalescmd/compile, cmd/link, runtime: make defers low-cost...
2019-10-22 Matthew Dempskycmd/compile: enable -d=checkptr when -race or -msan...
2019-10-21 Cherry Zhang[dev.link] cmd: reference symbols by name when linking...
2019-10-18 Matthew Dempskycmd/compile: only escape unsafe.Pointer conversions...
2019-10-18 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-17 Matthew Dempskycmd/compile: add -d=checkptr to validate unsafe.Pointer...
2019-10-16 Bryan C. MillsRevert "cmd/compile, cmd/link, runtime: make defers...
2019-10-16 Dan Scalescmd/compile, cmd/link, runtime: make defers low-cost...
2019-10-16 Cherry Zhang[dev.link] cmd: default to new object files
2019-10-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-09 Brad Fitzpatrickall: remove the nacl port (part 2, amd64p32 + toolchain)
2019-10-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-02 Cherry Zhang[dev.link] cmd/compile, cmd/asm: assign index to symbols
2019-10-01 Cherry Zhang[dev.link] cmd/compile: finish all data generation...
2019-09-25 Matthew Dempskycmd/compile: remove -s flag
2019-09-08 Ainar Garipovall: fix typos
2019-09-03 Matthew Dempskycmd/compile: simplify {defer,resume}checkwidth logic
2019-08-28 Matthew Dempskycmd/compile: remove -newescape flag
2019-06-07 Austin Clementscmd/dist,cmd/compile: remove -allabis mode
2019-06-06 David Chasecmd/compile: correct capitalization in recordFlags...
2019-06-06 David Chasecmd/compile: add -smallframes gc flag for GC latency...
2019-05-02 Russ Coxsort: simplify bootstrap
2019-04-23 David Chasecmd/link: revert/revise CL 98075 because LLDB is very...
2019-04-19 Brad Fitzpatrickinternal/goversion: add new package, move Go 1.x consta...
2019-04-16 Matthew Dempskycmd/compile: enable -newescape by default
2019-04-15 Matthew Dempskycmd/compile: add new escape analysis implementation
2019-04-02 Alessandro Arzillicompile,link: export package name in debug_info
2019-01-11 Austin Clementscmd/compile: separate data and function LSyms
2018-12-11 Keith Randallcmd/compile: use innermost line number for -S
2018-11-26 Keith Randallcmd/compile: remove CLOBBERDEAD experiment
2018-11-21 Yury Smolskycmd/compile: add control flow graphs to ssa.html
2018-11-19 Josh Bleecher Snydercmd/compile: bulk rename
2018-11-14 Ian Lance Taylorcmd/compile: by default accept any language
2018-11-13 Ian Lance Taylorcmd/compile: correct check for valid -lang version
2018-11-12 Austin Clementscmd/compile: create "init" symbol earlier
2018-11-12 Austin Clementscmd/compile: mark function Syms
2018-11-12 Austin Clementscmd/compile: accept and parse symabis
2018-11-05 Robert Griesemercmd/compile: reintroduce work-around for cyclic alias...
2018-11-02 Robert Griesemercmd/compile/internal/gc: add tracing support to debug...
2018-10-30 Ian Lance Taylorcmd/compile: add -lang flag to specify language version
2018-10-29 Robert Griesemercmd/compile: revert "typecheck types and funcs before...
2018-10-29 Daniel Martícmd/compile: typecheck types and funcs before consts
2018-10-28 Josh Bleecher Snydercmd/compile: expand large stack frame error messages
2018-10-27 Matthew Dempskycmd/compile: remove -f flag
2018-10-17 Matthew Dempskycmd/compile: remove obsolete "safe" mode
2018-10-16 Matthew Dempskycmd/compile: remove -dolinkobj flag
2018-10-15 Daniel Martícmd/compile: don't panic on invalid map key declarations
2018-10-12 Matthew Dempskycmd/compile: remove ineffectual -i flag
2018-10-03 Matthew Dempskycmd/compile/internal/gc: disable binary package export...
2018-08-23 Yury Smolskycmd/compile: clean the output of GOSSAFUNC
2018-08-22 Yury Smolskycmd/compile: cache the value of environment variable...
2018-08-21 Ian Lance Taylorcmd/compile: only support -race and -msan where they...
2018-08-20 Daniel Martícmd/compile/internal/gc: various minor cleanups
2018-06-12 Robert Griesemercmd/compile: correct alias cycle detection
2018-06-06 Robert Griesemercmd/compile: terminate compilation if type-checking...
2018-06-02 Keith Randallcmd/compile: include callee args section when checking...
2018-05-04 Richard Musiolcmd/compile: add wasm architecture
2018-05-01 Matthew Dempskycmd/compile: explicitly disallow mixing -iexport={false...
2018-04-24 Matthew Dempskycmd/compile: enable indexed export format by default
2018-04-24 Matthew Dempskycmd/compile: add indexed export format
2018-04-20 Matthew Dempskycmd/compile: refactor how declarations are imported
2018-04-17 Matthew Dempskycmd/compile: cleanup import logic slightly
2018-04-17 Matthew Dempskycmd/compile: use empty package name for runtime/{race...
2018-04-09 Matthew Dempskycmd/compile: add package height to export data
2018-04-05 Matthew Dempskycmd/compile: cleanup method symbol creation
2018-04-05 Matthew Dempskycmd/compile: extract inline related fields into separat...
2018-04-02 Matthew Dempskycmd/compile: disable instrumentation for no-race packag...
2018-03-30 Josh Bleecher Snydercmd/compile: compile all functions concurrently
2018-03-26 David Chasecmd/compile: finish GOEXPERIMENT=preemptibleloops repair
2018-03-24 Matthew Dempskycmd/compile: always write pack files
2018-03-16 David Chasecmd/compile: enable scopes unconditionally
2018-03-15 David Chasecmd/compile: turn on DWARF locations lists for ssa...
2018-02-14 Heschi Kreinickcmd/compile/internal: decouple scope tracking from...
next