public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
[gcc/devel/c++-modules] Merge trunk 35b8d268746
 2020-12-18 13:03 UTC 

[gcc/devel/c++-modules] (152 commits) Merge trunk 35b8d268746
 2020-12-18 13:03 UTC 

[gcc(refs/users/marxin/heads/PR94779-switchconv-part1)] Make switchconv smarter
 2020-12-18 11:59 UTC 

[gcc/marxin/heads/PR94779-switchconv-part1] Make switchconv smarter
 2020-12-18 11:59 UTC 

[gcc(refs/users/marxin/heads/PR94779-switchconv-part1)] Make switchconv smarter
 2020-12-18 11:57 UTC 

[gcc] Created branch 'marxin/heads/PR94779-switchconv-part1' in namespace 'refs/users'
 2020-12-18 11:57 UTC 

[gcc r11-6252] c++: Fix PCH ICE with __builtin_source_location [PR98343]
 2020-12-18  9:08 UTC 

[gcc r11-6251] Go testsuite: handle +build lines correctly
 2020-12-18  5:35 UTC 

[gcc r11-6250] libstdc++: Import MSVC floating-point std::to_chars testcases
 2020-12-18  4:12 UTC 

[gcc r11-6249] libstdc++: Add floating-point std::to_chars implementation
 2020-12-18  4:12 UTC 

[gcc r11-6248] libstdc++: Apply modifications to our local copy of Ryu
 2020-12-18  4:12 UTC 

[gcc r11-6247] libstdc++: Import parts of the Ryu library
 2020-12-18  4:12 UTC 

[gcc r11-6246] c++: More precise tracking of potentially unstable satisfaction
 2020-12-18  3:36 UTC 

[gcc r11-6245] c++: Diagnose self-recursive satisfaction
 2020-12-18  3:36 UTC 

[gcc r11-6244] c++: Diagnose unstable satisfaction
 2020-12-18  3:36 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: Map IEEE 128-bit long double built-in functions
 2020-12-18  1:26 UTC 

[gcc(refs/users/meissner/heads/work030)] Revert patch
 2020-12-18  1:18 UTC 

[gcc r9-9120] Daily bump
 2020-12-18  0:19 UTC 

[gcc r8-10685] Daily bump
 2020-12-18  0:18 UTC 

[gcc r10-9158] Daily bump
 2020-12-18  0:17 UTC 

[gcc r11-6243] Daily bump
 2020-12-18  0:17 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: More bug fixes
 2020-12-17 22:25 UTC 

[gcc(refs/users/meissner/heads/work030)] Update ChangeLog.meissner
 2020-12-17 22:12 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: Map IEEE 128-bit long double built-in functions
 2020-12-17 22:10 UTC 

[gcc r11-6242] arm: Add support for Cortex-A78C
 2020-12-17 21:00 UTC 

[gcc/devel/c++-coroutines] Merge master r11-6240
 2020-12-17 21:00 UTC 

[gcc/devel/c++-coroutines] (86 commits) Merge master r11-6240
 2020-12-17 21:00 UTC 

[gcc r11-6241] rtl-ssa: Fix reg_raw_mode thinko [PR98347]
 2020-12-17 19:31 UTC 

[gcc r11-6240] Update default_estimated_poly_value prototype in targhooks.h
 2020-12-17 19:03 UTC 

[gcc/devel/coarray_native] Sync all for allocation and deallocation of coarrays
 2020-12-17 19:00 UTC 

[gcc/devel/coarray_native] Use __builtin_atomic_thread_fence and implement SYNC_MEMORY
 2020-12-17 19:00 UTC 

[gcc(refs/users/meissner/heads/work030)] Revert patch
 2020-12-17 18:31 UTC 

[gcc r11-6239] doc: Standard library header units
 2020-12-17 18:30 UTC 

[gcc r11-6238] vect, aarch64: Extend SVE vs Advanced SIMD costing decisions in vect_better_loop_vinfo_p
 2020-12-17 18:04 UTC 

[gcc r11-6237] c++: Fix clang problem [PR 98340]
 2020-12-17 17:57 UTC 

[gcc r11-6236] libcody: Allow PIC [PR 98324]
 2020-12-17 17:57 UTC 

[gcc(refs/vendors/ventana/heads/minor-improvements-for-gcc11)] RISC-V: branch-(not)equals-zero compares against $zero
 2020-12-17 17:10 UTC 

[gcc(refs/vendors/ventana/heads/minor-improvements-for-gcc11)] RISC-V: use zero-extending load (lhu) from HImode
 2020-12-17 17:10 UTC 

[gcc(refs/vendors/ventana/heads/minor-improvements-for-gcc11)] RISC-V: fix typo in comment for OUTGOING_REG_PARM_STACK_SPACE
 2020-12-17 17:10 UTC 

[gcc] Created branch 'ventana/heads/minor-improvements-for-gcc11' in namespace 'refs/vendors'
 2020-12-17 17:05 UTC 

[gcc r11-6235] libstdc++: Test errno macros directly for all targets [PR 93151]
 2020-12-17 16:20 UTC 

[gcc r11-6234] libstdc++: Fix condition for gthreads-timed effective-target
 2020-12-17 16:20 UTC 

[gcc(refs/vendors/ventana/heads/Zihintpause)] RISC-V: Zihintpause: add __builtin_riscv_pause
 2020-12-17 16:18 UTC 

[gcc/ventana/heads/Zihintpause] RISC-V: Zihintpause: add __builtin_riscv_pause
 2020-12-17 16:18 UTC 

[gcc r11-6233] arm: Fix bootstrap
 2020-12-17 15:32 UTC 

[gcc(refs/vendors/redhat/heads/gcc-11-branch)] Merge commit 'r11-6232-gc25b504636fec7bf8f181a84af83a52757ba7e89' into redhat/gcc-11-branch
 2020-12-17 15:17 UTC 

[gcc/redhat/heads/gcc-11-branch] (85 commits) Merge commit 'r11-6232-gc25b504636fec7bf8f181a84af83a52757b
 2020-12-17 15:16 UTC 

[gcc(refs/users/ppalka/heads/libstdcxx-floating-to_chars)] libstdc++: Import MSVC floating-point std::to_chars testcases
 2020-12-17 14:43 UTC 

[gcc(refs/users/ppalka/heads/libstdcxx-floating-to_chars)] libstdc++: Add floating-point std::to_chars implementation
 2020-12-17 14:43 UTC 

[gcc(refs/users/ppalka/heads/libstdcxx-floating-to_chars)] libstdc++: Apply modifications to our local copy of Ryu
 2020-12-17 14:43 UTC 

[gcc(refs/users/ppalka/heads/libstdcxx-floating-to_chars)] libstdc++: Import parts of the Ryu library
 2020-12-17 14:43 UTC 

[gcc/ppalka/heads/libstdcxx-floating-to_chars] (1106 commits) libstdc++: Import MSVC floating-point std::to_chars testcas
 2020-12-17 14:43 UTC 

[gcc r11-6232] Fix trap in pointer conversion in op1_range
 2020-12-17 14:38 UTC 

[gcc r11-6231] rtl-ssa: Include memmodel.h before tm_p.h
 2020-12-17 14:35 UTC 

[gcc(refs/vendors/ventana/heads/Zihintpause)] RISC-V: Zihintpause: add __builtin_riscv_pause
 2020-12-17 14:32 UTC 

[gcc/ventana/heads/Zihintpause] (283 commits) [Ada] Performance of CW_Membership
 2020-12-17 14:32 UTC 

[gcc r11-6230] bootstrap: Don't use strsignal [PR 98300]
 2020-12-17 14:07 UTC 

[gcc r11-6229] libstdc++: Fix -Wunused warning
 2020-12-17 14:03 UTC 

[gcc r11-6228] libstdc++: Fix preprocessor condition [PR 98344]
 2020-12-17 14:03 UTC 

[gcc r11-6227] libstdc++: Move std::hash<std::thread::id> to <bits/std_thread.h>
 2020-12-17 14:03 UTC 

[gcc r11-6226] libstdc++: Regenerate autoconf files
 2020-12-17 14:03 UTC 

[gcc r11-6225] bootstrap: Fix some windows issues [PR 98300]
 2020-12-17 14:01 UTC 

[gcc r11-6224] libcody: Remove nop asm
 2020-12-17 13:36 UTC 

[gcc r11-6223] c++tools: Fix up c++tools for --with-gcc-major-version-only
 2020-12-17 13:32 UTC 

[gcc(refs/users/marxin/heads/PR94779-switchconv-smarter)] Make switchconv smarter
 2020-12-17 13:17 UTC 

[gcc] Created branch 'marxin/heads/PR94779-switchconv-smarter' in namespace 'refs/users'
 2020-12-17 13:17 UTC 

[gcc r11-6222] shrink-wrap: Don't put on incoming EDGE_CROSSING [PR98289]
 2020-12-17 12:30 UTC 

[gcc r11-6221] [Ada] Performance of CW_Membership
 2020-12-17 10:52 UTC 

[gcc r11-6220] [Ada] Remove unused subprograms in validsw
 2020-12-17 10:52 UTC 

[gcc r11-6219] [Ada] Remove unused files
 2020-12-17 10:51 UTC 

[gcc r11-6218] [Ada] Code cleanup: remove Old_Requires_Transient_Scope
 2020-12-17 10:51 UTC 

[gcc r11-6217] [Ada] Minor comment fix in System.Val_Real
 2020-12-17 10:51 UTC 

[gcc r11-6216] [Ada] Prevent early exits without restoring a global variable
 2020-12-17 10:51 UTC 

[gcc r11-6215] [Ada] Reduce scopes of local variables for case and if statements
 2020-12-17 10:51 UTC 

[gcc r11-6214] [Ada] Refine type of a multi unit index number
 2020-12-17 10:51 UTC 

[gcc r11-6213] [Ada] Prevent In_Check_Node routine from going too far in the parent chain
 2020-12-17 10:51 UTC 

[gcc r11-6212] [Ada] Ada2020: AI12-0400 Ambiguities associated with Vector
 2020-12-17 10:51 UTC 

[gcc r11-6211] [Ada] Crash on if expression inside declare expression
 2020-12-17 10:51 UTC 

[gcc r11-6210] [Ada] Consistent wording for missing -gnat2020 switch
 2020-12-17 10:51 UTC 

[gcc r11-6209] [Ada] Remove discriminant checks processing in gigi
 2020-12-17 10:51 UTC 

[gcc r11-6208] [Ada] Move folding of unchecked conversions from expansion to evaluation
 2020-12-17 10:51 UTC 

[gcc r11-6207] [Ada] Do not use exponentiation for common bases in floating-point Value
 2020-12-17 10:50 UTC 

[gcc r11-6206] [Ada] Fix small typo in comments
 2020-12-17 10:50 UTC 

[gcc r11-6205] [Ada] Do not generate encodings for fixed-point types by default
 2020-12-17 10:50 UTC 

[gcc r11-6204] [Ada] Crash on discriminant check with current instance
 2020-12-17 10:50 UTC 

[gcc r11-6203] [Ada] Better diagnostic for new language features
 2020-12-17 10:50 UTC 

[gcc r11-6202] [Ada] Spurious discriminant check on bounded synchronized queue
 2020-12-17 10:50 UTC 

[gcc r11-6201] [Ada] Assert failure on b38105a in -gnat95 mode
 2020-12-17 10:50 UTC 

[gcc r11-6200] [Ada] Compiler crash on protected component of controlled type
 2020-12-17 10:50 UTC 

[gcc r11-6199] [Ada] Fixes for GNAT error/warning messages
 2020-12-17 10:50 UTC 

[gcc r11-6198] [Ada] Spurious error on Type'Access and <>
 2020-12-17 10:50 UTC 

[gcc r11-6197] [Ada] Style cleanups in Parse_Aspect_Stable_Properties
 2020-12-17 10:50 UTC 

[gcc r11-6196] IBM Z: Detect libc's float_t behavior on cross compiles
 2020-12-17 10:49 UTC 

[gcc r11-6195] MAINTAINERS: Add myself for write after approval
 2020-12-17 10:42 UTC 

[gcc r11-6194] Fortran: Delay vtab generation until after parsing [PR92587]
 2020-12-17  9:39 UTC 

[gcc r11-6193] PR fortran/98307 - Dependency check fails when using "allocatable"
 2020-12-17  9:32 UTC 

[gcc(refs/users/meissner/heads/work030)] Update ChangeLog.meissner
 2020-12-17  6:18 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: Use __builtin_pack_ibm128 instead of __builtin_pack_longdouble
 2020-12-17  6:05 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: Allow __ibm128 on older systems
 2020-12-17  6:04 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: Force IBM long double for conversion test
 2020-12-17  6:01 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: PR target/70117, Force long double to be IBM 128-bit
 2020-12-17  6:00 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: Add long double target-supports
 2020-12-17  5:59 UTC 

[gcc(refs/users/meissner/heads/work030)] Revert patches
 2020-12-17  5:57 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: Require IBM long double for conversion test
 2020-12-17  5:52 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: require IBM long double for pr70117
 2020-12-17  5:51 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: Add long double target-supports
 2020-12-17  5:49 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: Add float128/Decimal conversions
 2020-12-17  5:48 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: Set long double size for IBM/IEEE
 2020-12-17  5:47 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: Map IEEE 128-bit long double built-in functions
 2020-12-17  5:45 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: PR 97791: Do not gnu attributes on moves
 2020-12-17  5:41 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: PR 97791: Fix an issue with gnu attributes
 2020-12-17  5:33 UTC 

[gcc(refs/users/meissner/heads/work030)] Revert patch
 2020-12-17  5:32 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: PR 97791: Fix an issue with gnu attributes
 2020-12-17  5:30 UTC 

[gcc(refs/users/meissner/heads/work030)] Revert patch
 2020-12-17  5:14 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: PR 97791: Fix an issue with gnu attributes
 2020-12-17  5:09 UTC 

[gcc(refs/users/meissner/heads/work030)] PowerPC: PR target/81594
 2020-12-17  4:41 UTC 

[gcc(refs/users/meissner/heads/work030)] Power10: Add IEEE 128-bit fp conditional move
 2020-12-17  4:38 UTC 

[gcc(refs/users/meissner/heads/work030)] Power10: Add IEEE 128-bit xsmaxcqp and xsmincqp support
 2020-12-17  4:35 UTC 

[gcc(refs/users/meissner/heads/work030-orig)] Add REVISION
 2020-12-17  4:32 UTC 

[gcc] Created branch 'meissner/heads/work030-orig' in namespace 'refs/users'
 2020-12-17  4:32 UTC 

[gcc(refs/users/meissner/heads/work030)] Add ChangeLog.meissner and REVISION
 2020-12-17  4:32 UTC 

[gcc] Created branch 'meissner/heads/work030' in namespace 'refs/users'
 2020-12-17  4:30 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Fix parameters on VSEL_4SF
 2020-12-17  4:12 UTC 

[gcc r11-6192] test: add new Go tests from source repo
 2020-12-17  3:44 UTC 

[gcc r11-6191] test: add new Go tests from source repo
 2020-12-17  3:39 UTC 

[gcc r11-6190] gcc: xtensa: add optimizations for shift operations
 2020-12-17  1:54 UTC 

[gcc r9-9119] Daily bump
 2020-12-17  0:19 UTC 

[gcc r8-10684] Daily bump
 2020-12-17  0:18 UTC 

[gcc r10-9157] Daily bump
 2020-12-17  0:17 UTC 

[gcc r11-6189] Daily bump
 2020-12-17  0:17 UTC 

[gcc r11-6179] simplify-rtx: Put simplify routines into a class
 2020-12-17  0:16 UTC 

[gcc r11-6178] recog: Split out a register_asm_p function
 2020-12-17  0:16 UTC 

[gcc r11-6177] Export print-rtl.c:print_insn_with_notes
 2020-12-17  0:16 UTC 

[gcc r11-6176] Split update_cfg_for_uncondjump out of combine
 2020-12-17  0:16 UTC 

[gcc r11-6175] Add a cut-down version of std::span (array_slice)
 2020-12-17  0:16 UTC 

[gcc r11-6174] Add an alternative splay tree implementation
 2020-12-17  0:16 UTC 

[gcc r11-6173] Add a class that multiplexes two pointer types
 2020-12-17  0:16 UTC 

[gcc r11-6172] Add an RAII class for managing obstacks
 2020-12-17  0:15 UTC 

[gcc r11-6171] Add more iterator utilities
 2020-12-17  0:15 UTC 

[gcc r11-6170] reginfo: Add a global_reg_set
 2020-12-17  0:15 UTC 

[gcc r11-6169] libstdc++: Add C++ runtime support for new 128-bit long double format
 2020-12-16 23:25 UTC 

[gcc r11-6168] maintainer-scripts: Use /sourceware/snapshot-tmp/gcc as temp directory if possible
 2020-12-16 23:15 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Handle patterns with no mode
 2020-12-16 22:56 UTC 

[gcc r11-6167] rs6000: Add support for powerpc64le-unknown-freebsd
 2020-12-16 22:55 UTC 

[gcc r11-6166] test: add new Go tests from source repo
 2020-12-16 22:54 UTC 

[gcc r11-6165] C: Drop qualifiers of assignment expressions. [PR98047]
 2020-12-16 22:51 UTC 

[gcc r11-6164] C: Avoid incorrect warning for volatile in compound expressions [PR98260]
 2020-12-16 22:45 UTC 

[gcc/devel/c++-coroutines] Merge master r11-6155
 2020-12-16 21:36 UTC 

[gcc/devel/c++-coroutines] (65 commits) Merge master r11-6155
 2020-12-16 21:36 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Un-deprecate vec_lvsl and vec_lvsr variants
 2020-12-16 21:18 UTC 

[gcc r11-6163] gcc: xtensa: rearrange DI mode constant loading
 2020-12-16 21:12 UTC 

[gcc r8-10683] c++: Fix template parm ICE [PR 98297]
 2020-12-16 21:08 UTC 

[gcc r9-9118] c++: Fix template parm ICE [PR 98297]
 2020-12-16 21:08 UTC 

[gcc r10-9156] c++: Fix template parm ICE [PR 98297]
 2020-12-16 21:08 UTC 

[gcc r11-6162] Arm: MVE: Split refactoring of remaining complex instrinsics
 2020-12-16 20:47 UTC 

[gcc r11-6161] Arm: Add NEON and MVE RTL patterns for Complex Addition
 2020-12-16 20:47 UTC 

[gcc r11-6160] AArch64: Add NEON, SVE and SVE2 RTL patterns for Complex Addition
 2020-12-16 20:47 UTC 

[gcc/devel/coarray_native] Add the -fdebug-aux-vars flag to debug variables generated by Fortran
 2020-12-16 20:41 UTC 

[gcc/devel/coarray_native] Show coarrays on parse tree dump, implement debug for array references
 2020-12-16 20:40 UTC 

[gcc r11-6159] testsuite: Adjust expected instruction count for PPC fold testcases
 2020-12-16 20:20 UTC 

[gcc/devel/coarray_native] Fix handling of shared coarray indexing
 2020-12-16 20:06 UTC 

[gcc r11-6158] c++: Another solaris header use [PR 98315]
 2020-12-16 19:57 UTC 

[gcc r11-6157] c++: Fix template parm ICE [PR 98297]
 2020-12-16 19:57 UTC 

[gcc r11-6156] c++tools: fix install-strip [PR 98328]
 2020-12-16 19:57 UTC 

[gcc r11-6155] libstdc++: Simplify built-in detection in <utility>
 2020-12-16 19:25 UTC 

[gcc r11-6154] libstdc++: Warn if __STRICT_ANSI has been undefined
 2020-12-16 19:25 UTC 

[gcc r11-6153] Fix instruction length for MMA insns
 2020-12-16 18:51 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Don't call add_builtin for undefined float128 builtins
 2020-12-16 18:09 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Handle const ints and void functions correctly
 2020-12-16 18:09 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Empty overload stanzas don't work, fix that
 2020-12-16 18:09 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Fix bugs to enable bootstrap to complete (woot)
 2020-12-16 18:09 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Fix bugs to allow debug compiler and libraries to build
 2020-12-16 18:09 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Reflect MMA changes and finish BCD cleanup
 2020-12-16 18:09 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Adjust for Carl's BCD builtins patch
 2020-12-16 18:09 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Get things to compile after rebasing
 2020-12-16 18:09 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Update the overloading logic
 2020-12-16 18:09 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Introduce rs6000_builtin_decls_x
 2020-12-16 18:09 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: More work on overload infrastructure
 2020-12-16 18:09 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Convert gimple folding to use new builtins
 2020-12-16 18:08 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Remove some deprecated function references from tests
 2020-12-16 18:08 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Fix mysterious reordering of vbpermq and vbpermq2
 2020-12-16 18:08 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Remove usage of deprecated functions
 2020-12-16 18:08 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Resolve the fcode problems in rs6000_expand_builtin
 2020-12-16 18:08 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Adjust temporary defines for __builtin_vec_splat_s*
 2020-12-16 18:08 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Temporary defines for __builtin_vec_splat_s*
 2020-12-16 18:08 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Generate float128_type_node guard for type initializations
 2020-12-16 18:08 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Revise altivec.h to use rs6000-vecdefines.h
 2020-12-16 18:08 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Statically initialize overload data
 2020-12-16 18:08 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Put in a timevar for initialization
 2020-12-16 18:08 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Make builtin table mostly statically initialized
 2020-12-16 18:08 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: More progress on builtin debug support
 2020-12-16 18:07 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Initial debug support for comparing builtins
 2020-12-16 18:07 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Support two builtin expansion algorithms
 2020-12-16 18:07 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: MMA helper function for new builtin expansion support
 2020-12-16 18:07 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Helper functions for new builtin expansion support
 2020-12-16 18:07 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Disable unnecessary initialization for new support
 2020-12-16 18:07 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Call rs6000_autoinit_builtins from rs6000_builtins
 2020-12-16 18:07 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Add comments to help with transition
 2020-12-16 18:07 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Add remaining overloads
 2020-12-16 18:07 UTC 

[gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Add cell builtins
 2020-12-16 18:07 UTC 

page:  |  | latest

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