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
2013-04-29
This patch fixes PR bootstrap/57077.
Teresa Johnson
7
-22
/
+46
2013-04-29
Preserve loops in tail-merge
Tom de Vries
4
-14
/
+33
2013-04-29
tree-vrp.c (range_fits_type_p): Move to earlier point in file.
Jeff Law
4
-63
/
+111
2013-04-29
arm.md (store_minmaxsi): Use only when optimize_insn_for_size_p.
Kyrylo Tkachov
2
-1
/
+6
2013-04-29
re PR target/57108 ([4.7/4.8/4.9] SH internal compiler error: in int_mode_for...
Christian Bruel
4
-1
/
+30
2013-04-29
re PR middle-end/57089 (ICE in verify_loop_structure, at cfgloop.c:1647)
Richard Biener
4
-10
/
+70
2013-04-29
predict.c: Fix typo in comment above #define PROB_VERY_UNLIKELY.
Kyrylo Tkachov
2
-1
/
+5
2013-04-29
Update tail-merge header comment.
Tom de Vries
2
-3
/
+9
2013-04-29
[AArch64][Testsuite] Enable vect_uintfloat_cvt for AArch64.
James Greenhalgh
2
-0
/
+5
2013-04-29
[AArch64] fcvt instructions - arm_neon.h changes.
James Greenhalgh
4
-726
/
+579
2013-04-29
[AArch64] Add vector fix, fixuns, fix_trunc, fixuns_trunc standard patterns
James Greenhalgh
3
-0
/
+38
2013-04-29
[AArch64] Vectorize over more math.h functions.
James Greenhalgh
2
-0
/
+24
2013-04-29
re PR target/54349 (_mm_cvtsi128_si64 unnecessary stores value at stack)
Uros Bizjak
7
-33
/
+92
2013-04-29
[AArch64] Implement vector float->double widening and double->float narrowing.
James Greenhalgh
3
-0
/
+122
2013-04-29
[AArch64] Add vector int to float conversions.
James Greenhalgh
5
-0
/
+43
2013-04-29
[AArch64] Map fcvt intrinsics to builtin name directly.
James Greenhalgh
5
-24
/
+116
2013-04-29
[AArch64] Fix order of modes to lroundmn2 standard names.
James Greenhalgh
2
-1
/
+7
2013-04-29
[AArch64] Convert NEON frint implementations to use builtins.
James Greenhalgh
4
-165
/
+267
2013-04-29
[AArch64] Map frint intrinsics to standard pattern names directly.
James Greenhalgh
6
-25
/
+48
2013-04-29
re PR tree-optimization/57081 (Segmentation fault in simple_iv (tree-scalar-e...
Richard Biener
5
-1
/
+38
2013-04-29
Simplify SYSTEM_CLOCK implementation.
Janne Blomqvist
2
-57
/
+41
2013-04-29
PR 56981 Improve unbuffered performance on special files.
Janne Blomqvist
4
-21
/
+64
2013-04-29
re PR tree-optimization/57083 (Wrong constant folding)
Jakub Jelinek
4
-1
/
+25
2013-04-29
predicates.md (general_vector_operand): New predicate.
Jakub Jelinek
4
-12
/
+59
2013-04-29
Daily bump.
GCC Administrator
1
-1
/
+1
2013-04-28
re PR c++/56450 (ICE with SFINAE when detecting non-static member variable)
Paolo Carlini
4
-0
/
+29
2013-04-28
N3472 binary constants
Jakub Jelinek
8
-23
/
+67
2013-04-28
re PR fortran/57093 (Seg fault on internal output to a character scalar coarray)
Tobias Burnus
5
-6
/
+33
2013-04-28
Fix sign error in SYSTEM_CLOCK kind=4 Windows version.
Janne Blomqvist
2
-2
/
+7
2013-04-28
stor-layout.c (finalize_size_functions): Allocate a structure and reset cfun ...
Eric Botcazou
2
-0
/
+7
2013-04-28
* sv.po: Update.
Joseph Myers
2
-646
/
+315
2013-04-28
re PR fortran/57071 (Optimize (-1)**k to 1 - 2 * mod(K, 2))
Thomas Koenig
5
-0
/
+142
2013-04-28
hashtable_policy.h (_Hashtable_ebo_helper): Fix comment.
Jonathan Wakely
3
-3
/
+9
2013-04-28
re PR libstdc++/51365 (cannot use final empty class in std::tuple)
Jonathan Wakely
5
-47
/
+156
2013-04-28
Daily bump.
GCC Administrator
1
-1
/
+1
2013-04-27
* config/i386/i386.c (ix86_expand_call): Make cregs_size unsigned.
Jakub Jelinek
2
-1
/
+4
2013-04-27
re PR target/56866 (with '-O3 -march=bdver2' misscompiles glibc-2.17/crypt/sh...
Jakub Jelinek
6
-2
/
+80
2013-04-27
Daily bump.
GCC Administrator
1
-1
/
+1
2013-04-26
move_range.cc: Adjust dialect to -std=gnu++11.
Paolo Carlini
2
-1
/
+6
2013-04-26
2013-04-26 François Dumont <fdumont@gcc.gnu.org>
François Dumont
3
-1
/
+58
2013-04-26
rtl.h (struct rtx_def): Add comment for field jump.
Vladimir Makarov
7
-64
/
+200
2013-04-26
re PR go/57045 (Build failure in libgo/runtime/proc.c: error: ‘({anonymous}...
Jakub Jelinek
4
-1
/
+50
2013-04-26
re PR tree-optimization/57051 (Optimization regression in 4.8.0 from 4.7.2)
Jakub Jelinek
2
-7
/
+39
2013-04-26
omp-low.c (finalize_task_copyfn): Do not drop PROP_loops.
Richard Biener
3
-19
/
+86
2013-04-26
re PR c++/55708 (g++ crashes: constexpr function with reference parameters.)
Paolo Carlini
2
-1
/
+36
2013-04-26
i386.md (type, unit): Fix long lines.
Uros Bizjak
2
-22
/
+29
2013-04-26
cstdio (gets): Provide only in C++98 and C++11.
Paolo Carlini
4
-4
/
+20
2013-04-26
Makefile.in (lto-streamer-in.o): Add $(CFGLOOP_H) dependency.
Richard Biener
6
-14
/
+125
2013-04-26
tree-cfg.c (execute_build_cfg): Build the loop tree.
Richard Biener
28
-50
/
+273
2013-04-26
Makefile.in (toplev.o): Depend on diagnostic-color.h.
Jakub Jelinek
9
-14
/
+44
[prev]
[next]