Age | Commit message (Expand) | Author | Files | Lines |
2022-09-29 | aarch64: Tweak handling of -mgeneral-regs-only | Richard Sandiford | 7 | -22/+68 |
2022-09-29 | aarch64: Tweak contents of flags_on/off fields | Richard Sandiford | 1 | -8/+6 |
2022-09-29 | aarch64: Make more use of aarch64_feature_flags | Richard Sandiford | 7 | -47/+56 |
2022-09-29 | aarch64: Tweak constness of option-related data | Richard Sandiford | 3 | -28/+27 |
2022-09-29 | aarch64: Avoid std::string in static data | Richard Sandiford | 1 | -2/+2 |
2022-09-29 | aarch64: Simplify generation of .arch strings | Richard Sandiford | 9 | -204/+55 |
2022-09-29 | aarch64: Simplify feature definitions | Richard Sandiford | 10 | -454/+374 |
2022-09-29 | aarch64: Reorder an entry in aarch64-option-extensions.def | Richard Sandiford | 10 | -20/+20 |
2022-09-29 | aarch64: Fix transitive closure of features | Richard Sandiford | 3 | -10/+58 |
2022-09-29 | aarch64: Remove AARCH64_FL_RCPC8_4 [PR107025] | Richard Sandiford | 2 | -4/+3 |
2022-09-29 | aarch64: Avoid redundancy in aarch64-cores.def | Richard Sandiford | 4 | -68/+68 |
2022-09-29 | aarch64: Small config.gcc cleanups | Richard Sandiford | 2 | -9/+1 |
2022-09-29 | aarch64: Add "V" to aarch64-arches.def names | Richard Sandiford | 5 | -82/+83 |
2022-09-29 | aarch64: Rename AARCH64_FL_FOR_ARCH macros | Richard Sandiford | 5 | -109/+109 |
2022-09-29 | aarch64: Rename AARCH64_FL architecture-level macros | Richard Sandiford | 1 | -36/+36 |
2022-09-29 | aarch64: Rename AARCH64_ISA architecture-level macros | Richard Sandiford | 3 | -17/+17 |
2022-09-29 | Add OPTIONS_H_EXTRA to GTFILES | Richard Sandiford | 1 | -0/+1 |
2022-09-29 | driver, cppdefault: Unbreak bootstrap on Debian/Ubuntu [PR107059] | Jakub Jelinek | 2 | -0/+15 |
2022-09-29 | support -gz=zstd for both linker and assembler | Martin Liska | 4 | -5/+37 |
2022-09-29 | ada: Remove duplicated doc comment section | Ronan Desplanques | 1 | -37/+3 |
2022-09-29 | ada: Further tweak new expansion of contracts | Eric Botcazou | 2 | -6/+48 |
2022-09-29 | ada: Improve efficiency of slice-of-component assignment | Bob Duff | 1 | -24/+71 |
2022-09-29 | ada: Fix checking of Refined_State with nested package renamings | Piotr Trojanek | 1 | -1/+4 |
2022-09-29 | tree-optimization/105646 - re-interpret always executed in uninit diag | Richard Biener | 2 | -2/+25 |
2022-09-29 | Check nonlinear iv in vect_can_advance_ivs_p. | liuhongt | 4 | -35/+64 |
2022-09-29 | Daily bump. | GCC Administrator | 4 | -1/+175 |
2022-09-28 | Add instruction level discriminator support. | Eugene Rozenfeld | 18 | -42/+145 |
2022-09-28 | c++: Add DECL_NTTP_OBJECT_P lang flag | Nathan Sidwell | 5 | -22/+26 |
2022-09-28 | i386: Mark XMM4-XMM6 as clobbered by encodekey128/encodekey256 | H.J. Lu | 4 | -14/+12 |
2022-09-29 | RISC-V: Add ABI-defined RVV types. | Ju-Zhe Zhong | 17 | -1/+1317 |
2022-09-28 | var-tracking: Add entry values up to max register mode | Stefan Schulze Frielinghaus | 1 | -0/+17 |
2022-09-28 | cselib: Keep track of further subvalue relations | Stefan Schulze Frielinghaus | 1 | -0/+20 |
2022-09-28 | arm: Define __ARM_FEATURE_AES and __ARM_FEATURE_SHA2 when march +crypto is se... | Andrea Corallo | 2 | -0/+10 |
2022-09-28 | LoongArch: Use UNSPEC for fmin/fmax RTL pattern [PR105414] | Xi Ruoyao | 1 | -4/+8 |
2022-09-28 | testsuite: Skip intrinsics test if arm | Torbjörn SVENSSON | 6 | -6/+6 |
2022-09-28 | LoongArch: Fixed a typo in the comment information of the function loongarch_... | Lulu Cheng | 1 | -1/+1 |
2022-09-27 | stack-protector: Check stack canary before throwing exception | H.J. Lu | 3 | -2/+16 |
2022-09-27 | Fix AutoFDO tests to not look for hot/cold splitting. | Eugene Rozenfeld | 4 | -8/+8 |
2022-09-28 | Daily bump. | GCC Administrator | 8 | -1/+381 |
2022-09-27 | Fix profile count comparison. | Eugene Rozenfeld | 1 | -2/+2 |
2022-09-27 | c++: Implement C++23 P2266R1, Simpler implicit move [PR101165] | Marek Polacek | 28 | -36/+620 |
2022-09-27 | Fortran: error recovery while simplifying intrinsic UNPACK [PR107054] | Harald Anlauf | 2 | -3/+23 |
2022-09-27 | runtime: portable access to sigev_notify_thread_id | Ian Lance Taylor | 1 | -1/+1 |
2022-09-27 | runtime: synchronize empty struct field handling | melonedo | 1 | -1/+1 |
2022-09-27 | docs: update abi version info | Kim Kuparinen | 1 | -2/+9 |
2022-09-27 | range-ops: Calculate the popcount of a singleton. | Aldy Hernandez | 2 | -0/+14 |
2022-09-27 | c++: Don't quote nothrow in diagnostic | Marek Polacek | 3 | -13/+12 |
2022-09-27 | c++: Make __is_{,nothrow_}convertible SFINAE on access [PR107049] | Jonathan Wakely | 3 | -0/+67 |
2022-09-27 | d: Merge upstream dmd d579c467c1, phobos 88aa69b14. | Iain Buclaw | 104 | -1375/+1829 |
2022-09-27 | irange: keep better track of powers of 2. | Aldy Hernandez | 2 | -0/+25 |