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/gfortran-test
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-15
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-15
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
/
doc
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-03
Rename fuse-caller-save
Tom de Vries
2
-4
/
+4
2014-12-03
target.def (fusion_priority): Wrap code with @smallexample.
Bin Cheng
1
-8
/
+14
2014-12-01
re PR middle-end/64017 (Support ISL 0.14.0 (to fix ICE with gfortran.dg/graph...
Tobias Burnus
1
-1
/
+1
2014-11-29
opt-functions.awk (lang_enabled_by): Support || for enabled-by.
Tobias Burnus
1
-2
/
+5
2014-11-27
Support avx512f in __builtin_cpu_supports.
Ilya Tocar
1
-0
/
+2
2014-11-26
PR debug/38757 continued. Handle C11, C++11 and C++14.
Mark Wielaard
1
-2
/
+2
2014-11-24
[sched-deps] Remove needless check for modified_in_p when trying to fuse two ...
Kyrylo Tkachov
1
-5
/
+7
2014-11-20
implement a replacement for if_marked
Trevor Saunders
1
-0
/
+8
2014-11-19
Merger of git branch "gimple-classes-v2-option-3"
David Malcolm
1
-32
/
+47
2014-11-19
Allow the static chain to be set from C
Richard Henderson
1
-0
/
+13
2014-11-19
Make TARGET_STATIC_CHAIN allow a function type
Richard Henderson
1
-1
/
+1
2014-11-18
[Patch] PR target/63937 TARGET_USE_BY_PIECES_INFRASTRUCTURE_P should take an ...
James Greenhalgh
1
-1
/
+1
2014-11-17
Support for unroll and jam optimization.
Mircea Namolaru
1
-1
/
+17
2014-11-17
rs6000.c (RELOAD_REG_AND_M16): Add support for Altivec style vector loads tha...
Michael Meissner
1
-1
/
+36
2014-11-17
target.def (gen_ccmp_first, [...]): Add two new hooks.
Zhenqiang Chen
2
-0
/
+22
2014-11-16
tm.texi.in (TARGET_FLAGS_REGNUM): Move around.
Eric Botcazou
2
-6
/
+6
2014-11-14
* doc/install.texi (--with-diagnostics-color=): Document.
Jakub Jelinek
1
-0
/
+9
2014-11-14
[Vectorizer]Make reductions-via-shifts and vec_shr_optab endianness-neutral
Alan Lawrence
1
-1
/
+1
2014-11-14
configure.ac (--with-diagnostics-color): New configure option, default to --w...
Jakub Jelinek
1
-2
/
+4
2014-11-14
timevar.def (TV_SCHED_FUSION): New time var.
Bin Cheng
3
-1
/
+81
2014-11-13
[PATCH 6/7] OpenMP 4.0 offloading infrastructure: option handling.
Bernd Schmidt
2
-0
/
+11
2014-11-13
[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offload tables.
Ilya Verbin
2
-0
/
+8
2014-11-13
[PATCH 1/7] OpenMP 4.0 offloading infrastructure: configure and make
Bernd Schmidt
1
-0
/
+14
2014-11-13
tm.texi.in (SELECT_CC_MODE): Update example.
Eric Botcazou
2
-14
/
+18
2014-11-13
common.opt (flra-remat): New.
Vladimir Makarov
2
-5
/
+14
2014-11-12
Implement MIPS o32 FPXX, FP64, FP64A ABI extensions.
Matthew Fortune
2
-2
/
+55
2014-11-12
Predefine __NO_MATH_ERRNO__ for -fno-math-errno.
Joseph Myers
1
-0
/
+4
2014-11-12
re PR c/59708 (clang-compatible checked arithmetic builtins)
Jakub Jelinek
1
-0
/
+61
2014-11-12
[AArch64] Remove unnecessary files.
Tejas Belagod
3
-12118
/
+0
2014-11-12
[AArch64] Add reference to ACLE and consolidate documentation.
Tejas Belagod
1
-16
/
+20
2014-11-11
Merger of dmalcolm/jit branch from git
David Malcolm
1
-1
/
+6
2014-11-11
invoke.texi (-masm-syntax-unified): Reword and fix typo.
Terry Guo
1
-6
/
+4
2014-11-11
download_prerequisites: Stop downloading CLooG.
Tobias Burnus
1
-15
/
+0
2014-11-10
invoke.texi ([-Wshift-count-negative, [...]): Add.
Paolo Carlini
1
-0
/
+11
2014-11-10
Add a target hook for assembling undeclared decls.
Bernd Schmidt
2
-0
/
+9
2014-11-07
arm.opt (masm-syntax-unified): New option.
Terry Guo
1
-0
/
+11
2014-11-06
Preserve original spellings of extended identifiers.
Joseph Myers
1
-3
/
+2
2014-11-06
Add a hook to inform a port about call arguments.
Bernd Schmidt
2
-0
/
+27
2014-11-06
Add a new asm hook to print the end of a variable definition.
Bernd Schmidt
2
-0
/
+7
2014-11-06
[Patchv3] Control SRA and IPA-SRA by a param rather than MOVE_RATIO
James Greenhalgh
1
-0
/
+10
2014-11-06
arm-cores.def: Add support for -mcpu=cortex-m0.small-multiply,cortex-m0plus.s...
Hale Wang
1
-0
/
+3
2014-11-05
Enable -fextended-identifiers by default.
Joseph Myers
3
-19
/
+12
2014-11-05
ipa-chkp.c: New.
Ilya Enkovich
5
-7
/
+394
2014-11-05
Allow a target to skip an unnecssary register return value for a struct return.
Bernd Schmidt
2
-0
/
+10
2014-11-05
Add a no_register_allocation target hook.
Bernd Schmidt
2
-2
/
+12
2014-11-03
[multiple changes]
Naveen H.S
1
-1
/
+1
2014-11-01
[Patch 7/7] Remove *_BY_PIECES_P
James Greenhalgh
2
-88
/
+0
2014-11-01
[Patch 1/7] Hookize *_BY_PIECES_P
James Greenhalgh
2
-0
/
+60
2014-10-31
contrib.texi: Add contribution notes for Balaji Iyer (Cilk+) and Jonny Grant ...
Jeff Law
1
-0
/
+6
2014-10-29
decl.c, [...]: Remove redundant enum from machine_mode.
Richard Sandiford
4
-62
/
+62
[next]