aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-27fenv.h builtinsMarc Glisse1-2/+6
2017-06-23Refactor fileptr_type_node handlingMarc Glisse1-4/+18
2017-06-11tree.h (id_equal): New.Jason Merrill1-1/+1
2017-06-09builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST, [...]): New.Jan Hubicka1-2/+5
2017-05-25Allow some NOP conversions in (X+CST1)+CST2 in match.pdMarc Glisse1-0/+19
2017-05-19* tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.Jason Merrill1-3/+3
2017-05-16re PR sanitizer/80536 (UBSAN: compile time segfault)Marek Polacek1-9/+7
2017-05-05tree.c (next_type_uid): Change type to unsigned.Jakub Jelinek1-1/+17
2017-05-04tree.c (array_at_struct_end_p): Handle arrays at struct end with flexarrays m...Richard Biener1-16/+47
2017-05-03Canonicalize canonical type hashingNathan Sidwell1-93/+87
2017-05-01tree.c (substitute_in_expr): Also inline a call if the replacement expression...Eric Botcazou1-5/+19
2017-04-27re PR c++/80534 (7.1 RC - internal compiler error: in finish_member_declarati...Jakub Jelinek1-4/+12
2017-04-26tree.h (crc32_unsigned_n): Declare.Nathan Sidwell1-29/+23
2017-04-21tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.Richard Biener1-6/+6
2017-04-20re PR middle-end/80423 (GC related -fcompare-debug failure)Jakub Jelinek1-6/+12
2017-04-07re PR middle-end/80341 (gcc miscompiles division of signed char)Richard Biener1-6/+14
2017-03-28Avoid name lookup warningMarkus Trippelsdorf1-1/+1
2017-03-09re PR c++/79672 (ICE with -Wduplicated-branches -fopenmp)Marek Polacek1-0/+4
2017-02-23re PR middle-end/79665 (gcc's signed (x*x)/200 is slower than clang's)Jakub Jelinek1-0/+82
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang1-1/+1
2017-02-03PR tree-optimization/79352 - -fprintf-return-value doesn't handle flexible-li...Martin Sebor1-3/+6
2017-01-30re PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr25413a.c execution test)Richard Biener1-0/+1
2017-01-23tree.h (assign_assembler_name_if_neeeded): Rename to ...Jakub Jelinek1-2/+2
2017-01-23re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko1-4/+1
2017-01-20re PR c/64279 (Warning missing for "(cond) ? A : A" / if(cond) expr1; else ex...Marek Polacek1-1/+1
2017-01-18re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko1-1/+4
2017-01-12tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION and TS_TARGET_...Richard Biener1-2/+2
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek1-2/+2
2017-01-08PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l...Martin Sebor1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek1-0/+50
2016-12-13re PR tree-optimization/78742 (internal compiler error: in int_cst_value, at ...Richard Biener1-1/+1
2016-11-26tree.c (build_common_tree_nodes): Initialize ptrdiff_type_node.Prathamesh Kulkarni1-1/+24
2016-11-25Set mode of decimal floats before calling layout_typeRichard Sandiford1-3/+3
2016-11-24re PR middle-end/78429 (ICE in set_value_range, at tree-vrp.c on non-standard...Eric Botcazou1-3/+3
2016-11-23[Patch 6/17] Migrate excess precision logic to use TARGET_EXCESS_PRECISIONJames Greenhalgh1-42/+91
2016-11-23re PR lto/78472 (warning: type of 's' does not match original declaration fro...Richard Biener1-3/+7
2016-11-22OpenMP loop cloning for SIMT executionJakub Jelinek1-0/+3
2016-11-21re PR c++/71973 (c++ handles built-in functions inconsistently)Bernd Edlinger1-0/+2
2016-11-18Add SET_DECL_MODERichard Sandiford1-1/+1
2016-11-07Remove a TODO from verify_type_variantMartin Jambor1-5/+3
2016-11-03Use type_hash_eq langhook in check_qualified_type.Jason Merrill1-2/+19
2016-10-25tree.h (wi::fits_to_tree_p): Accept only 0 and 1 for boolean types.Eric Botcazou1-2/+7
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou1-1/+8
2016-10-11tree.h (build_complex_type): Add second parameter with default.Eric Botcazou1-8/+14
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-23/+17
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+44
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-4/+4
2016-07-27Move make_location from tree.h/c to input.h/cDavid Malcolm1-36/+0
2016-07-20cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.Uros Bizjak1-2/+2