aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-24[tree-inline][obvious] Delete redundant count_insns_seqKyrylo Tkachov1-15/+2
2015-09-22[PATCH tree-inline] Do not say "called from here" with UNKNOWN_LOCATIONManuel López-Ibáñez1-12/+21
2015-09-20switch from gimple to gimple*Trevor Saunders1-41/+41
2015-07-23gimple-fold.c (fold_gimple_cond): Do not require folding results to pass vali...Richard Biener1-1/+0
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-19/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-09re PR tree-optimization/66413 (ICE at -Os and above with -g enabled on x86_64...Richard Biener1-1/+1
2015-06-09Reset inlined debug variables at the end of the inlined functionAlexandre Oliva1-0/+56
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-04-21cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.Richard Biener1-2/+1
2015-04-17Set PROP_gimple_lva for functions without IFN_VA_ARGTom de Vries1-0/+8
2015-03-13re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-5/+6
2015-03-10re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-1/+3
2015-01-16re PR target/64363 (Unresolved labels with -fcheck-pointer-bounds and -mmpx)Ilya Enkovich1-1/+1
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+10
2015-01-14re PR middle-end/64415 (ICE: verify_ssa failed / segmentation fault with LTO)Richard Biener1-3/+7
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05re PR sanitizer/64265 (r217669 broke tsan)Jakub Jelinek1-1/+10
2015-01-05re PR middle-end/64465 (internal compiler error: verify_flow_info failed)Jakub Jelinek1-3/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-12-18re PR bootstrap/63573 (libgo: ICE building libgo on powerpc-linux-gnu)Jan Hubicka1-2/+6
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-5/+5
2014-11-24re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener1-0/+40
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-105/+139
2014-11-17C++14 constexpr support (minus loops and multiple returns)Jason Merrill1-0/+52
2014-11-16passes.c (execute_one_pass): Do not apply all transforms prior every simple I...Jan Hubicka1-1/+1
2014-11-13Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence1-1/+0
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-41/+194
2014-10-31builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-2/+2
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+5
2014-10-28Remove VEC_LSHIFT_EXPR and vec_shl_optabAlan Lawrence1-1/+0
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-5/+9
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+4
2014-10-13re PR c++/62127 (ICE with VLA in constructor)Jan Hubicka1-0/+2
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez1-1/+1
2014-09-08re PR ipa/63196 (FAIL: g++.dg/torture/pr57140.C -O3 -fomit-frame-pointer (...Richard Biener1-5/+7
2014-08-25IPA C++ refactoring 4/NMartin Liska1-17/+17
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-54/+48
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-15/+11
2014-07-25tree-inline.c (estimate_move_cost): Mark speed_p argument as possibly unused.Richard Biener1-1/+1
2014-07-24IPA C++ refactoring 1/NMartin Liska1-25/+25