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
2017-01-12
[multiple changes]
Arnaud Charlet
24
-249
/
+486
2017-01-12
Minor reformatting.
Arnaud Charlet
1
-6
/
+6
2017-01-12
[multiple changes]
Arnaud Charlet
16
-101
/
+873
2017-01-12
[multiple changes]
Arnaud Charlet
8
-97
/
+349
2017-01-12
exp_ch6.adb (Check_View_Conversion): Created this function to properly chain ...
Justin Squirek
4
-6
/
+115
2017-01-12
[multiple changes]
Arnaud Charlet
6
-23
/
+52
2017-01-12
contracts.adb, [...] (Pragma_Name): Change name to Pragma_Name_Unmapped.
Bob Duff
37
-165
/
+190
2017-01-12
tree-pretty-print.c (dump_generic_node): Provide -gimple variant for MEM_REF.
Richard Biener
6
-3
/
+145
2017-01-12
tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION and TS_TARGET_...
Richard Biener
3
-4
/
+11
2017-01-12
zero_bits_compound-2.c: Fix test for aarch64.
Michael Collison
2
-2
/
+8
2017-01-12
Daily bump.
GCC Administrator
1
-1
/
+1
2017-01-11
i386.c (memory_address_length): Increase len only when rip_relative_addr_p re...
Uros Bizjak
2
-1
/
+6
2017-01-11
PR c++/78337 - ICE on invalid with generic lambda
Jason Merrill
3
-4
/
+42
2017-01-11
i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
Julia Koval
20
-21
/
+285
2017-01-11
Fix up a typo.
Jakub Jelinek
1
-1
/
+1
2017-01-11
PR c++/24511 - [DR 470] explicit instantiation/extern template unsats
Martin Sebor
2
-0
/
+29
2017-01-11
re PR c++/77812 (incorrectly rejects valid C++ code that uses enum in templat...
Nathan Sidwell
4
-1
/
+35
2017-01-11
* name-lookup.c (push_overloaded_decl_1): Refactor OVERLOAD creation.
Nathan Sidwell
2
-2
/
+8
2017-01-11
re PR c++/71537 (GCC rejects consetxpr boolean conversions and comparisons on...
Jakub Jelinek
4
-8
/
+32
2017-01-11
flatten-3.c: Add quotation marks around dg-options argument.
Jakub Jelinek
2
-1
/
+6
2017-01-11
PR c/47931 - missing -Waddress warning for comparison with NULL
Martin Sebor
2
-0
/
+35
2017-01-11
compiler: add containing Bfunction to conditional_expression
Than McIntosh
6
-24
/
+44
2017-01-11
re PR c++/78341 (ICE on invalid C++ code on x86_64-linux-gnu (internal compi...
Jakub Jelinek
4
-5
/
+14
2017-01-11
re PR c++/72813 (atomic header cannot be compiled into translation unit with ...
Jakub Jelinek
6
-1
/
+23
2017-01-11
compiler: mark generated struct/array types as incomparable
Ian Lance Taylor
5
-17
/
+56
2017-01-11
PR c/78768 - -Walloca-larger-than and -Wformat-length warnings disabled by -flto
Martin Sebor
4
-3
/
+27
2017-01-11
Offer suggestions for unrecognized sanitizer options (PR driver/78877)
David Malcolm
7
-2
/
+124
2017-01-11
dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease by 12.
Jakub Jelinek
2
-20
/
+33
2017-01-11
My previous change to the Cortex-A53 scheduler resulted in a 13% regression o...
Wilco Dijkstra
2
-11
/
+35
2017-01-11
arm_neon.h: Add __artificial__ and gnu_inline to all inlined functions, chang...
Tamar Christina
2
-2254
/
+4513
2017-01-11
[ARM] PR target/78253 Call weak function instead of strong when called throug...
Christophe Lyon
2
-3
/
+20
2017-01-11
PR78134 fix return types of heterogeneous lookup functions
Jonathan Wakely
9
-68
/
+158
2017-01-11
PR78273 fix count to work with partitioning function
Jonathan Wakely
5
-2
/
+57
2017-01-11
[arm] Replace command-line option .def files with single definition file
Richard Earnshaw
20
-604
/
+4702
2017-01-11
re PR lto/79042 (LTO doesn't propagate node->dynamically_initialized bit for ...
Maxim Ostapenko
2
-0
/
+9
2017-01-11
Fix flatten-3.c test-case.
Martin Liska
2
-1
/
+5
2017-01-11
decomp4.C (test): Use 2 identifier decomposition instead of just 1 for the de...
Jakub Jelinek
2
-1
/
+6
2017-01-11
re PR rtl-optimization/79032 (unaligned memory access generated with LRA and ...
Eric Botcazou
4
-4
/
+48
2017-01-11
re PR bootstrap/79052 (bootstrap-ubsan failures due to warnings)
Richard Biener
2
-85
/
+93
2017-01-11
Reduce the size of variant, it doesn't need an index of type size_t internally.
Ville Voutilainen
3
-5
/
+67
2017-01-11
[hsa] Fix hsa function cloning test
Martin Jambor
3
-5
/
+12
2017-01-11
tree-vrp.c (evrp_dom_walker::before_dom_children): Also set range/nonnull inf...
Richard Biener
4
-15
/
+47
2017-01-11
re PR middle-end/50199 (wrong code with -flto -fno-merge-constants)
Jakub Jelinek
4
-0
/
+34
2017-01-11
Daily bump.
GCC Administrator
1
-1
/
+1
2017-01-10
expr.c (store_field): In the bitfield case...
Eric Botcazou
2
-39
/
+45
2017-01-10
PR testsuite/78960 - FAIL: gcc.dg/tree-ssa/builtin-sprintf.c execution test
Martin Sebor
3
-4
/
+16
2017-01-10
PR middle-end/78138 - missing warnings on buffer overflow with non-constant s...
Martin Sebor
2
-0
/
+27
2017-01-10
re PR c++/77598 (constexpr compilation failure on reference type casting)
Jason Merrill
1
-0
/
+26
2017-01-10
PR middle-end/78245 - missing -Wformat-length on an overflow of a dynamically...
Martin Sebor
2
-0
/
+15
2017-01-10
PR middle-end/78245 - missing -Wformat-length on an overflow of a dynamically...
Martin Sebor
4
-14
/
+118
[prev]
[next]