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
path:
root
/
gcc
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-06
typeck.c (complete_type_or_maybe_complain): Split out from...
Jason Merrill
12
-27
/
+156
2010-08-06
typeck.c (decay_conversion): Any expression with type nullptr_t decays to nul...
Jason Merrill
2
-0
/
+8
2010-08-06
decl.c (gnat_to_gnu_entity): Do not build an allocator for large imported obj...
Eric Botcazou
2
-4
/
+8
2010-08-06
tree-ssa-ccp.c (struct prop_value_d): Add mask member.
Richard Guenther
14
-60
/
+882
2010-08-06
* class.c (build_utf8_ref): Fix code formatting from previous commit.
David Daney
2
-1
/
+5
2010-08-06
* class.c (build_utf8_ref): Make decl DECL_USER_ALIGN.
David Daney
2
-0
/
+5
2010-08-06
invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable and -mreloca...
Alan Modra
2
-9
/
+19
2010-08-06
Daily bump.
GCC Administrator
1
-1
/
+1
2010-08-05
From Martin Thuresson <martint@google.com>
Bernd Schmidt
5
-4
/
+16
2010-08-05
rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask computations.
Eric Botcazou
2
-53
/
+68
2010-08-05
Replace exact_log2(x & -x) in favor of more direct computation.
Richard Henderson
9
-47
/
+109
2010-08-05
re PR target/45189 (New stack alignment test failures)
Richard Henderson
2
-2
/
+9
2010-08-05
expr.c (store_expr): Use emit_block_move only if both source and target are M...
Richard Guenther
2
-1
/
+10
2010-08-05
re PR target/45189 (New stack alignment test failures)
Richard Henderson
2
-4
/
+16
2010-08-05
gcov.c (flag_display_progress): New static variable.
Nicolas Setton
3
-2
/
+34
2010-08-05
re PR testsuite/42855 (FAIL: gcc.dg/tree-ssa/pr42585.c scan-tree-dump-times o...
Martin Jambor
2
-2
/
+7
2010-08-05
ipa-cp.c (ipcp_discover_new_direct_edges): New function.
Martin Jambor
5
-2
/
+163
2010-08-05
ipa-prop.h (enum ipa_lattice_type): Changed comments.
Martin Jambor
16
-74
/
+762
2010-08-05
expmed.c (expand_mult_const): Expand shift into temporary.
Uros Bizjak
2
-3
/
+11
2010-08-05
[multiple changes]
Arnaud Charlet
7
-34
/
+142
2010-08-05
[multiple changes]
Arnaud Charlet
3
-40
/
+61
2010-08-05
[multiple changes]
Arnaud Charlet
9
-102
/
+165
2010-08-05
[multiple changes]
Arnaud Charlet
6
-50
/
+55
2010-08-05
[multiple changes]
Arnaud Charlet
12
-51
/
+473
2010-08-05
errout.adb, [...]: Minor reformatting.
Robert Dewar
4
-6
/
+10
2010-08-05
sem_ch4.adb (Analyze_Allocator): Flag errors on allocators of a nested access...
Gary Dismukes
3
-2
/
+68
2010-08-05
sem.adb: Minor reformatting
Arnaud Charlet
3
-6
/
+13
2010-08-05
i386.c (ix86_decompose_address): Check for SI_REG using REGNO of base_reg dir...
Uros Bizjak
2
-4
/
+8
2010-08-05
re PR tree-optimization/45144 (SRA optimization issue of bit-field)
Jie Zhang
4
-1
/
+61
2010-08-05
Daily bump.
GCC Administrator
1
-1
/
+1
2010-08-04
Force the use of stack_pointer_offset in computing the frame size.
Richard Henderson
2
-40
/
+31
2010-08-04
Remove code duplication in ix86_expand_epilogue.
Richard Henderson
2
-87
/
+46
2010-08-04
Describe unwinding for realigned frames explicitly.
Richard Henderson
5
-10
/
+130
2010-08-04
Emit the prologue/epilogue using frame offsets.
Richard Henderson
3
-392
/
+590
2010-08-04
Remove duplicate definition of TARGET_64BIT_MS_ABI.
Richard Henderson
2
-3
/
+2
2010-08-04
Cleanup 32-bit ms_hook code.
Richard Henderson
3
-60
/
+82
2010-08-04
Consolidate red-zone logic into ix86_using_red_zone.
Richard Henderson
2
-7
/
+18
2010-08-04
Simplify logic saving the int registers in the prologue.
Richard Henderson
2
-11
/
+20
2010-08-04
Eliminate most of the conditional compilation from dwarf2out.c.
Richard Henderson
2
-89
/
+10
2010-08-04
re PR debug/45171 (Invalid DWARF...DIE 0x00006a1d has multiple AT_byte_size ...
Richard Henderson
3
-15
/
+33
2010-08-04
re PR rtl-optimization/45162 (ARM bootstrap comparison failures after stage 3)
Bernd Schmidt
3
-2
/
+8
2010-08-04
re PR fortran/42207 ([OOP] Compile-time errors on typed allocation and pointe...
Janus Weil
7
-8
/
+109
2010-08-04
* g++.dg/warn/miss-format-1.C: Update line number.
Daniel Gutson
2
-1
/
+5
2010-08-04
re PR fortran/45183 (FAIL: gfortran.dg/derived_constructor_char_1.f90)
Tobias Burnus
2
-3
/
+25
2010-08-04
re PR target/44583 (c-c++-common/torture/complex-sign-add.c fails for signed ...
Steve Ellcey
4
-30
/
+83
2010-08-04
c-ada-spec.c (dump_ada_template): Mark underlying instance type as visited.
Arnaud Charlet
2
-30
/
+54
2010-08-04
alias.c (rtx_refs_may_alias_p): Do not resort to TBAA if either alias-set is ...
Richard Guenther
2
-1
/
+9
2010-08-04
re PR c++/44641 (Generated constructors and destructors get wrong debug locat...
Uros Bizjak
2
-1
/
+7
2010-08-04
re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...
Mikael Morin
4
-21
/
+28
2010-08-04
tree-ssa-propagate.h (struct prop_value_d, [...]): Move ...
Richard Guenther
11
-103
/
+169
[next]