aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-29use c++ for build_tree_list{,_vec}_statTrevor Saunders1-4/+2
2017-07-29use C++ for {make,build}_vector_statTrevor Saunders1-4/+2
2017-07-29remove unused build_var_debug_value prototypeTrevor Saunders1-4/+0
2017-07-29use c++ for tree_cons_statTrevor Saunders1-2/+1
2017-07-29use c++ instead of build_vl_exp_statTrevor Saunders1-2/+1
2017-07-29use c++ instead of build_decl_statTrevor Saunders1-3/+2
2017-07-29use c++ instead of {make,grow}_tree_vec_statTrevor Saunders1-4/+2
2017-07-29use c++ instead of buildN_stat{,_loc}Trevor Saunders1-37/+23
2017-07-29use c++ for make_int_cst_statTrevor Saunders1-3/+1
2017-07-29use cxx instead of make_tree_binfo_statTrevor Saunders1-2/+1
2017-07-29use c++ instead of _stat for copy_node_statTrevor Saunders1-2/+1
2017-07-29use c++ instead of make_node_statTrevor Saunders1-2/+1
2017-07-21Remove TYPE_METHODS.Nathan Sidwell1-2/+0
2017-07-19tree.h (TYPE_MINVAL, [...]): Rename to ...Nathan Sidwell1-17/+17
2017-06-27fenv.h builtinsMarc Glisse1-1/+7
2017-06-23Refactor fileptr_type_node handlingMarc Glisse1-0/+9
2017-06-11tree.h (id_equal): New.Jason Merrill1-0/+14
2017-06-08system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.Jan Hubicka1-13/+13
2017-05-09* tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.Nathan Sidwell1-8/+2
2017-05-04tree.c (array_at_struct_end_p): Handle arrays at struct end with flexarrays m...Richard Biener1-6/+4
2017-05-03Canonicalize canonical type hashingNathan Sidwell1-0/+1
2017-05-02tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of function tree_check2.Jeff Law1-2/+2
2017-05-02common.opt (fstrict-overflow): Alias negative to fwrapv.Richard Biener1-2/+2
2017-05-01re PR c++/80038 (Random segfault using local vectors in Cilk function)Xi Ruoyao1-0/+6
2017-04-27re PR c++/80534 (7.1 RC - internal compiler error: in finish_member_declarati...Jakub Jelinek1-3/+9
2017-04-26tree.h (crc32_unsigned_n): Declare.Nathan Sidwell1-2/+11
2017-04-21tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.Richard Biener1-3/+3
2017-04-20re PR middle-end/80423 (GC related -fcompare-debug failure)Jakub Jelinek1-1/+1
2017-04-12re PR target/79671 (mapnik miscompilation on armv7hl since r235622)Richard Biener1-0/+7
2017-02-23re PR middle-end/79665 (gcc's signed (x*x)/200 is slower than clang's)Jakub Jelinek1-0/+1
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang1-0/+4
2017-02-03PR tree-optimization/79352 - -fprintf-return-value doesn't handle flexible-li...Martin Sebor1-2/+4
2017-01-23tree.h (assign_assembler_name_if_neeeded): Rename to ...Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-24Make it cheaper to test whether an SSA name is a virtual operandRichard Sandiford1-1/+15
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek1-0/+1
2016-11-24re PR middle-end/78429 (ICE in set_value_range, at tree-vrp.c on non-standard...Eric Botcazou1-4/+14
2016-11-21re PR c++/71973 (c++ handles built-in functions inconsistently)Bernd Edlinger1-0/+2
2016-11-18Add SET_DECL_MODERichard Sandiford1-0/+2
2016-11-16Fix tuple decomposition decltype.Jason Merrill1-2/+1
2016-11-03Use type_hash_eq langhook in check_qualified_type.Jason Merrill1-0/+5
2016-11-01tree.h (BLOCK_IN_COLD_SECTION_P): Define.Jakub Jelinek1-0/+4
2016-10-25tree.h (wi::fits_to_tree_p): Accept only 0 and 1 for boolean types.Eric Botcazou1-0/+5
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou1-0/+10
2016-10-13re PR c/77946 (-Wimplicit-fallthrough=1 ICE: tree check: expected tree that c...Jakub Jelinek1-1/+1
2016-10-11tree.h (build_complex_type): Add second parameter with default.Eric Botcazou1-1/+1
2016-09-26tree.h (memmodel_from_int, [...]): Move to ...Thomas Preud'homme1-63/+0
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-0/+5
2016-08-22Add minimal _FloatN, _FloatNx built-in functions.Joseph Myers1-3/+11
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+13