summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: make math/bits.RotateLeft* an intrinsic on amd64Andrew Bonventre2018-08-305-4/+123
* cmd/dist: wait for run jobs to finish in case of a compiler errorAgniva De Sarker2018-08-301-3/+8
* cmd/compile: don't clobber dead slots in runtime.wbBufFlushCherry Zhang2018-08-301-1/+4
* cmd/compile: only clobber dead slots at call sitesCherry Zhang2018-08-301-2/+2
* all: fix typosAlex Kohler2018-08-303-6/+5
* cmd/link: move ElfType field in sym.Symbol to cold sectionThan McIntosh2018-08-306-17/+34
* cmd/link: move Plt, Got fields in sym.Symbol to cold sectionThan McIntosh2018-08-3010-68/+100
* cmd/link: move Localentry field in sym.Symbol to cold sectionThan McIntosh2018-08-304-4/+21
* cmd/link: split out Extname into cold portion of sym.SymbolThan McIntosh2018-08-308-44/+70
* cmd/compile: count nil check as use in dead auto elimCherry Zhang2018-08-301-1/+2
* build: support frame-pointer for arm64Zheng Xu2018-08-296-27/+186
* cmd/compile: remove var sorting from DWARF inline generationThan McIntosh2018-08-292-54/+0
* cmd/link: move type name mangling after deadcode eliminationAlessandro Arzilli2018-08-283-26/+30
* cmd/compile: add a test for reproducible build with anonymous interfacesCherry Zhang2018-08-282-22/+48
* cmd/link: improve comments for relocsymThan McIntosh2018-08-282-23/+55
* cmd/link: fix a few typos in commentsThan McIntosh2018-08-284-6/+6
* cmd/go: add GOMIPS value to build id for mipsleIan Lance Taylor2018-08-282-1/+40
* cmd/compile: optimize arm64 with indexed FP load/storeBen Shi2018-08-285-11/+361
* cmd/compile: optimize arm's comparisonBen Shi2018-08-272-0/+3880
* cmd/compile: add missing type information for some arm/arm64 rulesBen Shi2018-08-272-27/+27
* cmd/dist: do not run race detector tests on netbsdBenny Siegert2018-08-271-0/+5
* cmd/compile: prevent overflow in walkinrangeAlberto Donizetti2018-08-262-0/+17
* cmd/go: don't let script grep commands match $WORKIan Lance Taylor2018-08-251-0/+3
* cmd/compile: optimize 386 code with FLDPIBen Shi2018-08-251-0/+5
* cmd/compile: introduce more read-modify-write operations for amd64Ben Shi2018-08-245-6/+1863
* cmd/compile: remove vet-blocking hackKeith Randall2018-08-242-9/+19
* cmd/compile: enable two orphaned testsKeith Randall2018-08-243-77/+56
* cmd/compile: move last compile tests to new test infrastructureKeith Randall2018-08-2412-287/+175
* cmd/compile: move more compiler tests to new test infrastructureKeith Randall2018-08-2410-249/+155
* cmd/compile: move autogenerated tests to new infrastructureKeith Randall2018-08-2411-654/+455
* cmd/compile: move over more compiler tests to new test infrastructureKeith Randall2018-08-245-737/+537
* cmd/compile: unify compilation of compiler testsKeith Randall2018-08-244-75/+184
* cmd/compile: display AST IR in ssa.htmlYury Smolsky2018-08-243-6/+68
* cmd/compile: cleanup walking OCONV/OCONVNOPDaniel Martí2018-08-241-56/+51
* cmd/compile: refactor appendslice to use newer gc code styleMartin Möhrmann2018-08-241-35/+36
* cmd/compile: remove superfluous signed right shift used for signed division by 2Martin Möhrmann2018-08-242-0/+110
* cmd/internal/obj: support more arm64 FP instructionsBen Shi2018-08-245-4/+113
* cmd/vet: check embedded field tags tooDaniel Martí2018-08-232-52/+87
* all: fix typos detected by github.com/client9/misspellKazuhiro Sera2018-08-238-7/+8
* cmd/compile: add convnop helper functionMartin Möhrmann2018-08-235-27/+21
* cmd/compile: add sources for inlined functions to ssa.htmlYury Smolsky2018-08-233-29/+114
* cmd/compile: export the Func.Endlineno fieldYury Smolsky2018-08-232-0/+11
* cmd/compile: clean the output of GOSSAFUNCYury Smolsky2018-08-234-42/+53
* cmd/cgo: pass explicit -O0 to the compilerOryan Moshe2018-08-221-0/+3
* cmd/link/internal/sym: uncomment code for ELF cases in RelocNameIskander Sharipov2018-08-221-3/+3
* cmd/compile: use embedlineno instead of lineno in copytypeYury Smolsky2018-08-221-10/+1
* cmd/compile: cache the value of environment variable GOSSAFUNCYury Smolsky2018-08-222-2/+7
* cmd/compile: display Go code for a function in ssa.htmlYury Smolsky2018-08-222-35/+107
* cmd/compile/internal/gc: remove commented-out code from esc.goIskander Sharipov2018-08-221-13/+1
* cmd/gofmt: update error handling when writing to backup fileShivansh Rai2018-08-221-4/+1