aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-07tree-optimization/98113 - vectorize a sequence of BIT_INSERT_EXPRsRichard Biener3-21/+200
2020-12-07tree-optimization/98117 - fix range set by vectorization on niter IVsRichard Biener2-6/+41
2020-12-07Housekeeping work in gigiEric Botcazou2-5/+4
2020-12-07Fix internal error on library-level type extended locallyEric Botcazou1-2/+5
2020-12-07Fix assembler name collisionEric Botcazou2-1/+5
2020-12-07Fix oversight in earlier changeEric Botcazou1-0/+1
2020-12-07Fix corner case issue with discriminated record typeEric Botcazou1-4/+14
2020-12-07Fix problematic conversion to boolean typeEric Botcazou1-7/+9
2020-12-07IBM Z: Change Pmode to word_mode for stack probesAndreas Krebbel6-7/+24
2020-12-07Fix PR ada/97504 for mips*-linuxMatthias Klose1-0/+1
2020-12-07ipa-cp: Avoid unwanted multiple propagations (PR 97816)Martin Jambor1-36/+32
2020-12-07Don't build insn-extract.o with rtl checkingMatthias Klose1-0/+2
2020-12-07tree-optimization/98137 - enhance split_constant_offset range handlingRichard Biener2-10/+41
2020-12-07Daily bump.GCC Administrator3-1/+52
2020-12-06doc: Remove -mcetH.J. Lu1-1/+1
2020-12-06x86: Check mode of pseudo register pushH.J. Lu2-1/+50
2020-12-06[PATCH] phiopt: Handle bool in two_value_replacement [PR796232]Jakub Jelinek3-6/+39
2020-12-06match.pd: Improve conditional_replacement for x ? 0 : -1 [PR796232]Jakub Jelinek2-0/+21
2020-12-06Upper cobound is determined by num_images(), not this_image().Thomas Koenig1-1/+1
2020-12-06Re: testsuite: Adjust target requirements for sad-vectorize and signbitAlan Modra2-2/+5
2020-12-06Daily bump.GCC Administrator22-1/+783
2020-12-05aix: fix ASM_OUTPUT_DEF warningDavid Edelsohn1-1/+3
2020-12-05c++: Normalize nested-requirements twice at parse time [PR97093]Patrick Palka2-15/+44
2020-12-05c++: Distinguish unsatisfaction vs errors during satisfaction [PR97093]Patrick Palka6-54/+142
2020-12-05PR target/95294: VAX: Add test cases for MODE_CC representationMaciej W. Rozycki203-0/+6382
2020-12-05PR target/95294: VAX: Convert backend to MODE_CC representationMaciej W. Rozycki8-265/+1904
2020-12-05VAX: Fix the LTO compiler downgrading code to non-PIC modelMaciej W. Rozycki2-2/+12
2020-12-05PDP11: Use `const_double_zero' to express double zero constantMaciej W. Rozycki1-2/+2
2020-12-05RTL: Add `const_double_zero' syntactic rtxMaciej W. Rozycki2-0/+28
2020-12-05VAX: Make the `divmoddisi4' and `*amulsi4' comment notation consistentMaciej W. Rozycki1-19/+19
2020-12-05VAX: Correct issues with commented-out insnsMaciej W. Rozycki1-8/+8
2020-12-05VAX: Fix predicates for widening multiply and multiply-add insnsMaciej W. Rozycki1-17/+14
2020-12-05VAX: Fix predicates and constraints for bit-field comparison insnsMaciej W. Rozycki1-7/+7
2020-12-05VAX: Make `extv' an expander matching the remaining bit-field operationsMaciej W. Rozycki1-1/+9
2020-12-05VAX: Ensure PIC mode address is adjustable with aligned bit-field insnsMaciej W. Rozycki1-7/+16
2020-12-05VAX: Remove EXTV/EXTZV/INSV instruction use from aligned case insnsMaciej W. Rozycki1-23/+23
2020-12-05VAX: Fix predicates and constraints for EXTV/EXTZV/INSV insnsMaciej W. Rozycki1-16/+16
2020-12-05VAX: Add the `movmemhi' instructionMaciej W. Rozycki2-6/+41
2020-12-05VAX: Add a test for the `cpymemhi' instructionMaciej W. Rozycki1-0/+23
2020-12-05VAX: Actually produce QImode and HImode `ctz' operationsMaciej W. Rozycki5-0/+110
2020-12-05VAX: Also provide QImode and HImode `ctz' and `ffs' operationsMaciej W. Rozycki1-8/+9
2020-12-05VAX: Provide the `ctz' operationMaciej W. Rozycki4-3/+25
2020-12-05VAX: Add tests for `sync_lock_test_and_set' and `sync_lock_release'Maciej W. Rozycki2-0/+40
2020-12-05VAX: Add a test for the SImode `ffs' operationMaciej W. Rozycki1-0/+19
2020-12-05VAX: Actually enable `builtins.md' now that it is fully functionalMaciej W. Rozycki1-0/+2
2020-12-05VAX: Correct `sync_lock_test_and_set' and `sync_lock_release' builtinsMaciej W. Rozycki2-19/+33
2020-12-05VAX: Use an int iterator to produce individual interlocked branchesMaciej W. Rozycki1-22/+7
2020-12-05VAX: Use a mode iterator to produce individual interlocked branchesMaciej W. Rozycki1-81/+15
2020-12-05jump: Also handle jumps wrapped in UNSPEC or UNSPEC_VOLATILEMaciej W. Rozycki1-7/+17
2020-12-05loop-doloop: Add missing call to `onlyjump_p'Maciej W. Rozycki1-1/+1