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
2019-01-05
runtime: prevent deadlock when profiling signal arrives during traceback
Ian Lance Taylor
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
14
-14
/
+16
2019-01-01
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
2
-1
/
+5
2018-12-29
runtime: prevent deadlock when profiling signal arrives in stack scan
Ian Lance Taylor
1
-1
/
+1
2018-12-28
compiler: remove escapes_ field from Variable and Result_variable
Ian Lance Taylor
4
-56
/
+10
2018-12-27
runtime: delete export_arm_test.go
Ian Lance Taylor
1
-1
/
+1
2018-12-27
runtime: let ARM32 EABI personality function continue unwind when called from...
Ian Lance Taylor
1
-1
/
+1
2018-12-27
runtime: on ARM32 EABI, don't get LSDA if compact model is used
Ian Lance Taylor
1
-1
/
+1
2018-12-12
runtime: handle DW_EH_PE_absptr in type table encoding
Ian Lance Taylor
1
-1
/
+1
2018-12-12
os/signal: increase deliver time for signal testcase
Ian Lance Taylor
1
-1
/
+1
2018-12-11
runtime: use _URC_FAILURE on ARM32
Ian Lance Taylor
1
-1
/
+1
2018-12-07
runtime: add missing return for non-GNU/Linux version of tgkill
Ian Lance Taylor
1
-1
/
+1
2018-12-05
runtime: add precise stack scan support
Ian Lance Taylor
1
-1
/
+1
2018-12-05
syscall: remove Flock for aix/ppc64
Ian Lance Taylor
1
-1
/
+1
2018-12-04
cmd/vet: use default compiler when determining type sizes
Ian Lance Taylor
1
-1
/
+1
2018-12-03
cmd/go: allow buildmode c-archive for gccgo on ppc64
Ian Lance Taylor
1
-1
/
+1
2018-11-28
compiler: inline functions with assignments and return statements
Ian Lance Taylor
5
-7
/
+193
2018-11-27
compiler: tweaks for importing inline function bodies
Ian Lance Taylor
3
-4
/
+24
2018-11-27
compiler: record final type for numeric expressions
Ian Lance Taylor
5
-2
/
+66
2018-11-27
compiler: add result parameter names for inlinable functions
Ian Lance Taylor
3
-17
/
+32
2018-11-27
compiler: add types used by inline functions to export data
Ian Lance Taylor
2
-3
/
+18
2018-11-27
compiler: finalize types parsed for inline functions
Ian Lance Taylor
5
-8
/
+37
2018-11-27
compiler: add '$' to names in expression export data
Ian Lance Taylor
3
-24
/
+42
2018-11-27
compiler: change expression importing to use Import_expression
Ian Lance Taylor
7
-69
/
+296
2018-11-27
compiler: pass a Location to import_expression
Ian Lance Taylor
6
-52
/
+57
2018-11-27
compiler: change Expression export to use Export_function_body
Ian Lance Taylor
7
-111
/
+157
2018-11-27
compiler: import inlinable functions from package data
Ian Lance Taylor
13
-33
/
+512
2018-11-26
syscall: always define WEXITED and WNOWAIT on GNU/Linux
Ian Lance Taylor
1
-1
/
+1
2018-11-26
compiler: initial support for exporting function bodies
Ian Lance Taylor
9
-10
/
+397
2018-11-21
re PR go/88060 (../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano....
Ian Lance Taylor
1
-1
/
+1
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
6
-13
/
+21
2018-11-09
cmd/cgo: fix typo in gccgo name mangling recipe
Ian Lance Taylor
1
-1
/
+1
2018-11-09
syscall: change RLIM_INFINITY from 0xffffffffffffffff to -1
Ian Lance Taylor
1
-1
/
+1
2018-11-05
compiler: handle abstract type in builtin numeric const value
Ian Lance Taylor
2
-2
/
+2
2018-11-01
go-gcc.cc (Gcc_backend::write_global_definitions): Don't call gimplify_functi...
Ian Lance Taylor
2
-1
/
+8
2018-10-31
re PR bootstrap/82856 (--enable-maintainter-mode broken by incompatiblity of ...
Ian Lance Taylor
1
-1
/
+1
2018-10-29
compiler: pass a single flags argument to Backend::function
Ian Lance Taylor
5
-48
/
+73
2018-10-29
compiler: add location_file
Ian Lance Taylor
4
-4
/
+32
2018-10-26
libgo: simplify gotest script to avoid sed substitution to \n
Ian Lance Taylor
1
-1
/
+1
2018-10-26
libgo: avoid use of 'local' directive in shell script
Ian Lance Taylor
1
-1
/
+1
2018-10-26
libgo: fix improperly mangled linker symbol directive
Ian Lance Taylor
1
-1
/
+1
2018-10-26
libgo: don't use wc in gotest
Ian Lance Taylor
1
-1
/
+1
2018-10-25
compiler: improve name mangling for packpaths
Ian Lance Taylor
7
-76
/
+153
2018-10-23
re PR go/87661 (libgo bootstrap failure on arm-linux-gnueabihf (redefinition ...
Ian Lance Taylor
1
-1
/
+1
2018-10-23
compiler: export indexed type data, read unexported types lazily
Ian Lance Taylor
9
-152
/
+555
2018-10-19
compiler: don't export any functions with special names
Ian Lance Taylor
2
-7
/
+3
2018-10-18
compiler: add COMPARE_ALIASES flag for type compare and hash
Ian Lance Taylor
3
-10
/
+25
2018-10-18
compiler: list indirect imports separately in export data
Ian Lance Taylor
7
-23
/
+255
2018-10-18
Remove ChangeLog entry for changes in gofrontend that were reverted.
Ian Lance Taylor
1
-15
/
+0
2018-10-18
Revert SVN revision 264561, incorrectly committed directly to the GCC
Ian Lance Taylor
6
-17
/
+32
[next]