summaryrefslogtreecommitdiff
path: root/src/cmd/8c/cgen.c
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] cmd/5c, cmd/6c, cmd/8c, cmd/cc: removeRuss Cox2014-11-101-1939/+0
* cmd/cc, cmd/gc: stop generating 'argsize' PCDATARuss Cox2014-09-121-2/+0
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox2014-08-271-10/+24
* cmd/5c, cmd/6c, cmd/8c: record arg size for every callRuss Cox2013-07-161-0/+3
* cmd/6c, cmd/8c: avoid generating long multiplication when not necessary.R?my Oudompheng2013-06-041-2/+3
* cmd/6c: Optimize rotate expressions to use rotate instructions.Matthew Dempsky2013-01-181-0/+12
* cmd/8c: better fix for 64-bit register smashRuss Cox2012-05-241-1/+22
* 6c, 8c: make floating point code NaN-safeRuss Cox2012-01-261-1/+34
* cc: nit: silence comment warningsDave Cheney2011-06-191-1/+1
* 8c: only refer to extern register variables in MOVL instructionsRuss Cox2010-01-061-0/+6
* compilers were inconsistent aboutRuss Cox2009-07-131-1/+1
* use cc provided xlog2 instead of system log2.Russ Cox2009-06-051-2/+2
* make 8a, 8c, 8l build in go environment.Russ Cox2009-01-061-6/+6
* 8a, 8c, and 8l from inferno distributionRuss Cox2009-01-061-0/+1851