aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-08-01c: improvements to address space diagnosticsDavid Malcolm3-8/+66
2022-08-01docs: fix copy&paste error in -Wanalyzer-putenv-of-auto-varDavid Malcolm1-1/+1
2022-08-01PR target/106481: Handle CONST_WIDE_INT in REG_EQUAL during STV on x86_64.Roger Sayle2-2/+26
2022-08-01x86: Add ix86_ifunc_ref_local_okH.J. Lu4-9/+50
2022-08-01btf: emit linkage information in BTF_KIND_FUNC entriesJose E. Marchesi6-4/+40
2022-08-01openmp-simd-clone: Match shift typesAndrew Stubbs1-1/+9
2022-08-01match.pd: Add new division pattern [PR104992]Sam Feifer3-0/+93
2022-08-01Cleanups to frange.Aldy Hernandez2-67/+105
2022-08-01const_tree conversion of vrange::supports_*Aldy Hernandez2-11/+11
2022-08-01Make irange dependency explicit for range_of_ssa_name_with_loop_info.Aldy Hernandez1-5/+5
2022-08-01Daily bump.GCC Administrator6-1/+90
2022-07-31Add rotl64ti2_doubleword pattern to i386.mdRoger Sayle1-0/+20
2022-07-31PR target/106450: Tweak timode_remove_non_convertible_regs on x86_64.Roger Sayle2-20/+40
2022-07-31Fortran: detect blanks within literal constants in free-form mode [PR92805]Harald Anlauf5-23/+65
2022-07-31Fortran: fix invalid rank error in ASSOCIATED when rank is remapped [PR77652]Harald Anlauf3-2/+71
2022-07-31c++: Fix location for -Wunused-macros [PR66290]Lewis Hyatt5-9/+19
2022-07-30c++: constexpr, empty base after non-empty [PR106369]Jason Merrill2-1/+33
2022-07-31Daily bump.GCC Administrator2-1/+12
2022-07-30libgo: use SYS_timer_settime32Ian Lance Taylor1-1/+1
2022-07-29xtensa: Fix conflicting hard regno between indirect sibcall fixups and EH_RET...Takayuki 'January June' Suwa1-5/+5
2022-07-29xtensa: Add RTX costs for if_then_elseTakayuki 'January June' Suwa1-0/+1
2022-07-30Daily bump.GCC Administrator5-1/+84
2022-07-29amdgcn: 64-bit vector shiftsAndrew Stubbs1-8/+10
2022-07-29amdgcn: 64-bit notAndrew Stubbs1-0/+20
2022-07-29OpenMP/Fortran: Permit assumed-size arrays in uniform clauseTobias Burnus2-1/+32
2022-07-29tree-optimization/105679 - disable backward threading of unlikely entryRichard Biener1-0/+9
2022-07-29tree-optimization/106422 - verify block copying in forward threadingRichard Biener2-1/+17
2022-07-29openmp: Reject invalid forms of C++ #pragma omp atomic compare [PR106448]Jakub Jelinek2-1/+17
2022-07-29openmp: Fix up handling of non-rectangular simd loops with pointer type itera...Jakub Jelinek1-18/+39
2022-07-29openmp: Simplify fold_build_pointer_plus callers in omp-expandJakub Jelinek1-36/+15
2022-07-29LoongArch: Define the macro ASM_PREFERRED_EH_DATA_FORMAT by checking the asse...Lulu Cheng4-1/+54
2022-07-29Use CONVERT_EXPR_CODE_PRichard Biener1-1/+1
2022-07-29Avoid vect_get_vector_types_for_stmtRichard Biener1-4/+2
2022-07-29Daily bump.GCC Administrator5-1/+167
2022-07-28analyzer: new warning: -Wanalyzer-putenv-of-auto-var [PR105893]David Malcolm6-0/+251
2022-07-28analyzer: add CWE identifier URLs to docsDavid Malcolm3-5/+47
2022-07-28analyzer: expand the comment in region.hDavid Malcolm1-21/+31
2022-07-28jit: update docs to reflect .c to .cc renamingDavid Malcolm1-2/+1
2022-07-28doc: Clarify FENV_ACCESS pragma semantics WRT `-ftrapping-math'Maciej W. Rozycki2-2/+9
2022-07-28RISC-V: Split unordered FP comparisons into individual RTL insnsMaciej W. Rozycki13-33/+180
2022-07-28middle-end/106457 - improve array_at_struct_end_p for array objectsRichard Biener1-0/+4
2022-07-28gimple, internal-fn: Add IFN_TRAP and use it for __builtin_unreachable [PR106...Jakub Jelinek5-1/+31
2022-07-28jit,docs: shorten assembly outputMartin Liška5-7/+7
2022-07-28jit,docs: remove :ref:`modindex`marxin1-1/+0
2022-07-28jit,docs: use :expr:`type *` for pointers to a typemarxin13-45/+45
2022-07-28jit,docs: use list-table instead of fixed tablemarxin6-143/+270
2022-07-28jit,docs: compact function declarationsmarxin1-28/+14
2022-07-28jit,docs: various fixesmarxin6-27/+28
2022-07-28jit,docs: replace c:type:`int_type` with :expr:`int_type`marxin4-9/+9
2022-07-28jit,docs: use enum directive for enumeral typesmarxin6-18/+14