]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-core.h
Update copyright years.
[thirdparty/gcc.git] / gcc / tree-core.h
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-24  Richard SandifordMake it cheaper to test whether an SSA name is a virtua...
2016-11-22  Jakub JelinekOpenMP loop cloning for SIMT execution
2016-11-21  Bernd Edlingerre PR c++/71973 (c++ handles built-in functions inconsi...
2016-10-19  Thomas Schwinge[PR lto/77458] Avoid ICE in offloading with differing...
2016-10-16  Eric Botcazoure PR ada/37139 (DEP prevents using Ada tasking)
2016-09-26  Marek PolacekImplement -Wimplicit-fallthrough.
2016-08-19  Joseph MyersImplement C _FloatN, _FloatNx types.
2016-07-11  Bernd EdlingerConvert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
2016-06-01  Thomas SchwingeRemove the unused OMP_CLAUSE_DEVICE_RESIDENT
2016-05-20  David MalcolmImplement CALL_EXPR_MUST_TAIL_CALL
2016-05-13  Eric Botcazoubuiltins.c (expand_builtin_memcmp): Do not emit the...
2016-05-04  Jakub Jelinekre PR c++/70906 (ice in add_expr, at tree.c:7925)
2016-04-27  Jakub Jelinekre PR sanitizer/70683 (-fcompare-debug bug with -fsanit...
2016-04-18  Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-01-19  Martin JamborMerge of HSA
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-23  Thomas SchwingeMerge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR
2015-11-17  Richard SandifordAdd a combined_fn enum
2015-11-09  Eric Botcazoure PR middle-end/68251 (sorry, unimplemented: reverse...
2015-11-08  Eric BotcazouMerge of the scalar-storage-order branch.
2015-11-07  Richard SandifordMove #undef DEF_BUILTIN* to builtins.def
2015-11-07  Richard SandifordMove #undef DEF_INTERNAL_FN to internal-fn.def
2015-11-06  Jan Hubickatree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRE...
2015-11-06  Cesar Philippidisgimplify.c (gimplify_scan_omp_clauses): Add support...
2015-11-05  Jakub Jelinekgcc/
2015-10-13  Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-08-14  Marek Polacek* tree-core.h (tree_base): Fix typo.
2015-08-05  Andrew MacLeodcoretypes.h (enum symbol_visibility): Relocate here.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodtree-core.h (struct tree_optimization_option): Make...
2015-06-17  Andrew MacLeodtree-core.h (tree_target_option): Make opts field a...
2015-05-27  Aldy Hernandezdwarf2out.c: Remove block_map.
2015-03-09  Richard Bienerre PR ipa/65270 (issues with merging memory accesses...
2015-02-04  Jakub Jelinekbuiltins.def (DEF_BUILTIN_CHKP): Define if not defined.
2015-01-21  Richard Bienerre PR middle-end/64313 (gcc.dg/torture/builtin-explog...
2015-01-15  Thomas SchwingeMerge current set of OpenACC changes from gomp-4_0...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-11-24  Richard Bienerre PR tree-optimization/55334 (mgrid regression (ipa...
2014-11-20  Trevor Saundersconvert many if_marked htab to hash_table
2014-11-17  Ilya Enkovichtree-core.h (built_in_class): Add builtin codes to...
2014-11-11  Richard Bienertree-core.h (pedantic_lvalues): Remove.
2014-11-05  Ilya Enkovichipa-chkp.c: New.
2014-10-23  Kirill YukhinAVX-512. 81.1/n. Extend `function_code' field `tree_var...
2014-10-16  DJ Delorietree-core.h: Fix comment to not assume pointers are...
2014-10-14  DJ Deloriemachmode.h (int_n_data_t): New.
2014-09-02  Jakub Jelinekcilk-builtins.def (__cilkrts_cilk_for_32): New.
2014-08-11  Yury GribovAdded fnspec to internal functions.
2014-08-02  Trevor Saundersadd a hash_set based on hash_table
2014-07-15  Jan Hubickatree.c (tree_code_size): Add TRANSLATION_UNIT_DECL...
2014-06-24  Jan Hubickaclass.c (check_methods, [...]): Guard VINDEX checks...
2014-06-20  Marek Polacekasan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
2014-06-20  Jan Hubickacgraph.h (struct symtab_node): Add field in_init_priori...
2014-06-18  Olivier Hainqueimprove sloc assignment on bind_expr entry/exit code
2014-06-18  Jakub Jelinekgimplify.c (omp_notice_variable): If n is non-NULL...
2014-06-15  Jan Hubickac-common.c (handle_tls_model_attribute): Use set_decl_t...
2014-06-12  Eric Botcazou* tree-core.h (DECL_NONALIASED): Use proper spelling...
2014-06-11  Jan Hubickavarasm.c (set_implicit_section): New function.
2014-06-09  Jan Hubicka* tree-core.h (tree_decl_with_vis): Remove section_name.
2014-05-24  Jan Hubickatree-core.h (tree_decl_with_vis): Replace comdat_group...
2014-05-21  Richard Sandifordtree.def (VOID_CST): New.
2014-05-06  Kenneth ZadeckMerge in wide-int.
2014-04-15  Eric Botcazoucfgloop.h (struct loop): Move force_vectorize down.
2014-03-21  Richard Bienerre PR tree-optimization/60577 (inefficient FDO instrume...
2014-03-19  Richard Bienerre PR c++/60553 (segfault in gt_ggc_mx_lang_tree_node...
2014-01-09  Jakub Jelinekre PR target/58115 (testcase gcc.target/i386/intrinsics...
2014-01-07  Mike Stumpre PR pch/59436 (FAIL: 17_intro/headers/c++200x/stdc...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-10  Oleg Endocgraph.h (cgraph_node_set_iterator, [...]): Remove...
2013-11-29  Ilya Enkovichrevert: cgraph.h (varpool_node): Add need_bounds_init...
2013-11-29  Jakub Jelinekre PR lto/59326 (FAIL: gcc.dg/vect/vect-simd-clone...
2013-11-28  Richard Sandifordtree-core.h (tree_base): Document use of static_flag...
2013-11-27  Aldy Hernandezcgraph.h (enum cgraph_simd_clone_arg_type): New.
2013-11-11  Tristan Gingoldtree.h (CONSTRUCTOR_NO_CLEARING): Define.
2013-11-07  Joseph Myerstree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.
2013-10-30  Ilya Enkovichtree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.
2013-10-24  Tobias Burnusre PR other/33426 (Support of #pragma ivdep)
2013-10-16  Paulo Matostree-core.h (tree_code_name): Remove.
2013-10-11  Jakub Jelinektarget.c: New file.
2013-09-24  Christophe Lyongimple-pretty-print.c: Various whitespace tweaks.
2013-09-23  Kugan Vivekanandarajahgimple-pretty-print.c (dump_ssaname_info): New function.
2013-09-16  Diego Novillotree-core.h: Add missing comment lines from refactoring...
2013-09-05  Mike Stumptree.h: Move documentation for tree_function_decl to...
2013-09-02  Diego NovilloSplit all the structures, enums, typedefs and some...