summaryrefslogtreecommitdiff
path: root/src/cmd/internal
Commit message (Expand)AuthorAgeFilesLines
* [dev.inline] cmd/internal/obj: remove vestiges of LineHist - not used anymoreRobert Griesemer2017-01-093-238/+2
* [dev.inline] cmd/internal/src: introduce compact source position representationRobert Griesemer2017-01-098-5/+151
* [dev.inline] cmd/internal/src: replace src.Pos with syntax.PosRobert Griesemer2017-01-0910-100/+424
* [dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.PosDavid Lazar2016-12-0913-55/+55
* [dev.inline] cmd/internal/obj: use src.Pos in obj.ProgDavid Lazar2016-12-093-4/+5
* [dev.inline] cmd/internal/src: introduce NoPos and use it instead Pos{}Robert Griesemer2016-12-091-0/+3
* [dev.inline] cmd/internal/src: make Pos implementation abstractRobert Griesemer2016-12-081-3/+21
* [dev.inline] cmd/compile: introduce cmd/internal/src.Pos type for line numbersRobert Griesemer2016-12-081-0/+11
* cmd/internal/obj: rename obj.go to line.goMatthew Dempsky2016-12-011-0/+0
* cmd/compile: generate frame pointers for otherwise frameless functionsKeith Randall2016-12-011-4/+20
* cmd/objdump: copy gosym.PCValue into internal packageKeith Randall2016-12-011-2/+49
* cmd/compile, cmd/link: weak relocation for ptrToDavid Crawshaw2016-11-222-0/+21
* cmd/compile: ensure necessary types appear in .debug_infoDavid Chase2016-11-161-0/+4
* cmd/internal/obj/arm64: fix branch too far for CBZ (and like)Cherry Zhang2016-11-162-1/+63
* cmd/internal/browser: add chromium to the list of browsersDaniel Martí2016-11-121-1/+6
* cmd/internal/obj/mips: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-087-353/+585
* cmd/internal/sys, runtime/internal/sys: gofmtMichael Munday2016-11-071-7/+7
* cmd/internal/sys: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-031-0/+23
* cmd/pprof: move cmd/internal/pprof back to cmd/pprof/internalRuss Cox2016-11-0213-5032/+0
* internal/pprof/profile: new package, moved from cmd/internal/pprof/profileRuss Cox2016-11-0215-3005/+7
* cmd/compile: mark temps with new AutoTemp flag, and use it.David Chase2016-10-311-4/+0
* cmd/internal/obj/arm64: materialize float constant 0 from zero registerCherry Zhang2016-10-282-2/+14
* cmd/internal/obj/mips: materialize float constant 0 from zero registerCherry Zhang2016-10-281-0/+12
* cmd/asm, cmd/internal/obj/ppc64: Add vector scalar (VSX) registers and instru...Carlos Eduardo Seo2016-10-285-0/+654
* runtime: Profile goroutines holding contended mutexes.Peter Weinberger2016-10-281-7/+21
* cmd/compile: avoid truncating fieldname var locationsThan McIntosh2016-10-261-5/+0
* cmd/internal/obj: save link register in leaf function with non-empty frame on...Cherry Zhang2016-10-253-59/+94
* cmd/internal/obj: Use bitfield for LSym attributesshaharko2016-10-2510-97/+122
* cmd/compile, cmd/link: more efficient typelink generationshaharko2016-10-253-2/+10
* cmd/internal: add shift opcodes with shift operands on ppc64xLynn Boger2016-10-253-15/+74
* cmd, runtime: remove s390x 3 operand immediate logical opsMichael Munday2016-10-251-49/+28
* cmd/compile, cmd/link: stop generating unused go.string.hdr symbols.shaharko2016-10-252-13/+9
* cmd/internal/obj/mips: store LR before update SP in function prologueCherry Zhang2016-10-241-10/+15
* cmd/internal/objfile: remove debugging printRuss Cox2016-10-241-1/+0
* cmd/internal/obj: drop Addr's Gotype fieldMatthew Dempsky2016-10-244-7/+3
* cmd/asm, cmd/internal/obj/s390x: fix VFMA and VFMS encodingMichael Munday2016-10-211-1/+1
* cmd/internal/obj/x86: add some missing AMD64 instructionsIlya Tocar2016-10-203-1/+30
* cmd/link, cmd/internal/obj: stop exporting various namesIan Lance Taylor2016-10-195-11/+11
* cmd/internal/obj/{ppc64,s390x}: mark functions with small stacks NOSPLITMichael Munday2016-10-182-3/+15
* cmd/compile: merge loads into operations on s390xMichael Munday2016-10-171-0/+69
* bytes: improve performance for bytes.Compare on ppc64xLynn Boger2016-10-173-0/+5
* cmd/internal/obj: document ProgMichael Pratt2016-10-131-25/+48
* cmd/internal/objfile: add ppc64/ppc64le disassembler supportShenghou Ma2016-10-132-8/+29
* cmd/asm: recognize CR1-CR7 on ppc64x branch instructionsLynn Boger2016-10-122-4/+64
* cmd/pprof: instruction-level granularity in callgrind outputMichael Pratt2016-10-122-14/+54
* cmd/link: insert trampolines for too-far jumps on ARMCherry Zhang2016-10-112-2/+16
* cmd/internal/obj/s390x: remove support for stores of global addressesMichael Munday2016-10-091-31/+3
* cmd/internal/obj/x86: On amd64, relocation type for and indirect call is pc-r...Wedson Almeida Filho2016-10-091-1/+5
* cmd/{asm,compile}: replace TESTB op with CMPWconst on s390xMichael Munday2016-10-071-1/+7
* cmd/asm, cmd/internal/obj/s390x: delete unused instructionsMichael Munday2016-10-063-51/+4