aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-1/+1
2016-07-13tree.c: add [cd]tors to free_lang_data_dTrevor Saunders1-21/+12
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-1/+0
2016-07-04re PR c++/71739 (ICE on valid C++11 code: tree check: expected identifier_nod...Jakub Jelinek1-1/+1
2016-06-21tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if they are b...Eric Botcazou1-2/+6
2016-06-21stor-layout.c (layout_type): Move setting complex MODE to layout_type...Michael Meissner1-1/+0
2016-06-06Selftest frameworkDavid Malcolm1-0/+62
2016-06-03re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th...Bernd Schmidt1-0/+7
2016-06-01Remove the unused OMP_CLAUSE_DEVICE_RESIDENTThomas Schwinge1-3/+0
2016-05-25re PR tree-optimization/71239 (ICE in operand_equal_p (fold-const.c:2769))Martin Liska1-1/+2
2016-05-21* tree.c (array_at_struct_end_p): Look through MEM_REF.Jan Hubicka1-0/+19
2016-05-16tree.c (free_lang_data_in_decl): Also set target/optimization flags for thunks.Jan Hubicka1-1/+1
2016-05-13builtins.c (expand_builtin_memcmp): Do not emit the call here.Eric Botcazou1-17/+26