aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-27RISC-V: splitter to generate high bit set for -0.0devel/vineetg/optim-double-const-m0Vineet Gupta
2023-07-27RISC-V: Allow later passes to recog() (set mem const_double -0.0)Vineet Gupta
2023-07-27RISC-V: Allow Expand to generate (set mem const_double -0.0)Vineet Gupta
2023-07-27RISC-V: add test case for store -0.0Vineet Gupta
2023-07-27RISC-V: add comment for TARGET_CANNOT_FORCE_CONST_MEMVineet Gupta
2023-07-27RISC-V: rename constraint for DF +0.0 G to G0pVineet Gupta
2023-07-27RISC-V: optim const DF +0.0 store to mem [PR/110748]Vineet Gupta
2023-07-27Implement new RTL optimizations pass: fold-mem-offsets.Manolis Tsamis
2023-07-07Simplify force_edge_cold.Jan Hubicka
2023-07-07Fix some profile consistency testcasesJan Hubicka
2023-07-07Fix epilogue loop profileJan Hubicka
2023-07-07IBM Z: Fix vec_init default expanderJuergen Christ
2023-07-07LRA: Refine reload pseudo classVladimir N. Makarov
2023-07-07A singleton irange has all known bits.Aldy Hernandez
2023-07-07The caller to irange::intersect (wide_int, wide_int) must normalize the range.Aldy Hernandez
2023-07-07Implement value/mask tracking for irange.Aldy Hernandez
2023-07-07x86: slightly correct / simplify *vec_extractv2tiJan Beulich
2023-07-07x86: correct / simplify @vec_extract_hi_<mode> and vec_extract_hi_v32qiJan Beulich
2023-07-07Closing the GCC 10 branchRichard Biener
2023-07-07RISC-V: Fix one bug for floating-point static frmPan Li
2023-07-07RISC-V: Fix one typo of FRM dynamic definitionPan Li
2023-07-07Daily bump.GCC Administrator
2023-07-06libstdc++: Fix fwrite error parameterTianqiang Shuai
2023-07-06Improve profile updates after loop-ch and cunrollJan Hubicka
2023-07-06Improve scale_loop_profileJan Hubicka
2023-07-06Vect: use a small step to calculate induction for the unrolled loop (PR tree-...Hao Liu OS
2023-07-06libstdc++: Document --enable-cstdio=stdio_pure [PR110574]Jonathan Wakely
2023-07-06updat_bb_profile_for_threading TLCJan Hubicka
2023-07-06arc: Update builtin documentationClaudiu Zissulescu
2023-07-06tree-optimization/110556 - tail merging still pre-tuplesRichard Biener
2023-07-06ada: Add specification source files of runtime unitsClaire Dross
2023-07-06ada: Refactor the proof of the Value and Image runtime unitsClaire Dross
2023-07-06ada: Evaluate static expressions in Range attributesViljar Indus
2023-07-06ada: Refer to non-Ada binding limitations in user guideViljar Indus
2023-07-06ada: Reuse code in Is_Fully_Initialized_TypeViljar Indus
2023-07-06ada: Avoid crash in Find_Optional_Prim_OpViljar Indus
2023-07-06ada: Improve error message on violation of SPARK_Mode rulesYannick Moy
2023-07-06ada: Finalization not performed for component of protected typeSteve Baird
2023-07-06tree-optimization/110563 - simplify epilogue VF checksRichard Biener
2023-07-06GGC, GTY: Tighten up a few things re 'reorder' option and stringsThomas Schwinge
2023-07-06GTY: Clean up obsolete parametrized structs remnantsThomas Schwinge
2023-07-06GTY: Clean up obsolete 'bool needs_cast_p' field of 'gcc/gengtype.cc:struct w...Thomas Schwinge
2023-07-06GTY: Repair 'enum gty_token', 'token_names' desynchronizationThomas Schwinge
2023-07-06GTY: Enhance 'string_length' option documentationThomas Schwinge
2023-07-06GTY: Explicitly reject 'string_length' option for (fields in) global variablesThomas Schwinge
2023-07-06GGC: Remove unused 'bool is_string' arguments to 'ggc_pch_{count,alloc,write}...Thomas Schwinge
2023-07-06[Committed] Handle COPYSIGN in dwarf2out.cc's mem_loc_descriptor.Roger Sayle
2023-07-06i386: Update document for inlining rulesHongyu Wang
2023-07-06tree-optimization/110515 - wrong code with LIM + PRERichard Biener
2023-07-06VECT: Fix ICE of variable stride on strieded load/store with SELECT_VL loop c...Ju-Zhe Zhong