summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-09-30[PR 91853] Prevent IPA-SRA ICEs on type-mismatched callsMartin Jambor
2019-09-20New IPA-SRAMartin Jambor
2019-05-10re PR c++/90383 (GCC generates invalid constexpr copy/move assignment operato...Jakub Jelinek
2019-05-08re PR c++/59813 (tail-call elimination didn't fire for left-shift of char to ...Jakub Jelinek
2019-03-28re PR middle-end/89621 (ICE with allocatable character and openmp)Jakub Jelinek
2019-02-13Clean up MPX-related stuff.Martin Liska
2019-01-18re PR tree-optimization/86214 (Strongly increased stack usage)Jakub Jelinek
2019-01-11re PR middle-end/85956 (ICE in wide_int_to_tree_1, at tree.c:1549)Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-06-28tree-inline.c (remap_gimple_stmt): Force input_location on the new statement ...Eric Botcazou
2018-06-27gimple.h (gimple_return_retbnd): Delete.Eric Botcazou
2018-01-03Update copyright years.Jakub Jelinek
2017-12-01function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek
2017-03-28OpenMP/PTX privatization in SIMD regionsAlexander Monakov
2017-03-21re PR tree-optimization/80122 (__builtin_va_arg_pack() and __builtin_va_arg_p...Richard Biener
2017-01-23Speed up use-after-scope (v2): rewrite into SSAMartin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-03-16re PR middle-end/70199 (Crash at -O2 when using labels.)Richard Henderson
2016-01-15Avoid extraneous remapping in copy_gimple_seq_and_replace_localsMartin Jambor
2016-01-04Update copyright years.Jakub Jelinek
2015-09-24[tree-inline][obvious] Delete redundant count_insns_seqKyrylo Tkachov
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-08-19remove more useless typedefsTrevor Saunders
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford
2015-06-25gengtype-parse.c (require_template_declaration): Allow '+' in template parame...Richard Sandiford
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-01-16re PR target/64363 (Unresolved labels with -fcheck-pointer-bounds and -mmpx)Ilya Enkovich
2015-01-05Update copyright years.Jakub Jelinek
2014-11-24re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-11-17C++14 constexpr support (minus loops and multiple returns)Jason Merrill
2014-11-05ipa-chkp.c: New.Ilya Enkovich
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders
2014-08-02add a hash_set based on hash_tableTrevor Saunders
2014-07-24tree-inline.h (estimate_move_cost): Add speed_p parameter.Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-17ipa-inline.c (gate_ipa_inline): Remove.Aldy Hernandez
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer
2013-09-17tree-inline.h (struct copy_body_data): Add transform_parameter.Eric Botcazou
2013-08-13re PR middle-end/57661 (ICE: SIGSEGV in verify_ssa)Jakub Jelinek
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-07-11basic-block.h (struct edge_def): Use basic_block instead of basic_block_def *.Steven Bosscher
2011-11-15ipa-cp.c (ipa_value_from_jfunc): Make global.Maxim Kuvyrkov
2011-11-08Merge from transactional-memory branch.Aldy Hernandez