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/gfortran-test
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-15
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-15
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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-21
Daily bump.
GCC Administrator
1
-1
/
+1
2016-06-20
Fix ICE on conditional expression between DFP and non-DFP float (PR c/71601).
Joseph Myers
4
-0
/
+26
2016-06-20
re PR middle-end/71581 (ICE on valid code on x86_64-linux-gnu with -Wuninitia...
Jakub Jelinek
4
-0
/
+57
2016-06-20
re PR rtl-optimization/71591 (SIGSEGV in test_uncond_jump (rtl-tests.c:90) wi...
Jakub Jelinek
4
-0
/
+21
2016-06-20
Clear executable property mistakenly added to pr71571.C.
Hans-Peter Nilsson
1
-0
/
+0
2016-06-20
re PR libstdc++/71181 (Reserving in unordered_map doesn't reserve enough)
François Dumont
8
-44
/
+216
2016-06-20
re PR target/71571 ([CRIS] Multiple inheritance non-virtual PIC thunk causes ...
David B. Robins
2
-0
/
+48
2016-06-20
re PR target/71571 ([CRIS] Multiple inheritance non-virtual PIC thunk causes ...
Hans-Peter Nilsson
2
-3
/
+10
2016-06-20
re PR target/71559 (ICE in ix86_fp_cmp_code_to_pcmp_immediate, at config/i386...
Jakub Jelinek
6
-5
/
+124
2016-06-20
re PR fortran/71194 (ICE on compilation with fcheck=all ; -fcheck=bounds)
Tobias Burnus
4
-5
/
+62
2016-06-20
C++ FE: Show both locations in string literal concatenation error
David Malcolm
4
-5
/
+44
2016-06-20
This patch cleans up the -mpc-relative-loads option processing.
Wilco Dijkstra
3
-36
/
+46
2016-06-20
PR c/69507 - bogus warning: ISO C does not allow __alignof__ (expression)
Martin Sebor
5
-5
/
+13
2016-06-20
[PATCH]Fix scan-tree-dump-times syntax errors in gcc.dg/tree-ssa/attr-hotcold...
Renlin Li
2
-2
/
+6
2016-06-20
[AArch64] Give some new costs for Cortex-A53 floating-point operations
James Greenhalgh
2
-26
/
+31
2016-06-20
[Patch AArch64] Add some more missing intrinsics
James Greenhalgh
3
-0
/
+70
2016-06-20
[Patch AArch64] Fixup to fcvt patterns added in r237200
James Greenhalgh
4
-16
/
+32
2016-06-20
[AArch64] Give some new costs for Cortex-A57 floating-point operations
James Greenhalgh
2
-26
/
+31
2016-06-20
[multiple changes]
Arnaud Charlet
11
-89
/
+190
2016-06-20
sem_ch13.adb (Visible_Component): New procedure...
Ed Schonberg
2
-4
/
+93
2016-06-20
[multiple changes]
Arnaud Charlet
10
-109
/
+406
2016-06-20
Improve modes_tieable by returning true in more cases...
Wilco Dijkstra
2
-4
/
+19
2016-06-20
[multiple changes]
Arnaud Charlet
23
-1637
/
+2750
2016-06-20
The Cortex-A57 scheduler is missing fcsel, so add it.
Wilco Dijkstra
2
-1
/
+5
2016-06-20
[typo] alignement -> alignment
Kyrylo Tkachov
7
-4
/
+20
2016-06-20
re PR target/71103 (avr-gcc crashes with unrecognizable insn error)
Georg-Johann Lay
4
-7
/
+143
2016-06-20
avr.c (avr_print_operand): Fix "format not a string literal" build warnings.
Georg-Johann Lay
2
-4
/
+10
2016-06-19
re PR target/71375 (Failure on startup on rs6000-ibm-aix{4.3|5.1.0})
David Edelsohn
3
-1
/
+13
2016-06-20
Daily bump.
GCC Administrator
1
-1
/
+1
2016-06-19
PR c/69507 - bogus warning: ISO C does not allow ‘__alignof__ (expression)’
Martin Sebor
1
-0
/
+11
2016-06-19
PR c/69507 - bogus warning: ISO C does not allow ‘__alignof__ (expression)’
Martin Sebor
3
-3
/
+15
2016-06-19
Use gfc_add_*_component defines where appropriate
Bernhard Reutner-Fischer
4
-5
/
+17
2016-06-19
Daily bump.
GCC Administrator
1
-1
/
+1
2016-06-18
trans-types.c: Commentary typo fix.
Bernhard Reutner-Fischer
2
-1
/
+5
2016-06-18
fptr.c (__canonicalize_funcptr_for_compare): Don't set least-significant bit ...
John David Anglin
2
-1
/
+6
2016-06-18
pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
John David Anglin
2
-6
/
+4
2016-06-18
MAINTAINERS (Write After Approval): Add myself.
Senthil Kumar Selvaraj
2
-0
/
+5
2016-06-18
re PR bootstrap/71435 (sparc bootstrap failure since r235625)
Eric Botcazou
2
-12
/
+18
2016-06-18
Daily bump.
GCC Administrator
1
-1
/
+1
2016-06-17
re PR target/71338 ([RL78] mulu instruction not used on G10)
DJ Delorie
4
-5
/
+14
2016-06-17
openmp.c (match_acc): New generic function to parse OpenACC directives.
Cesar Philippidis
2
-70
/
+32
2016-06-17
decl.c (validate_constexpr_redeclaration): Change pair of errors to error + i...
Paolo Carlini
5
-7
/
+25
2016-06-17
tree.c (builtin_valid_in_constant_expr_p): Test for DECL_BUILT_IN_CLASS equal...
Jakub Jelinek
3
-3
/
+12
2016-06-17
decl.c (grokfndecl): Change pair of errors to error + inform.
Paolo Carlini
4
-2
/
+11
2016-06-17
libstdc++/71545 fix debug checks in binary search algorithms
Jonathan Wakely
9
-12
/
+387
2016-06-17
Fix memory leak in tree-ssa-reassoc.c
Martin Liska
2
-1
/
+5
2016-06-17
PR c++/71209 - wrong error with dependent base
Jason Merrill
3
-0
/
+18
2016-06-17
[ARM][testsuite] Make arm_neon_fp16 depend on arm_neon_ok
Christophe Lyon
2
-7
/
+19
2016-06-17
Change PRED_LOOP_EXIT from 92 to 85.
Martin Liska
6
-5
/
+17
2016-06-17
re PR tree-optimization/71354 (gcc.dg/vect/vect-23.c FAILs)
Bin Cheng
2
-1
/
+6
[next]