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
2012-02-29
re PR tree-optimization/52424 (dom prematurely pops entries from const_and_co...
Bill Schmidt
2
-0
/
+9
2012-02-29
avr.c: Move definition of TARGET macros to end of file.
Georg-Johann Lay
2
-132
/
+138
2012-02-29
avr-protos.h (avr_output_bld): Remove unused prototype.
Georg-Johann Lay
3
-27
/
+10
2012-02-29
utils.c (gnat_write_global_declarations): Make sure the dummy global built fo...
Eric Botcazou
2
-1
/
+9
2012-02-29
avr.md (eqne): New code iterator.
Georg-Johann Lay
2
-296
/
+324
2012-02-29
re PR testsuite/52297 (FAIL: gcc.dg/lto/trans-mem-1 c_lto_trans-mem-1_0.o-c_l...
Richard Guenther
7
-54
/
+10
2012-02-29
re PR target/49939 ([avr] Skip 2-word instructions if applicable)
Georg-Johann Lay
2
-1
/
+9
2012-02-29
invoke.texi (-msoft-atomic): Add more detailed description.
Oleg Endo
2
-3
/
+43
2012-02-29
* gcc.dg/torture/pr52402.c: Add -w -Wno-psabi to dg-options.
Jakub Jelinek
2
-0
/
+5
2012-02-29
re PR bootstrap/52397 (comparison failure with Ada enabled)
Jakub Jelinek
3
-5
/
+14
2012-02-29
re PR fortran/52386 (ICE in gfc_conv_descriptor_dtyp (realloc LHS related))
Paul Thomas
4
-0
/
+33
2012-02-29
Daily bump.
GCC Administrator
1
-1
/
+1
2012-02-28
Partially revert:
Ulrich Weigand
2
-1
/
+11
2012-02-28
re PR middle-end/51752 (trans-mem: publication safety violated)
Aldy Hernandez
5
-10
/
+132
2012-02-28
document gcc --help=common
Bernhard Reutner-Fischer
2
-1
/
+6
2012-02-28
install.texi: document language-specific check- shortcuts
Bernhard Reutner-Fischer
2
-1
/
+8
2012-02-28
re PR target/51534 (Bad code gen for vcgtq_u32 NEON intrinsic)
Matthew Gretton-Dann
1
-0
/
+84
2012-02-28
re PR target/51534 (Bad code gen for vcgtq_u32 NEON intrinsic)
Matthew Gretton-Dann
6
-32
/
+94
2012-02-28
re PR target/52407 (sse2 simd uint32_t and int64_t and stack variable initial...
Richard Guenther
4
-4
/
+49
2012-02-28
re PR target/49448 (arm-tab-linux-gnu-eabi enableds big endian when it should...
Richard Earnshaw
2
-1
/
+7
2012-02-28
[multiple changes]
Richard Earnshaw
30
-42
/
+328
2012-02-28
re PR tree-optimization/52307 (Segmentation fault in Lapack with -O3 -floop-f...
Thomas Koenig
2
-2
/
+11
2012-02-28
avr-devices.c (avr_mcu_type): Adjust NULL part of initializer to changes from...
Georg-Johann Lay
2
-1
/
+6
2012-02-28
re PR tree-optimization/52395 (Too conservative alignment info from SRA)
Richard Guenther
2
-3
/
+11
2012-02-28
re PR tree-optimization/52402 (IPA-SRA creates aligned loads from unaligned m...
Richard Guenther
4
-3
/
+60
2012-02-28
re PR lto/52400 (lto1: ICE with extern on static linkage)
Richard Guenther
4
-7
/
+29
2012-02-28
builtins-1.c: New test.
Georg-Johann Lay
3
-0
/
+54
2012-02-28
builtins.def: New file.
Georg-Johann Lay
5
-107
/
+151
2012-02-28
re PR rtl-optimization/52148 (ICE: in spill_failure, at reload1.c:2120)
Georg-Johann Lay
3
-71
/
+72
2012-02-28
re PR target/49868 (Implement named address space to place/access data in fla...
Georg-Johann Lay
7
-252
/
+303
2012-02-28
Daily bump.
GCC Administrator
1
-1
/
+1
2012-02-27
pr46939.c (long): Fix LP64 vs LLP64 issue.
Kai Tietz
38
-25
/
+116
2012-02-27
decl.c (gnat_to_gnu_entity): Reuse dummy fat type for gnu_ptr_template and gn...
Tristan Gingold
5
-3
/
+38
2012-02-27
Enable *movabs<mode>_[12] only for TARGET_LP64
H.J. Lu
2
-2
/
+9
2012-02-27
re PR target/52375 (internal compiler error: in extract_insn, at recog.c:2123...
Jakub Jelinek
5
-4
/
+42
2012-02-27
typebound_operator_9.f03: Skip on SPU.
Ulrich Weigand
3
-0
/
+12
2012-02-27
re PR tree-optimization/52376 (ICE in lto_input_tree_ref, at lto-streamer-in....
Jakub Jelinek
2
-1
/
+7
2012-02-27
ifcvt.c (noce_get_condition): Check condition variable is not small_register_...
Stuart Henderson
2
-1
/
+8
2012-02-27
i386.md (*movabs<mode>_1): Fix operand 1 constraints.
Uros Bizjak
2
-9
/
+9
2012-02-27
revert: arm-cores.def (cortex-a15): Use cortex_a15_tune for tuning parameters.
Matthew Gretton-Dann
3
-12
/
+9
2012-02-27
ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Add checking.
Eric Botcazou
11
-54
/
+139
2012-02-27
decl.c (gnat_to_gnu_entity): Revert previous change that creates a special VA...
Eric Botcazou
3
-44
/
+77
2012-02-27
sh.h: Delete dead GO_IF_LEGITIMATE_INDEX macro.
Oleg Endo
2
-6
/
+4
2012-02-27
Daily bump.
GCC Administrator
1
-1
/
+1
2012-02-26
re PR target/49263 (SH Target: underutilized "TST #imm, R0" instruction)
Oleg Endo
2
-0
/
+91
2012-02-26
* sv.po: Update.
Joseph Myers
2
-7668
/
+7676
2012-02-26
predicates.md: Remove blank lines.
Oleg Endo
5
-17
/
+16
2012-02-26
Fix a bug in tilegx_fixup_pcrel_references...
Walter Lee
2
-7
/
+25
2012-02-26
Daily bump.
GCC Administrator
1
-1
/
+1
2012-02-25
re PR debug/52001 (Huge compile-time regression with var-tracking)
Alexandre Oliva
2
-5
/
+43
[prev]
[next]