index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
5g
/
ggen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-29
Imported Upstream version 2012.02.22
Ondřej Surý
1
-2
/
+2
2012-01-30
Imported Upstream version 2012.01.27
Ondřej Surý
1
-1
/
+0
2011-09-13
Read goinstall dashboard option from debian configuration file
Ondřej Surý
1
-1
/
+3
2011-08-10
Imported Upstream version 2011.08.10
upstream-weekly/2011.08.10
Ondřej Surý
1
-2
/
+1
2011-08-03
Imported Upstream version 2011.07.29
upstream-weekly/2011.07.29
Ondřej Surý
1
-12
/
+40
2011-06-28
Imported Upstream version 2011.06.23
upstream-weekly/2011.06.23
Ondřej Surý
1
-3
/
+29
2011-06-03
Imported Upstream version 2011.06.02
upstream-weekly/2011.06.02
Ondřej Surý
1
-107
/
+3
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-1
/
+1
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-3
/
+2
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-24
/
+63
2010-04-01
runtime: turn run time errors checks into panics
Russ Cox
1
-64
/
+16
2010-03-31
gc: implement panic and recover
Russ Cox
1
-4
/
+9
2010-03-26
arm: fix build
Dean Prichard
1
-5
/
+4
2010-03-26
gc: allow taking address of out parameters
Russ Cox
1
-0
/
+20
2010-03-08
5g/6g/8g: fix double function call in slice
Russ Cox
1
-32
/
+24
2010-03-05
gc: better compilation of floating point +=
Russ Cox
1
-9
/
+17
2010-01-22
eliminate the package global name space assumption in object files
Russ Cox
1
-1
/
+1
2009-11-20
x[lo:] - gc and runtime.
Russ Cox
1
-0
/
+380
2009-10-27
shift for non-64 bit integers.
Kai Backman
1
-0
/
+89
2009-10-26
fix defer. gave up on unified code for defer and go for now.
Kai Backman
1
-5
/
+49
2009-10-23
one more argsize fix. we were copying with the correct
Kai Backman
1
-1
/
+1
2009-10-22
fix off by 4 in newproc arg copying.
Kai Backman
1
-2
/
+2
2009-10-16
fix arm build, add 64 bit cgen_asop
Kai Backman
1
-0
/
+21
2009-10-02
a few more code generation bugs and an interface alignment issue.
Kai Backman
1
-2
/
+3
2009-10-01
cgen_asop sudoaddable
Kai Backman
1
-22
/
+61
2009-09-18
changed 5c calling convention to use stack exclusively for in
Kai Backman
1
-2
/
+2
2009-09-17
fix code generation of CMP to use registers properly. also fix
Kai Backman
1
-1
/
+2
2009-09-17
move static init code from 6g into gc.
Russ Cox
1
-50
/
+0
2009-09-14
make 5g, 8g build again by disabling init code.
Russ Cox
1
-112
/
+1
2009-09-08
write-only variable _
Russ Cox
1
-1
/
+1
2009-08-21
mostly 64 bit support.
Kai Backman
1
-7
/
+18
2009-08-19
more work on adding in pieces. fixed my bad assumptions about
Kai Backman
1
-184
/
+35
2009-08-18
pkg/sort compiling and some progress on syscall. mostly
Kai Backman
1
-131
/
+89
2009-08-18
slashed warnings
Kai Backman
1
-2
/
+2
2009-08-18
fix runtime and compile regression
Kai Backman
1
-2
/
+2
2009-08-04
make Syms smaller.
Russ Cox
1
-2
/
+0
2009-07-30
fix build on amd64
Russ Cox
1
-0
/
+2
2009-07-17
another step toward eliminating forward declarations.
Russ Cox
1
-5
/
+5
2009-07-06
cleaned up data generation in 5g, reverted 5l handling of D_ADDR.
Kai Backman
1
-9
/
+9
2009-07-06
agen, sgen, cgen_callret, cgen_asop, D_ADDR handling, gmove
Kai Backman
1
-30
/
+33
2009-06-26
working on bgen
Kai Backman
1
-10
/
+0
2009-06-26
more changes to make 5g code generation arm compatible.
Kai Backman
1
-0
/
+1
2009-06-25
fixes to 5g object file generation. arm specific regalloc.
Kai Backman
1
-39
/
+5
2009-05-28
Rebooted 5g effort from 6g. Tons of minor fixes and tweaks to
Kai Backman
1
-0
/
+873