aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-split.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-13re PR middle-end/50712 (invalid argument to gimple call)Richard Guenther1-15/+9
2011-10-10ipa-split.c (pass_split_functions): Add verification TODOs.Richard Guenther1-2/+2
2011-09-08re PR tree-optimization/50287 (FAIL: gcc.c-torture/execute/builtins/vsnprintf...Martin Jambor1-7/+12
2011-09-02re PR middle-end/50260 (internal compiler error: Segmentation fault at ../.....Michael Matz1-0/+3
2011-08-31re PR middle-end/49886 (pass_split_functions cannot deal with function type a...Martin Jambor1-10/+21
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+2
2011-05-30re PR middle-end/49210 (verify_gimple fails building ada/einfo.o at -O3)Richard Guenther1-3/+23
2011-04-22gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka1-1/+1
2011-04-16cgraphbuild.c: Include ipa-inline.h.Jan Hubicka1-2/+3
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-3/+3
2011-03-24re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])Richard Guenther1-3/+26
2011-02-11re PR tree-optimization/47420 (ICE in calc_dfs_tree during RESX lowering)Eric Botcazou1-3/+2
2011-01-26re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)Jan Hubicka1-0/+1
2011-01-20re PR tree-optimization/46130 (ICE: SIGSEGV in walk_stmt_load_store_addr_ops ...Jakub Jelinek1-3/+24