summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* gimple-fold.c (fold_gimple_cond): Do not require folding results to pass vali...Richard Biener2015-07-231-1/+0
* Fix double word typos.Aldy Hernandez2015-07-131-1/+1
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+2
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-19/+5
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford2015-06-251-2/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* re PR tree-optimization/66413 (ICE at -Os and above with -g enabled on x86_64...Richard Biener2015-06-091-1/+1
* Reset inlined debug variables at the end of the inlined functionAlexandre Oliva2015-06-091-0/+56
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.Richard Biener2015-04-211-2/+1
* Set PROP_gimple_lva for functions without IFN_VA_ARGTom de Vries2015-04-171-0/+8
* re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener2015-03-131-5/+6
* re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener2015-03-101-1/+3
* re PR target/64363 (Unresolved labels with -fcheck-pointer-bounds and -mmpx)Ilya Enkovich2015-01-161-1/+1
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-1/+1
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-4/+10
* re PR middle-end/64415 (ICE: verify_ssa failed / segmentation fault with LTO)Richard Biener2015-01-141-3/+7
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+10
* re PR sanitizer/64265 (r217669 broke tsan)Jakub Jelinek2015-01-051-1/+10
* re PR middle-end/64465 (internal compiler error: verify_flow_info failed)Jakub Jelinek2015-01-051-3/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ipa-prop uses symbol_summary class.Martin Liska2014-12-221-0/+1
* re PR bootstrap/63573 (libgo: ICE building libgo on powerpc-linux-gnu)Jan Hubicka2014-12-181-2/+6
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-5/+5
* re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener2014-11-241-0/+40
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-105/+139
* C++14 constexpr support (minus loops and multiple returns)Jason Merrill2014-11-171-0/+52
* passes.c (execute_one_pass): Do not apply all transforms prior every simple I...Jan Hubicka2014-11-161-1/+1
* Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence2014-11-131-1/+0
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-41/+194
* builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener2014-10-311-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-2/+2
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+5
* Remove VEC_LSHIFT_EXPR and vec_shl_optabAlan Lawrence2014-10-281-1/+0
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-5/+9
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+4
* re PR c++/62127 (ICE with VLA in constructor)Jan Hubicka2014-10-131-0/+2
* cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez2014-09-241-1/+1
* re PR ipa/63196 (FAIL: g++.dg/torture/pr57140.C -O3 -fomit-frame-pointer (...Richard Biener2014-09-081-5/+7
* IPA C++ refactoring 4/NMartin Liska2014-08-251-17/+17
* remove pointer-set.[ch]Trevor Saunders2014-08-071-1/+0
* convert many uses of pointer_map to hash_mapTrevor Saunders2014-08-021-54/+48
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-15/+11
* tree-inline.c (estimate_move_cost): Mark speed_p argument as possibly unused.Richard Biener2014-07-251-1/+1
* IPA C++ refactoring 1/NMartin Liska2014-07-241-25/+25
* tree-inline.h (estimate_move_cost): Add speed_p parameter.Richard Biener2014-07-241-8/+11
* tree-inline.c (remap_type_1): Do not duplicate fields that are shared in betw...Jan Hubicka2014-06-281-23/+69
* IPA REF refactoringMartin Liska2014-06-251-3/+3