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
path:
root
/
gcc
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-17
tree.h (CALL_EXPR_ARGS): Delete.
Nathan Froyd
10
-76
/
+82
2010-05-17
re PR c++/44108 (-Wunused-but-set-variable does not consider array sizing use...
Dodji Seketeli
4
-0
/
+33
2010-05-17
re PR bootstrap/42347 (sched-deps.c:3840:1: internal compiler error: in fixup...
Jakub Jelinek
4
-1
/
+25
2010-05-17
re PR middle-end/44102 (ICE with asm goto + __builtin_unreachable () in C++)
Jakub Jelinek
4
-14
/
+75
2010-05-17
fix ChangeLog entries for previous commits
Nathan Froyd
1
-1
/
+1
2010-05-17
fix bogus email for myself
Nathan Froyd
1
-1
/
+1
2010-05-17
tree.c (build_function_type_list_1): Remove bogus assert condition.
Nathan Froyd
6
-186
/
+148
2010-05-17
trans-array.c (gfc_trans_array_constructor_value): Use build_constructor inst...
Nathan Froyd
4
-46
/
+61
2010-05-17
rs6000.c (rs6000_emit_allocate_stack): Delete unnecessary prototype.
Alan Modra
2
-29
/
+49
2010-05-17
re PR middle-end/44133 (Uninit warning regression with new SRA)
Martin Jambor
5
-23
/
+59
2010-05-17
function.c (try_fit_stack_local, [...]): New static functions.
Bernd Schmidt
4
-36
/
+150
2010-05-17
re PR fortran/44044 ([OOP] SELECT TYPE with class-valued function)
Janus Weil
4
-21
/
+80
2010-05-17
re PR middle-end/44078 (FAIL: gcc.dg/tree-ssa/prefetch-7.c)
Christian Borntraeger
2
-1
/
+7
2010-05-17
s390.c: Define sane prefetch settings and activate flag_prefetch_loop_arrays ...
Christian Borntraeger
3
-0
/
+24
2010-05-17
lto-streamer-out.c (lto_output): Fix --enable-checking=release build.
Jakub Jelinek
2
-0
/
+7
2010-05-17
ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of function...
Jan Hubicka
2
-23
/
+14
2010-05-17
Daily bump.
GCC Administrator
1
-1
/
+1
2010-05-16
cgraph.c (dump_cgraph_node): Dump versionable flag.
Jan Hubicka
5
-2
/
+23
2010-05-16
cgraph.c (cgraph_clone_node): Take decl argument and insert clone into hash w...
Jan Hubicka
7
-60
/
+132
2010-05-16
re PR fortran/35779 (error pointer wrong in PARAMETER)
Daniel Franke
5
-4
/
+25
2010-05-16
invoke.texi (-fipa-struct-reorg): Do not mention -fipa-type-escape.
Richard Guenther
13
-20
/
+33
2010-05-16
opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
Eric Botcazou
3
-1
/
+15
2010-05-16
trans-decl.c (module_htab_decls_hash): Revert last change.
Richard Guenther
2
-1
/
+5
2010-05-16
ipa.c (function_and_variable_visibility): Also bring local all aliases.
Jan Hubicka
2
-0
/
+8
2010-05-16
alias.c (nonoverlapping_memrefs_p): Remove use of IPA type-escape information.
Richard Guenther
2
-32
/
+15
2010-05-16
c-common.c (c_common_reswords): Add _Static_assert for C.
Joseph Myers
12
-25
/
+335
2010-05-16
mmix.h (FUNCTION_VALUE, [...]): Remove macros.
Anatoly Sokolov
4
-27
/
+47
2010-05-16
tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on BUILT_IN_AL...
Eric Botcazou
2
-3
/
+12
2010-05-16
var-tracking.c (vars_copy_1): Inline ...
Richard Guenther
2
-126
/
+108
2010-05-16
lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
Richard Guenther
6
-4
/
+14
2010-05-16
misc.c (gnat_handle_option): Remove special logic for Wuninitialized without -O.
Manuel López-Ibáñez
4
-14
/
+12
2010-05-16
gigi.h (enum standard_datatypes): Add new value ADT_exception_data_name_id.
Eric Botcazou
4
-0
/
+43
2010-05-16
c-decl.c: Don't include gimple.h.
Steven Bosscher
2
-5
/
+5
2010-05-15
c.opt: Add -fnothrow-opt.
Jason Merrill
11
-5
/
+95
2010-05-16
Daily bump.
GCC Administrator
1
-1
/
+1
2010-05-16
re PR fortran/44154 (initialization problem with allocatable scalars)
Janus Weil
4
-2
/
+66
2010-05-15
ipa-prop.c (ipa_prop_read_section): Add sanity check that node is analyzed.
Jan Hubicka
3
-1
/
+7
2010-05-15
re PR c++/44148 (C++ genericization/gimplification may clobber templare argum...
Jakub Jelinek
4
-1
/
+71
2010-05-15
vecir.h: New file with VEC primitives for tree, gimple, and rtl.
Steven Bosscher
27
-154
/
+197
2010-05-15
targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
Uros Bizjak
2
-7
/
+10
2010-05-15
c-decl.c (grokfield): Allow typedefs for anonymous structs and unions by defa...
Joseph Myers
10
-18
/
+208
2010-05-15
gimple.h (compare_field_offset): Rename into...
Eric Botcazou
9
-9
/
+117
2010-05-15
tree.h (ctor_to_list): Delete.
Nathan Froyd
3
-23
/
+5
2010-05-15
ipareference_1.c: Rename to ...
Jan Hubicka
4
-38
/
+45
2010-05-15
ipa-reference.c: Include toplev.h
Jan Hubicka
11
-36
/
+364
2010-05-15
re PR other/44038 (ICE: verify_stmts failed)
Richard Guenther
4
-4
/
+36
2010-05-15
Add -std=c99 to avx-cmpsd-1.c and avx-cmpss-1.c.
H.J. Lu
3
-2
/
+7
2010-05-15
re PR fortran/43207 ([OOP] invalid (pointer) assignment to and from abstract ...
Janus Weil
10
-11
/
+125
2010-05-15
tree.h (memory_identifier_string): Remove.
Jan Hubicka
6
-305
/
+196
2010-05-15
re PR debug/44112 (Revision 159354 causes Fortran test failures)
Jakub Jelinek
5
-15
/
+12
[next]