]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc
[PATCH] fold x << (n % C) to x << (n & C-1) if C meets power2
[thirdparty/gcc.git] / gcc /
2020-10-19  guojiufu[PATCH] fold x << (n % C) to x << (n & C-1) if C meets...
2020-10-19  Richard BienerSimplify comparison GIMPLE IL verification
2020-10-19  GCC AdministratorDaily bump.
2020-10-18  Alexandre Olivarevamp ada.numerics.aux
2020-10-18  Harald AnlaufPR libfortran/97063 - Wrong result for vector (step...
2020-10-18  GCC AdministratorDaily bump.
2020-10-17  David Edelsohntestsuite: simplify target requirements for various...
2020-10-17  David Edelsohntestsuite: Enable builtins-3-p9.c on BE targets.
2020-10-17  GCC AdministratorDaily bump.
2020-10-17  David Edelsohntestsuite: remove explicit -m32/-m64 from testcases
2020-10-16  Harald AnlaufPR fortran/95979 - ICE in get_kind, at fortran/simplify...
2020-10-16  Andrew MacLeod[PATCH] Don't display ranges for dead ssa-names.
2020-10-16  Andrew MacLeodpointer_plus [0, 0] + const folding
2020-10-16  Andrew MacLeodDon't invoke range_of_expr multiple times.
2020-10-16  Andrew MacLeodDon't assert on a negative shift.
2020-10-16  Nathan Sidwellc++: Fix nullptr deref [pr97460[
2020-10-16  Nathan Sidwellc++: Fix null deref at EOF [PR96258]
2020-10-16  Olivier HainqueFix the vxworks crtstuff handling of kernel/rtp variations
2020-10-16  Olivier HainqueAllow self configured definition of _WRS_VXWORKS_MAJOR
2020-10-16  Srinath Parvathaneniarm: Fix the warning -mcpu=cortex-m55 conflicting with...
2020-10-16  Richard BienerAdjust BB vectorization SLP build heuristics
2020-10-16  Srinath Parvathaneniarm: Fix wrong code generated for mve scatter store...
2020-10-16  Jan HubickaFix modref-4.c testcase
2020-10-16  Kito ChengRISC-V: Handle implied extension in multilib-generator
2020-10-16  Richard BienerRefactor vect_get_and_check_slp_defs some more
2020-10-16  Martin LiskaIPA: compare VRP types.
2020-10-16  Piotr Trojanek[Ada] Assorted style cleanups
2020-10-16  Arnaud Charlet[Ada] Preelaborate rules not fully enforced
2020-10-16  Ghjuvan Lacambre[Ada] Implement expansion of CUDA_Execute pragma
2020-10-16  Bob Duff[Ada] Ada2020: parsing of qualified exprs with new...
2020-10-16  Javier Miranda[Ada] Crash in generic renaming declaration of child...
2020-10-16  Bob Duff[Ada] Remove non-ASCII character
2020-10-16  Ed Schonberg[Ada] Attribute Img on derived types
2020-10-16  Ed Schonberg[Ada] Attribute Img on derived types
2020-10-16  Arnaud Charlet[Ada] Ada2020: AI12-0129 Make protected objects more...
2020-10-16  Arnaud Charlet[Ada] Clean up in system.ads dependencies during compil...
2020-10-16  Gary Dismukes[Ada] Legal actual type with inherited discriminants...
2020-10-16  Bob Duff[Ada] Remove obsolete workaround regarding array returns
2020-10-16  Arnaud Charlet[Ada] Convert from UTF_16 to UTF_8 fails for large...
2020-10-16  Steve Baird[Ada] Avoid premature finalization of a function result
2020-10-16  Chris Martin[Ada] Constants no longer synchronised if they are...
2020-10-16  Arnaud Charlet[Ada] Finalization of uninitialized object with build...
2020-10-16  Piotr Trojanek[Ada] Detect qualified type names for AI12-0027
2020-10-16  Arnaud Charlet[Ada] Relax too strong assertions
2020-10-16  Ed Schonberg[Ada] Improvements to implementation of Ada_2020 attrib...
2020-10-16  Arnaud Charlet[Ada] Reduce use of primary stack on string concatenation
2020-10-16  Ed Schonberg[Ada] Spurious visibility error on Declare_Expression...
2020-10-16  Eric Botcazou[Ada] Use new Max_Integer_Size attribute in system...
2020-10-16  Arnaud Charlet[Ada] Remove support for -gnatP and pragma Polling
2020-10-16  Piotr Trojanek[Ada] Unique itypes names for unconstrained array objec...
2020-10-16  Piotr Trojanek[Ada] Cleanup related to itypes for unconstrained objec...
2020-10-16  Yannick Moy[Ada] SPARK: update for effectively volatile types...
2020-10-16  Gary Dismukes[Ada] GNAT-LLVM unnesting issues in elaboration code
2020-10-16  Arnaud Charlet[Ada] Crash when specifying an abstract subprogram...
2020-10-16  Piotr Trojanek[Ada] Fix documentation of No_Local_Timing_Events
2020-10-16  Eric Botcazou[Ada] Add Max_Integer_Size attribute and couple of...
2020-10-16  Richard Bienertree-optimization/97428 - split SLP groups for loop...
2020-10-16  GCC AdministratorDaily bump.
2020-10-15  Ian Lance Taylorcompiler: don't export function type parameter names
2020-10-15  Nikhil Beneschruntime: use correct types in __go_ptrace shim
2020-10-15  Nikhil Beneschlibgo: correct Makefile typo in path to x/net/route...
2020-10-15  Ian Lance Taylorcompiler: export type for string and bool constants
2020-10-15  David Edelsohntestsuite: Fix some endianness bugs in p9 runnable...
2020-10-15  Jason Merrillc++: Fix [[deprecated]] and implicit operator==. [PR97358]
2020-10-15  David Edelsohntestsuite: Add appropriate target requirements to P9...
2020-10-15  Marek Polacekc++: Improve printing of pointers-to-members [PR97406...
2020-10-15  Tom de Vries[nvptx, testsuite] Xfail stack atomics
2020-10-15  Andre VehreschildFix fndecl's for fortran coarray calls.
2020-10-15  Tom de Vries[nvptx] Remove -m32
2020-10-15  Jan HubickaFix toplevel comment of attr-fnspec.h
2020-10-15  Richard Bienerfix TARGET_MEM_REF dumping
2020-10-15  Jan HubickaAlso accept symbols in other partition in symtab_node...
2020-10-15  Richard BienerFix ICE in vectorizable_live_operation
2020-10-15  Arnaud Charlet[Ada] Spurious visibility on private with package
2020-10-15  Arnaud Charlet[Ada] Wrong use of Scope_Depth_Value
2020-10-15  Javier Miranda[Ada] Ada2020: AI12-0003 Specifying the standard storag...
2020-10-15  Javier Miranda[Ada] Cleanup definition of Might_Have_Tasks
2020-10-15  Steve Baird[Ada] Get finalization right when a function returns...
2020-10-15  Ed Schonberg[Ada] Crash on subtype of fixed-point type
2020-10-15  Piotr Trojanek[Ada] Fix access to uninitialized global variable when...
2020-10-15  Piotr Trojanek[Ada] Cleanup defensive guards for Null_Exclusion_Present
2020-10-15  Piotr Trojanek[Ada] Bring defensive guard for Null_Exclusion_Present...
2020-10-15  Piotr Trojanek[Ada] Explain predicate function not being inherited...
2020-10-15  Piotr Trojanek[Ada] Adjust style in support for CUDA_Execute pragma
2020-10-15  Piotr Trojanek[Ada] Avoid unnecessary (re)assignments in Make_Info
2020-10-15  Piotr Trojanek[Ada] Remove excessive defensive calls to Is_Type
2020-10-15  Arnaud Charlet[Ada] Code cleanup
2020-10-15  Bob Duff[Ada] Remove obsolete DSP comment
2020-10-15  Boris Yakobowski[Ada] Do not expand 'Initialized in codepeer mode
2020-10-15  Arnaud Charlet[Ada] Assert failure on incorrect code
2020-10-15  Arnaud Charlet[Ada] Double evaluation of predicate
2020-10-15  Eric Botcazou[Ada] Do not use maximal values from System in runtime...
2020-10-15  Piotr Trojanek[Ada] Simplify membership tests with N_Entity subtype
2020-10-15  Piotr Trojanek[Ada] Refine type from Nat to Pos in Make_Index
2020-10-15  Piotr Trojanek[Ada] Fix range check on constrained array with expande...
2020-10-15  Arnaud Charlet[Ada] Add support for compile time evaluation of Shift_...
2020-10-15  Bob Duff[Ada] Ada2020: AI12-0180 Using subprograms and entries...
2020-10-15  Arnaud Charlet[Ada] Warn on unknown aspect
2020-10-15  Arnaud Charlet[Ada] Complete support for static intrinsic functions
2020-10-15  Ed Schonberg[Ada] Ada_2020: Add aspect Aggregate to standard contai...
next