public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/iains/heads/d-for-darwin] (111 commits) libphobos: Clean up some redundancies
@ 2021-10-15 19:33 Iain D Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2021-10-15 19:33 UTC (permalink / raw)
  To: gcc-cvs

The branch 'iains/heads/d-for-darwin' was updated to point to:

 ee23cfde36e... libphobos: Clean up some redundancies

It previously pointed to:

 d79dd8704d2... libphobos: Clean up some redundancies

Diff:

!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
-------------------------------------------------------------------

  d79dd87... libphobos: Clean up some redundancies
  842c7b2... Darwin D : Disable backtraces for Darwin for now.
  dd75d44... D, Darwin, PPC : Declare support for libphobos.
  7502a35... D, Math, IBM128 : Use GCC builtins  for floor and exp.
  cf31864... D, Math, IBM128 : Placeholder values for constants.
  0b4ba37... D, Darwin, PPC : Implement thread interfaces.
  ccfc6d4... D, Linux : Add implementation for PPC64 init stack.
  71dd136... D, Darwin : Update pthreads sizes.
  87d056b... D, Darwin : Make the Darwin code path more obvious (NFC).
  0f9dbe6... libphobos: Fix broken ucontext implementation, and other sm
  5ee68d9... libphobos: Fix mcontext_t definitions for Darwin
  97d8140... libphobos: Align interface of gcc.sections.osx with gcc.sec
  5a4be72... libphobos: Add more uses of getTargetInfo(osxVersionMin).  
  7306be9... darwin: Implement osxVersionMin for getTargetInfo
  f5f7fae... d: Implement __traits(getTargetInfo)
  fbb0440... d: Don't emit normal functions and declarations when compil
  45e26c6... libphobos: Checkpoint in darwin runtime support


Summary of changes (added commits):
-----------------------------------

  ee23cfd... libphobos: Clean up some redundancies
  0c9d8f0... Darwin D : Disable backtraces for Darwin for now.
  0e4faf4... D, Darwin, PPC : Declare support for libphobos.
  6c1f29b... D, Math, IBM128 : Use GCC builtins  for floor and exp.
  1255dbf... D, Math, IBM128 : Placeholder values for constants.
  9b9b5f5... D, Darwin, PPC : Implement thread interfaces.
  5956494... D, Linux : Add implementation for PPC64 init stack.
  08ff052... D, Darwin : Update pthreads sizes.
  051bb43... D, Darwin : Make the Darwin code path more obvious (NFC).
  abb98ae... libphobos: Fix broken ucontext implementation, and other sm
  5a66758... libphobos: Fix mcontext_t definitions for Darwin
  b095394... libphobos: Align interface of gcc.sections.osx with gcc.sec
  63e1b55... libphobos: Add more uses of getTargetInfo(osxVersionMin).  
  a38344b... darwin: Implement osxVersionMin for getTargetInfo
  6c41c10... d: Implement __traits(getTargetInfo)
  4b56868... d: Don't emit normal functions and declarations when compil
  4e1c600... libphobos: Checkpoint in darwin runtime support
  4aef14b... Darwin: Update specs handling '-r'. (*)
  353cb29... Darwin: Revise handling of some driver opts. (*)
  730f52e... Allow early sets of SSE hard registers from standard_sse_co (*)
  2c564e8... libstdc++: Make non-propagating-cache fully constexpr [PR10 (*)
  ad820b0... libstdc++: Add missing constexpr to std::variant (P2231R1) (*)
  e27771e... libstdc++: Remove try/catch overhead in std::variant::empla (*)
  1ba7ada... libstdc++: Remove unused functions in std::variant implemen (*)
  a01704f... Darwin, D: Fix D bootstrap, include tm-dwarf2.h. (*)
  93ac832... Ranger : Do not process abnormal ssa-names. (*)
  a10794e... openmp: Improve testsuite/libgomp.c/affinity-1.c testcase (*)
  168761a... Consistently use "rG" constraint for copy instruction in mo (*)
  4a0fed0... openmp: Handle OpenMP 5.1 simplified OMP_PLACES syntax (*)
  c057ed9... openmp: Fix up strtoul and strtoull uses in libgomp (*)
  4764049... openmp: Fix up handling of OMP_PLACES=threads(1) (*)
  f3d6437... amdgcn: fix up offload debug linking with LLVM 13 (*)
  cbcba1e... tree-optimization/102752: Fix determining precission of red (*)
  914e917... Make signness explicit in tree-ssa/pr102736.c (*)
  e7ce32c... openmp: Add support for OMP_PLACES=numa_domains (*)
  5809be0... openmp: Add support for OMP_PLACES=ll_caches (*)
  7bfe7d6... Always default to DWARF2_DEBUG if not specified, warn about (*)
  17ffb7a... c/102763 - fix ICE with invalid input to GIMPLE FE (*)
  11a4714... ipa/102762 - fix ICE with invalid __builtin_va_arg_pack ()  (*)
  be072bf... AVX512FP16: Enhance vector shuffle builtins (*)
  147ed01... middle-end/102682 - avoid invalid subreg on the LHS (*)
  575191b... AVX512FP16: Fix ICE for 2 v4hf vector concat (*)
  f757152... AVX512FP16: Fix testcase for complex intrinsic (*)
  1595fe4... c++: instantiate less for constant folding (*)
  5bb1e51... Add target int128 to testcase. (*)
  5d5885c... Daily bump. (*)
  401aaa5... Add ability to use full resolving path solver in the backwa (*)
  0bd6879... Cleanup --params for backward threader. (*)
  d71e1be... Minor cleanups to backward threader. (*)
  4f87d4c... libstdc++: Simplify variant access functions (*)
  373acac... libstdc++: Make filesystem::path(path&&) always noexcept (*)
  04a9b8d... c-family: Support DFP printf/scanf formats for C2X (*)
  b7561b5... libgcc: Add a backchain fallback to _Unwind_Backtrace() on  (*)
  b47490c... Fortran: generate error message for negative elements in SH (*)
  1b115da... Fortran: fix order of checks for the SHAPE intrinsic (*)
  f0b7d4c... Simplification for right shift. (*)
  2c4666f... openmp: Mark declare variant directive in documentation as  (*)
  e19eea3... libiberty: d-demangle: Add test case for function literals (*)
  0555b86... libiberty: d-demangle: add test cases for simple special ma (*)
  724ee5a... openmp, fortran: Add support for OpenMP declare variant dir (*)
  73f34f4... rs6000: Fix memory leak in rs6000_density_test (*)
  1975395... arm: Remove add_stmt_cost hook (*)
  aa62b19... Add forgotten documentation of param ipa-cp-recursive-freq- (*)
  8ececf9... Fix mips testsuite fallout from vectorizer changes (*)
  5e3f888... libstdc++: Fix brainwrong in path::_S_convert(T) [PR102743] (*)
  3d95867... libstdc++: Use more descriptive feature test macro (*)
  62b505a... sve: optimize add reduction patterns (*)
  fecd145... Fix ICE in insert_access. (*)
  27dea0b... Add FIXME note to backward threader. (*)
  ebdf180... Fix predcom-3.c on arc-elf after vectorizer changes (*)
  9b2ad21... tree-optimization/102659 - really avoid undef overflow in i (*)
  4cb5298... Eliminate AUTODETECT_VALUE usage in options. (*)
  6779e9b... aarch64: Fix pointer parameter type in LD1 Neon intrinsics (*)
  a311163... Do not call range_on_path_entry for SSAs defined within the (*)
  d67b22e... Darwin: Update quotes in driver warning messages. (*)
  ff2b92d... ipa-cp: Propagation boost for recursion generated values (*)
  f837785... aarch64: Remove redundant flag_vect_cost_model test (*)
  3d0a727... Add debug helpers for auto_bitmap. (*)
  6e3bfd6... libstdc++: Fix test for feature test macro (*)
  476f305... libstdc++: Add missing constexpr to std::optional (P2231R1) (*)
  ee9fa8a... [Ada] reenable ada83 library unit renaming error (*)
  2f9529f... AVX512FP16: Adjust builtin for mask complex fma (*)
  bd440a8... Adjust testcase for O2 vectorization[Wuninitialized] (*)
  4728afb... Fix TARGET_SOFT_FLOAT patterns in pa.md (*)
  9eb28a0... Daily bump. (*)
  f874a13... libstdc++: Fix regression in memory use when constructing p (*)
  ce55693... libstdc++: Rename files with the wrong extensions (*)
  b83b810... libstdc++: Refactor filesystem::path encoding conversions (*)
  85b24e3... libstdc++: Fix dangling string_view in filesystem::path [PR (*)
  97c3200... x86_64: Some SUBREG related optimization tweaks to i386 bac (*)
  90582eb... ctfc: remove redundant comma in enumerator list (*)
  1456bd4... dwarf2ctf: fix typo in comment (*)
  54fa556... Check to see if null pointer is dereferenceable [PR102630]. (*)
  43ae43f... collect2: Fix missing cleanups. (*)
  5efeaa0... [arm] Fix MVE addressing modes for VLDR[BHW] and VSTR[BHW] (*)
  20995e6... Add support for 32-bit hppa targets in muldi3 expander (*)
  72e0c74... gcov: make profile merging smarter (*)
  489c8f2... Add GSI_LAST_NEW_STMT iterator update (*)
  e415bc4... Fix handling of flag_rename_registers by a target. (*)
  3c0194d... tree-optimization/102659 - avoid undefined overflow after i (*)
  77c7abe... Fortran: dump-parse-tree.c fixes for OpenMP (*)
  c1b6c36... libstdc++: Ensure language linkage of std::__terminate() (*)
  23cd18c... ipa/102714 - IPA SRA eliding volatile (*)
  78fff8a... dwarf2ctf: fix typo in comment (*)
  a124c1b... rs6000/test: Adjust test cases due to O2 vect [PR102658] (*)
  5205598... Daily bump. (*)
  bd6f2c6... c-family: Support format checking C2X %b, %B formats (*)
  76ba473... rs6000: Fix vec_cpsgn parameter order (PR101985) (*)
  4ca446a... Mark certain subdirectories as missing TAGS targets. (*)
  b37351e... i386: Improve workaround for PR82524 LRA limitation [PR8573 (*)
  640ae31... doc: Update MinGW and mingw-64 download links. (*)

(*) This commit already exists in another branch.
    Because the reference `refs/users/iains/heads/d-for-darwin' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-15 19:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15 19:33 [gcc/iains/heads/d-for-darwin] (111 commits) libphobos: Clean up some redundancies Iain D Sandoe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).