public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/wschmidt/heads/builtins10] (56 commits) rs6000: Enable the new builtin support
@ 2021-04-01 19:46 William Schmidt
  0 siblings, 0 replies; 2+ messages in thread
From: William Schmidt @ 2021-04-01 19:46 UTC (permalink / raw)
  To: gcc-cvs

The branch 'wschmidt/heads/builtins10' was updated to point to:

 7971b320acb... rs6000: Enable the new builtin support

It previously pointed to:

 0a1f7d27569... rs6000: **squash me**

Diff:

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

  0a1f7d2... rs6000: **squash me**
  f4a3762... rs6000: **squash me**
  4ef477a... rs6000: **split and squash me**
  61bece8... rs6000: Enable the new builtin support
  14caea3... rs6000: Test case adjustments
  743cf4b... rs6000: Update altivec.h for automated interfaces
  72495f8... rs6000: Debug support
  3405f58... rs6000: Miscellaneous uses of rs6000_builtin_decls_x
  944bba3... rs6000: Update rs6000_builtin_decl
  d96f715... rs6000: Builtin expansion, part 6
  acfcc8e... rs6000: Builtin expansion, part 5
  a806f5f... rs6000: Builtin expansion, part 4
  77bbe60... rs6000: Builtin expansion, part 3
  efe614f... rs6000: Builtin expansion, part 2
  1a0667a... rs6000: Builtin expansion, part 1
  e91e1f3... rs6000: Support for vectorizing built-in functions
  ab5729a... rs6000: Handle gimple folding of target built-ins
  59e2c44... rs6000: Handle overloads during program parsing
  a72c644... rs6000: Always initialize vector_pair and vector_quad nodes
  0f6a34c... rs6000: Add sanity to V2DI_type_node definitions
  1a277ca... rs6000: Darwin builtin support
  b89c7e6... rs6000: Execute the automatic built-in initialization code
  b6f2119... rs6000: Add remaining overloads
  e14a4e2... rs6000: Add Cell builtins
  1e043a9... rs6000: Add miscellaneous builtins
  0501458... rs6000: Add MMA builtins
  756835f... rs6000: Add Power10 builtins
  065f2ee... rs6000: Add more type nodes to support builtin processing
  80a78a5... rs6000: Add Power9 builtins
  83fa702... rs6000: Add power8-vector builtins
  898b6a5... rs6000: Add power7 and power7-64 builtins
  2b6685f... rs6000: Add available-everywhere and ancient builtins
  f7ae33b... rs6000: Add VSX builtins
  e21e6cb... rs6000: Add the rest of the [altivec] stanza to the builtin
  e3189b8... rs6000: Add gengtype handling to the build machinery
  5ecf0ca... rs6000: Incorporate new builtins code into the build machin
  b333d45... rs6000: Write static initializations for overload tables
  7e3305d... rs6000: Write static initializations for built-in table
  c6c531d... rs6000: Write output to the builtins init file, part 3 of 3
  aaec08a... rs6000: Write output to the builtins init file, part 2 of 3
  a5f1d97... rs6000: Write output to the builtins init file, part 1 of 3
  b6bc985... rs6000: Write output to the builtins header file
  043ea7b... rs6000: Parsing of overload input file
  b1861ec... rs6000: Build and store function type identifiers
  9756684... rs6000: Parsing of overload input file
  de9c982... rs6000: Parsing built-in input file, part 3 of 3
  9ee7fad... rs6000: Parsing built-in input file, part 2 of 3
  8946c1e... rs6000: Parsing built-in input file, part 1 of 3
  7c404e9... rs6000: Main function with stubs for parsing and output
  01f061a... rs6000: Red-black tree implementation for balanced tree sea
  584812b... rs6000: Add functions for matching types, part 3 of 3
  91efadc... rs6000: Add functions for matching types, part 2 of 3
  e894bbe... rs6000: Add functions for matching types, part 1 of 3
  f620835... rs6000: Add helper functions for parsing
  84d5e1f... rs6000: Add file support and functions for diagnostic suppo
  3548821... rs6000: Add initial input files
  20fe6f7... rs6000: Add file support and functions for diagnostic suppo
  bf019bf... Support scanning of build-time GC roots in gengtype
  bc82749... Allow targets to specify build dependencies for out_object_


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

  7971b32... rs6000: Enable the new builtin support
  10b66fd... rs6000: Test case adjustments
  7d6993f... rs6000: Update altivec.h for automated interfaces
  dbc34a2... rs6000: Debug support
  dd20348... rs6000: Miscellaneous uses of rs6000_builtin_decls_x
  255a975... rs6000: Update rs6000_builtin_decl
  febb49c... rs6000: Builtin expansion, part 6
  70dae25... rs6000: Builtin expansion, part 5
  ebea7f0... rs6000: Builtin expansion, part 4
  ec38dbf... rs6000: Builtin expansion, part 3
  e84dff7... rs6000: Builtin expansion, part 2
  cfa84ac... rs6000: Builtin expansion, part 1
  5f9c71a... rs6000: Support for vectorizing built-in functions
  0018ad7... rs6000: Handle gimple folding of target built-ins
  1dea74a... rs6000: Handle overloads during program parsing
  3024e53... rs6000: Always initialize vector_pair and vector_quad nodes
  68e36ac... rs6000: Add sanity to V2DI_type_node definitions
  5a12c9b... rs6000: Darwin builtin support
  e5c09d9... rs6000: Execute the automatic built-in initialization code
  18adef0... rs6000: Add remaining overloads
  c2b9607... rs6000: Add Cell builtins
  8d765fd... rs6000: Add miscellaneous builtins
  eb8dcbe... rs6000: Add MMA builtins
  81bf95c... rs6000: Add Power10 builtins
  aba6ac1... rs6000: Add more type nodes to support builtin processing
  eaad4cf... rs6000: Add Power9 builtins
  eb71d54... rs6000: Add power8-vector builtins
  aa8c680... rs6000: Add power7 and power7-64 builtins
  5b7c820... rs6000: Add available-everywhere and ancient builtins
  21d0b59... rs6000: Add VSX builtins
  171e0b1... rs6000: Add the rest of the [altivec] stanza to the builtin
  26a5b5c... rs6000: Add gengtype handling to the build machinery
  5d040a5... rs6000: Incorporate new builtins code into the build machin
  b9d5b3d... rs6000: Write static initializations for overload tables
  25330a6... rs6000: Write static initializations for built-in table
  f135017... rs6000: Write output to the builtins init file, part 3 of 3
  9e37111... rs6000: Write output to the builtins init file, part 2 of 3
  dd148cd... rs6000: Write output to the builtins init file, part 1 of 3
  e472fcd... rs6000: Write output to the builtins header file
  45042ea... rs6000: Parsing of overload input file
  3dbe297... rs6000: Build and store function type identifiers
  8ce366a... rs6000: Parsing of overload input file
  35f12d5... rs6000: Parsing built-in input file, part 3 of 3
  4087ddf... rs6000: Parsing built-in input file, part 2 of 3
  4bac379... rs6000: Parsing built-in input file, part 1 of 3
  2e2e79e... rs6000: Main function with stubs for parsing and output
  13adac3... rs6000: Red-black tree implementation for balanced tree sea
  b262671... rs6000: Add functions for matching types, part 3 of 3
  714be7f... rs6000: Add functions for matching types, part 2 of 3
  fcc6f3e... rs6000: Add functions for matching types, part 1 of 3
  42cb5b7... rs6000: Add helper functions for parsing
  d6e8d3a... rs6000: Add file support and functions for diagnostic suppo
  5a1ac61... rs6000: Add initial input files
  9dbc330... rs6000: Add file support and functions for diagnostic suppo
  8cfd8d2... Support scanning of build-time GC roots in gengtype
  88b97e1... Allow targets to specify build dependencies for out_object_


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc/wschmidt/heads/builtins10] (56 commits) rs6000: Enable the new builtin support
@ 2021-04-02 22:08 William Schmidt
  0 siblings, 0 replies; 2+ messages in thread
From: William Schmidt @ 2021-04-02 22:08 UTC (permalink / raw)
  To: gcc-cvs

The branch 'wschmidt/heads/builtins10' was updated to point to:

 2ef27967ed5... rs6000: Enable the new builtin support

It previously pointed to:

 7971b320acb... rs6000: Enable the new builtin support

Diff:

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

  7971b32... rs6000: Enable the new builtin support
  10b66fd... rs6000: Test case adjustments
  7d6993f... rs6000: Update altivec.h for automated interfaces
  dbc34a2... rs6000: Debug support
  dd20348... rs6000: Miscellaneous uses of rs6000_builtin_decls_x
  255a975... rs6000: Update rs6000_builtin_decl
  febb49c... rs6000: Builtin expansion, part 6
  70dae25... rs6000: Builtin expansion, part 5
  ebea7f0... rs6000: Builtin expansion, part 4
  ec38dbf... rs6000: Builtin expansion, part 3
  e84dff7... rs6000: Builtin expansion, part 2
  cfa84ac... rs6000: Builtin expansion, part 1
  5f9c71a... rs6000: Support for vectorizing built-in functions
  0018ad7... rs6000: Handle gimple folding of target built-ins
  1dea74a... rs6000: Handle overloads during program parsing
  3024e53... rs6000: Always initialize vector_pair and vector_quad nodes
  68e36ac... rs6000: Add sanity to V2DI_type_node definitions
  5a12c9b... rs6000: Darwin builtin support
  e5c09d9... rs6000: Execute the automatic built-in initialization code
  18adef0... rs6000: Add remaining overloads
  c2b9607... rs6000: Add Cell builtins
  8d765fd... rs6000: Add miscellaneous builtins
  eb8dcbe... rs6000: Add MMA builtins
  81bf95c... rs6000: Add Power10 builtins
  aba6ac1... rs6000: Add more type nodes to support builtin processing
  eaad4cf... rs6000: Add Power9 builtins
  eb71d54... rs6000: Add power8-vector builtins
  aa8c680... rs6000: Add power7 and power7-64 builtins
  5b7c820... rs6000: Add available-everywhere and ancient builtins
  21d0b59... rs6000: Add VSX builtins
  171e0b1... rs6000: Add the rest of the [altivec] stanza to the builtin
  26a5b5c... rs6000: Add gengtype handling to the build machinery
  5d040a5... rs6000: Incorporate new builtins code into the build machin
  b9d5b3d... rs6000: Write static initializations for overload tables
  25330a6... rs6000: Write static initializations for built-in table
  f135017... rs6000: Write output to the builtins init file, part 3 of 3
  9e37111... rs6000: Write output to the builtins init file, part 2 of 3
  dd148cd... rs6000: Write output to the builtins init file, part 1 of 3
  e472fcd... rs6000: Write output to the builtins header file
  45042ea... rs6000: Parsing of overload input file
  3dbe297... rs6000: Build and store function type identifiers
  8ce366a... rs6000: Parsing of overload input file
  35f12d5... rs6000: Parsing built-in input file, part 3 of 3
  4087ddf... rs6000: Parsing built-in input file, part 2 of 3
  4bac379... rs6000: Parsing built-in input file, part 1 of 3
  2e2e79e... rs6000: Main function with stubs for parsing and output
  13adac3... rs6000: Red-black tree implementation for balanced tree sea
  b262671... rs6000: Add functions for matching types, part 3 of 3
  714be7f... rs6000: Add functions for matching types, part 2 of 3
  fcc6f3e... rs6000: Add functions for matching types, part 1 of 3
  42cb5b7... rs6000: Add helper functions for parsing
  d6e8d3a... rs6000: Add file support and functions for diagnostic suppo
  5a1ac61... rs6000: Add initial input files
  9dbc330... rs6000: Add file support and functions for diagnostic suppo
  8cfd8d2... Support scanning of build-time GC roots in gengtype
  88b97e1... Allow targets to specify build dependencies for out_object_


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

  2ef2796... rs6000: Enable the new builtin support
  2ad9d18... rs6000: Test case adjustments
  cbf2fca... rs6000: Update altivec.h for automated interfaces
  d063d13... rs6000: Debug support
  79dd522... rs6000: Miscellaneous uses of rs6000_builtin_decls_x
  b80a8db... rs6000: Update rs6000_builtin_decl
  abd9e18... rs6000: Builtin expansion, part 6
  80e3cf2... rs6000: Builtin expansion, part 5
  2ef7b2b... rs6000: Builtin expansion, part 4
  4e58efc... rs6000: Builtin expansion, part 3
  23045be... rs6000: Builtin expansion, part 2
  938b3ee... rs6000: Builtin expansion, part 1
  3d8ae5a... rs6000: Support for vectorizing built-in functions
  9788419... rs6000: Handle gimple folding of target built-ins
  82aeaaf... rs6000: Handle overloads during program parsing
  dc7e698... rs6000: Always initialize vector_pair and vector_quad nodes
  0b7893e... rs6000: Add sanity to V2DI_type_node definitions
  2e15d45... rs6000: Darwin builtin support
  9825182... rs6000: Execute the automatic built-in initialization code
  5d0d37f... rs6000: Add remaining overloads
  e0ff385... rs6000: Add Cell builtins
  79f6ed9... rs6000: Add miscellaneous builtins
  f8c2cd7... rs6000: Add MMA builtins
  a6ddd40... rs6000: Add Power10 builtins
  3b00432... rs6000: Add more type nodes to support builtin processing
  ffa3c97... rs6000: Add Power9 builtins
  b081c1e... rs6000: Add power8-vector builtins
  0b81e6b... rs6000: Add power7 and power7-64 builtins
  c85d693... rs6000: Add available-everywhere and ancient builtins
  364883c... rs6000: Add VSX builtins
  1d161d4... rs6000: Add the rest of the [altivec] stanza to the builtin
  875ad7f... rs6000: Add gengtype handling to the build machinery
  933bd57... rs6000: Incorporate new builtins code into the build machin
  96d8d8d... rs6000: Write static initializations for overload tables
  99253bd... rs6000: Write static initializations for built-in table
  eddb676... rs6000: Write output to the builtins init file, part 3 of 3
  18fc5fb... rs6000: Write output to the builtins init file, part 2 of 3
  c9c0f2d... rs6000: Write output to the builtins init file, part 1 of 3
  5ce2dc2... rs6000: Write output to the builtins header file
  44cb697... rs6000: Write output to the builtin definition include file
  c1bbfd4... rs6000: Build and store function type identifiers
  90cfe8d... rs6000: Parsing of overload input file
  9a7bd49... rs6000: Parsing built-in input file, part 3 of 3
  47f06ab... rs6000: Parsing built-in input file, part 2 of 3
  05b8325... rs6000: Parsing built-in input file, part 1 of 3
  0d63e79... rs6000: Main function with stubs for parsing and output
  11b77a7... rs6000: Red-black tree implementation for balanced tree sea
  7e394be... rs6000: Add functions for matching types, part 3 of 3
  b9ad54e... rs6000: Add functions for matching types, part 2 of 3
  bf5128e... rs6000: Add functions for matching types, part 1 of 3
  80cde44... rs6000: Add helper functions for parsing
  23f125a... rs6000: Add file support and functions for diagnostic suppo
  9f475ec... rs6000: Add initial input files
  384f199... rs6000: Initial create of rs6000-gen-builtins.c
  e3a0571... rs6000: Support scanning of build-time GC roots in gengtype
  b96004b... Allow targets to specify build dependencies for out_object_


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-02 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 19:46 [gcc/wschmidt/heads/builtins10] (56 commits) rs6000: Enable the new builtin support William Schmidt
2021-04-02 22:08 William Schmidt

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).