aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-05tree-cfg.c (need_fake_edge_p): Return false for calls to builtins that return...Ben Elliston1-3/+15
2008-04-04re PR target/35364 (ICE on ia64 with vector declaration inside #pragma omp pa...Jakub Jelinek1-0/+27
2008-04-04function.c (free_after_parsing): Replace with cxx_push_function_context from ...Paolo Bonzini1-1/+1
2008-04-02re PR tree-optimization/14495 ([tree-ssa] Propagate range info into a switch ...Richard Guenther1-17/+23
2008-04-01tree-cfg.c (verify_expr): remove in_phi.Rafael Avila de Espindola1-26/+1
2008-03-22tree-cfg.c (verify_expr): Recurse again for invariant addresses.Richard Guenther1-5/+8
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-15/+25
2008-03-18tree-pretty-print.c: Include predict.h.Jan Hubicka1-0/+1
2008-03-10re PR middle-end/35099 (ICE in remove_unreachable_regions with -O -fopenmp)Jakub Jelinek1-0/+2
2008-03-06tree.def (BIT_FIELD_REF): Constrain result type and its precision.Richard Guenther1-0/+16
2008-03-05cfg.c: Include tree-flow.h.Aldy Hernandez1-8/+12
2008-03-05re PR c++/35336 (Broken diagnostic: 'bit_field_ref' not supported by dump_expr)Richard Guenther1-2/+6
2008-02-28invoke.texi: Document -ftree-loop-distribution.Sebastian Pop1-9/+17
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-56/+1
2008-01-21re PR target/34856 (ICE with some constant vectors)Richard Guenther1-1/+1
2008-01-19re PR gcov-profile/34610 (ICE with "-fprofile-arcs -fopenmp")Jakub Jelinek1-5/+10
2008-01-10re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quad...Richard Guenther1-1/+15
2008-01-04re PR tree-optimization/34029 (internal compiler error: verify_stmts failed)Richard Guenther1-0/+5
2007-12-15tree-scalar-evolution.c (number_of_iterations_for_all_loops): Replace print_l...Sebastian Pop1-35/+95
2007-10-292007-09-23 Razya LadelskyRazya Ladelsky1-0/+7
2007-10-17builtins.c (gimplify_va_arg_expr): Use inform for help message.Manuel López-Ibáñez1-3/+3
2007-10-11re PR middle-end/33724 (Type checking error with address-of and ref-all point...Richard Guenther1-6/+21
2007-10-06re PR tree-optimization/33572 (wrong code with -O)Alexandre Oliva1-3/+10
2007-10-05tree-cfg.c (verify_gimple_expr): Accept OBJ_TYPE_REF.Richard Guenther1-0/+4
2007-10-04re PR middle-end/33641 (perlbmk gets type mismatch in pointer plus expression)Richard Guenther1-11/+28
2007-09-27re PR tree-optimization/33565 (spurious warning: assuming signed overflow do...Ian Lance Taylor1-2/+1
2007-09-18tree-cfg.c (is_ctrl_altering_stmt, [...]): Don't use const_get_call_expr_in.Kaveh R. Ghazi1-2/+2
2007-09-15tree-parloops.c: New file.Zdenek Dvorak1-42/+245
2007-09-08tree-cfg.c (verify_gimple_expr): Avoid building new pointer types, use TYPE_P...Richard Guenther1-6/+7
2007-09-07tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo1-9/+9
2007-09-07cgraphbuild.c (rebuild_cgraph_edges): Export.Zdenek Dvorak1-63/+195
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-1/+1
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-8/+6
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-2/+2
2007-09-01c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi1-16/+6
2007-09-01tree-cfg.c (verify_gimple_expr): Fix check for conversions between integral t...Richard Guenther1-2/+4
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-18/+18
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-1/+1
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-0/+12
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-3/+3
2007-08-04tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak1-1/+1
2007-08-01tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak1-8/+30
2007-08-01tree-cfg.c (tree_merge_blocks): Preserve loop exit phi nodes only in loop clo...Zdenek Dvorak1-2/+3
2007-07-28calls.c (special_function_p, [...]): Constify.Kaveh R. Ghazi1-7/+7
2007-07-26configure.ac: Add types checking to stage1 checking flags.Richard Guenther1-0/+704
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-20tree-cfg.c (verify_expr): COND_EXPRs can have any integral typed condition.Richard Guenther1-2/+2
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-2/+2
2007-06-15[multiple changes]Andrew Pinski1-2/+29
2007-06-03cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak1-9/+7