summaryrefslogtreecommitdiff
path: root/gcc/ipa-split.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-2/+2
* Eliminate last_basic_block macro.David Malcolm2013-12-091-1/+1
* Eliminate profile_status macro.David Malcolm2013-12-091-2/+2
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-1/+2
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+5
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-211-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-21/+22
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+4
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+2
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-14/+14
* tree-outof-ssa.h: Remove include files.Andrew MacLeod2013-10-291-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-2/+7
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* ipa-split.c (split_function): Set DECL_NO_INLINE_WARNING_P on the non-inlinab...Eric Botcazou2013-09-061-0/+3
* ipa-split.c (execute_split_functions): Split externally visible functions cal...Jan Hubicka2013-09-021-1/+3
* cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka2013-08-081-0/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-34/+70
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-291-6/+34
* tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener2013-04-261-0/+3
* re PR tree-optimization/56424 (ICE at tree-inline.c:2833 on a-nllcef.ads at -O2)Eric Botcazou2013-03-041-1/+3
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-4/+4
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-44/+40
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2
* re PR debug/54519 (Debug info quality regression due to (pointless) partial i...Jakub Jelinek2012-10-051-0/+78
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-2/+2
* tree-sra.c (modify_function): Free redirect_callers vector.Richard Guenther2012-08-171-0/+1
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-7/+7
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-11/+7
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-0/+3
* tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther2012-08-071-1/+1
* Add free inline summary pass after pass_early_local_passes H.J. Lu2012-08-021-1/+1
* tree-flow.h (set_default_def): Rename to ...Richard Guenther2012-08-021-32/+15
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-1/+0
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+0
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-2/+1
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-1/+2
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-9/+9
* re PR tree-optimization/52376 (ICE in lto_input_tree_ref, at lto-streamer-in....Jakub Jelinek2012-02-271-1/+2
* re PR tree-optimization/52019 (tree-ssa/ipa-split-5.c fails with -fno-tree-sr...Jakub Jelinek2012-02-231-3/+9
* re PR middle-end/51949 (expand_call: seg fault caused by IPA split)Richard Guenther2012-01-231-2/+3
* tree.h (build_function_decl_skip_args): Add boolean parameter.Eric Botcazou2012-01-111-0/+1
* re PR tree-optimization/49642 (constant part of a macro not optimized away as...Bill Schmidt2012-01-111-0/+99
* re PR tree-optimization/50723 (internal compiler error: verify_ssa failed)Richard Guenther2011-10-141-1/+1
* re PR middle-end/50712 (invalid argument to gimple call)Richard Guenther2011-10-131-15/+9
* ipa-split.c (pass_split_functions): Add verification TODOs.Richard Guenther2011-10-101-2/+2
* re PR tree-optimization/50287 (FAIL: gcc.c-torture/execute/builtins/vsnprintf...Martin Jambor2011-09-081-7/+12