aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-21tree.c (find_decls_types_r): Do not check for redundant typedefs.Jan Hubicka1-5/+1
2018-08-21tree.c (free_lang_data_in_decl): Remove types from DECL_CONTEXT when possible.Jan Hubicka1-0/+23
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+2
2018-08-06re PR target/86662 (msp430-elf segfault with -flto and -mlarge)Jozef Lawrynowicz1-2/+1
2018-07-26PR tree-optimization/86043 - strlen after memcpy partially overwriting a stri...Martin Sebor1-20/+83
2018-07-12lto-streamer-out.c (DFS::DFS_write_tree_body): Do not stream DECL_FCONTEXTJan Hubicka1-0/+1
2018-07-11lto-streamer-out.c (DFS::DFS_write_tree_body): Do not stream DECL_ORIGINAL_TYPE.Jan Hubicka1-4/+1
2018-07-04[multiple changes]Martin Liska1-16/+4
2018-06-22lto-streamer-out.c (DFS::DFS_write_tree_body): Do not stream BINFO_BASE_ACCES...Jan Hubicka1-0/+1
2018-06-22* tree.c (free_lang_data_in_type): Free all TYPE_VFIELDs.Jan Hubicka1-4/+1
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang1-1/+7
2018-06-19tree.c (find_decls_types_r): Remove all non-VAR_DECLs from blocks.Jan Hubicka1-5/+20
2018-06-18tree.c (escaped_string::escape): Replace cast to char * by const_cast<char *>...Prathamesh Kulkarni1-1/+1
2018-06-18Ensure that control characters in user supplied error and warning messages ar...Nick Clifton1-7/+140
2018-06-18tree.c (decl_value_expr_lookup): Revert latest change.Eric Botcazou1-15/+1
2018-06-17gimplify.c (nonlocal_vlas): Delete.Eric Botcazou1-1/+15
2018-06-14re PR target/86139 (ICE in in store_constructor, at expr.c:6849 on arm-linux-...Richard Biener1-1/+2
2018-06-08Remove MPXMartin Liska1-5/+0
2018-06-04re PR c++/86025 (ICE with -Wduplicated-branches and OpenMP critical)Jakub Jelinek1-0/+3
2018-05-312nd Patch for PR78009Qing Zhao1-0/+8
2018-05-23re PR target/78849 (ICE on initialization of global struct containing __int20...Jeff Law1-2/+0
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford1-2/+0
2018-05-16* tree.c (warn_deprecated_use): Return bool. Simplify logic.Jason Merrill1-39/+21
2018-05-04re PR tree-optimization/85627 (ICE in update_phi_components in tree-complex.c)Richard Biener1-2/+4
2018-04-30tree.c (build_clobber): New.Jason Merrill1-0/+10
2018-04-10re PR lto/85078 (LTO ICE: tree check: expected tree that contains 'decl minim...Jan Hubicka1-1/+6
2018-04-07re PR tree-optimization/80021 (untranslateable diagnostic "type variant diffe...Jakub Jelinek1-1/+1
2018-03-14Fix tree statistics with -fmem-report.Martin Liska1-56/+38
2018-03-13re PR c++/84704 (internal compiler error: gimplification failed)Jakub Jelinek1-0/+5
2018-02-08re PR ipa/81360 (ice in estimate_edge_growth, at ipa-inline.h:86)Jan Hubicka1-0/+10
2018-01-24re PR middle-end/83977 (ICE in simd_clone_clauses_extract, at omp-simd-clone....Jakub Jelinek1-10/+0
2018-01-23Add more test coverage to selftest::test_location_wrappersDavid Malcolm1-0/+10
2018-01-23re PR c++/83918 ([c++17] ICE on constexpr eval of datatype involving function...Jakub Jelinek1-2/+4
2018-01-16re PR libgomp/83590 ([nvptx] openacc reduction C regressions)Jakub Jelinek1-2/+3
2018-01-15re PR lto/83804 ([meta] LTO memory consumption)Richard Biener1-55/+13
2018-01-12Fix integer overflow in stats of trees.Martin Liska1-9/+11
2018-01-12Fix --enable-gather-detailed-mem-stats build.Martin Liska1-14/+23
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm1-0/+103
2018-01-03Add support for MODE_VECTOR_BOOLRichard Sandiford1-0/+1
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-2/+2
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-23/+28
2018-01-03poly_int: GET_MODE_NUNITSRichard Sandiford1-11/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: vectorizable_reductionRichard Sandiford1-0/+23
2018-01-03poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZESRichard Sandiford1-4/+10
2017-12-21poly_int: get_binfo_at_offsetRichard Sandiford1-4/+4
2017-12-21poly_int: MEM_REF offsetsRichard Sandiford1-3/+4
2017-12-20poly_int: get_addr_base_and_unit_offsetRichard Sandiford1-7/+7
2017-12-20poly_int: tree constantsRichard Sandiford1-16/+233
2017-12-18re PR tree-optimization/77291 (False positive for -Warray-bounds)Richard Biener1-19/+28