]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-inline.c
Merger of git branch "gimple-classes-v2-option-3"
[thirdparty/gcc.git] / gcc / tree-inline.c
2014-11-19  dmalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-17  jason C++14 constexpr support (minus loops and multiple...
2014-11-16  hubicka * passes.c (execute_one_pass): Do not apply all transf...
2014-11-13  alalaw01Remove VEC_RSHIFT_EXPR tree code, now unused
2014-11-05  ienkovichgcc/
2014-10-31  rguenth2014-10-31 Richard Biener <rguenther@suse.de>
2014-10-29  rsandifogcc/ada/
2014-10-28  amacleod * cgraph.h: Flatten. Remove all include files.
2014-10-28  alalaw01Remove VEC_LSHIFT_EXPR and vec_shl_optab
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-16  amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-10-13  hubicka PR tree-optimization/62127
2014-09-24  aldyh * cgraph.h, dbxout.c, dwarfout2.c, gimple-fold.c,
2014-09-08  rguenth2014-09-08 Richard Biener <rguenther@suse.de>
2014-08-25  marxinIPA C++ refactoring 4/N
2014-08-07  tbsaunderemove pointer-set.[ch]
2014-08-02  tbsaundeconvert many uses of pointer_map to hash_map
2014-08-02  tbsaundeadd a hash_set based on hash_table
2014-07-25  rguenth2014-07-25 Richard Biener <rguenther@suse.de>
2014-07-24  marxinIPA C++ refactoring 1/N
2014-07-24  rguenth2014-07-24 Richard Biener <rguenther@suse.de>
2014-06-28  hubicka * tree-inline.c (remap_type_1): Do not duplicate fields
2014-06-25  marxinIPA REF refactoring
2014-06-25  congh2014-06-24 Cong Hou <congh@google.com>
2014-06-05  kyukhingcc/
2014-06-02  amacleod * expr.h: Remove prototypes of functions defined in...
2014-05-20  dehao2014-05-20 Dehao Chen <dehao@google.com>
2014-05-16  rguenth2014-05-16 Richard Biener <rguenther@suse.de>
2014-05-13  rguenth2014-05-13 Richard Biener <rguenther@suse.de>
2014-05-06  mrsMerge in wide-int.
2014-05-06  mrsMerge in trunk.
2014-05-05  mrsMerge in trunk.
2014-05-05  mrsMerge in trunk.
2014-04-30  mrsMerge in trunk.
2014-04-28  rsandifoMerge from trunk.
2014-04-24  mrsMerge in trunk.
2014-04-23  rguenth2014-04-23 Richard Biener <rguenther@suse.de>
2014-04-22  mrsMerge in trunk.
2014-04-22  rsandifoMerge from trunk.
2014-04-17  rsandifoMerge from trunk.
2014-04-16  jamborm2014-04-16 Martin Jambor <mjambor@suse.cz>
2014-04-15  ebotcazou * cfgloop.h (struct loop): Move force_vectorize down.
2014-04-14  ebotcazou * cfgloop.h (struct loop): Rename force_vect into...
2014-04-02  mrsMerge in trunk.
2014-03-31  kyukhingcc/
2014-02-19  rguenth2014-02-19 Richard Biener <rguenther@suse.de>
2014-02-17  rguenth2014-02-17 Richard Biener <rguenther@suse.de>
2014-02-10  mrsMerge in trunk.
2014-02-07  jakub PR ipa/60026
2014-02-04  jakub PR ipa/60026
2014-02-01  jakub PR tree-optimization/60003
2014-01-29  jakub PR middle-end/59917
2014-01-20  hjlAdd type to DEFCIFCODE to describe the inline failure
2014-01-13  mrsMerge in trunk.
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-20  tbsaundemerge auto_vec and stack_vec
2013-12-16  mrsMerge in trunk.
2013-12-13  mrsMerge in trunk.
2013-12-11  jakub PR tree-optimization/59386
2013-12-09  dmalcolmEliminate FOR_EACH_BB macro.
2013-12-09  dmalcolmEliminate last_basic_block macro.
2013-12-09  dmalcolmEliminate profile_status macro.
2013-12-09  dmalcolmEliminate BASIC_BLOCK macro.
2013-12-09  dmalcolmRename profile_status_for_function to profile_status_fo...
2013-12-04  rsandifoMerge with trunk.
2013-11-27  rguenth2013-11-27 Richard Biener <rguenther@suse.de>
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-22  rsandifoMerge with trunk.
2013-11-21  rsandifoMerge with trunk.
2013-11-21  dmalcolmReword comments that mention ENTRY_BLOCK_PTR and EXIT_B...
2013-11-21  amacleod * gimplify.h (gimplify_hasher : typed_free_remove...
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  dmalcolmConvert gimple types from a union to C++ inheritance
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-19  dmalcolmEliminate n_basic_blocks macro
2013-11-18  rsandifoMerge from trunk.
2013-11-18  rsandifogcc/c-family/
2013-11-18  tbsaunderemove nolonger needed {cgraph,varpool}_node_{,asm_...
2013-11-16  mrsMerge in trunk.
2013-11-14  law * basic-block.h (has_abnormal_outgoing_edge_p): Moved...
2013-11-14  amacleod * gimplify-be.h: New file. Add prototypes.
2013-11-13  amacleod * gimple-walk.h: New File. Relocate prototypes from...
2013-11-12  amacleod2013-11-12 Andrew MacLeod <amacleod@redhat.com>
2013-11-12  tejohnson2013-11-12 Teresa Johnson <tejohnson@google.com>
2013-11-09  rsandifoMerge with trunk.
2013-11-06  mrsMerge in trunk.
2013-11-04  mrsMerge in trunk.
2013-11-01  dnovilloReplace some heap vectors with stack vectors.
2013-10-29  dmalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-26  law * Makefile.def (target_modules): Remove libmudflap
2013-10-23  amacleod * tree-ssa.h: Remove all #include's
2013-10-20  mrsMerge in trunk.
2013-10-11  jakublibgomp/
2013-10-08  ramanaPR tree-optimization/58619
2013-09-20  mrsMerge in trunk.
2013-09-17  ebotcazou * tree-inline.h (struct copy_body_data): Add transform...
2013-09-13  jakub PR tree-optimization/58392
2013-09-12  amacleod * tree-ssa.h: New. Move content from tree-flow.h and
next