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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-02
lto.c (mentions_vars_p_field_decl, [...]): DECL_FIELD_OFFSET can contain an r...
Jan Hubicka
2
-2
/
+7
2013-09-02
Split all the structures, enums, typedefs and some fundamental declarations f...
Diego Novillo
5
-1705
/
+1710
2013-09-02
re PR tree-optimization/57511 (Missing SCEV final value replacement)
Richard Biener
4
-0
/
+27
2013-09-02
tree-affine.c (add_elt_to_tree): Avoid converting all pointer arithmetic to s...
Richard Biener
4
-20
/
+42
2013-09-02
tree-ssa-loop-ivopts.c (set_autoinc_for_original_candidates): Find auto-incre...
Bin Cheng
4
-8
/
+50
2013-09-02
PR c++/21682, implement DR 565
Paolo Carlini
6
-5
/
+133
2013-09-02
Makefile.in (ubsan.o): Add $(TM_P_H) dependency.
Marek Polacek
2
-1
/
+5
2013-09-02
Daily bump.
GCC Administrator
1
-1
/
+1
2013-09-01
Makefile.in: Add ipa-profile.o
Jan Hubicka
8
-639
/
+704
2013-09-01
* g++.dg/ipa/devirt-15.C: New testcase.
Jan Hubicka
2
-0
/
+44
2013-09-01
re PR ada/58239 (pretty-print.c:789: undefined reference to `operator delete(...
Eric Botcazou
5
-3
/
+40
2013-09-01
pa.md: Allow "const 0" operand 1 in "scc" insns.
John David Anglin
2
-8
/
+12
2013-09-01
* gnat.dg/specs/linker_alias.ads: Skip on Darwin.
Eric Botcazou
2
-0
/
+5
2013-09-01
Correct previous commit to the final version of patch.
Jan Hubicka
3
-6
/
+6
2013-09-01
common.opt (fdevirtualize-speculatively): New function.
Jan Hubicka
11
-5
/
+316
2013-09-01
darwin.h (LINK_COMMAND_SPEC_A): Revise sanitizer specs to include sanitize(un...
Iain Sandoe
5
-5
/
+23
2013-09-01
lto.c (tree_with_vars): Turn into vector.
Jan Hubicka
2
-140
/
+210
2013-09-01
fork-instrumentation.c: New testcase.
Jan Hubicka
4
-0
/
+24
2013-09-01
Daily bump.
GCC Administrator
1
-1
/
+1
2013-08-31
ubsan.c: Include tm_p.h.
Marek Polacek
2
-0
/
+5
2013-08-31
gimple-streamer-in.c (input_gimple_stmt): Silence parameter unused warning.
Jan Hubicka
2
-2
/
+5
2013-08-31
* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
Diego Novillo
2
-107
/
+98
2013-08-31
cgraph.c (cgraph_get_body): Update call of lto_input_function_body.
Jan Hubicka
5
-9
/
+18
2013-08-31
cgraph.c (cgraph_get_body): Update call of lto_input_function_body.
Jan Hubicka
5
-10
/
+189
2013-08-31
* cgraph.c (cgraph_speculative_call_info): Fix ref lookup
Jan Hubicka
2
-1
/
+5
2013-08-31
* basic-block.h (apply_scale): Make scale parmeter gcov_type.
Jan Hubicka
2
-1
/
+5
2013-08-31
alpha.c (alpha_emit_conditional_move): Update "cmp" RTX before signed_compari...
Uros Bizjak
2
-18
/
+20
2013-08-31
ipa-prop.c (ipa_set_jf_known_type): Check that we add only records.
Jan Hubicka
2
-47
/
+114
2013-08-31
This patch sanitizes the partitioning to address issues such as edge weight i...
Teresa Johnson
7
-8
/
+352
2013-08-31
Daily bump.
GCC Administrator
1
-1
/
+1
2013-08-30
re PR libstdc++/58148 (Fails to insert iterator range into sequence container...
François Dumont
3
-18
/
+65
2013-08-30
re PR libstdc++/58191 (Can't use boost transform_iterator with _GLIBCXX_DEBUG)
François Dumont
3
-143
/
+52
2013-08-30
MAINTAINERS (Write After Approval): Add myself.
Bernd Edlinger
2
-0
/
+5
2013-08-30
mangle33.C (dg-final): Use match count in scan RE.
Uros Bizjak
2
-7
/
+11
2013-08-30
libitm: Fix wrong initialization order introduced with r202101.
Torvald Riegel
2
-2
/
+6
2013-08-30
tree-vrp.c (check_array_ref): Bail out on zero-length arrays.
Meador Inge
4
-2
/
+23
2013-08-30
Merge ubsan into trunk.
Marek Polacek
82
-94
/
+3883
2013-08-30
install.texi (Prerequisites): Note regression in Tcl 8.6 with RE patterns.
Mike Stump
2
-1
/
+10
2013-08-30
cgraph.c (cgraph_function_body_availability): Handle weakref correctly.
Jan Hubicka
9
-8
/
+67
2013-08-30
re PR c++/51424 ([C++11] G++ should diagnose self-delegating constructors)
Paolo Carlini
7
-3
/
+94
2013-08-30
c-pretty-print.h (c_pretty_printer::declaration): Now a virtual member function.
Gabriel Dos Reis
7
-154
/
+204
2013-08-30
arm_neon.h (__AARCH64_UINT64_C, [...]): New arm_neon.h's internal macros to s...
Tejas Belagod
2
-183
/
+222
2013-08-30
recog.c (verify_changes): Verify that changes[i].old is non-zero before apply...
Joern Rennecke
2
-1
/
+9
2013-08-30
Move testsuite changes to correct ChangeLog, and delete a new
Teresa Johnson
3
-17
/
+11
2013-08-30
re PR tree-optimization/58277 (wrong code at -O3)
Jakub Jelinek
5
-0
/
+235
2013-08-30
fold-const.c (fold_single_bit_test): Fix overflow test.
Richard Biener
2
-3
/
+7
2013-08-30
function.c (assign_parm_setup_reg): For a parameter passed by pointer and whi...
Eric Botcazou
6
-13
/
+120
2013-08-30
Add custom HTM fast path for RTM on x86_64.
Torvald Riegel
8
-31
/
+198
2013-08-30
Correct previous patch to not mark terminate as LEAF.
Jan Hubicka
4
-15
/
+21
2013-08-30
class.c (build_vtbl_initializer): Make __cxa_deleted_virtual ECF_NORETURN | E...
Jan Hubicka
6
-74
/
+107
[prev]
[next]