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
path:
root
/
gcc
/
tree-ssa-pre.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-17
hash-table.h (class hash_table): Use a descriptor template argument instead o...
Richard Guenther
1
-25
/
+24
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-51
/
+50
2012-08-14
cfgexpand.c (expand_used_vars): Use virtual_operand_p.
Richard Guenther
1
-3
/
+3
2012-08-14
re PR middle-end/54146 (Very slow compile with attribute((flatten)))
Richard Guenther
1
-29
/
+30
2012-08-13
tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...
Steven Bosscher
1
-0
/
+6
2012-08-13
basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...
Richard Guenther
1
-1
/
+1
2012-08-10
tree-ssa-pre.c (alloc_expression_id): Fix use of VEC_reserve.
Steven Bosscher
1
-1
/
+2
2012-08-10
tree-ssa-pre.c (pretemp, [...]): Remove.
Richard Guenther
1
-44
/
+5
2012-08-02
tree-dfa.c (referenced_var_lookup): Remove.
Richard Guenther
1
-6
/
+1
2012-07-25
expr.c (expand_expr_real_1): Do not expand operand #1 and #2 of BIT_FIELD_REF...
Eric Botcazou
1
-26
/
+13
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-4
/
+0
2012-07-16
revert: tree.h (phi_arg_d): New field.
Dehao Chen
1
-2
/
+2
2012-07-10
tree.h (phi_arg_d): New field.
Dehao Chen
1
-2
/
+2
2012-05-29
LANGUAGES: Fix typos.
Joseph Myers
1
-1
/
+1
2012-05-14
tree-vect-data-refs.c (vect_setup_realignment): Remove call to mark_symbols_f...
Richard Guenther
1
-4
/
+0
2012-05-14
re PR tree-optimization/53340 (rnflow.f90 is ~20% slower after revision 187092)
Richard Guenther
1
-2
/
+2
2012-05-14
stor-layout.c (bit_from_pos): Distribute conversion to bitsizetype into a PLU...
Eric Botcazou
1
-18
/
+4
2012-05-04
re PR tree-optimization/53168 (ICE in find_or_generate_expression, at tree-ss...
Richard Guenther
1
-56
/
+22
2012-05-03
tree-ssa-pre.c (valid_in_sets): Remove checking of trapping operations.
Richard Guenther
1
-26
/
+35
2012-05-03
tree-ssa-pre.c (debug_bitmap_sets_for): New function.
Richard Guenther
1
-73
/
+55
2012-04-28
re PR tree-optimization/38785 (huge performance regression on EEMBC bitmnp01)
Joern Rennecke
1
-8
/
+40
2012-04-24
re PR tree-optimization/53085 (writes to volatile struct members is missing)
Richard Guenther
1
-0
/
+1
2012-04-05
gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup.
Richard Guenther
1
-5
/
+2
2012-03-29
tree-flow.h (struct pre_expr_d): Remove forward declaration.
Richard Guenther
1
-2
/
+2
2012-03-22
re PR tree-optimization/52548 (missed PRE optimization when function call fol...
Richard Guenther
1
-18
/
+86
2012-03-22
re PR tree-optimization/52459 (PRE performs stupid inserts)
Richard Guenther
1
-0
/
+4
2012-02-15
re PR lto/52178 (Ada bootstrap failure in LTO mode)
Eric Botcazou
1
-12
/
+11
2012-01-27
re PR tree-optimization/51990 (ICE in copy_reference_ops_from_ref)
Tom de Vries
1
-0
/
+17
2012-01-20
re PR tree-optimization/51903 (ICE: in gimple_purge_all_dead_eh_edges, at tre...
Richard Guenther
1
-2
/
+4
2012-01-09
re PR tree-optimization/51775 (FAIL: gnat.dg/pack9.adb scan-tree-dump-not opt...
Richard Guenther
1
-1
/
+12
2011-12-23
re PR tree-optimization/43491 (Unnecessary temporary for global register vari...
Bin Cheng
1
-12
/
+23
2011-11-10
re PR tree-optimization/51042 (endless recursion in phi_translate)
Richard Guenther
1
-65
/
+48
2011-10-18
re PR tree-optimization/50767 (ICE: in refs_may_alias_p_1, at tree-ssa-alias....
Richard Guenther
1
-1
/
+2
2011-09-27
re PR middle-end/43864 (Same basic blocks should be merged)
Tom de Vries
1
-1
/
+11
2011-09-27
re PR tree-optimization/50363 (internal compiler error: verify_gimple failed)
Richard Guenther
1
-5
/
+9
2011-09-09
tree-ssa-pre.c (create_expression_by_pieces): Fold the last statement.
Richard Guenther
1
-0
/
+4
2011-09-06
re PR tree-optimization/48317 (SCCVN does not handle vector constructors)
Richard Guenther
1
-76
/
+63
2011-09-02
re PR middle-end/50260 (internal compiler error: Segmentation fault at ../.....
Michael Matz
1
-9
/
+3
2011-08-17
tree.h (convert_to_ptrofftype_loc): New function.
Richard Guenther
1
-2
/
+2
2011-07-19
tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove TRUTH_*_EXPR hand...
Richard Guenther
1
-9
/
+0
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-2
/
+2
2011-05-04
tree.h (int_const_binop): Remove notrunc argument.
Richard Guenther
1
-1
/
+1
2011-04-27
re PR tree-optimization/48772 (ICE: SIGSEGV in walk_non_aliased_vuses (gimple...
Richard Guenther
1
-1
/
+9
2011-04-20
remove useless if-before-free tests
Jim Meyering
1
-2
/
+1
2011-04-20
Makefile.in (INTERNAL_FN_DEF, [...]): Define.
Richard Sandiford
1
-1
/
+5
2011-04-18
gimple.h (gimple_call_addr_fndecl): New function.
Richard Guenther
1
-5
/
+10
2011-03-31
tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop a zero minimum index ...
Eric Botcazou
1
-2
/
+5
2011-03-24
re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])
Richard Guenther
1
-2
/
+5
2011-02-15
re PR middle-end/47743 (PRE ICE in fold_convert_loc)
Richard Guenther
1
-0
/
+6
2011-02-14
re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...
Eric Botcazou
1
-1
/
+4
[next]