summaryrefslogtreecommitdiff
path: root/src/cmd/gc/align.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+653
2011-09-13Imported Upstream version 60Ondřej Surý1-659/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-5/+7
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-2/+2
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-0/+12
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-1/+2
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-2/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-34/+42
2010-06-30gc: do not crash on bad [...]TRuss Cox1-0/+5
2010-05-24gc: bug280Russ Cox1-0/+2
2010-05-18gc: Better error when computing remainder of non-intEvan Shaw1-1/+1
2010-05-01gc: be pickier about slice, chan, array, and map sizesRuss Cox1-1/+9
2010-03-31gc: fix alignment on non-amd64Russ Cox1-1/+1
2010-03-30gc: add panic and recover (still unimplemented in runtime)Russ Cox1-0/+1
2010-02-18gc: fix this morning's bug fixRuss Cox1-2/+0
2010-02-17new types complex, complex64 and complex128Ken Thompson1-2/+22
2010-02-01gc: bug246Russ Cox1-0/+5
2010-02-01gc: add ... T, rework plain ...Russ Cox1-3/+0
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-1/+1
2009-12-03gc: recursive type errorRuss Cox1-0/+3
2009-11-19gc: reject large channel values at compile timeRuss Cox1-0/+12
2009-11-15gc: five bug fixes, one better error.Russ Cox1-4/+5
2009-10-20bug162, over and overRuss Cox1-2/+2
2009-10-19bug190.Russ Cox1-21/+131
2009-09-09composit literal underKen Thompson1-0/+2
2009-09-09defining package block names must overrideRuss Cox1-2/+3
2009-09-08write-only variable _Russ Cox1-1/+1
2009-09-02fix one bug involving [...] constructors.Russ Cox1-1/+4
2009-08-25rename runtime internals to have modern names (array->slice etc)Rob Pike1-1/+3
2009-08-20len and cap on chansRuss Cox1-3/+2
2009-08-19produce diagnostic forRuss Cox1-0/+7
2009-08-12delete code for forward type declarationsRuss Cox1-7/+0
2009-08-07forward declarations not necessary.Russ Cox1-4/+25
2009-07-30typechecking checkpoint.Russ Cox1-0/+8
2009-07-29introduce typecheck pass before walkexpr.Russ Cox1-14/+66
2009-07-17another step toward eliminating forward declarations.Russ Cox1-1/+1
2009-07-076g, 8g: generate data structures for new reflect interface (CL 31107)Russ Cox1-0/+4
2009-06-30change alignment rules: roll receiver intoRuss Cox1-2/+2
2009-06-06gc: grammar cleanup:Russ Cox1-4/+3
2009-05-22simplifying grammar: delete LBASETYPE and LACONST.Russ Cox1-1/+1
2009-05-22Automated g4 rollback of changelist 29302.Russ Cox1-1/+1
2009-05-22simplifying grammar: delete LBASETYPE and LACONSTRuss Cox1-1/+1
2009-04-09change representation of stringsKen Thompson1-3/+5
2009-03-30move portable code generation (basic statements) to gc.Russ Cox1-0/+32
2009-03-30move alignment calculations into gcRuss Cox1-0/+351