summaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)Author
2019-01-07[2/2] PR88598: Optimise reduc (bit_and)Richard Sandiford
2019-01-07[1/2] PR88598: Optimise x * { 0 or 1, 0 or 1, ... }Richard Sandiford
2019-01-01Update copyright years.Jakub Jelinek
2018-12-19C++: improvements to binary operator diagnostics (PR c++/87504)David Malcolm
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm
2018-12-06asm inlineSegher Boessenkool
2018-11-29re PR target/88152 (optimize SSE & AVX char compares with subsequent movmskb)Jakub Jelinek
2018-11-23PR tree-optimization/87756 - missing unterminated argument warning using addr...Martin Sebor
2018-11-15PR c++/87541 - ICE using a constant decl as an attribute alloc_size argumentMartin Sebor
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-10-26ipa-devirt.c (warn_odr): Make static.Jan Hubicka
2018-10-05tree-core.h (tree_block::abstract_flag): Remove.Richard Biener
2018-10-03gimple-ssa-sprintf.c (format_string): Do not hardcode size of target's wchar_t.Jeff Law
2018-10-03Properly mark lambdas in GCOV (PR gcov-profile/86109).Martin Liska
2018-09-28tree.h (BLOCK_ORIGIN): New.Richard Biener
2018-09-27tree.h (tree_to_shwi): Add attribute nonnull and pure.Martin Sebor
2018-09-26tree.c (zerop): Change return type to bool.Martin Sebor
2018-08-29tree-core.h: Document use of deprecated_flag in SSA_NAME.Richard Biener
2018-08-28Update documentation of fndecl_built_in_p.Martin Liska
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-08-21tree.c (find_decls_types_r): Do not check for redundant typedefs.Jan Hubicka
2018-08-10Introduce __builtin_expect_with_probability (PR target/83610).Martin Liska
2018-07-26PR tree-optimization/86043 - strlen after memcpy partially overwriting a stri...Martin Sebor
2018-07-20Remove unused code.Martin Liska
2018-07-19wide-int.h (widest2_int): New.Aldy Hernandez
2018-06-08Remove MPXMartin Liska
2018-05-16* tree.c (warn_deprecated_use): Return bool. Simplify logic.Jason Merrill
2018-04-30tree.c (build_clobber): New.Jason Merrill
2018-03-16re PR c++/79937 (ICE in replace_placeholders_r)Jakub Jelinek
2018-01-15re PR middle-end/82694 (Linux kernel miscompiled since r250765)Jakub Jelinek
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm
2018-01-03poly_int: GET_MODE_PRECISIONRichard Sandiford
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2018-01-03poly_int: vectorizable_reductionRichard Sandiford
2018-01-03poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZESRichard Sandiford
2017-12-21poly_int: get_binfo_at_offsetRichard Sandiford
2017-12-21poly_int: bit_field_size/offsetRichard Sandiford
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford
2017-12-20poly_int: expand_debug_exprRichard Sandiford
2017-12-20poly_int: tree constantsRichard Sandiford
2017-12-16Add VEC_SERIES_EXPR and associated optabRichard Sandiford
2017-12-12[SFN] Introduce -gstatement-frontiers option, enable debug markersAlexandre Oliva
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-12-07Make build_vector staticRichard Sandiford
2017-12-07New VECTOR_CST layoutRichard Sandiford
2017-12-01re PR c/79153 (-Wimplicit-fallthrough missed warning)Jakub Jelinek
2017-11-28re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek
2017-11-28[PR 82808] Use proper result types for arithmetic jump functionsPrathamesh Kulkarni