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
path:
root
/
gcc
/
tree-flow.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-16
/
+14
2012-11-07
re PR debug/54693 (VTA guality issues with loops)
Jakub Jelinek
1
-2
/
+3
2012-10-30
tree-ssa-loop-niter.c (number_of_iterations_exit): New parameter EVERY_ITERAT...
Jan Hubicka
1
-1
/
+2
2012-08-20
tree-flow.h (register_new_name_mapping): Remove.
Richard Guenther
1
-1
/
+0
2012-08-16
re PR middle-end/54146 (Very slow compile with attribute((flatten)))
Steven Bosscher
1
-1
/
+0
2012-08-07
tree-flow.h (copy_ssa_name_fn): New function.
Richard Guenther
1
-1
/
+2
2012-08-02
tree-flow.h (make_rename_temp): Remove.
Richard Guenther
1
-1
/
+0
2012-08-02
tree-flow.h (set_default_def): Rename to ...
Richard Guenther
1
-2
/
+3
2012-08-02
tree-dfa.c (referenced_var_lookup): Remove.
Richard Guenther
1
-27
/
+0
2012-08-01
tree-complex.c (init_parameter_lattice_values): Don't call var_ann.
Michael Matz
1
-17
/
+0
2012-08-01
graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.
Richard Guenther
1
-1
/
+1
2012-08-01
tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...
Richard Guenther
1
-6
/
+5
2012-07-31
tree-flow.h (struct var_ann_d): Remove need_phi_state and current_def members.
Richard Guenther
1
-9
/
+0
2012-07-27
tree-cfg.c (gimple_can_merge_blocks_p): Do more fine-grained check whether SS...
Richard Guenther
1
-1
/
+0
2012-07-27
invoke.texi (min-virtual-mappings, [...]): Remove param documentation.
Richard Guenther
1
-1
/
+0
2012-07-26
tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.
Bill Schmidt
1
-8
/
+0
2012-07-24
sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.
Steven Bosscher
1
-4
/
+0
2012-07-17
dumpfile.h (TDF_COMMENT): New define.
Steven Bosscher
1
-1
/
+1
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-2
/
+1
2012-07-16
revert: tree.h (phi_arg_d): New field.
Dehao Chen
1
-3
/
+2
2012-07-10
tree.h (phi_arg_d): New field.
Dehao Chen
1
-2
/
+3
2012-07-09
re PR middle-end/53887 (ICE in hoist_edge_and_branch_if_true, at tree-switch-...
Steven Bosscher
1
-0
/
+1
2012-06-26
tree-pass.h (pass_strength_reduction): New decl.
Bill Schmidt
1
-0
/
+2
2012-06-22
double-int.c (double_int_multiple_of): New function.
Bill Schmidt
1
-1
/
+6
2012-06-22
[multiple changes]
Richard Guenther
1
-0
/
+3
2012-06-17
cfglayout.h: Remove.
Steven Bosscher
1
-5
/
+0
2012-05-24
tree-flow.h (create_var_ann): Remove.
Richard Guenther
1
-1
/
+0
2012-05-22
tree-flow.h (add_referenced_var_1): Declare.
Richard Guenther
1
-1
/
+2
2012-05-18
tree-flow.h (mark_symbols_for_renaming): Remove.
Richard Guenther
1
-1
/
+0
2012-05-16
tree-flow.h (get_virtual_var): Remove.
Richard Guenther
1
-1
/
+0
2012-05-16
tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Remove set-only ...
Richard Guenther
1
-1
/
+0
2012-05-11
tree-flow.h (referenced_var_check_and_insert): Remove.
Richard Guenther
1
-2
/
+0
2012-05-11
tree-pass.h (pass_rest_of_compilation, [...]): Remove.
Richard Guenther
1
-2
/
+0
2012-05-03
builtins.c (get_object_alignment_1): Return whether we can determine the alig...
Martin Jambor
1
-4
/
+16
2012-04-27
tree-flow.h (is_hidden_global_store): Remove.
Richard Guenther
1
-3
/
+0
2012-04-18
cfgloop.h (estimate_numbers_of_iterations_loop): Remove use_undefined_p param...
Richard Guenther
1
-1
/
+1
2012-04-17
tree-flow.h (array_at_struct_end_p): Move declaration ...
Richard Guenther
1
-1
/
+0
2012-04-12
Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.
Richard Guenther
1
-1
/
+0
2012-03-29
tree-flow.h (struct pre_expr_d): Remove forward declaration.
Richard Guenther
1
-3
/
+0
2012-02-24
tree-phinodes.c (make_phi_node): Mark static.
Bernhard Reutner-Fischer
1
-1
/
+0
2012-02-08
re PR tree-optimization/46886 (wrong code with -ftree-parallelize-loops -fno-...
Richard Guenther
1
-0
/
+3
2011-11-28
re PR tree-optimization/50682 (ICE: SIGSEGV in main_block_label with -O2 -fno...
Jakub Jelinek
1
-0
/
+1
2011-11-08
Merge from transactional-memory branch.
Aldy Hernandez
1
-0
/
+12
2011-10-18
re PR tree-optimization/50672 (ice: verify_ssa failed: no immediate_use list)
Tom de Vries
1
-0
/
+1
2011-10-06
tree-flow.h (get_var_ann): Don't declare.
Michael Matz
1
-1
/
+0
2011-09-07
re PR tree-optimization/50213 (Regression in space-optimized code relative to...
Richard Guenther
1
-0
/
+1
2011-08-11
re PR middle-end/50040 (missed warning: ‘x.y’ is used uninitialized in th...
Richard Guenther
1
-1
/
+1
2011-07-25
tree-flow.h (tree_ssa_loop_version): Remove unused declaration.
Roman Zhuykov
1
-2
/
+0
2011-06-16
tree-ssa-threadupdate.c (struct redirection_data): New field intermediate_edge.
Jeff Law
1
-1
/
+1
2011-05-11
re PR debug/48159 (ICE: SIGSEGV in build2_stat (tree.c:3802) with -ftree-loop...
Jakub Jelinek
1
-0
/
+1
[next]