1. 0081ca6 libgccjit: Fix UB in gcc_jit_context_new_array_constructor by Antoni Boucher · 7 weeks ago master
  2. 8cdf7b8 fixup! Some fixes and workaround for aarch64 by Antoni Boucher · 9 weeks ago master-8cdf7b83c2577a11650cb6da94be709fb890203e master-8cdf7b83c2577a11650cb6da94be709fb890203e.8cdf7b
  3. f432fa5 Update patch to disable 128-bit integers in tests by winstonallo · 2 months ago
  4. 782a085 libgccjit: Add a function to check if LTO is supported by Antoni Boucher · 3 months ago
  5. 7206cfe Disable LTO check that makes LTO failing in some cases by Antoni Boucher · 3 months ago
  6. 61afb0a Do not call host_detect_local_cpu when cross-compiling by antoyo · 3 months ago
  7. c12fd19 Add `lvalue::set_name` (#78) by Guillaume Gomez · 5 months ago
  8. 4dab46b gcc/jit/ChangeLog: (#77) by Guillaume Gomez · 5 months ago
  9. 5f05089 Added support for setting TREE_ADDRESSABLE (#76) by Fractal Fir(Michał Kostrubiec) · 6 months ago
  10. 2404781 Compile GCC on Ubuntu ARM by Antoni Boucher · 6 months ago
  11. 42a0cda libgccjit: Don't abort on fatal errors by Antoni Boucher · 6 months ago
  12. 2e89e70 Fix get_size for long double by Antoni Boucher · 9 months ago
  13. 56703c3 Use rust-lang mirror for downloading GCC dependencies by Jakub Beránek · 9 months ago
  14. a0d768d libgccjit: Add support for the x87 CPU feature by Antoni Boucher · 10 months ago
  15. eaa0810 libgccjit: Add the function attributes for setting the ABI by Antoni Boucher · 11 months ago
  16. 1dd0330 libgccjit: Fix for -fanalyzer used in libgccjit by Antoni Boucher · 1 year, 9 months ago
  17. c6beb3d libgccjit: Fix infinite recursion in gt_ggc_mx_lang_tree_node by Antoni Boucher · 11 months ago
  18. 7604ba2 libgccjit: Allow casts between integers and pointers by Antoni Boucher · 1 year ago
  19. c7de742 libgccjit: Allow sending a const pointer as argument by Antoni Boucher · 3 years, 7 months ago
  20. db5bc73 jit: Fix volatile loads and stores by Martin Rodriguez Reboredo · 2 years ago
  21. bec8c74 Fix licenses by Guillaume Gomez · 1 year, 5 months ago
  22. ec76874 Handle missing types in jit_langhook_type_for_mode by Antoni Boucher · 1 year, 3 months ago
  23. 9f9df1d Add support for the weak variable attribute by Antoni Boucher · 1 year, 4 months ago
  24. 1da1f15 Add `gcc_jit_rvalue_set_type` by Guillaume Gomez · 1 year, 8 months ago
  25. 3207577 Fix is_same_type_as for vector type by Robert Zakrzewski · 1 year, 6 months ago
  26. 28c2b31 libgccjit: Add support for Aarch64 CPU features by Antoni Boucher · 1 year, 8 months ago
  27. 941bf88 Make is_same_type_as() supporting floating point types. Improve type comparision by Robert Zakrzewski · 1 year, 8 months ago
  28. e35b10a Some fixes and workaround for aarch64 by Antoni Boucher · 1 year, 8 months ago
  29. d2e8eb8 Add git_jit_type_is_floating_point() function by Robert Zakrzewski · 1 year, 8 months ago
  30. 39eb032 Add _Float16, _Float32, _Float64 and __float128 support for jit by Robert Zakrzewski · 1 year, 9 months ago
  31. c5dd94c feat(gccjit): Allow set_loccation to various classes by tempdragon · 1 year, 10 months ago
  32. 1efb33f libgccjit: Do not treat warnings as errors by Antoni Boucher · 1 year, 11 months ago
  33. 0003935 Fix get_size of size_t by Antoni Boucher · 2 years, 2 months ago
  34. a178bfc Make new_array_type take unsigned long by Antoni Boucher · 2 years, 10 months ago
  35. 15a492c Fix bug related to the personality function by Antoni Boucher · 2 years, 8 months ago
  36. f4d1b90 Add support for try/catch by Antoni Boucher · 3 years, 2 months ago
  37. 29e9f5a Add support for packed struct by Antoni Boucher · 3 years, 9 months ago
  38. 8a3eb54 Distribute version without 128-bit integers by Antoni Boucher · 1 year, 10 months ago
  39. bb23027 Build and upload artifact on GitHub Actions by Antoni Boucher · 4 years, 7 months ago
  40. 65b6d37 libstdc++: Remove unused config/cpu/i486/atomicity.h file by Jonathan Wakely · 3 months ago
  41. bca9dd1 libstdc++: Remove unused config/cpu/cris/atomicity.h file [PR122172] by Jonathan Wakely · 3 months ago
  42. 152f4da libstdc++: Fix allocator propagation and tests for std::indirect and std::polymorphic by Jonathan Wakely · 3 months ago
  43. 0c08471 Update to Unicode 17.0.0 by Jakub Jelinek · 3 months ago
  44. d77b548 c++: clobber non-placement new by Jason Merrill · 3 months ago
  45. d52a81f Regenerate gcc/configure by Antoni Boucher · 3 months ago
  46. 43f524c libstdc++: Fix type in computation of _M_weekday_index. by Tomasz Kamiński · 3 months ago
  47. 8b6a18e x86-64: mingw: Pass and return _Float16 in vector registers [PR115054] by Trevor Gross · 3 months ago
  48. 9e2db0f libstdc++: Add missing include to std/time/format/format.cc by Jonathan Wakely · 3 months ago
  49. 055c6cc Add boolean pattern for bitwise ops by Richard Biener · 3 months ago
  50. 94f203a Check non-strictly vect_internal_def internal defs in integer_type_for_mask by Richard Biener · 3 months ago
  51. 8ba0bb5 Adjust g++.dg/vect/pr64410.cc scan by Richard Biener · 3 months ago
  52. e269268 libstdc++: Implement submdspan_mapping_result. [PR110352] by Luc Grosheintz · 3 months ago
  53. 15498d5 libstdc++: Implement full_extent_t. [PR110352] by Luc Grosheintz · 3 months ago
  54. 6106166 libstdc++: Implement strided_slice from <mdspan>. [PR110352] by Luc Grosheintz · 3 months ago
  55. 5733ece libstdc++: Improve and cleanup mdspan related code. by Luc Grosheintz · 3 months ago
  56. 6b999bf Do not expect 8 byte vectorization with ia32 by Richard Biener · 3 months ago
  57. bfd41ad libstdc++: Implement std::layout_right_padded [PR110352]. by Luc Grosheintz · 3 months ago
  58. 8c71d18 libstdc++: Implement std::layout_left_padded [PR110352]. by Luc Grosheintz · 3 months ago
  59. c5bee7e Add missing menu item for JIT Language and ABI by Richard Biener · 3 months ago
  60. d78bd76 c: Fix i386 target attribute regression [PR 122180] by Alfie Richards · 3 months ago
  61. bb22f7d gimplify: Fix up __builtin_c[lt]zg gimplification [PR122188] by Jakub Jelinek · 3 months ago
  62. 7fb8339 testsuite: Fix up pr121987.c testcase for ilp32 [PR121206] by Jakub Jelinek · 3 months ago
  63. 3996158 Fortran: Fix PDT parameter substitution [PR93175,PR102240,PR102686] by Paul Thomas · 3 months ago
  64. 81aa79e Fixup store bool pattern by Richard Biener · 3 months ago
  65. 82a865f tree-optimization/105490 - improve COND_EXPR bool pattern by Richard Biener · 3 months ago
  66. 2a54db2 libgccjit: Add ability to get CPU features by Antoni Boucher · 9 months ago
  67. 491cae7 Daily bump. by GCC Administrator · 3 months ago
  68. 84b4687 c: Implement C2y handling of incomplete tentative definitions [PR26581] by Joseph Myers · 3 months ago
  69. 3dcf341 libbid: Set rounding mode to round-to-nearest for _Decimal128 arithmetic by H.J. Lu · 4 months ago
  70. f4b60fe c++: new-expr clobber of constant-size array by Jason Merrill · 3 months ago
  71. 8b5d577 docs: Add documentation for TARGET_HAS_FMV_TARGET_ATTRIBUTE macro by Alfie Richards · 4 months ago
  72. 3cbd43d AVR: target/122187 - Don't clobber recog_data.operand[] in insn out. by Georg-Johann Lay · 3 months ago
  73. 26ada8f all: Fix "specifc", "costant" and "constat" typos in comments by Jonathan Wakely · 3 months ago
  74. 62631c3 [PATCH] RISC-V: Detect wrap in shuffle_series_pattern [PR121845]. by Robin Dapp · 3 months ago
  75. 34ef2ee [PATCH] RISC-V: Fix slide pattern recognition [PR122124] by Raphael Moreira Zinsly · 3 months ago
  76. 05d3dd6 Fortran: Fix ICE in pdt_1[3-5].f03 with -fcheck=all [PR102901] by Paul Thomas · 3 months ago
  77. a06d127 libstdc++: Initialize local variable in __gnu_cxx::rope by Jonathan Wakely · 3 months ago
  78. 2f39931 libstdc++: Fix -Wparentheses warning in std::mul_sat by Jonathan Wakely · 3 months ago
  79. 20bf909 libstdc++: Fix -Wmaybe-uninitialized warning in another test by Jonathan Wakely · 3 months ago
  80. 5dce50b libstdc++: Suppress -Wpessimizing-move warnings in shared_ptr tests by Jonathan Wakely · 3 months ago
  81. 9af9532 libstdc++: Fix -Wreorder warning in std::philox_engine by Jonathan Wakely · 3 months ago
  82. 3f2a291 libstdc++: Fix -Wformat warning in std::string by Jonathan Wakely · 3 months ago
  83. bb23a04 Revert "Ada: Remove useless Makefile variable" by Eric Botcazou · 3 months ago
  84. d3e963d match: Extend `-(a ptrdiff b)` pattern by allowing a nop conversion between the neg and ptrdiff [PR121921] by Andrew Pinski · 3 months ago
  85. decd427 phiopt/cselim: Improve cselim-limited to commonalize all stores [PR122083] by Andrew Pinski · 3 months ago
  86. 9242a89 x86: Swap %edx/%rdx with %eax/%rax for PR middle-end/122122 by H.J. Lu · 3 months ago
  87. f7b0636 Daily bump. by GCC Administrator · 3 months ago
  88. b667503 cselim: Don't create a phi node if the rhs side are the same [PR122155] by Andrew Pinski · 3 months ago
  89. e3a05e0 AVR/LibF7: Implement sincos. by Georg-Johann Lay · 3 months ago
  90. 075310d Update profile in tree-ssa-dce by Jan Hubicka · 3 months ago
  91. e04e815 Fix description of --param auto-profile-bbs by Jan Hubicka · 3 months ago
  92. 13f5a627 If a range's bitmask changes, reflect it in the bounds. by Andrew MacLeod · 3 months ago
  93. 9552178 doc: mention STAGE1_CFLAGS by Sam James · 1 year, 4 months ago
  94. efb3cd6 AVR/LibF7: target/122177 - fix fmin / fmax return value for one NaN arg. by Georg-Johann Lay · 3 months ago
  95. e5731a4 AVR: Speed up IEEE double comparisons. by Georg-Johann Lay · 3 months ago
  96. ad2991b aarch64: Fix ICE when op2 is zero for SVE2 saturating add intrinsics. by Jennifer Schmitz · 4 months ago
  97. 9b102d2 tree-optimization/122131 - do not use re-align load for gathers by Richard Biener · 3 months ago
  98. 8de9c3b ada: Fix handling of Extended_Access with array subtype by Marc Poulhiès · 3 months ago
  99. 022f2ed ada: Implement proper upcasting in more cases by Eric Botcazou · 3 months ago
  100. 17e59ee ada: Fix extended access and memory pool explicit deref by Marc Poulhiès · 3 months ago