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
2019-10-30
Remove cgraph_local_info structure.
Martin Liska
23
-112
/
+160
2019-10-30
Remove cgraph_global_info.
Martin Liska
26
-190
/
+184
2019-10-30
Daily bump.
GCC Administrator
1
-1
/
+1
2019-10-29
typeck.c (build_x_unary_op): Use the location_t argument in three error_at.
Paolo Carlini
5
-18
/
+28
2019-10-29
PR c++/90998 - ICE with copy elision in init by ctor and -Wconversion.
Marek Polacek
4
-1
/
+36
2019-10-29
re PR c++/92201 (ICE: ‘verify_gimple’ failed with -std=c++2a)
Jakub Jelinek
4
-0
/
+24
2019-10-29
PR c++/91548 - fix detecting modifying const objects for ARRAY_REF.
Marek Polacek
6
-4
/
+90
2019-10-29
Fix compilation errors with Clang
Jonathan Wakely
3
-1
/
+11
2019-10-29
Fix compilation errors with Clang
Jonathan Wakely
4
-11
/
+24
2019-10-29
Add iterator concepts and range access customization points for C++20
Jonathan Wakely
40
-77
/
+4262
2019-10-29
Minor improvements to testsuite iterator utilities
Jonathan Wakely
2
-10
/
+24
2019-10-29
PR libstdc++/92267 fix ABI change in deque iterators
Jonathan Wakely
3
-3
/
+40
2019-10-29
re PR testsuite/92144 (c-c++-common/Warray-bounds-4.c still fails after r277080)
Martin Sebor
2
-6
/
+13
2019-10-29
cp-demangle.c (d_number): Avoid signed int overflow.
Paul Pluzhnikov
2
-1
/
+5
2019-10-29
Pass memory statistics for {symbol,call}_summary.
Martin Liska
2
-10
/
+22
2019-10-29
Release function and edge summaries allocated with GGC.
Martin Liska
8
-83
/
+62
2019-10-29
re PR tree-optimization/92260 (ICE in exact_div, at poly-int.h:2162)
Richard Biener
4
-5
/
+40
2019-10-29
[vect]PR 88915: Vectorize epilogues when versioning loops
Andre Vieira
8
-99
/
+524
2019-10-29
tree-ssa.texi (Immediate Uses): Fix FOR_EACH_IMM_USE_STMT example.
Richard Biener
2
-1
/
+6
2019-10-29
Fix reduc_index calculation in vectorizable_condition
Richard Sandiford
2
-1
/
+6
2019-10-29
re PR tree-optimization/65930 (Reduction with sign-change not handled)
Richard Biener
5
-40
/
+84
2019-10-29
[AArch64] Add main SVE ACLE tests
Richard Sandiford
1430
-0
/
+223593
2019-10-29
[AArch64] Add support for the SVE PCS
Richard Sandiford
144
-225
/
+17406
2019-10-29
[AArch64] Add support for arm_sve.h
Richard Sandiford
296
-181
/
+23124
2019-10-29
[AArch64] Extend SVE reverse permutes to predicates
Richard Sandiford
3
-1
/
+23
2019-10-29
[AArch64] Add FFR and FFRT registers
Richard Sandiford
4
-4
/
+63
2019-10-29
Fix unsigned type overflow in memory report.
Martin Liska
2
-3
/
+11
2019-10-29
Print header in dump_memory_report.
Martin Liska
6
-20
/
+31
2019-10-29
Move Leak in GCC memory report to the first column.
Martin Liska
2
-4
/
+9
2019-10-29
Remove misleading sorting function in ggc memory report.
Martin Liska
9
-40
/
+38
2019-10-29
[AArch64] Handle scalars in cmp and shift immediate queries
Richard Sandiford
3
-10
/
+19
2019-10-29
Add a simulate_enum_decl langhook
Richard Sandiford
11
-0
/
+98
2019-10-29
Add a simulate_builin_function_decl langhook
Richard Sandiford
12
-18
/
+118
2019-10-29
re PR tree-optimization/92241 (ice in vect_mark_pattern_st mts, at tree-vect-...
Richard Biener
2
-0
/
+22
2019-10-29
install.texi (--enable-offload-targets): Fix up a typo in the example, use ac...
Jakub Jelinek
2
-1
/
+4
2019-10-29
re PR target/92258 (ICE: output_operand: invalid %-code)
Jakub Jelinek
4
-1
/
+23
2019-10-29
Daily bump.
GCC Administrator
1
-1
/
+1
2019-10-28
tree-ssa-strlen.c (get_addr_stridx): Add argument and use it.
Martin Sebor
6
-3
/
+227
2019-10-28
PR tree-optimization/92226 - live nul char store to array eliminated
Martin Sebor
4
-5
/
+221
2019-10-28
PR c/66970 - Add __has_builtin() macro
Martin Sebor
20
-8
/
+616
2019-10-28
re PR target/82981 (unnecessary __multi3 call for mips64r6 linux kernel)
Mihailo Stojanovic
4
-3
/
+36
2019-10-28
cp-demangle.c (d_print_mod): Add a space before printing `complex` and `imagi...
Miguel Saldivar
3
-3
/
+9
2019-10-28
mips.c (DIRECT_BUILTIN_PURE): New macro.
Mihailo Stojanovic
4
-642
/
+694
2019-10-28
mips-msa.md (msa_insert_<msaftm_f>): Add an alternative which covers the floa...
Mihailo Stojanovic
4
-3
/
+34
2019-10-28
gcc/riscv: Add a mechanism to remove some calls to _riscv_save_0
Andrew Burgess
14
-1
/
+636
2019-10-28
re PR tree-optimization/92163 (ICE: Segmentation fault (in bitmap_set_bit))
Prathamesh Kulkarni
5
-6
/
+40
2019-10-28
re PR middle-end/91272 ([SVE] Use fully-masked loops for CLASTB reductions)
Prathamesh Kulkarni
11
-57
/
+74
2019-10-28
re PR tree-optimization/92252 (ICE: Segmentation fault (in vect_stmt_to_vecto...
Richard Biener
4
-0
/
+38
2019-10-28
re PR tree-optimization/92241 (ice in vect_mark_pattern_st mts, at tree-vect-...
Richard Biener
5
-8
/
+52
2019-10-28
[C++ PATCH] simplify deferred parsing lexer
Nathan Sidwell
3
-56
/
+63
[next]