aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-27Add support for conditional xorsign [PR96373]Richard Sandiford1-0/+1
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-12-23tree-ssa-dom: can_infer_simple_equiv fixes [PR108068]Jakub Jelinek1-0/+1
2022-12-20c++: source position of lambda captures [PR84471]Jason Merrill1-0/+2
2022-12-12middle-end: Add new tbranch optab to add support for bit-test-and-branch oper...Tamar Christina1-0/+1
2022-12-11tree-optimization/106904 - bogus -Wstringopt-overflow with vectorsRichard Biener1-0/+1
2022-12-06Update -Warray-bounds with -fstrict-flex-arrays.Qing Zhao1-4/+8
2022-11-24Remove ASSERT_EXPR.Aldy Hernandez1-4/+0
2022-11-09Change the name of array_at_struct_end_p to array_ref_flexible_size_pQing Zhao1-4/+4
2022-10-28c: tree: target: C2x (...) function prototypes and va_start relaxationJoseph Myers1-1/+7
2022-10-24tree: add build_string_literal overloadsJason Merrill1-1/+8
2022-10-14middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic supportJakub Jelinek1-0/+1
2022-10-07Add a new option -fstrict-flex-arrays[=n] and new attribute strict_flex_arrayQing Zhao1-4/+10
2022-09-27c++: Implement P1467R9 - Extended floating-point types and standard names com...Jakub Jelinek1-0/+4
2022-09-03openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration supportJakub Jelinek1-1/+13
2022-07-11Implement global ranges for all vrange types (SSA_NAME_RANGE_INFO).Aldy Hernandez1-8/+0
2022-06-22ubsan: default to trap on unreachable at -O0 and -Og [PR104642]Jason Merrill1-0/+5
2022-06-07openmp: Add support for OpenMP 5.2 linear clause syntax for C/C++Jakub Jelinek1-0/+5
2022-05-27openmp: Add support for enter clause on declare targetJakub Jelinek1-0/+4
2022-05-16Move code_helper to tree.hRichard Biener1-0/+49
2022-05-11tree: introduce range adaptor for TREE_VECPatrick Palka1-1/+14
2022-05-05Embed real_value into REAL_CSTRichard Biener1-1/+1
2022-04-12libgccjit: Add support for bitcasts [PR104071]Antoni Boucher1-0/+1
2022-03-29gimple: Wrong -Wimplicit-fallthrough with if(1) [PR103597]Marek Polacek1-0/+6
2022-03-18tree: Add comment.Jason Merrill1-0/+1
2022-03-04OpenACC 'kernels' decomposition: Move 'TREE_ADDRESSABLE' setting into OMP low...Thomas Schwinge1-0/+5
2022-03-01ipa: Improve error handling for target_clone single valueMartin Liska1-0/+2
2022-02-04Add CLOBBER_EOL to mark storage end-of-life clobbersRichard Biener1-1/+5
2022-02-01tree: move tree_vec_map_cache_hasher into headerJason Merrill1-0/+17
2022-01-27c++: non-dependent immediate member fn call [PR99895]Patrick Palka1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-5/+5
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-29Remove unreachable gcc_unreachable () at the end of functionsRichard Biener1-2/+0
2021-11-24middle-end: Convert bitclear <imm> + cmp<cc> #0 into cm<cc2> <imm2>Tamar Christina1-0/+5
2021-11-19Revert "Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS."Martin Liska1-1/+6
2021-11-18Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS.Martin Liska1-6/+1
2021-11-12openmp: Relax handling of implicit map vs. existing device mappingsChung-Lin Tang1-0/+5
2021-11-11openmp: Add support for 2 argument num_teams clauseJakub Jelinek1-1/+4
2021-11-09Introduce build_debug_expr_declMartin Jambor1-0/+1
2021-10-01openmp: Differentiate between order(concurrent) and order(reproducible:concur...Jakub Jelinek1-0/+3
2021-09-22openmp: Add support for allocator and align modifiers on allocate clausesJakub Jelinek1-0/+3
2021-09-18openmp: Handle unconstrained and reproducible modifiers on order(concurrent)Jakub Jelinek1-0/+4
2021-09-16Check mask type when doing cond_op related gimple simplification.liuhongt1-0/+1
2021-09-10openmp: Implement OpenMP 5.1 atomics, so far for C onlyJakub Jelinek1-0/+5
2021-09-07tree: Change error_operand_p to an inline functionJason Merrill1-4/+7
2021-09-03c++, abi: Set DECL_FIELD_CXX_ZERO_WIDTH_BIT_FIELD on C++ zero width bitfields...Jakub Jelinek1-4/+22
2021-09-01C-family: Add attribute 'unavailable'.Iain Sandoe1-0/+6
2021-08-31Add support for device-modifiers for 'omp target device'.Marcel Vollweiler1-0/+4
2021-08-23openmp: Add support for strict modifier on grainsize/num_tasks clausesJakub Jelinek1-0/+5
2021-08-17Move more warning code to gimple-ssa-warn-access etc.Martin Sebor1-0/+6