aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-27re PR debug/36617 (Debug info for OpenMP code is almost non-existent)Jakub Jelinek1-27/+88
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-4/+5
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-2/+4
2008-05-18tree-cfg.c (verify_gimple_expr): Allow conversions from pointers to sizetype ...Richard Guenther1-1/+4
2008-05-16[multiple changes]Diego Novillo1-13/+28
2008-05-16invoke.text (-fdump-tree-*-verbose): New option.Kenneth Zadeck1-0/+7
2008-05-10tree-cfg.c (valid_fixed_convert_types_p): New function.Richard Sandiford1-0/+33
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-4/+2
2008-05-07[multiple changes]Kenneth Zadeck1-2/+16
2008-05-06tree-flow.h: Remove prototype for computed_goto_p.Aldy Hernandez1-1/+2
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-7/+7
2008-04-24tree-parloops.c (take_address_of, [...]): Make them work on a region of code ...Antoniu Pop1-1/+1
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-10/+2
2008-04-23tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily1-1/+3
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-9/+8
2008-04-10tree-vrp.c (extract_range_from_binary_expr): Don't handle TRUTH_ANDIF_EXPR or...Rafael Avila de Espindola1-0/+2
2008-04-08tree-cfg.c (verify_stmt): Print complete bogus stmt.Richard Guenther1-0/+7
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