summaryrefslogtreecommitdiff
path: root/src/cmd/5g/ggen.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-29Imported Upstream version 2012.02.22Ondřej Surý1-2/+2
2012-01-30Imported Upstream version 2012.01.27Ondřej Surý1-1/+0
2011-09-13Read goinstall dashboard option from debian configuration fileOndřej Surý1-1/+3
2011-08-10Imported Upstream version 2011.08.10upstream-weekly/2011.08.10Ondřej Surý1-2/+1
2011-08-03Imported Upstream version 2011.07.29upstream-weekly/2011.07.29Ondřej Surý1-12/+40
2011-06-28Imported Upstream version 2011.06.23upstream-weekly/2011.06.23Ondřej Surý1-3/+29
2011-06-03Imported Upstream version 2011.06.02upstream-weekly/2011.06.02Ondřej Surý1-107/+3
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-1/+1
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-3/+2
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-24/+63
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-64/+16
2010-03-31gc: implement panic and recoverRuss Cox1-4/+9
2010-03-26arm: fix buildDean Prichard1-5/+4
2010-03-26gc: allow taking address of out parametersRuss Cox1-0/+20
2010-03-085g/6g/8g: fix double function call in sliceRuss Cox1-32/+24
2010-03-05gc: better compilation of floating point +=Russ Cox1-9/+17
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-1/+1
2009-11-20x[lo:] - gc and runtime.Russ Cox1-0/+380
2009-10-27shift for non-64 bit integers.Kai Backman1-0/+89
2009-10-26fix defer. gave up on unified code for defer and go for now.Kai Backman1-5/+49
2009-10-23one more argsize fix. we were copying with the correctKai Backman1-1/+1
2009-10-22fix off by 4 in newproc arg copying.Kai Backman1-2/+2
2009-10-16fix arm build, add 64 bit cgen_asopKai Backman1-0/+21
2009-10-02a few more code generation bugs and an interface alignment issue.Kai Backman1-2/+3
2009-10-01cgen_asop sudoaddableKai Backman1-22/+61
2009-09-18changed 5c calling convention to use stack exclusively for inKai Backman1-2/+2
2009-09-17fix code generation of CMP to use registers properly. also fixKai Backman1-1/+2
2009-09-17move static init code from 6g into gc.Russ Cox1-50/+0
2009-09-14make 5g, 8g build again by disabling init code.Russ Cox1-112/+1
2009-09-08write-only variable _Russ Cox1-1/+1
2009-08-21mostly 64 bit support.Kai Backman1-7/+18
2009-08-19more work on adding in pieces. fixed my bad assumptions aboutKai Backman1-184/+35
2009-08-18pkg/sort compiling and some progress on syscall. mostlyKai Backman1-131/+89
2009-08-18slashed warningsKai Backman1-2/+2
2009-08-18fix runtime and compile regressionKai Backman1-2/+2
2009-08-04make Syms smaller.Russ Cox1-2/+0
2009-07-30fix build on amd64Russ Cox1-0/+2
2009-07-17another step toward eliminating forward declarations.Russ Cox1-5/+5
2009-07-06cleaned up data generation in 5g, reverted 5l handling of D_ADDR.Kai Backman1-9/+9
2009-07-06agen, sgen, cgen_callret, cgen_asop, D_ADDR handling, gmoveKai Backman1-30/+33
2009-06-26working on bgenKai Backman1-10/+0
2009-06-26more changes to make 5g code generation arm compatible.Kai Backman1-0/+1
2009-06-25fixes to 5g object file generation. arm specific regalloc.Kai Backman1-39/+5
2009-05-28Rebooted 5g effort from 6g. Tons of minor fixes and tweaks toKai Backman1-0/+873