aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.h
AgeCommit message (Expand)AuthorFilesLines
2018-06-28tree-inline.c (remap_gimple_stmt): Force input_location on the new statement ...Eric Botcazou1-6/+9
2018-06-27gimple.h (gimple_return_retbnd): Delete.Eric Botcazou1-3/+0
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-01function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek1-4/+0
2017-03-28OpenMP/PTX privatization in SIMD regionsAlexander Monakov1-0/+4
2017-03-21re PR tree-optimization/80122 (__builtin_va_arg_pack() and __builtin_va_arg_p...Richard Biener1-1/+1
2017-01-23Speed up use-after-scope (v2): rewrite into SSAMartin Liska1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-03-16re PR middle-end/70199 (Crash at -O2 when using labels.)Richard Henderson1-1/+1
2016-01-15Avoid extraneous remapping in copy_gimple_seq_and_replace_localsMartin Jambor1-4/+7
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-24[tree-inline][obvious] Delete redundant count_insns_seqKyrylo Tkachov1-1/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-4/+4
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-2/+1
2015-06-25gengtype-parse.c (require_template_declaration): Allow '+' in template parame...Richard Sandiford1-19/+2
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-2/+0
2015-01-16re PR target/64363 (Unresolved labels with -fcheck-pointer-bounds and -mmpx)Ilya Enkovich1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-24re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener1-0/+24
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-2/+2
2014-11-17C++14 constexpr support (minus loops and multiple returns)Jason Merrill1-0/+1
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+6
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-3/+4
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-1/+3
2014-07-24tree-inline.h (estimate_move_cost): Add speed_p parameter.Richard Biener1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-17ipa-inline.c (gate_ipa_inline): Remove.Aldy Hernandez1-2/+2
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-3/+6
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-2/+0
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+4
2013-09-17tree-inline.h (struct copy_body_data): Add transform_parameter.Eric Botcazou1-0/+4
2013-08-13re PR middle-end/57661 (ICE: SIGSEGV in verify_ssa)Jakub Jelinek1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-3/+1
2012-07-11basic-block.h (struct edge_def): Use basic_block instead of basic_block_def *.Steven Bosscher1-1/+1
2011-11-15ipa-cp.c (ipa_value_from_jfunc): Make global.Maxim Kuvyrkov1-0/+3
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+3
2011-04-17lto-symtab.c (lto_cgraph_replace_node): When call statement is present, also ...Jan Hubicka1-1/+0
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-1/+1
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-10re PR tree-optimization/40436 (0.5% code size regression caused by r147852)Jan Hubicka1-0/+3
2010-07-08Fix PR44768Ramana Radhakrishnan1-1/+1
2010-05-15vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher1-1/+1
2010-05-12cgraph.h (struct varpool_node): Add aux.Jan Hubicka1-2/+0
2009-09-14Squash commit of EH in gimpleRichard Henderson1-5/+5
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+10
2009-08-12Fix to PR41012Xinliang David Li1-1/+2