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
2011-07-08
rtlanal.c (nonzero_bits1): Don't compare GET_MODE_SIZE against a bitsize.
Bernd Schmidt
2
-1
/
+4
2011-07-08
optabs.c (expand_binop): Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE w...
Bernd Schmidt
6
-45
/
+61
2011-07-08
Makefile.in (LIBGCOV): Remove.
Rainer Orth
5
-11
/
+24
2011-07-08
fixed-bit.c, [...]: Move to ../libgcc.
Rainer Orth
5
-5
/
+15
2011-07-08
sra-12.c: Skip dump scan on avr targets.
Martin Jambor
2
-2
/
+6
2011-07-08
re PR testsuite/48727 (FAIL: g++.dg/opt/devirt2.C scan-assembler-times xyzzy 2)
Rainer Orth
2
-3
/
+13
2011-07-08
tree-sra.c (analyze_all_variable_accesses): Dump that a struture is too big f...
Martin Jambor
2
-6
/
+19
2011-07-08
configure.host (abi_baseline_subdir_switch): Describe.
Rainer Orth
14
-12
/
+56
2011-07-08
re PR tree-optimization/49662 (XFAIL: gcc.dg/graphite/interchange-XX.c, PRE c...
Richard Guenther
4
-3
/
+13
2011-07-08
Daily bump.
GCC Administrator
1
-1
/
+1
2011-07-07
alpha-elf: Disable stabs debugging, and the mips sdb extensions.
Richard Henderson
2
-1
/
+7
2011-07-07
Dump NOTE_INSN_CFI notes.
Richard Henderson
5
-29
/
+71
2011-07-07
dwarf2: Extract cfi creation to a new pass.
Richard Henderson
12
-107
/
+135
2011-07-07
dwarf2out: Convert fde_table to a VEC.
Richard Henderson
5
-116
/
+101
2011-07-07
dwarf2out: Emit NOTE_INSN_CFI_* both with and without cfi-asm.
Bernd Schmidt
5
-229
/
+241
2011-07-07
dwarf2out: Move insn scanning out of final.c.
Bernd Schmidt
7
-55
/
+143
2011-07-07
dwarf2out: Split CFI construction routines into a new file.
Richard Henderson
8
-2780
/
+3019
2011-07-07
re PR c++/49663 ([C++0x] ICE in lookup_base)
Jason Merrill
6
-21
/
+92
2011-07-07
re PR fortran/49648 (ICE(segfault) with MATMUL and function-result actual arg...
Mikael Morin
2
-0
/
+32
2011-07-07
re PR fortran/49648 (ICE(segfault) with MATMUL and function-result actual arg...
Mikael Morin
2
-0
/
+8
2011-07-07
re PR target/49660 (64-bit gcc doesn't enable -mv8plus with -m32 on Solaris/S...
Eric Botcazou
4
-6
/
+32
2011-07-07
re PR c/49644 (post-increment of promoted operand is incorrect.)
Jakub Jelinek
4
-0
/
+29
2011-07-07
re PR c/49644 (post-increment of promoted operand is incorrect.)
Jakub Jelinek
4
-0
/
+30
2011-07-07
Add ia32 and x32 effective targets.
H.J. Lu
2
-1
/
+30
2011-07-07
libtool-version: Bump soversion.
Matthias Klose
2
-1
/
+5
2011-07-07
re PR middle-end/49495 (-O3 causes error message "edge points to wrong declar...
Martin Jambor
2
-11
/
+30
2011-07-07
pr40657-2.c: Remove -march option and unneeded dg-prune-output.
Janis Johnson
6
-10
/
+12
2011-07-07
pr39839.c: Don't specify -mthumb or -march, remove unneeded prune of possible...
Janis Johnson
4
-9
/
+9
2011-07-07
pr41679.c: Move from gcc.target/arm.
Janis Johnson
4
-0
/
+4
2011-07-07
pr41679.c: Remove test directives in preparation for move to ../../gcc.c-tort...
Janis Johnson
4
-12
/
+6
2011-07-07
target-supports.exp (check_effective_target_arm_dsp): New.
Janis Johnson
11
-13
/
+48
2011-07-07
config.gcc (*local*): Remove.
Joseph Myers
5
-28
/
+9
2011-07-07
re PR debug/49522 (Divide by zero in validate_subreg in emit-rtl.c:695)
Jakub Jelinek
4
-2
/
+76
2011-07-07
t-crtpic, [...]: Remove.
Joseph Myers
4
-24
/
+5
2011-07-07
hw-doloop.c: New file.
Bernd Schmidt
6
-668
/
+928
2011-07-07
Initial x32 support.
H.J. Lu
13
-22
/
+156
2011-07-07
pragma-align.c: Run only if target !default_packed.
Georg-Johann Lay
11
-1
/
+25
2011-07-07
target-supports.exp (check_effective_target_arm_thumb1): New.
Janis Johnson
3
-4
/
+25
2011-07-07
invoke.texi (mwords-little-endian): Deprecate.
Richard Sandiford
4
-2
/
+13
2011-07-07
reload1.c (choose_reload_regs): Use mode sizes to check whether an old reload...
Richard Sandiford
4
-13
/
+73
2011-07-07
pr37485.c (dg-options): Add -fno-loop-strip-mine -fno-loop-interchange -ffast...
Uros Bizjak
2
-2
/
+7
2011-07-07
fold-const.c (fold_unary_loc): Do not strip sign-changes for NEGATE_EXPR.
Richard Guenther
4
-1
/
+26
2011-07-07
tree-vrp.c (simplify_conversion_using_ranges): New function.
Richard Guenther
5
-7
/
+69
2011-07-07
tree-ssa-forwprop.c (truth_valued_ssa_name): New function.
Kai Tietz
13
-0
/
+266
2011-07-07
gcc.c (%[Spec]): Don't document.
Joseph Myers
3
-61
/
+17
2011-07-07
common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't default based on TARG...
Joseph Myers
13
-44
/
+39
2011-07-07
re PR middle-end/49640 (Internal compiler in C99 code (using variable-length ...
Jakub Jelinek
4
-2
/
+61
2011-07-07
trans.c (gfc_allocate_with_status): Call _gfortran_caf_register with NULL arg...
Tobias Burnus
6
-10
/
+115
2011-07-07
x86-64: Remove empty directory.
Matthias Klose
1
-0
/
+4
2011-07-07
pr37485.c: Add -floop-block.
Richard Guenther
2
-1
/
+5
[prev]
[next]