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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-28
* include/std/chrono (system_clock): Fix typo in comment.
Jonathan Wakely
2
-1
/
+3
2016-09-28
libgo: fix for runtime/check failure with "-O0 -g"
Ian Lance Taylor
3
-1
/
+3
2016-09-28
Check for overflow in filesystem::last_write_time
Jonathan Wakely
5
-14
/
+159
2016-09-28
If strchr can't be folded in gimple-fold...
Wilco Dijkstra
2
-1
/
+9
2016-09-28
PR c/77762 - Incorrect destination buffer length in -Wformat-length warning
Martin Sebor
4
-7
/
+21
2016-09-28
PR middle-end/77683 - ICE on %lf directive in format_floating in
Martin Sebor
4
-3
/
+44
2016-09-28
PR bootstrap/77753 - [7 Regression] broken profiledbootstrap due to
Martin Sebor
2
-1
/
+8
2016-09-28
dwarf2out.c (cu_die_list): New global.
Richard Biener
2
-8
/
+38
2016-09-28
dwarf2out.c (struct die_struct): Add removed flag.
Richard Biener
2
-33
/
+90
2016-09-28
[ARC] New CPU C-define handler.
Claudiu Zissulescu
7
-55
/
+180
2016-09-28
[ARC] Add simple shift/rotate ops.
Claudiu Zissulescu
2
-0
/
+45
2016-09-28
re PR c++/77748 (pr77550.C fails on arm-none-eabi)
Bernd Edlinger
2
-4
/
+10
2016-09-28
pr68198.c: Fix dg-final.
Bernd Edlinger
2
-1
/
+5
2016-09-28
gimple-pretty-print.c (dump_gimple_call_args): Simplify "' " printing.
Nathan Sidwell
2
-9
/
+9
2016-09-28
[ARC COMMITTED] MAINTAINERS (Reviewers): Add myself.
Claudiu Zissulescu
2
-0
/
+5
2016-09-28
Optimize strchr (s, 0) to s + strlen (s).
Wilco Dijkstra
11
-15
/
+85
2016-09-28
libstdc++/77686 use may_alias for std::function storage
Jonathan Wakely
2
-1
/
+6
2016-09-28
re PR tree-optimization/77724 (bootstrap-O3 broken: ICE: in tree_to_uhwi, at ...
Robin Dapp
3
-5
/
+25
2016-09-27
Fix Liu Hao's name in ChangeLog entry
Jeff Law
1
-1
/
+1
2016-09-28
Daily bump.
GCC Administrator
1
-1
/
+1
2016-09-27
libgo: separate mksysinfo inputs into separate Makefile targets
Ian Lance Taylor
5
-273
/
+306
2016-09-27
compiler: avoid call duplication during order eval.
Ian Lance Taylor
2
-8
/
+19
2016-09-27
compiler: add src information to AST dumps (part 1 of 2).
Than McIntosh
5
-28
/
+88
2016-09-27
c-cppbuiltin.c (c_cpp_builtins): Define __cpp_capture_star_this for -std=c++1z.
Jakub Jelinek
4
-0
/
+12
2016-09-27
Implement P0018R3, C++17 lambda capture of *this by value as [=,*this]
Jakub Jelinek
6
-5
/
+188
2016-09-27
re PR c++/77722 (-fsanitize=undefined doesn't give runtime error in function ...
Jakub Jelinek
6
-8
/
+76
2016-09-27
auto-inc-dec.c (try_merge): Remove break after return.
Jakub Jelinek
29
-72
/
+38
2016-09-27
internal-fn.h (IFN_UNIQUE_CODES, [...]): New.
Nathan Sidwell
3
-29
/
+96
2016-09-27
[Obvious] Delete one redundant word in target-supports.exp comment
Jiong Wang
2
-3
/
+8
2016-09-27
Define feature macro and update C++17 library status
Jonathan Wakely
5
-16
/
+24
2016-09-27
Define 3-argument overloads of std::hypot for C++17 (P0030R1)
Jonathan Wakely
4
-2
/
+185
2016-09-27
MIPS/GCC/doc: Fix `d' constraint description
Maciej W. Rozycki
3
-4
/
+9
2016-09-27
Fix pch with Solaris as
Richard Biener
2
-8
/
+14
2016-09-27
Commit files missed in revision 240541.
Matthew Wahab
2
-5
/
+14
2016-09-27
[ARM] Fix invalid instructions generated for data movement.
Matthew Wahab
1
-0
/
+12
2016-09-27
* config/rs6000/rs6000.c (rs6000_output_symbol): Don't modify VAR_DECL string.
David Edelsohn
2
-1
/
+9
2016-09-27
c6x.h: Adjust fall through comment.
Marek Polacek
4
-5
/
+10
2016-09-27
ia64.c (ia64_print_operand): Adjust fall through comment.
Marek Polacek
2
-1
/
+6
2016-09-27
[ARM] Fix -Wimplicit-fallthrough warnings
Kyrylo Tkachov
3
-7
/
+18
2016-09-27
re PR gcov-profile/46266 (gcov generates data for non-existing file <built-in>)
Martin Liska
5
-6
/
+27
2016-09-27
MAINTAINERS (VxWorks ports): Add self.
Olivier Hainque
1
-1
/
+2
2016-09-27
re PR tree-optimization/77745 (Inconsistent application of aliasing rules)
Richard Biener
5
-20
/
+74
2016-09-27
re PR target/51244 ([SH] Inefficient conditional branch and code around T bit)
Oleg Endo
2
-4
/
+12
2016-09-27
re PR target/77478 (Incorrect code generated with -O3, m32, -msse2 and -ffast...
Richard Biener
2
-0
/
+27
2016-09-27
gcov: dump in a static dtor instead of in an atexit handler
Martin Liska
8
-5
/
+108
2016-09-27
Fix bogus test failure for avr
Senthil Kumar Selvaraj
2
-0
/
+5
2016-09-27
re PR bootstrap/77751 (cc1plus: error: unrecognized command line option "-Wno...
Marek Polacek
2
-5
/
+12
2016-09-27
Remove __gcov_merge_delta (PR bootstrap/77749)
Martin Liska
7
-71
/
+14
2016-09-27
combine.c (simplify_comparison): Add canonical FALLTHROUGH comments.
Jakub Jelinek
3
-12
/
+13
2016-09-27
re PR fortran/77666 (ICE in gfc_omp_clause_default_ctor, at fortran/trans-ope...
Jakub Jelinek
4
-3
/
+40
[prev]
[next]