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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-06-26
re PR target/66412 (ICE on valid code at -O2 and -O3 with -g enabled in simpl...
Uros Bizjak
4
-26
/
+72
2015-06-25
Cast return of strtol to unsigned int
H.J. Lu
2
-1
/
+6
2015-06-26
Daily bump.
GCC Administrator
1
-1
/
+1
2015-06-25
gimple.h (gimple_call_set_fn): Move inline function.
Andrew MacLeod
3
-11
/
+16
2015-06-25
re PR target/65979 ([SH] Wrong code is generated with stage1 compiler)
Oleg Endo
2
-4
/
+33
2015-06-25
Validate -pie if PIE is enabled by default
H.J. Lu
2
-0
/
+10
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
166
-324
/
+231
2015-06-25
aarch64.c, [...]: Add comment above target-def.h include.
Richard Sandiford
47
-2
/
+70
2015-06-25
Makefile.in (TARGET_DEF): Add target-insns.def.
Richard Sandiford
12
-56
/
+372
2015-06-25
aarch64.c, [...]: Move target-def.h includes to end.
Richard Sandiford
47
-46
/
+111
2015-06-25
hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
Richard Sandiford
23
-88
/
+116
2015-06-25
hash-map-traits.h (default_hashmap_traits): Delete.
Richard Sandiford
2
-78
/
+4
2015-06-25
hash-map-traits.h (unbounded_hashmap_traits): New class.
Richard Sandiford
3
-19
/
+87
2015-06-25
ipa-icf.h (symbol_compare_hash): New class.
Richard Sandiford
4
-23
/
+36
2015-06-25
gengtype-parse.c (require_template_declaration): Allow '+' in template parame...
Richard Sandiford
8
-115
/
+93
2015-06-25
mips.c (mips16_flip_traits): Use it.
Richard Sandiford
2
-33
/
+15
2015-06-25
hash-traits.h (string_hash, [...]): New classes.
Richard Sandiford
10
-119
/
+51
2015-06-25
tree-hash-traits.h (tree_hash): New class.
Richard Sandiford
3
-5
/
+20
2015-06-25
tree-hash-traits.h (tree_ssa_name_hasher): New class.
Richard Sandiford
3
-16
/
+22
2015-06-25
tree-hash-traits.h (tree_decl_hash): New class.
Richard Sandiford
3
-14
/
+22
2015-06-25
tree-hash-traits.h: New file.
Richard Sandiford
5
-49
/
+60
2015-06-25
hash-map-traits.h: Include hash-traits.h.
Richard Sandiford
3
-1
/
+81
2015-06-25
hash-table.h: Update comments.
Richard Sandiford
2
-30
/
+37
2015-06-25
hash-traits.h (default_hash_traits): New structure.
Richard Sandiford
4
-169
/
+34
2015-06-25
hash-traits.h (typed_noop_remove): Don't require a pointer type.
Richard Sandiford
2
-3
/
+7
2015-06-25
hash-table.h (has_is_deleted, [...]): Delete.
Richard Sandiford
2
-128
/
+24
2015-06-25
cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.
Richard Sandiford
13
-74
/
+34
2015-06-25
hash-traits.h (ggc_cache_hasher): Rename to...
Richard Sandiford
15
-25
/
+64
2015-06-25
hash-traits.h (ggc_hasher): Rename to...
Richard Sandiford
34
-52
/
+123
2015-06-25
hash-traits.h (free_ptr_hash): New class.
Richard Sandiford
24
-84
/
+66
2015-06-25
hash-table.h: Update comments.
Richard Sandiford
51
-138
/
+149
[next]