2024-03-12 |
Jakub Jelinek | strlen: Fix another spot that can create invalid ranges... 2024-03-12 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-11 |
Jakub Jelinek | bitint: Avoid rewriting large/huge _BitInt vars into... 2024-03-11 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-09 |
Jakub Jelinek | fwprop: Restore previous behavior for forward propagation... 2024-03-09 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-09 |
Jakub Jelinek | i386: Regenerate i386.opt.urls 2024-03-09 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-08 |
Sam James | contrib: Improve dg-extract-results.sh's Python detection...
|
commit | commitdiff | tree |
2024-03-08 |
Jakub Jelinek | testsuite: Fix up pr113617 test for darwin [PR113617] 2024-03-08 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-08 |
Jakub Jelinek | bb-reorder: Fix assertion 2024-03-08 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-08 |
Jakub Jelinek | i386: Guard noreturn no-callee-saved-registers optimization... 2024-03-08 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-08 |
Jakub Jelinek | c-family, c++: Fix up handling of types which may have... 2024-03-08 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-08 |
Jakub Jelinek | dwarf2out: Emit DW_AT_export_symbols on anon unions... 2024-03-08 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-08 |
Jakub Jelinek | c++: Fix up parameter pack diagnostics on xobj vs.... 2024-03-08 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-07 |
Jakub Jelinek | analyzer: Fix up some -Wformat* warnings 2024-03-07 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-07 |
Jakub Jelinek | bb-reorder: Fix -freorder-blocks-and-partition ICEs... 2024-03-07 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-07 |
Jakub Jelinek | expand: Fix UB in choose_mult_variant [PR105533] 2024-03-07 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-07 |
Jakub Jelinek | sccvn: Avoid UB in ao_ref_init_from_vn_reference [PR105533] 2024-03-07 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-07 |
Jakub Jelinek | match.pd: Optimize a * !a to 0 [PR114009] 2024-03-07 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-06 |
Jakub Jelinek | i386: Fix up the vzeroupper REG_DEAD/REG_UNUSED note... 2024-03-06 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-05 |
Jakub Jelinek | lower-subreg: Fix ROTATE handling [PR114211] 2024-03-05 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-05 |
Jakub Jelinek | bitint: Handle BIT_FIELD_REF lowering [PR114157] 2024-03-05 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-05 |
Jakub Jelinek | i386: For noreturn functions save at least the bp register... 2024-03-05 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-04 |
Jakub Jelinek | combine: Fix recent WORD_REGISTER_OPERATIONS check... 2024-03-04 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-04 |
Jakub Jelinek | libgomp: Use void (*) (void *) rather than void (*... 2024-03-04 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-04 |
Jakub Jelinek | bitint: Fix tree node sharing bug [PR114209] 2024-03-04 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-04 |
Jakub Jelinek | i386: Fix ICEs with SUBREGs from vector etc. constants... 2024-03-04 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-01 |
Jakub Jelinek | c++: Fix up decltype of non-dependent structured binding... 2024-03-01 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-01 |
Jakub Jelinek | calls: Further fixes for TYPE_NO_NAMED_ARGS_STDARG_P... 2024-03-01 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-01 |
Jakub Jelinek | dwarf2out: Don't move variable sized aggregates to... 2024-03-01 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-01 |
Jakub Jelinek | function: Fix another TYPE_NO_NAMED_ARGS_STDARG_P spot 2024-03-01 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-03-01 |
Jakub Jelinek | bitint: Handle VCE from large/huge _BitInt SSA_NAME... 2024-03-01 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-28 |
Jakub Jelinek | c++: Fix explicit instantiation of const variable templates... 2024-02-28 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-28 |
Jakub Jelinek | testsuite: XFAIL ssa-sink-18.c also on powerpc64 [PR111462] 2024-02-28 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-28 |
Jakub Jelinek | testsuite: Add testcase for recently fixed PR [PR114075] 2024-02-28 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-28 |
Jakub Jelinek | graphite: Fix non-INTEGER_TYPE integral comparison... 2024-02-28 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-28 |
Jakub Jelinek | gimple-fold: Use bitwise vector types rather than barely... 2024-02-28 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-28 |
Jakub Jelinek | testsuite: Add c23-stdarg-4.c test variant where all... 2024-02-28 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-27 |
Jakub Jelinek | expand: Add trivial folding for bit query builtins... 2024-02-27 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-26 |
Jakub Jelinek | varasm: Handle private COMDAT function symbol reference... 2024-02-26 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-26 |
Jakub Jelinek | c: Improve some diagnostics for __builtin_stdc_bit_... 2024-02-26 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-26 |
Jakub Jelinek | i386: Enable _BitInt support on ia32 2024-02-26 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-26 |
Jakub Jelinek | match.pd: Guard 2 simplifications on integral TYPE_OVERFLOW_... 2024-02-26 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-26 |
Jakub Jelinek | fold-const: Avoid infinite recursion in +-*&|^minmax... 2024-02-26 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-26 |
Jakub Jelinek | i386: Fix up x86_function_profiler -masm=intel support... 2024-02-26 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-24 |
Jakub Jelinek | Use HOST_WIDE_INT_{C,UC,0,0U,1,1U} macros some more 2024-02-24 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-24 |
Jakub Jelinek | bitint: Handle VIEW_CONVERT_EXPRs between large/huge... 2024-02-24 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-23 |
Jakub Jelinek | c++: Fix ICE due to folding a call to constructor on... 2024-02-23 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-23 |
Jakub Jelinek | expr: Fix REDUCE_BIT_FIELD in multiplication expansion... 2024-02-23 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-23 |
Jakub Jelinek | bitintlower: Fix .{ADD,SUB}_OVERFLOW lowering [PR114040] 2024-02-23 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-22 |
Jakub Jelinek | c: Handle scoped attributes in __has*attribute and... 2024-02-22 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-22 |
Jakub Jelinek | profile-count: Don't dump through a temporary buffer... 2024-02-22 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-22 |
Jakub Jelinek | call-cdce: Add missing BUILT_IN_*F{32,64}X handling... 2024-02-22 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-22 |
Jakub Jelinek | bitintlower: Fix .MUL_OVERFLOW overflow checking [PR114038] 2024-02-22 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-20 |
Jakub Jelinek | testsuite: Fix up analyzer/torture/vector-extract-1... 2024-02-20 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-19 |
Jakub Jelinek | match.pd: Fix ICE on BIT_INSERT_EXPR of BIT_FIELD_REF... 2024-02-19 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-17 |
Jakub Jelinek | fortran: gfc_trans_subcomponent_assign fixes [PR113503] 2024-02-17 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-17 |
Jakub Jelinek | testsuite: Fix up lra effective target 2024-02-17 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-16 |
Jakub Jelinek | c++: Diagnose this specifier on template parameters... 2024-02-16 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-15 |
Jakub Jelinek | testsuite: Require lra effective target for pr107385.c 2024-02-15 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-15 |
Jakub Jelinek | testsuite: Add testcase for already fixed PR [PR107385] 2024-02-15 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-15 |
Jakub Jelinek | expand: Fix handling of asm goto outputs vs. PHI argument... 2024-02-15 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-15 |
Jakub Jelinek | gccrs: Avoid *.bak suffixed tests - use dg-skip-if... ...09, 2024 at 11:03:38AM +0100, Jakub Jelinek wrote: 2024-02-15 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-15 |
Jakub Jelinek | lower-bitint: Ensure we don't get coalescing ICEs for... 2024-02-15 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-14 |
Jakub Jelinek | testsuite: Add %[zt][diox] tests to gcc.dg/format/ 2024-02-14 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-14 |
Jakub Jelinek | pretty-print: Fix up ptrdiff handling for %tu, %to... 2024-02-14 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-13 |
Jakub Jelinek | libgcc: Fix UB in FP_FROM_BITINT 2024-02-13 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-13 |
Jakub Jelinek | hwint: Fix up preprocessor conditions for GCC_PRISZ... 2024-02-13 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-12 |
Jakub Jelinek | lower-bitint: Fix handle_cast when used e.g. in comparisons... 2024-02-12 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-12 |
Jakub Jelinek | attribs: Don't canonicalize lookup_scoped_attribute_spec... 2024-02-12 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-12 |
Jakub Jelinek | gengtype: Use HOST_SIZE_T_PRINT_UNSIGNED in another... 2024-02-12 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-12 |
Jakub Jelinek | testsuite: Fix up gcc.dg/pr113693.c for ia32 2024-02-12 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-12 |
Jakub Jelinek | libiberty: Fix up libiberty_vprintf_buffer_size 2024-02-12 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-10 |
Jakub Jelinek | lower-bitint: Fix up .{ADD,SUB}_OVERFLOW lowering 2024-02-10 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-10 |
Jakub Jelinek | libgcc: Fix a bug in _BitInt -> dfp conversions 2024-02-10 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-10 |
Jakub Jelinek | libgcc: Fix BIL_TYPE_SIZE == 32 support in _BitInt... 2024-02-10 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-10 |
Jakub Jelinek | gimple-low: Fix up handling of volatile automatic vars... 2024-02-10 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-10 |
Jakub Jelinek | Add %[zt][diox] support to pretty-print 2024-02-10 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-10 |
Jakub Jelinek | Use HOST_SIZE_T_PRINT_* and HOST_WIDE_INT_T_PRINT_... 2024-02-10 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-09 |
Jakub Jelinek | lower-bitint: Fix handling of VIEW_CONVERT_EXPRs to... 2024-02-09 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-09 |
Jakub Jelinek | hwint: Introduce HOST_SIZE_T_PRINT_* 2024-02-09 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-09 |
Jakub Jelinek | expand: Fix asm goto expansion [PR113415] 2024-02-09 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-09 |
Jakub Jelinek | lower-bitint: Fix up additions of EH edges [PR113818] 2024-02-09 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-09 |
Jakub Jelinek | lower-bitint: Attempt not to emit always true conditions... 2024-02-09 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-07 |
Jakub Jelinek | range-op: Fix up ABSU_EXPR handling [PR113756] 2024-02-06 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-07 |
Jakub Jelinek | wide-int: Fix mul_internal overflow handling [PR113753] 2024-02-07 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-06 |
Jakub Jelinek | c++: Disallow this specifier except for parameter declaratio... 2024-02-06 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-06 |
Jakub Jelinek | aarch64: Fix build against libc++ in c++11 mode [PR113763] 2024-02-06 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-06 |
Jakub Jelinek | asan: Don't fold some strlens with -fsanitize=address... 2024-02-06 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-06 |
Jakub Jelinek | lower-bitint: Encode address space qualifiers in VIEW_CONVER... 2024-02-06 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-06 |
Jakub Jelinek | tree-ssa-math-opts: Fix up convert_{mult,plusminus... 2024-02-06 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-05 |
Jakub Jelinek | contrib: Fill in HOST{CC,CFLAGS,CXX,CXXFLAGS} in test_installed 2024-02-05 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-05 |
Jakub Jelinek | c: Avoid ICE with _BitInt(N) : 0 bitfield [PR113740] 2024-02-05 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-05 |
Jakub Jelinek | lower-bitint: Remove single label _BitInt switches... 2024-02-05 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-05 |
Jakub Jelinek | i386: Clear REG_UNUSED and REG_DEAD notes from the... 2024-02-05 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-03 |
Jakub Jelinek | wide-int: Fix up wi::bswap_large [PR113722] 2024-02-03 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-03 |
Jakub Jelinek | ggc-common: Fix save PCH assertion 2024-02-03 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-02 |
Jakub Jelinek | libgcc: Fix up _BitInt division [PR113604] 2024-02-02 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-02 |
Jakub Jelinek | libgcc: Export XF, TF, HF and BFmode specific _BitInt... 2024-02-02 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-02 |
Jakub Jelinek | testsuite: Add another bitint testcase [PR113691] 2024-02-02 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-02 |
Jakub Jelinek | lower-bitint: Handle casts from large/huge _BitInt... 2024-02-02 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-02 |
Jakub Jelinek | lower-bitint: Handle uninitialized large/huge SSA_NAMEs... 2024-02-02 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
2024-02-02 |
Jakub Jelinek | tree-ssa-math-opts: Fix is_widening_mult_rhs_p - unbreak... 2024-02-02 Jakub Jelinek <jakub@redhat.com>
|
commit | commitdiff | tree |
next |