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
2014-07-07
stop.c: Use C11 _Noreturn.
Francois-Xavier Coudert
4
-23
/
+26
2014-07-07
[ARM] Remove deprecated mwords-little-endian.
Kyrylo Tkachov
5
-23
/
+13
2014-07-07
expmed.c (struct init_expmed_rtl): Change all fields but pow2 and cint from s...
Jakub Jelinek
2
-121
/
+103
2014-07-07
fpu-387.h, [...]: Use static assertions.
Francois-Xavier Coudert
5
-30
/
+25
2014-07-07
re PR libfortran/61640 (KIND=4 Character Array Internal Unit Read Fail)
Jerry DeLisle
2
-1
/
+19
2014-07-07
Daily bump.
GCC Administrator
1
-1
/
+1
2014-07-06
* gfortran.texi (Fortran 2003 status): Fix grammar.
Gerald Pfeifer
2
-1
/
+5
2014-07-06
* ChangeLog: Fix whitespace.
Uros Bizjak
2
-31
/
+28
2014-07-06
imm-devirt-1.C: Fix regexp in dg-final.
Marek Polacek
3
-2
/
+7
2014-07-06
re PR c/6940 (taking sizeof array parameter should trigger a warning)
Marek Polacek
24
-12
/
+202
2014-07-06
Daily bump.
GCC Administrator
1
-1
/
+1
2014-07-05
Restore Solaris/SPARC bootstrap
Rainer Orth
4
-0
/
+29
2014-07-05
Don't accept isl 0.10.
Rainer Orth
3
-55
/
+8
2014-07-05
wide-int.h (wide_int_storage): Change declaration from struct to class.
Gerald Pfeifer
2
-1
/
+6
2014-07-05
cgraph.c (cgraph_create_indirect_edge): Update call of get_polymorphic_call_i...
Jan Hubicka
10
-47
/
+266
2014-07-05
[ARM] PR target/49423
Charles Baylis
5
-23
/
+47
2014-07-05
Daily bump.
GCC Administrator
1
-1
/
+1
2014-07-04
resolve.c (resolve_assoc_var): Fix corank setting.
Tobias Burnus
10
-21
/
+136
2014-07-04
[Patch AArch64_be] Fix some vec_concat big-endian confusions
James Greenhalgh
2
-16
/
+122
2014-07-04
Improve documentation of earlyclobber
Tom de Vries
2
-1
/
+9
2014-07-04
Fix constraint in vec_unpack_trunc_<mode>
Tom de Vries
2
-1
/
+6
2014-07-04
re PR target/61714 (configure --with-arch and --with-cpu are ignored on aarch64)
Richard Earnshaw
2
-0
/
+12
2014-07-04
re PR middle-end/61654 (ICE in release_function_body, at cgraph.c:1699)
Jakub Jelinek
4
-0
/
+34
2014-07-04
re PR tree-optimization/61684 (ICE at -Os and above on x86_64-linux-gnu in tr...
Jakub Jelinek
4
-1
/
+28
2014-07-04
Move fp-as-gp optimization to nds32-fp-as-gp.c module.
Chung-Ju Wu
4
-163
/
+210
2014-07-04
Move memory related implementation to nds32-memory-manipulation.c module.
Chung-Ju Wu
3
-107
/
+154
2014-07-04
Move some external functions used by machine description patterns to nds32-md...
Chung-Ju Wu
3
-779
/
+832
2014-07-04
Preparation of nds32-pipelines-auxiliary.c module for future implementation.
Chung-Ju Wu
2
-0
/
+47
2014-07-04
Move cost calculation to nds32-cost.c module.
Chung-Ju Wu
4
-195
/
+268
2014-07-04
Move some helper functions of predicates and constraints to nds32-predicates....
Chung-Ju Wu
3
-341
/
+393
2014-07-04
Move builtin functions implementation to nds32-intrinsic.c module.
Chung-Ju Wu
4
-181
/
+258
2014-07-04
Move ISR impelentation to nds32-isr.c module.
Chung-Ju Wu
4
-506
/
+587
2014-07-04
Add several new files for preparation of providing modules
Chung-Ju Wu
11
-2
/
+226
2014-07-04
Normalize interface for all *-dg-runtest.
Thomas Schwinge
67
-120
/
+135
2014-07-04
Daily bump.
GCC Administrator
1
-1
/
+1
2014-07-04
re PR tree-optimization/61682 (wrong code at -O3 on x86_64-linux-gnu)
Jakub Jelinek
4
-1
/
+48
2014-07-03
libgomp.exp (libgomp_target_compile): If $source matches regex $lang_source_r...
Jakub Jelinek
6
-1
/
+31
2014-07-03
Fix the shift patterns, and add test
Segher Boessenkool
4
-21
/
+82
2014-07-03
Explain gfortran-dg-runtest usage in libgomp Fortran testing.
Thomas Schwinge
2
-1
/
+8
2014-07-03
arm.md (arch): Add armv6_or_vfpv3.
Richard Earnshaw
3
-12
/
+35
2014-07-03
gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.
Jakub Jelinek
7
-9
/
+27
2014-07-03
ieee_1.F90: Mark variables as volatile to avoid optimization.
Francois-Xavier Coudert
2
-27
/
+7
2014-07-03
invoke.texi (-fsanitize=bounds): Tweak wording.
Marek Polacek
2
-18
/
+15
2014-07-03
rs6000.c (rs6000_adjust_atomic_subword): Use BYTES_BIG_ENDIAN rather than WOR...
Maciej W. Rozycki
2
-1
/
+7
2014-07-03
scanner.c (skip_free_comments): Fix indentation.
Tobias Burnus
2
-1
/
+5
2014-07-03
loop-invariant.c (struct invariant): Add a new member: eqno;
Zhenqiang Chen
4
-2
/
+55
2014-07-03
Daily bump.
GCC Administrator
1
-1
/
+1
2014-07-02
Only transform rotate to rotatert and v.v. if target has both
Segher Boessenkool
3
-0
/
+28
2014-07-02
* config/fpu-sysv.h (void set_fpu): Remove stalled comment.
Uros Bizjak
1
-1
/
+0
2014-07-02
c-decl.c (duplicate_decls): CLear DECL_STRUCT_FUNCTION before releasing symbol.
Jan Hubicka
4
-1
/
+27
[next]