aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-split.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-19re PR other/59545 (Signed integer overflow issues)Jakub Jelinek1-0/+2
2013-12-17Time profile-based function reordering (phase 2).Martin Liska1-0/+4
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek1-5/+5
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-09Eliminate profile_status macro.David Malcolm1-2/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-21/+22
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-14/+14
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+7
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-06ipa-split.c (split_function): Set DECL_NO_INLINE_WARNING_P on the non-inlinab...Eric Botcazou1-0/+3
2013-09-02ipa-split.c (execute_split_functions): Split externally visible functions cal...Jan Hubicka1-1/+3
2013-08-08cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka1-0/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-34/+70
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-6/+34
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-0/+3
2013-03-04re PR tree-optimization/56424 (ICE at tree-inline.c:2833 on a-nllcef.ads at -O2)Eric Botcazou1-1/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-4/+4
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-44/+40
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-05re PR debug/54519 (Debug info quality regression due to (pointless) partial i...Jakub Jelinek1-0/+78
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-2/+2
2012-08-17tree-sra.c (modify_function): Free redirect_callers vector.Richard Guenther1-0/+1
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-7/+7
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-11/+7
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-0/+3
2012-08-07tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther1-1/+1
2012-08-02Add free inline summary pass after pass_early_local_passes H.J. Lu1-1/+1
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-32/+15
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-1/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-2/+1
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-1/+2
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-9/+9
2012-02-27re PR tree-optimization/52376 (ICE in lto_input_tree_ref, at lto-streamer-in....Jakub Jelinek1-1/+2
2012-02-23re PR tree-optimization/52019 (tree-ssa/ipa-split-5.c fails with -fno-tree-sr...Jakub Jelinek1-3/+9
2012-01-23re PR middle-end/51949 (expand_call: seg fault caused by IPA split)Richard Guenther1-2/+3
2012-01-11tree.h (build_function_decl_skip_args): Add boolean parameter.Eric Botcazou1-0/+1
2012-01-11re PR tree-optimization/49642 (constant part of a macro not optimized away as...Bill Schmidt1-0/+99
2011-10-14re PR tree-optimization/50723 (internal compiler error: verify_ssa failed)Richard Guenther1-1/+1