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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-22
trans-intrinsic.c (gfc_conv_intrinsic_caf_get, [...]): Fix vector handling.
Tobias Burnus
2
-8
/
+19
2014-12-22
basic_string.h: Fix _S_local_capacity for large sizeof(_CharT).
Paolo Carlini
2
-1
/
+6
2014-12-22
re PR target/58314 (SH4 error: 'asm' operand requires impossible reload)
Oleg Endo
3
-4
/
+171
2014-12-22
re PR fortran/63363 (No diagnostic for passing function as actual argument to...
Janus Weil
4
-3
/
+44
2014-12-22
re PR libstdc++/37522 (Incorrect vswprintf prototype breaks __to_xstring)
Jonathan Wakely
12
-12
/
+30
2014-12-22
re PR target/52933 (SH Target: Use div0s for integer sign comparisons)
Oleg Endo
2
-0
/
+33
2014-12-22
re PR libstdc++/60271 ([DR2369] [C++1y] std::max(initializer_list<T>) cannot ...
Ville Voutilainen
15
-4
/
+382
2014-12-22
status_cxx2011.xml: Update.
Jonathan Wakely
3
-38
/
+25
2014-12-22
re PR libstdc++/54354 (TODO extended iomanip manipulators std::get_time and s...
Rüdiger Sonderfeld
6
-0
/
+262
2014-12-22
re PR libstdc++/60396 (Missing time_get<>::get() functions)
Rüdiger Sonderfeld
9
-0
/
+687
2014-12-22
* gnat.dg/nan_max.adb: New test.
Eric Botcazou
1
-0
/
+30
2014-12-22
trans.c (Attribute_to_gnu): If the type is a floating-point type...
Eric Botcazou
4
-10
/
+69
2014-12-22
decl.c (gnat_to_gnu_field): Post the error message for parent overlapping on ...
Eric Botcazou
6
-76
/
+122
2014-12-22
re PR rtl-optimization/62151 (wrong code at -O2 and -O3 on x86_64-linux-gnu)
Bin Cheng
4
-8
/
+89
2014-12-22
decl.c (check_ok_for_atomic): Rename into...
Eric Botcazou
5
-61
/
+86
2014-12-22
symbol_summary is used for inline_summary.
Martin Liska
13
-142
/
+193
2014-12-22
ipa-prop uses symbol_summary class.
Martin Liska
27
-85
/
+136
2014-12-22
New symbol_summary class introduced.
Martin Liska
5
-3
/
+301
2014-12-22
Add myself to RTEMS Ports maintainers.
Sebastian Huber
2
-0
/
+5
2014-12-22
Daily bump.
GCC Administrator
1
-1
/
+1
2014-12-21
re PR target/55212 ([SH] Switch to LRA)
Oleg Endo
2
-3
/
+15
2014-12-21
re PR target/17280 (-mrelax and -O cause .uses directives in assembler to ref...
Oleg Endo
2
-0
/
+18
2014-12-21
re PR libstdc++/64367 (g++-v5/stdexcept:52:28: error: invalid use of non-stat...
Jonathan Wakely
2
-1
/
+6
2014-12-21
re PR c++/64359 (alias_template_specialization_p & template_args_equal show u...
Jason Merrill
2
-17
/
+41
2014-12-21
Daily bump.
GCC Administrator
1
-1
/
+1
2014-12-20
vector (std::__debug::vector<>::clear()): Do not reset guaranteed capacity.
François Dumont
3
-16
/
+24
2014-12-20
mutex_extensions_neg.cc: Adjust dg-error.
François Dumont
2
-1
/
+3
2014-12-20
re PR target/64358 (Wrong code for __int128 operations in powerpc64le)
Segher Boessenkool
3
-6
/
+20
2014-12-20
c++config: inline __cxx11 namespace within namespace __cxx1998.
François Dumont
2
-3
/
+12
2014-12-19
* g++.dg/cpp1y/lambda-generic-variadic2.C: Fix.
Jason Merrill
1
-3
/
+4
2014-12-20
c-cppbuiltin.c (__cpp_sized_deallocation): Uncomment and move macro.
Edward Smith-Rowland
8
-9
/
+44
2014-12-20
invoke.texi: Document -Wdiscarded-array-qualifiers.
Martin Uecker
15
-148
/
+568
2014-12-20
Fix duplicate symbol errors in Darwin bootstrap.
Jonathan Wakely
2
-0
/
+7
2014-12-20
Daily bump.
GCC Administrator
1
-1
/
+1
2014-12-19
compiler: Add temporaries required in cases of interface conversion.
Ian Lance Taylor
2
-16
/
+45
2014-12-19
Fix casting non-"int" to bool.
David Malcolm
4
-1
/
+52
2014-12-19
hash-table.h (struct pointer_hash): Fix formating.
Jan Hubicka
3
-112
/
+79
2014-12-19
MIPSR6: mips-img-elf mips-img-linux-gnu triplets and vendor updates
Matthew Fortune
7
-2
/
+101
2014-12-19
go-gcc.cc (array_constructor_expression): Don't construct arrays of zero-size...
Chris Manghane
2
-2
/
+24
2014-12-19
MIPS32R6 and MIPS64R6 support
Matthew Fortune
42
-402
/
+1094
2014-12-19
Fix issue with string options and nested gcc_jit_contexts
David Malcolm
2
-5
/
+14
2014-12-19
re PR target/64268 (bootstrap failure (ICE in wide_int_to_tree, at tree.c:143...
Segher Boessenkool
2
-0
/
+11
2014-12-19
Handle NULL in gcc_jit_context_set_str_option
David Malcolm
2
-1
/
+6
2014-12-19
re PR fortran/64209 ([OOP] runtime segfault with CLASS(*), INTENT(OUT) dummy ...
Janus Weil
4
-0
/
+91
2014-12-19
New std::string implementation.
Jonathan Wakely
107
-446
/
+6685
2014-12-19
2014-12-19 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini
2
-6
/
+6
2014-12-19
using30.C: Move ...
Kai Tietz
2
-1
/
+6
2014-12-19
[AArch64 3/3] Fix XOR_one_cmpl pattern; add SIMD-reg variants for BIC,ORN,EON
Alan Lawrence
5
-7
/
+84
2014-12-19
[AArch64 2/3] Add SIMD-reg variants of logical operators and/ior/xor/not
Alan Lawrence
3
-10
/
+24
2014-12-19
using30.C: Move...
Paolo Carlini
1
-2
/
+2
[next]