aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-15/+11
2016-09-26ipa-inline-analysis.c (find_foldable_builtin_expect): Use gimple_call_interna...Marek Polacek1-4/+1
2016-09-15Iterator to visit SSAKugan Vivekanandarajah1-3/+5
2016-08-17gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p instead of testi...Jakub Jelinek1-2/+2
2016-08-16re PR target/71910 (ICE on valid OpenMP code)Jakub Jelinek1-9/+16
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+1
2016-07-14gimple.h (stmt_can_terminate_bb_p): New function.Jan Hubicka1-6/+18
2016-07-11Support running the selftests under valgrindDavid Malcolm1-0/+6
2016-06-13Fix CASE_CHAIN typosThomas Schwinge1-1/+1
2016-06-06Selftest frameworkDavid Malcolm1-0/+278
2016-05-30tree-cfg.c (print_loop): Print likely upper bounds.Jan Hubicka1-0/+5
2016-05-24tree-cfg.h (should_remove_lhs_p): New predicate.Marek Polacek1-4/+2
2016-05-20re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther1-0/+47
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-7/+2
2016-04-28Verify that context of local DECLs is the current functionMartin Jambor1-3/+25
2016-04-26Verify __builtin_unreachable and __builtin_trap are not called with argumentsMartin Jambor1-0/+24
2016-03-02re PR target/67278 (ICE: verify_gimple failed on darwin 14.5 x86_64)Richard Biener1-2/+2
2016-01-18re PR middle-end/68542 (10% 481.wrf performance regression)Yuri Rumyantsev1-11/+16
2016-01-08PR c++/68983 (BE)Jason Merrill1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-23re PR ipa/67811 ([TM] ICE with try-block in transaction)Richard Henderson1-1/+2
2015-12-22re PR ipa/67811 ([TM] ICE with try-block in transaction)Richard Henderson1-15/+55
2015-12-14Dump default defs for arguments, static chain and decl-by-referenceTom de Vries1-0/+46
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-7/+2
2015-11-06Fix transform_to_exit_first_loop_alt with -gTom de Vries1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-14/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-12/+11
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-9/+5
2015-10-27internal-fn.c (expand_UNIQUE): New.Nathan Sidwell1-1/+5
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-2/+2
2015-10-21tm.texi: Regenerated.Ilya Enkovich1-14/+7
2015-10-19re PR tree-optimization/67975 (Failure to optimise equality between two call ...Richard Biener1-0/+69
2015-10-01Make dumping of function attributes resemble source syntaxTom de Vries1-7/+25
2015-09-29Dump function attributesTom de Vries1-0/+7
2015-09-28Redesign Graphite scop detectionSebastian Pop1-0/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-94/+94
2015-08-23Don't create superfluous parm in expand_omp_taskregTom de Vries1-3/+42
2015-08-17arm.c (neon_element_bits): Replace call to GET_MODE_BITSIZE (GET_MODE_INNER (...David Sherwood1-4/+2
2015-08-11Add todo comment for move_sese_region_to_fnTom de Vries1-1/+5
2015-07-24re PR libgomp/66714 (ICE in loc_list_from_tree with -g)Cesar Philippidis1-1/+38
2015-07-23gimple-fold.c (fold_gimple_cond): Do not require folding results to pass vali...Richard Biener1-45/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-07-07Add rewrite_virtuals_into_loop_closed_ssaTom de Vries1-0/+17
2015-07-04tree-cfg.c (verify_gimple_assign_ternary): Check the first argument.Marc Glisse1-1/+15
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0