aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-27defaults.h (LOG2_BITS_PER_UNIT): Move from here...Bernd Edlinger1-7/+12
2016-07-27Move make_location from tree.h/c to input.h/cDavid Malcolm1-13/+0
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-1/+1
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-10/+2
2016-06-28re PR middle-end/66867 (Suboptimal code generation for atomic_compare_exchange)Jakub Jelinek1-2/+2
2016-06-20[typo] alignement -> alignmentKyrylo Tkachov1-1/+1
2016-05-24PR c++/71147 - [6 Regression] Flexible array member wrongly rejected in templateMartin Sebor1-0/+11
2016-05-20Implement CALL_EXPR_MUST_TAIL_CALLDavid Malcolm1-0/+5
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek1-1/+7
2016-05-02Add a wi::to_wide helper functionRichard Sandiford1-0/+12
2016-05-02Support << and >> for offset_int and widest_intRichard Sandiford1-1/+1
2016-05-02Support <, <=, > and >= for offset_int and widest_intRichard Sandiford1-2/+2
2016-04-27re PR sanitizer/70683 (-fcompare-debug bug with -fsanitize=address)Jakub Jelinek1-1/+1
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-9/+21