Age | Commit message (Expand) | Author | Files | Lines |
2023-06-16 | uiltins: Add support for clang compatible __builtin_{add,sub}c{,l,ll} [PR79173] | Jakub Jelinek | 1 | -0/+53 |
2023-05-18 | gcc: use _P() defines from tree.h | Bernhard Reutner-Fischer | 1 | -4/+4 |
2023-05-05 | builtins: Fix comment typo mpft_t -> mpfr_t | Jakub Jelinek | 1 | -2/+2 |
2023-04-27 | tree-optimization/109170 - bogus use-after-free with __builtin_expect | Richard Biener | 1 | -0/+2 |
2023-04-26 | Remove some uses of deprecated irange API. | Aldy Hernandez | 1 | -1/+1 |
2023-04-26 | Convert users of legacy API to get_legacy_range() function. | Aldy Hernandez | 1 | -3/+4 |
2023-04-20 | tree: Add 3+ argument fndecl_built_in_p | Jakub Jelinek | 1 | -2/+2 |
2023-04-19 | Transform more gmp/mpfr uses to use RAII | Richard Biener | 1 | -3/+1 |
2023-04-01 | aarch64, builtins: Include PR registers in FUNCTION_ARG_REGNO_P etc. [PR109254] | Jakub Jelinek | 1 | -17/+21 |
2023-03-24 | builtins: Fix up ICE in inline_string_cmp [PR109258] | Jakub Jelinek | 1 | -2/+2 |
2023-03-23 | Remove TARGET_GEN_MEMSET_SCRATCH_RTX since it's not used anymore. | liuhongt | 1 | -2/+2 |
2023-03-15 | builtins: Move the character difference into result instead of reassigning re... | Xi Ruoyao | 1 | -2/+10 |
2023-03-02 | amdgcn: Enable SIMD vectorization of math functions | Kwok Cheung Yeung | 1 | -0/+8 |
2023-02-14 | asan: Add --param=asan-kernel-mem-intrinsic-prefix= [PR108777] | Jakub Jelinek | 1 | -1/+18 |
2023-02-02 | Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300] | Jakub Jelinek | 1 | -0/+2 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-11-30 | Make Warray-bounds alias to Warray-bounds= [PR107787] | Iskander Shakirzyanov | 1 | -3/+3 |
2022-11-02 | builtins: Guard builtins.cc against HUGE_VAL and NAN definitions | Rainer Orth | 1 | -0/+5 |
2022-10-31 | builtins: Add various complex builtins for _Float{16,32,64,128,32x,64x,128x} | Jakub Jelinek | 1 | -0/+2 |
2022-10-31 | builtins: Add various __builtin_*f{16,32,64,128,32x,64x,128x} builtins | Jakub Jelinek | 1 | -48/+92 |
2022-10-24 | tree: add build_string_literal overloads | Jason Merrill | 1 | -3/+3 |
2022-09-02 | Convert rest of compiler to dconst[n]inf. | Aldy Hernandez | 1 | -6/+2 |
2022-08-26 | Implement __builtin_issignaling | Jakub Jelinek | 1 | -3/+318 |
2022-07-20 | Avoid registering __builtin_setjmp_receiver label twice [PR101347] | Alexander Monakov | 1 | -8/+7 |
2022-07-19 | middle-end/106331 - fix mem attributes for string op arguments | Richard Biener | 1 | -4/+9 |
2022-07-19 | PR c/106264: Silence warnings from __builtin_modf et al. | Roger Sayle | 1 | -6/+13 |
2022-07-08 | middle-end: Use subregs to expand COMPLEX_EXPR to set the lowpart. | Tamar Christina | 1 | -4/+4 |
2022-06-22 | ubsan: default to trap on unreachable at -O0 and -Og [PR104642] | Jason Merrill | 1 | -0/+9 |
2022-06-16 | expand: Fix up IFN_ATOMIC_{BIT*,*CMP_0} expansion [PR105951] | Jakub Jelinek | 1 | -8/+43 |
2022-05-16 | Use more ARRAY_SIZE. | Martin Liska | 1 | -1/+1 |
2022-05-13 | Make gimple_build main workers more flexible | Richard Biener | 1 | -1/+1 |
2022-04-12 | builtins: Fix up expand_builtin_int_roundingfn_2 [PR105211] | Jakub Jelinek | 1 | -9/+21 |
2022-03-11 | PR tree-optimization/98335: Improvements to DSE's compute_trims. | Roger Sayle | 1 | -1/+1 |
2022-01-26 | rtl: builtins: Fix builtins feclearexcept and feraiseexcept operand check [PR... | Raoni Fassina Firmino | 1 | -0/+3 |
2022-01-24 | rtl: builtins: (not just) rs6000: Add builtins for fegetround, feclearexcept ... | Raoni Fassina Firmino | 1 | -0/+76 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -4/+4 |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -0/+11184 |