index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
go
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
2
-2
/
+4
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
5
-7
/
+7
2015-06-15
escape: Analyze binary expressions.
Ian Lance Taylor
2
-17
/
+34
2015-06-15
Add MERGE file to track the git revision of the most recent change in
Ian Lance Taylor
1
-0
/
+4
2015-06-15
compiler: Don't crash when dumping ast of empty block.
Ian Lance Taylor
1
-1
/
+7
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
4
-7
/
+6
2015-06-05
Merge debug-early branch into mainline.
Aldy Hernandez
3
-16
/
+14
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
5
-11
/
+7
2015-05-12
compiler: If unary & does not escape, the var does not escape.
Ian Lance Taylor
1
-1
/
+6
2015-05-06
compiler: Analyze escape information of interface parameters.
Ian Lance Taylor
1
-12
/
+16
2015-05-05
compiler: Don't make temporaries for constant string concatentation.
Ian Lance Taylor
1
-2
/
+4
2015-04-30
compiler: Use backend interface for stack allocation.
Chris Manghane
5
-27
/
+29
2015-04-30
escape: Analyze function values and conversions.
Ian Lance Taylor
1
-7
/
+12
2015-04-30
compiler: Mark non-escaping variables that aren't addressed.
Ian Lance Taylor
1
-5
/
+1
2015-04-29
compiler: Consider multi-result calls in escape analysis.
Ian Lance Taylor
1
-30
/
+132
2015-04-29
compiler: Propagate escape info from closures to enclosed variables.
Ian Lance Taylor
2
-7
/
+41
2015-04-27
Makefile-lan.in (ada.mostlyclean): Remove gnatbind and gnat1.
Jim Wilson
2
-0
/
+5
2015-04-17
re PR go/65755 (incorrect reflection of struct fields with gccgo)
Ian Lance Taylor
1
-31
/
+19
2015-04-17
compiler: Escape analysis.
Chris Manghane
17
-766
/
+3283
2015-04-11
compiler: discard carriage returns in raw string literals
Ian Lance Taylor
1
-1
/
+4
2015-03-31
compiler: Mark builtin calls with bad types as errors.
Ian Lance Taylor
1
-2
/
+8
2015-03-30
compiler: implement Go 1 unsafe.Pointer conversion rules
Ian Lance Taylor
1
-3
/
+3
2015-03-13
compiler: Permit label on fallthrough statement.
Ian Lance Taylor
1
-0
/
+11
2015-03-06
compiler: Do not declare type switch variable outside case statements.
Ian Lance Taylor
5
-80
/
+79
2015-02-03
re PR go/64836 (go.test/test/fixedbugs/issue4348.go FAILs)
Ian Lance Taylor
9
-101
/
+158
2015-01-31
compiler: Treat map index expressions as lvalues in range expressions.
Ian Lance Taylor
1
-8
/
+11
2015-01-30
compiler: Pass location to fatal_error.
Ian Lance Taylor
1
-1
/
+2
2015-01-30
compiler: Add pkgpath symbol information to export data.
Ian Lance Taylor
5
-6
/
+79
2015-01-30
compiler: Fix -fgo-prefix handling.
Ian Lance Taylor
6
-25
/
+103
2015-01-24
re PR go/63565 (please document that (and why) Go binaries should not be stri...
Ian Lance Taylor
2
-0
/
+18
2015-01-23
re PR go/64595 (go programs abort when debug info is stripped)
Ian Lance Taylor
3
-0
/
+33
2015-01-22
compiler: Avoid infinite recursion when describing initialization loops.
Ian Lance Taylor
1
-2
/
+4
2015-01-22
compiler: Prohibit use of ellipsis operator on multi-valued calls.
Ian Lance Taylor
1
-0
/
+11
2015-01-20
compiler: Do not mark unused variables as used inside closures.
Ian Lance Taylor
2
-6
/
+23
2015-01-16
compiler, reflect, runtime: Use static chain for closures.
Richard Henderson
7
-36
/
+90
2015-01-15
libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.
Ian Lance Taylor
3
-1
/
+5
2015-01-09
configure.ac (host_tools): Add gotools.
Ian Lance Taylor
2
-0
/
+5
2015-01-09
re PR rtl-optimization/64536 (Undefined .L* symbol starting with jump2 on s390x)
Jakub Jelinek
1
-0
/
+8
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
3
-7
/
+30
2015-01-07
re PR go/61204 (gccgo: ICE in in fold_convert_loc [GoSmith])
Chris Manghane
2
-5
/
+19
2015-01-07
compiler: Don't assign to embedded builtins in imported struct composite
Ian Lance Taylor
1
-2
/
+4
2015-01-07
compiler: Add explicit sign to exported complex constants without imaginary c...
Ian Lance Taylor
1
-1
/
+1
2015-01-06
go-gcc.cc (constructor_expression): Don't initialize zero-sized fields, just ...
Chris Manghane
2
-1
/
+20
2015-01-06
compiler: Use function receiver name in mangled named type descriptor.
Ian Lance Taylor
1
-0
/
+16
2015-01-05
Update copyright years.
Jakub Jelinek
11
-10
/
+12
2015-01-05
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
2
-2
/
+6
2014-12-23
compiler: Evaluate array range expression once before iteration.
Ian Lance Taylor
1
-2
/
+5
2014-12-19
compiler: Add temporaries required in cases of interface conversion.
Ian Lance Taylor
2
-16
/
+45
2014-12-19
go-gcc.cc (array_constructor_expression): Don't construct arrays of zero-size...
Chris Manghane
2
-2
/
+24
2014-12-19
compiler: More cases that need a temporary for interface conversion.
Ian Lance Taylor
3
-22
/
+74
[next]