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/existing-fp8
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-08-12
compiler: Don't make gc symbol for bad array type.
Ian Lance Taylor
2
-2
/
+5
2015-08-11
compiler: Check for EOF in malformed signatures.
Ian Lance Taylor
2
-2
/
+3
2015-08-11
compiler: Handle newlines in general comments.
Ian Lance Taylor
3
-4
/
+13
2015-08-11
compiler: Don't make void-typed temporaries.
Ian Lance Taylor
2
-2
/
+10
2015-08-07
libgo/testsuite: don't call kill without args
Ian Lance Taylor
1
-1
/
+1
2015-08-04
compiler: Verify pointer type's underlying type.
Ian Lance Taylor
2
-1
/
+5
2015-08-04
compiler: Use context to determine types of complex expressions.
Ian Lance Taylor
2
-4
/
+3
2015-08-04
runtime: initialize variable to avoid compiler warning
Ian Lance Taylor
1
-1
/
+1
2015-08-03
syscall: RawSockaddr fix for ppc64, ppc64le
Ian Lance Taylor
1
-1
/
+1
2015-08-03
compiler: Don't allow multiple function declarations.
Ian Lance Taylor
3
-10
/
+7
2015-08-03
compiler: Don't make erroneous type descriptors.
Ian Lance Taylor
2
-2
/
+2
2015-08-03
libgo/testsuite: kill sleep process in gotest
Ian Lance Taylor
1
-1
/
+1
2015-08-03
re PR go/67101 (mprof.goc:408:5: error: calling ‘__builtin_frame_address’...
Ian Lance Taylor
1
-1
/
+1
2015-07-31
compiler: Report errors for malformed builtin calls.
Ian Lance Taylor
2
-2
/
+3
2015-07-31
compiler: Check the type in function declarations.
Ian Lance Taylor
3
-1
/
+36
2015-07-31
compiler: Update unicode tables.
Ian Lance Taylor
2
-176
/
+313
2015-07-31
compiler: Don't allow builtin function values.
Ian Lance Taylor
2
-1
/
+23
2015-07-31
go-lang.c (go_langhook_init_options_struct): Don't set x_flag_split_stack.
Andreas Schwab
2
-4
/
+11
2015-07-29
syscall: Fix to libgo/mksysinfo.sh
Ian Lance Taylor
1
-1
/
+1
2015-07-25
syscall: Add ioctl consts from if_tun.h
Ian Lance Taylor
1
-1
/
+1
2015-07-24
compiler: Don't parse malformed receiver/parameters.
Ian Lance Taylor
2
-4
/
+6
2015-07-24
compiler: Disallow rune literals with '\X'.
Ian Lance Taylor
2
-2
/
+1
2015-07-24
compiler: Don't make temporaries for constant expressions.
Ian Lance Taylor
2
-2
/
+3
2015-07-23
compiler: Make empty interface types for vars during parse time.
Ian Lance Taylor
2
-2
/
+6
2015-07-23
compiler: Check for errors in the underlying types of unary expressions.
Ian Lance Taylor
2
-1
/
+3
2015-07-20
compiler: Create dummy labels for blank labels.
Ian Lance Taylor
3
-6
/
+26
2015-07-20
compiler: Remove unnecessary check for GCC-specific issue.
Ian Lance Taylor
2
-13
/
+2
2015-07-14
compiler,runtime: Determine if allocations need new pointers in runtime.
Ian Lance Taylor
3
-14
/
+2
2015-07-14
compiler: Improve location info for function parameters.
Ian Lance Taylor
2
-2
/
+2
2015-07-14
Update to patch that Aldy committed directly here.
Ian Lance Taylor
1
-1
/
+1
2015-07-14
escape: Analyze multiple result type assertions.
Ian Lance Taylor
4
-47
/
+102
2015-07-13
Fix double word typos.
Aldy Hernandez
4
-3
/
+9
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
4
-5
/
+8
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
[next]