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
2012-06-02
2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>
Kenneth Zadeck
19
-94
/
+130
2012-06-02
re PR c++/52973 (visibility attribute for class is not passed to its members)
Jason Merrill
9
-14
/
+43
2012-06-02
Daily bump.
GCC Administrator
1
-1
/
+1
2012-06-01
re PR c++/52725 (error: "capture of non-variable" for new-expression incorrec...
Jason Merrill
5
-2
/
+25
2012-06-01
re PR tree-optimization/53501 (scev introduces signed overflow)
Eric Botcazou
4
-13
/
+28
2012-06-01
re PR c++/53137 (g++ segfault)
Jason Merrill
4
-6
/
+47
2012-06-01
re PR c++/53484 ([c++11] Wrong auto in lambdas in function templates)
Jason Merrill
4
-4
/
+29
2012-06-01
vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Restore the "do {" part of the do-...
Olivier Hainque
2
-0
/
+6
2012-06-01
re PR c++/26155 (ICE after error with namespace alias)
Paolo Carlini
4
-10
/
+51
2012-06-01
tree-ssa-loop-im.c (execute_sm): Do not check flag_tm.
Aldy Hernandez
3
-2
/
+7
2012-06-01
i386.c (x86_sched_reorder): New function.
Yuri Rumyantsev
2
-0
/
+111
2012-06-01
tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop): Handle P...
Richard Guenther
2
-2
/
+10
2012-06-01
tree-loop-distribution.c (enum partition_kind): New enum.
Richard Guenther
2
-143
/
+163
2012-06-01
re PR c++/50134 (-Wmissing-prototypes doesn't work for C++)
Manuel López-Ibáñez
2
-3
/
+16
2012-06-01
Allow --specs options.
Christian Bruel
5
-50
/
+115
2012-06-01
re PR ada/53517 (gnat.dg/lto14.adb FAILs)
Eric Botcazou
2
-0
/
+6
2012-06-01
sync-1-v10.c, [...]: New tests.
Hans-Peter Nilsson
28
-0
/
+319
2012-06-01
Add CRIS atomic patterns for 1, 2, and 4 bytes.
Hans-Peter Nilsson
7
-14
/
+379
2012-06-01
Daily bump.
GCC Administrator
1
-1
/
+1
2012-05-31
4600.md (r4600_imul_si): Rename from r4600_imul.
Matt Turner
2
-5
/
+26
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
137
-293
/
+346
2012-05-31
re PR tree-optimization/52558 (write introduction incorrect wrt the C++11 mem...
Aldy Hernandez
8
-15
/
+305
2012-05-31
re PR target/51345 ([avr] Devices with 8-bit SP need their own multilib(s))
Georg-Johann Lay
3
-6
/
+48
2012-05-31
Fix compilation of build/*.o when using C++.
Diego Novillo
4
-2
/
+32
2012-05-31
Makefile.in: Fix many dependencies.
Steven Bosscher
20
-132
/
+121
2012-05-31
gen-avr-mmcu-texi.c: Sort MCUs.
Georg-Johann Lay
3
-22
/
+50
2012-05-31
t-avr: Correct avr-mmcu.texi dependencies.
Georg-Johann Lay
2
-2
/
+16
2012-05-31
tree-loop-distribution.c (struct partition_s): New struct, typedef and vector...
Richard Guenther
2
-60
/
+106
2012-05-31
re PR fortran/53521 (Memory leak with zero-sized array constructor)
Tobias Burnus
2
-13
/
+7
2012-05-31
tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop): Use FOR_...
Richard Guenther
4
-80
/
+50
2012-05-31
tree-dfa.c (get_ref_base_and_extent): Compute the offset using double ints th...
Eric Botcazou
3
-42
/
+80
2012-05-31
re PR middle-end/48493 (ice in expand_expr_addr_expr_1 with complex types and...
Richard Guenther
2
-0
/
+23
2012-05-31
tree-data-ref.c (dr_analyze_innermost): Properly convert the MEM_REF offset t...
Richard Guenther
2
-5
/
+9
2012-05-31
target-supports.exp (check_effective_target_vect_char_mult): Add arm32 to tar...
Greta Yorsh
3
-4
/
+14
2012-05-31
invoke.texi (AVR Options): Fix typos.
Georg-Johann Lay
2
-7
/
+11
2012-05-31
asm-v8.S, [...]: New tests.
Hans-Peter Nilsson
7
-0
/
+69
2012-05-31
cris.h (CC1_SPEC): Pass through all -march= and -mcpu= options.
Hans-Peter Nilsson
2
-2
/
+13
2012-05-31
ira-int.h (target_ira_int): Rename x_move_cost to x_ira_register_move_cost...
Richard Sandiford
3
-183
/
+66
2012-05-31
ira.c (init_move_cost): Adjust choice of subclasses to match the current ira_...
Richard Sandiford
2
-25
/
+31
2012-05-31
ira.c (setup_allocno_and_important_classes): Use ira_class_hard_regs_num to c...
Richard Sandiford
2
-41
/
+33
2012-05-31
ira.c (init_move_cost): Adjust local variable names to match file conventions.
Richard Sandiford
2
-45
/
+52
2012-05-31
regs.h (move_table, [...]): Move these definitions and associated target_glob...
Richard Sandiford
6
-138
/
+142
2012-05-31
ira-costs.c (copy_cost): Use ira_init_register_move_cost_if_necessary and ira...
Richard Sandiford
2
-6
/
+11
2012-05-31
ira.h (target_ira): Delete x_ira_available_class_regs.
Richard Sandiford
9
-46
/
+40
2012-05-31
Daily bump.
GCC Administrator
1
-1
/
+1
2012-05-30
compiler: Don't crash for invalid constant types for && or ||.
Ian Lance Taylor
1
-15
/
+3
2012-05-30
re PR target/52999 (ICE, segmentation fault in c_tree_printer)
John David Anglin
2
-0
/
+32
2012-05-30
re PR c++/53356 (ICE in verify_gimple_stmt, at tree-cfg.c:4258)
Jason Merrill
5
-17
/
+63
2012-05-30
* tree.c (stabilize_expr): Tweak logic.
Jason Merrill
2
-2
/
+4
2012-05-30
* ira.c (allocate_initial_values): Make static.
Steven Bosscher
2
-1
/
+5
[next]