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
/
tree-ssa-operands.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-20
Merge identical cases.
Marek Polacek
1
-3
/
+1
2012-08-24
predict.c (maybe_hot_frequency_p): New parameter fun.
Martin Jambor
1
-9
/
+5
2012-08-09
tree.h (SSA_VAR_P): Simplify.
Richard Guenther
1
-11
/
+11
2012-08-08
tree-ssa-operands.h (virtual_operand_p): Declare.
Richard Guenther
1
-0
/
+18
2012-08-08
tree-call-cdce.c (check_pow): Simplify.
Richard Guenther
1
-11
/
+0
2012-08-02
tree-dfa.c (referenced_var_lookup): Remove.
Richard Guenther
1
-1
/
+0
2012-08-01
tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...
Richard Guenther
1
-6
/
+18
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-2
/
+2
2012-05-24
varpool.c (add_new_static_var): Remove call to create_var_ann.
Richard Guenther
1
-1
/
+0
2012-05-22
tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.
Richard Guenther
1
-56
/
+12
2012-04-05
gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup.
Richard Guenther
1
-4
/
+5
2012-02-10
tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION.
Richard Henderson
1
-19
/
+30
2011-12-08
tree-ssa-operands.c (add_stmt_operand): Do not mark stmts volatile when proce...
Richard Guenther
1
-7
/
+14
2011-12-05
tree-ssa.c (verify_ssa): Verify SSA names in the loop over all SSA names.
Richard Guenther
1
-1
/
+114
2011-11-08
gengtype.c (write_field_root): Avoid out-of-scope access of newv.
Michael Matz
1
-0
/
+6
2011-10-07
Rename vshuffle/vec_shuffle to vec_perm.
Richard Henderson
1
-1
/
+1
2011-10-03
Vector shuffling patch from Artem Shinkarov.
Artjoms Sinkarovs
1
-0
/
+1
2011-09-09
tree-ssa-operands.c (swap_tree_operands): Always adjust existing operand posi...
Richard Guenther
1
-9
/
+8
2011-07-19
tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove TRUTH_*_EXPR hand...
Richard Guenther
1
-4
/
+0
2011-04-15
gimple.h (gimple_asm_clobbers_memory_p): Declare.
Nathan Froyd
1
-9
/
+2
2011-04-08
gimple.c (gimple_set_modified): Do not queue calls to MODIFIED_NORETURN_CALLS...
Richard Guenther
1
-0
/
+6
2011-03-15
re PR tree-optimization/41490 (tree-ssa-sink does not really work)
Richard Guenther
1
-0
/
+3
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-11-05
re PR debug/46307 (ICE with FMA_EXPR in DEBUG stmts)
Jakub Jelinek
1
-0
/
+1
2010-09-06
tree.def (MISALIGNED_INDIRECT_REF): Remove.
Richard Guenther
1
-6
/
+1
2010-09-03
tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
Richard Guenther
1
-3
/
+1
2010-09-01
alias.c (ao_ref_from_mem): Adjust.
Richard Guenther
1
-1
/
+1
2010-07-05
tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.
Richard Guenther
1
-2
/
+1
2010-07-01
re PR middle-end/42834 (memcpy folding overeager)
Richard Guenther
1
-10
/
+27
2010-06-25
With large parts from Jim Wilson:
Bernd Schmidt
1
-3
/
+5
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-3
/
+4
2010-06-01
gimplify.c: Do not include except.h and optabs.h.
Steven Bosscher
1
-1
/
+0
2010-05-29
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
Jan Hubicka
1
-3
/
+3
2010-05-21
diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...
Joseph Myers
1
-0
/
+2
2010-04-07
ipa-reference.c (mark_load): Use get_base_address.
Richard Guenther
1
-10
/
+2
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+1
2010-04-01
re PR tree-optimization/43614 (ice in gimple_rhs_has_side_effects, at gimple....
Richard Guenther
1
-0
/
+3
2009-11-28
matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...
Jakub Jelinek
1
-2
/
+0
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-42
/
+42
2009-10-12
re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...
Alexandre Oliva
1
-0
/
+4
2009-09-14
Squash commit of EH in gimple
Richard Henderson
1
-2
/
+0
2009-09-05
re PR c++/41273 (ICE in add_virtual_operand, at tree-ssa-operands.c:638)
Richard Guenther
1
-2
/
+2
2009-09-02
invoke.texi (-fvar-tracking-assignments): New.
Alexandre Oliva
1
-12
/
+27
2009-06-12
java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.
Aldy Hernandez
1
-1
/
+2
2009-05-29
tree-ssa-operands.c (get_expr_operands): Do not handle INDIRECT_REFs in the h...
Richard Guenther
1
-10
/
+0
2009-05-24
tree-ssa-operands.h (push_stmt_changes, [...]): Delete.
Paolo Bonzini
1
-68
/
+0
2009-05-22
re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)
Richard Guenther
1
-3
/
+0
2009-04-16
gimple.c (gimple_copy): Do not clear addresses_taken bitmap.
Richard Guenther
1
-36
/
+12
2009-04-04
tree-ssa-operands.c (pop_stmt_changes): Remove automatic renaming code.
Richard Guenther
1
-11
/
+0
2009-04-04
tree-ssa.c (verify_ssa): With -O0 we do not need VOPs.
Richard Guenther
1
-0
/
+6
[next]