aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-16Add VEC_SERIES_EXPR and associated optabRichard Sandiford1-0/+24
2017-12-16Add VEC_DUPLICATE_EXPR and associated optabRichard Sandiford1-1/+6
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-2/+6
2017-12-07Make more use of VECTOR_CST_ENCODED_ELTRichard Sandiford1-54/+31
2017-12-07Make build_vector staticRichard Sandiford1-12/+12
2017-12-07Use tree_vector_builder instead of build_vectorRichard Sandiford1-6/+5
2017-12-07New VECTOR_CST layoutRichard Sandiford1-38/+223
2017-11-29[PATCH] complex type canonicalizationNathan Sidwell1-46/+47
2017-11-29re PR middle-end/83185 (ICE with -fsanitize=address in build_simple_mem_ref_l...Jakub Jelinek1-1/+7
2017-11-28re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek1-0/+6
2017-11-28[PR 82808] Use proper result types for arithmetic jump functionsPrathamesh Kulkarni1-0/+44
2017-11-28Remove Cilk Plus support.Julia Koval1-3/+0
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-5/+1
2017-11-27tree.c (wide_int_to_tree): Free discarded INTEGER_CST.Richard Biener1-4/+16
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek1-0/+71
2017-11-16[PATCH] New lang hookNathan Sidwell1-0/+11
2017-10-29Delete obsolete SDB debug info support.James E Wilson1-1/+1
2017-10-22Rename inchash::hash::add_wide_intRichard Sandiford1-3/+3
2017-10-19PR tree-optimization/82596 - missing -Warray-bounds on an out-of-boundsMartin Sebor1-0/+3
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou1-0/+34
2017-10-17[PATCH PR/82546] tree node sizeNathan Sidwell1-45/+60
2017-10-13[PATCH] Tree structure markingNathan Sidwell1-1/+1
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell1-1/+1