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
2015-06-29
fold-const.c (fold_binary_loc): Move X - (X / Y) * Y -> X % Y to ...
Marek Polacek
3
-13
/
+12
2015-06-29
Simplify structure try_transform_to_exit_first_loop_alt
Tom de Vries
2
-44
/
+20
2015-06-29
invoke.texi (Aarch64 Options, -march): Split out arch and feature description...
Matthew Wahab
2
-37
/
+49
2015-06-29
re PR c/66322 (Linus Torvalds: -Wswitch-bool produces dubious warnings, fails...
Marek Polacek
15
-46
/
+368
2015-06-29
genmatch.c (add_operator): Treat ADDR_EXPR as atom.
Richard Biener
4
-11
/
+27
2015-06-29
lto-streamer.h (LTO_major_version): Bump to 5.
Richard Biener
2
-1
/
+5
2015-06-29
re PR tree-optimization/66677 (ICE: in vect_transform_stmt, at tree-vect-stmt...
Richard Biener
4
-8
/
+28
2015-06-29
Daily bump.
GCC Administrator
1
-1
/
+1
2015-06-29
re PR tree-optimization/64130 (vrp: handle non zero constant divided by range...
Kugan Vivekanandarajah
4
-2
/
+51
2015-06-28
* Add forgotten ChangeLog entry.
Uros Bizjak
1
-0
/
+10
2015-06-28
regrename.h (regrename_do_replace): Change to return bool.
Chung-Lin Tang
5
-19
/
+58
2015-06-28
i386.md (<mode>_ldx): Do not zero-extend non-Pmode operand 2 here.
Uros Bizjak
2
-90
/
+82
2015-06-28
Daily bump.
GCC Administrator
1
-1
/
+1
2015-06-27
Make debug_tree() print the length of a TREE_VEC
Patrick Palka
2
-0
/
+5
2015-06-27
call.c: Use VECTOR_TYPE_P.
Marek Polacek
11
-31
/
+42
2015-06-27
call.c (set_up_extended_ref_temp): Use VAR_P.
Marek Polacek
14
-50
/
+63
2015-06-27
* pt.c (check_unstripped_args): Mark parameter as unused.
Andreas Schwab
2
-1
/
+5
2015-06-27
Daily bump.
GCC Administrator
1
-1
/
+1
2015-06-26
gimple.c (gimple_call_set_fndecl): Remove.
Andrew MacLeod
3
-11
/
+19
2015-06-26
c-common.c (check_main_parameter_types): Use VECTOR_TYPE_P or VECTOR_INTEGER_...
Marek Polacek
5
-20
/
+27
2015-06-26
re PR c++/66216 (Defaulted Operators and constructors not working with aligne...
Jason Merrill
3
-0
/
+19
2015-06-26
re PR c++/66684 (ICE in merge_exception_specifiers, at cp/typeck2.c:2114)
Jason Merrill
3
-0
/
+25
2015-06-26
re PR c++/66255 (ice in retrieve_specialization)
Jason Merrill
3
-7
/
+44
2015-06-26
re PR c++/66067 (tree check ICE: accessed elt 1 of tree_vec with 0 elts in wr...
Jason Merrill
4
-2
/
+243
2015-06-26
re PR c++/66654 (ice in digest_init_r, at cp/typeck2.c:1103)
Jason Merrill
3
-1
/
+17
2015-06-26
Implement N4258 (Cleaning-up noexcept in the Library rev 3)
Jonathan Wakely
34
-141
/
+277
2015-06-26
array-notation-common.c (find_rank): Use INDIRECT_REF_P.
Marek Polacek
9
-15
/
+30
2015-06-26
stl_bvector.h (vector<bool>::vector()): Add noexcept.
Jonathan Wakely
6
-0
/
+23
2015-06-26
hash-map.h (hash_map::traverse): Use the definition of the Key typedef rather...
Richard Sandiford
2
-2
/
+9
2015-06-26
Fix PR 66301 - check for dump_file in eliminate_dom_walker::before_dom_children
Martin Jambor
2
-1
/
+7
2015-06-26
[Patch AArch64 4/4] Add -moverride tuning command, and wire it up for
James Greenhalgh
4
-0
/
+255
2015-06-26
[AArch64][2/2] Implement -fpic for -mcmodel=small
Jiong Wang
8
-3
/
+174
2015-06-26
[Patch AArch64 3/4] De-const-ify struct tune_params
James Greenhalgh
4
-57
/
+88
2015-06-26
[Patch AArch64 2/4] Control the FMA steering pass in tuning structures rathe...
James Greenhalgh
8
-23
/
+130
2015-06-26
[Patch AArch64 1/4] Define candidates for instruction fusion in a .def file
James Greenhalgh
4
-7
/
+70
2015-06-26
[AArch64][1/2] Rename SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4G
Jiong Wang
3
-8
/
+18
2015-06-26
* config/nvptx/nvptx.md (call_operation): Remove unused variables.
Nathan Sidwell
2
-4
/
+5
2015-06-26
re PR bootstrap/66638 (profiledbootstrap failure on x86-64 with LTO)
Bin Cheng
2
-1
/
+21
2015-06-26
fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B and -A CMP CST ->...
Richard Biener
5
-64
/
+45
2015-06-26
Minor comment tweak.
Eric Botcazou
1
-2
/
+1
2015-06-26
trans.c (Handled_Sequence_Of_Statements_to_gnu): When not optimizing the CFG...
Eric Botcazou
2
-2
/
+14
2015-06-26
gigi.h (note_types_used_by_globals): Delete.
Eric Botcazou
4
-30
/
+40
2015-06-26
gigi.h (create_var_decl_1): Rename into...
Eric Botcazou
4
-160
/
+165
2015-06-26
match.pd ((x | y) & ~(x & y) -> x ^ y, (x | y) & (~x ^ y) -> x & y): New patt...
Marek Polacek
5
-0
/
+160
2015-06-26
rtl.h (emit): Add an optional boolean parameter to control whether barriers a...
Richard Sandiford
6
-12
/
+38
2015-06-26
cp-array-notation.c (expand_sec_reduce_builtin): Use INDIRECT_REF_P.
Marek Polacek
3
-2
/
+7
2015-06-26
trans.c (loop_info_d): Add low_bound...
Eric Botcazou
6
-18
/
+161
2015-06-26
[Patch ARM] Fix thinko in use of TARGET_UNIFIED_ASM
Ramana Radhakrishnan
2
-1
/
+6
2015-06-26
* c-common.c (handle_unused_attribute): Use VAR_OR_FUNCTION_DECL_P.
Marek Polacek
2
-2
/
+5
2015-06-26
match.pd: Allow associating FLOAT_TYPE_P when flag_associative_math.
Richard Biener
4
-6
/
+21
[prev]
[next]