summaryrefslogtreecommitdiff
path: root/src/cmd/6g/align.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-21some array init bugsKen Thompson1-38/+0
2009-03-30move portable object routines (especiallyRuss Cox1-0/+4
2009-03-30move portable code generation (basic statements) to gc.Russ Cox1-2/+0
2009-03-30move alignment calculations into gcRuss Cox1-278/+7
2009-02-07change array padding in structuresKen Thompson1-2/+12
2009-02-026g return struct fix:Russ Cox1-1/+6
2009-01-30update compiler to new func rulesRuss Cox1-4/+22
2009-01-096g cleanup suggested by ken.Russ Cox1-0/+4
2008-12-19[] and struct in interfaces.Russ Cox1-0/+2
2008-12-19portability bugKen Thompson1-1/+6
2008-12-18arraysKen Thompson1-1/+4
2008-12-08foundation for import unsafeKen Thompson1-1/+1
2008-11-18oopsKen Thompson1-1/+0
2008-11-11width fixes.Russ Cox1-0/+2
2008-11-01DOTDOTDOTKen Thompson1-0/+3
2008-10-29the end of life as we know itKen Thompson1-36/+54
2008-10-06change type names to go live at the name, so thatRuss Cox1-1/+12
2008-10-03interfaces of all typesKen Thompson1-1/+1
2008-09-01minor bugsKen Thompson1-8/+5
2008-08-28get rid of static/dynamic array distinctionKen Thompson1-4/+3
2008-08-27arraysKen Thompson1-2/+4
2008-08-03make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox1-8/+8
2008-07-12morestack magic numberKen Thompson1-0/+1
2008-07-06took out vlong/uvlong/rune conversionsKen Thompson1-3/+7
2008-06-13plan9 line numbers and line tableKen Thompson1-0/+7
2008-06-04fix loader problem loading main from a libraryKen Thompson1-0/+7
2008-06-04Add compiler source to new directory structureRob Pike1-0/+210