summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/obj.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: add //go:embed supportRuss Cox2020-10-231-15/+117
* cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox2020-10-161-4/+5
* cmd/compile: rename strlit, Bool, and Int64 *Node accessorsAlberto Donizetti2020-10-141-1/+1
* cmd/compile: make funccompile non-reentrantCuong Manh Le2020-09-151-1/+25
* cmd/compile: remove AttrSeenGlobl (use AttrOnList instead)Than McIntosh2020-08-131-1/+1
* [dev.link] cmd/internal/obj: handle content-addressable symbols with relocationsCherry Zhang2020-07-201-1/+1
* [dev.link] cmd/internal/goobj2, cmd/link: add content addressable symbolsCherry Zhang2020-07-161-0/+1
* [dev.link] cmd/compile: mark stmp and stkobj symbols as staticThan McIntosh2020-07-081-3/+1
* cmd/compile: delete gdataJosh Bleecher Snyder2020-04-201-56/+73
* cmd/compile: simplify slicebytesJosh Bleecher Snyder2020-04-201-7/+4
* cmd/compile: remove gdata layer in slicesymJosh Bleecher Snyder2020-04-091-6/+9
* cmd/compile: refactor static slice symbol creationJosh Bleecher Snyder2020-04-091-0/+10
* [dev.link] all: merge branch 'master' into dev.linkCherry Zhang2019-10-251-0/+3
|\
| * cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-241-0/+3
| * Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills2019-10-161-3/+0
| * cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-161-0/+3
* | [dev.link] cmd/compile, cmd/asm: use bio.Writer for object file writingCherry Zhang2019-10-011-1/+1
* | [dev.link] cmd/compile: finish all data generation before writing object fileCherry Zhang2019-10-011-15/+17
|/
* cmd/compile: don't mark stack object symbol DUPOKCherry Zhang2019-08-281-1/+5
* cmd/internal/bio: rename Reader.Seek to MustSeekRuss Cox2019-05-091-2/+2
* cmd/internal/obj: write package path at compile time if possibleCherry Zhang2019-05-061-1/+1
* sort: simplify bootstrapRuss Cox2019-05-021-1/+2
* cmd/compile: use correct package name for stack object symbolKeith Randall2019-04-221-1/+1
* cmd/internal/obj: don't dedup symbols in WriteObjFileAustin Clements2018-11-031-4/+0
* cmd/compile: avoid duplicate GC bitmap symbolsAustin Clements2018-11-031-6/+6
* cmd/compile: gofmtAustin Clements2018-11-011-1/+1
* cmd/compile: remove obsolete "safe" modeMatthew Dempsky2018-10-171-6/+1
* cmd/compile: remove -dolinkobj flagMatthew Dempsky2018-10-161-4/+0
* cmd/compile,runtime: implement stack objectsKeith Randall2018-10-031-1/+4
* cmd/compile, cmd/internal/obj: record register maps in binaryAustin Clements2018-05-221-1/+1
* cmd/compile: loop to ensure all autogenerated functions are compiledJosh Bleecher Snyder2018-04-111-9/+10
* cmd/compile, cmd/link: encode cgo directives using JSONMatthew Dempsky2018-04-111-2/+6
* cmd/compile: rename gc.exportname to types.IsExportedMatthew Dempsky2018-04-091-1/+1
* cmd/compile: compile all functions concurrentlyJosh Bleecher Snyder2018-03-301-0/+11
* cmd/compile: always write pack filesMatthew Dempsky2018-03-241-62/+50
* cmd/compile: remove some unused parametersDaniel Martí2018-03-131-2/+2
* cmd/compile: do not write slices/strings > 2gJeff R. Allen2017-11-091-5/+14
* cmd/compile: clean up various bits of codeDaniel Martí2017-10-221-6/+2
* cmd/compile: add ideal int constants to dwarfKeith Randall2017-10-091-3/+14
* cmd/compile,cmd/link: export int global consts to DWARFAlessandro Arzilli2017-09-221-14/+47
* cmd/compile: remove global bout variableMatthew Dempsky2017-09-051-3/+2
* cmd/internal/obj: fix LSym.Type during compilation, not linkingJosh Bleecher Snyder2017-05-021-4/+0
* cmd/compile: add initial backend concurrency supportJosh Bleecher Snyder2017-04-271-0/+3
* cmd/compile: split dumptypestructs furtherJosh Bleecher Snyder2017-04-261-1/+2
* cmd/compile: move Node.Class to flagsJosh Bleecher Snyder2017-04-261-4/+4
* cmd/compile: break apart dumptypestructsJosh Bleecher Snyder2017-04-241-3/+6
* cmd: remove IntSize and WidthintMatthew Dempsky2017-04-221-1/+1
* cmd/compile: eliminate some Linksym calls in obj.goJosh Bleecher Snyder2017-04-211-8/+10
* cmd/compile: make ggloblsym work with obj.LSymsJosh Bleecher Snyder2017-04-211-4/+4
* cmd/compile: remove most uses of duintxxJosh Bleecher Snyder2017-04-211-2/+2