]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2021-05-10  Martin LiskaFix genversion linker error.
2021-05-10  Alex Coplanarm: Fix wrong code with MVE V2DImode loads and stores...
2021-05-10  Martin LiskaLTO plugin: use startswith function.
2021-05-10  Martin LiskaCome up with startswith function.
2021-05-10  Martin Liskagcc-changelog: Remove components that will be removed.
2021-05-10  Martin Liskac++: remove redundand NULL check.
2021-05-10  Martin LiskaRemove __cplusplus >= 201103
2021-05-10  Martin LiskaUse genversion to generate version.h.
2021-05-10  Claudiu Zissulescuarc: Improve vector support for ARCv2.
2021-05-10  Claudiu Zissulescuarc: Cleanup simdext.md file
2021-05-10  Claudiu Zissulescuarc: Disable movmisalign patterns when aligned access...
2021-05-10  Claudiu Zissulescuarc: Fix compilation warnings.
2021-05-10  Claudiu Zissulescuarc: Update ctz/clz patterns
2021-05-10  Claudiu Zissulescuarc: Add alternative names for gp and fp registers.
2021-05-10  Claudiu Zissulescuarc: Fix documentation __builtin_arc_sr
2021-05-10  Bernd EdlingerReset prologue_location before calling code_end
2021-05-10  GCC AdministratorDaily bump.
2021-05-09  GCC AdministratorDaily bump.
2021-05-08  Paul ThomasCorrect ChangeLob entries for PR46991
2021-05-08  Paul ThomasFortran: Correct PR number from 46691 [PR46991].
2021-05-08  Eric BotcazouRemove obsolete gcc.dg/sso-9.c
2021-05-08  GCC AdministratorDaily bump.
2021-05-07  Andrew StubbsRevert "amdgcn: disable TImode"
2021-05-07  Andrew StubbsEnsure emit_move_insn operands are valid
2021-05-07  Jonathan Wakelylibstdc++: Fix constraints for rvalue stream insertion...
2021-05-07  Eric BotcazouFix incorrect array bounds with -fgnat-encodings=minima...
2021-05-07  Andrew MacLeodClean up and virtualize the on-entry cache interface.
2021-05-07  Andrew MacLeodWhen searching for non-null, check the dominator tree.
2021-05-07  Andrew MacLeodFix range_on_exit for PHI stmts when there are no other...
2021-05-07  Andrew MacLeodMake TRUE/FALSE edge calculation available without...
2021-05-07  Andrew MacLeodDon't over-allocate switch default range object.
2021-05-07  Andrew MacLeodChange x mod 0 to produce UNDEFINED rather than VARYING.
2021-05-07  Andrew MacLeodEnhance initial global value setting.
2021-05-07  Eric BotcazouDo not apply scalar storage order to pointer fields
2021-05-07  Andrew Stubbsamdgcn: disable TImode
2021-05-07  Jason Merrillc++: reject class lvalues in 'rvalue'
2021-05-07  Jason Merrillc++: avoid non-TARGET_EXPR class prvalues
2021-05-07  Jason Merrillc++: don't call 'rvalue' in coroutines code
2021-05-07  Christophe... tree-optimization/79333 - fold stmts following SSA...
2021-05-07  Jakub Jelineklibcpp: Fix up pragma preprocessing [PR100450]
2021-05-07  Uros Bizjaki386: Implement mmx_pblendv to optimize SSE conditional...
2021-05-07  Tobias BurnusOpenMP: Fix SIMT for complex/float reduction with ...
2021-05-07  Piotr Trojanek[Ada] Robust detection of access-to-subprogram and...
2021-05-07  Bob Duff[Ada] Minor reformattings
2021-05-07  Bob Duff[Ada] Variable-sized node types -- cleanup
2021-05-07  Bob Duff[Ada] Restore nnd capability
2021-05-07  Piotr Trojanek[Ada] Fix link from body protected entry implementation...
2021-05-07  Bob Duff[Ada] Reinitialize Private_Dependents when it is vanishing
2021-05-07  Eric Botcazou[Ada] Replace packed records with integers in low-level...
2021-05-07  Eric Botcazou[Ada] Fix type mismatch warnings during LTO bootstrap #6
2021-05-07  Eric Botcazou[Ada] Fix type mismatch warnings during LTO bootstrap #5
2021-05-07  Eric Botcazou[Ada] Fix type mismatch warnings during LTO bootstrap #4
2021-05-07  Eric Botcazou[Ada] Fix type mismatch warnings during LTO bootstrap #3
2021-05-07  Eric Botcazou[Ada] Fix type mismatch warnings during LTO bootstrap #2
2021-05-07  Eric Botcazou[Ada] Fix type mismatch warnings during LTO bootstrap #1
2021-05-07  Eric Botcazou[Ada] Small cleanup in C header file
2021-05-07  Bob Duff[Ada] Variable-sized node types
2021-05-07  Ed Schonberg[Ada] Spurious error with component of unchecked_union...
2021-05-07  Piotr Trojanek[Ada] Attribute Address is not an interfering context...
2021-05-07  Yannick Moy[Ada] Generate warning for negative literal of a modula...
2021-05-07  Piotr Trojanek[Ada] Cleanup code for flagging object references in...
2021-05-07  Piotr Trojanek[Ada] Remove End_Interp_List from the overloaded resolu...
2021-05-07  Ed Schonberg[Ada] Crash on imported object with deep initialization...
2021-05-07  Gary Dismukes[Ada] Remove some ??? comments
2021-05-07  Arnaud Charlet[Ada] Computation of Shift_Left and large signed values
2021-05-07  Eric Botcazou[Ada] Fix signature mismatch for Defining_Entity
2021-05-07  Justin Squirek[Ada] Implement aspect No_Controlled_Parts
2021-05-07  Eric Botcazou[Ada] Raise Constraint_Error for Compose and Scaling...
2021-05-07  Bob Duff[Ada] Minor efficiency improvement in containers
2021-05-07  Frederic Konrad[Ada] sigtramp: fix powerpc64 against -fPIC
2021-05-07  Claire Dross[Ada] Move Has_Inferable_Discriminants to Sem_Util
2021-05-07  Ed Schonberg[Ada] Spurious error on protected call in inherited...
2021-05-07  Uros Bizjaki386: Do not emit mask compares for mode sizes < 16...
2021-05-07  Jakub Jelineki386: Fix up 8-byte vcond* with -mxop [PR100445]
2021-05-07  GCC AdministratorDaily bump.
2021-05-06  Joseph Myerspreprocessor: Fix pp-number lexing of digit separators...
2021-05-06  Jonathan Wakelylibstdc++: Improve static assert messages
2021-05-06  Martin Jamboripa-sra: Do not bail out when callers cannot be cloned
2021-05-06  Tom Tromeygo: use htab_eq_string in godump
2021-05-06  Tom Tromeygcc: use htab_eq_string
2021-05-06  Tom Tromeylibiberty: add htab_eq_string
2021-05-06  Bernd EdlingerAdd line debug info for virtual thunks
2021-05-06  Eric BotcazouFix PR testsuite/100454
2021-05-06  Robin Dapptestsuite: Add s390 to vect_*_cvt checks.
2021-05-06  Robin Dapptestsuite: Add vect_floatint_cvt to gcc.dg/vect/pr56541.c
2021-05-06  Paul ThomasFortran: Assumed and explicit size class arrays [PR4669...
2021-05-06  Patrick Palkalibstdc++: Implement LWG 3533 changes to foo_view:...
2021-05-06  Patrick Palkalibstdc++: Implement LWG 3391 changes to move/counted_i...
2021-05-06  Richard Bienerrefactor SSA rewriting timevars
2021-05-06  Jonathan Wakelylibstdc++: Fix definition of std::remove_cvref_t
2021-05-06  Jonathan WakelyRevert "libstdc++: Use unsigned char argument to std...
2021-05-06  Jakub Jelinekphiopt: Use gphi *phi instead of gimple *phi some more
2021-05-06  Richard BienerAvoid update_ssa quadraticness in loop splitting
2021-05-06  Richard BienerFix IPA SRA removal of DECL_BY_REFERENCE return
2021-05-06  Christophe... testsuite: gcc.c-torture/execute/ieee/cdivchkld.c needs...
2021-05-06  Marius HillenbrandIBM Z: Fix error checking for builtin vec_permi
2021-05-06  Jakub Jelinekphiopt: Optimize (x <=> y) cmp z [PR94589]
2021-05-06  Richard Bieneripa/100373 - fix emutls lowering compare-debug issue
2021-05-06  Javier Miranda[Ada] ACATS 4.1R-c611a04: Class-wide preconditions...
2021-05-06  Piotr Trojanek[Ada] Avoid repeated analysis of constraint ranges
next