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
2010-06-05
c-common.c: Move to c-family/.
Steven Bosscher
83
-206
/
+372
2010-06-05
tree-ssa-dce.c (mark_last_stmt_necessary): New function.
Eric Botcazou
2
-32
/
+44
2010-06-05
shared_ptr_base.h (_Sp_counted_ptr::_M_dispose): Make nullptr_t specializatio...
Jonathan Wakely
2
-3
/
+8
2010-06-05
tree-into-ssa.c (insert_phi_nodes): Use bitmap heads for dominance frontiers.
Jan Hubicka
5
-22
/
+35
2010-06-05
re PR fortran/43895 ([OOP] internal compiler error: verify_ssa failed)
Paul Thomas
4
-6
/
+59
2010-06-05
status_cxx200x.xml: Update.
Jonathan Wakely
2
-4
/
+28
2010-06-05
[multiple changes]
Jonathan Wakely
11
-33
/
+316
2010-06-05
target.h (struct gcc_target): Add memory_move_cost field.
Anatoly Sokolov
15
-33
/
+104
2010-06-05
ipa-pure-const.c (propagate): Fix type in handling functions that can not ret...
Jan Hubicka
2
-4
/
+20
2010-06-05
gcc.c (cc1_options, [...]): Use find-plugindir spec function to add the -iplu...
Matthias Klose
2
-4
/
+29
2010-06-05
re PR c++/44361 (-Wunused-but-set-variable vs. explicit void cast)
Jakub Jelinek
1
-0
/
+80
2010-06-05
re PR c++/44361 (-Wunused-but-set-variable vs. explicit void cast)
Jakub Jelinek
4
-0
/
+14
2010-06-05
Fix ChangeLog typo.
Joseph Myers
1
-1
/
+1
2010-06-05
df-problems.c (seen_in_block, [...]): Convert to bitmap_head.
Jan Hubicka
3
-163
/
+181
2010-06-05
* g++.dg/cpp0x/noexcept06.C: Call set_unexpected.
Jason Merrill
2
-0
/
+5
2010-06-05
* testsuite/util/testsuite_abi.h: Work around glibc BZ 9694.
Jason Merrill
2
-0
/
+6
2010-06-05
re PR c/44322 (Bogus warning when assigning pointer-to-array with both "const...
Joseph Myers
5
-11
/
+46
2010-06-05
Add myself to MAINTAINERS in the right place
Fabien Chêne
2
-1
/
+5
2010-06-05
Fix formatting nits
Eric Botcazou
1
-117
/
+117
2010-06-05
cvt.c (cp_convert_to_pointer): Use null_ptr_cst_p.
Magnus Fromreide
25
-4
/
+132
2010-06-05
typeck2.c (merge_exception_specifiers): Adjust merging of throw() and noexcep...
Jason Merrill
5
-7
/
+64
2010-06-05
genautomata.c (get_excl_set): Do work per element, not per char.
Segher Boessenkool
2
-28
/
+28
2010-06-05
genautomata.c (curr_state_pass_num): Delete.
Segher Boessenkool
2
-82
/
+84
2010-06-04
Update df_lr_bb_local_compute for embedded bitmaps.
H.J. Lu
2
-2
/
+9
2010-06-05
Daily bump.
GCC Administrator
1
-1
/
+1
2010-06-04
pt.c (value_dependent_expression_p): Avoid using an uninitialized variable.
Jason Merrill
2
-1
/
+9
2010-06-04
cxx-pretty-print.c (pp_cxx_unary_expression): Handle NOEXCEPT_EXPR.
Jason Merrill
2
-0
/
+13
2010-06-04
Implement noexcept-specification (15.4)
Jason Merrill
19
-54
/
+435
2010-06-04
Implement noexcept operator (5.3.7)
Jason Merrill
11
-1
/
+220
2010-06-04
call.c (build_conditional_expr): Never fold in unevaluated context.
Jason Merrill
6
-23
/
+23
2010-06-04
darwin-driver.c (darwin_default_min_version): Use
Joseph Myers
10
-58
/
+86
2010-06-04
re PR c++/44412 (Another bogus set-but-not-used warning)
Jakub Jelinek
5
-0
/
+86
2010-06-04
re PR c++/44362 (Bogus set-but-not-used warning)
Jakub Jelinek
4
-0
/
+82
2010-06-04
i386.md (*addhi_1_lea): Assert that operand 0 and operand 1 are equal.
Uros Bizjak
2
-14
/
+24
2010-06-04
i386-protos.h (ix86_print_operand): Declare.
Nathan Froyd
6
-4
/
+15
2010-06-04
re PR rtl-optimization/44013 (VTA produces wrong code)
Alexandre Oliva
2
-1
/
+8
2010-06-04
re PR debug/41371 (var-tracking is slow and memory hungry)
Alexandre Oliva
2
-10
/
+77
2010-06-04
i386.md (*addqi_2): Do not assert operands[2] == 255 for TYPE_INCDEC operands.
Uros Bizjak
2
-341
/
+54
2010-06-04
re PR c/25880 (improve message of warning for discarding qualifiers)
Manuel López-Ibáñez
14
-99
/
+205
2010-06-04
cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
Kai Tietz
2
-1
/
+6
2010-06-04
df.h (df_rd_bb_info, [...]): Embedd bitmap_head into the structure.
Jan Hubicka
7
-275
/
+315
2010-06-04
check_jni_methods.sh.in: Don't use diff -U.
Rainer Orth
4
-9
/
+19
2010-06-04
* dce.c (dce_process_block): Do not re-scan already marked instructions.
Jan Hubicka
2
-12
/
+15
2010-06-04
re PR rtl-optimization/39871 (Code size increase on ARM due to poor register ...
Bernd Schmidt
9
-177
/
+613
2010-06-04
thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives for pool ranges.
Julian Brown
2
-2
/
+7
2010-06-04
re PR lto/41584 (WHOPR doesn't grok empty units)
Richard Guenther
5
-0
/
+16
2010-06-04
gnatlink.adb (gnatlink): Remove support for -fsjlj switch.
Eric Botcazou
3
-13
/
+6
2010-06-04
re PR libfortran/34670 (bounds checking for array intrinsics)
Thomas Koenig
2
-1
/
+11
2010-06-04
predicates.md (pic_symbolic_operand): Remove predicate.
Uros Bizjak
3
-114
/
+60
2010-06-04
tree-into-ssa.c (mark_block_for_update): Avoid redundant call of bitmap_bit_p.
Jan Hubicka
3
-5
/
+9
[next]