summaryrefslogtreecommitdiff
path: root/src/cmd/gc/gen.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: fix uintptr(nil) issues.R?my Oudompheng2013-01-081-1/+5
* cmd/gc: fix typos in clearslim.R?my Oudompheng2012-11-131-2/+2
* cmd/6g: extend componentgen to small arrays and structs.R?my Oudompheng2012-11-131-60/+66
* cmd/gc: avoid clobbering the AST in cgen_callmeth.R?my Oudompheng2012-10-071-7/+9
* cmd/gc: prepare for 64-bit intsRuss Cox2012-09-241-3/+3
* cmd/gc: Inline pointer sized T2I interface conversionsDaniel Morsing2012-09-111-2/+7
* cmd/gc: inline convT2E when T is uintptr-shaped.Nigel Tao2012-06-141-3/+16
* cmd/gc: fix LEAQ $0, SI bugRuss Cox2012-06-071-0/+3
* cmd/gc: inline slice[arr,str] in the frontend (mostly).Luuk van Dijk2012-06-021-0/+60
* cmd/gc: contiguous loop layoutRuss Cox2012-05-301-2/+2
* gc: fix order of evaluationRuss Cox2012-01-251-0/+1
* gc: composite literals as per Go 1Russ Cox2011-12-021-2/+2
* gc: clean up printing.Luuk van Dijk2011-10-311-1/+1
* gc: changes to export format in preparation for inlining.Luuk van Dijk2011-10-081-1/+1
* 5g, 6g, 8g: registerize variables againRuss Cox2011-10-031-0/+1
* gc: unify stack frame layoutRuss Cox2011-09-061-69/+9
* gc: introduce temp = nod+tempnameRuss Cox2011-09-021-0/+10
* gc: fix label recursion bugsRuss Cox2011-09-011-4/+4
* gc: fix build on Plan 9Lucio De Re2011-08-291-2/+1
* gc: tweak and enable escape analysisRuss Cox2011-08-281-5/+3
* gc: shuffle #includesRuss Cox2011-08-251-0/+2
* gc: Escape analysis.Luuk van Dijk2011-08-241-4/+94
* gc: implement goto restrictionRuss Cox2011-06-171-71/+143
* gc: work around goto bugRuss Cox2011-06-161-0/+1
* gc: compact stackframeLuuk van Dijk2011-06-101-3/+14
* 8g: compute register liveness during regoptRuss Cox2011-06-031-1/+0
* 5g: alignment fixesRuss Cox2011-05-251-0/+4
* gc: diagnose unused labelsRuss Cox2011-03-151-62/+95
* gc: issue 1231Russ Cox2010-12-131-1/+1
* gc: introduce explicit alignmentsRuss Cox2010-12-131-2/+2
* 5g, 6g, 8g: generate code for string indexRuss Cox2010-10-261-1/+0
* gc: maybe the code is only mostly deadRuss Cox2010-10-071-11/+0
* gc: elide dead codeRuss Cox2010-10-071-0/+11
* gc: O(1) string comparison when lengths differRuss Cox2010-10-061-6/+0
* 5g: register allocation bugsRuss Cox2010-09-121-0/+7
* gc: no more ...Russ Cox2010-06-141-3/+6
* fix issue 798Ken Thompson2010-05-201-0/+1
* more on type complex.Ken Thompson2010-03-021-0/+6
* gc: final ...T bug for the dayRuss Cox2010-02-011-0/+2
* eliminate the package global name space assumption in object filesRuss Cox2010-01-221-1/+1
* gc: Allow allow data types up to 1GBChristopher Wedgwood2009-12-031-1/+1
* do not emit USED for global x when compiling "_ = x;"Russ Cox2009-11-021-1/+1
* bug136Russ Cox2009-10-191-23/+7
* bug190.Russ Cox2009-10-191-1/+0
* rename sys functions to runtime,Russ Cox2009-10-151-1/+1
* ideal bools and related fixesRuss Cox2009-09-211-1/+2
* declared and not used; this time for sureRuss Cox2009-09-151-4/+1
* declared and not used error, but disabled.Russ Cox2009-09-141-3/+7
* write-only variable _Russ Cox2009-09-081-0/+59
* composit literalsKen Thompson2009-09-051-3/+2