Age | Commit message (Expand) | Author | Files | Lines |
2020-05-09 | cris: Introduce CC_NZVCmode and CC_NZmode. | Hans-Peter Nilsson | 6 | -72/+288 |
2020-05-09 | cris.md: Post-reload, split/generate clobberless zero source moves | Hans-Peter Nilsson | 2 | -3/+21 |
2020-05-09 | cris.md: Post-reload, split/generate clobberless memory destination moves | Hans-Peter Nilsson | 2 | -0/+54 |
2020-05-09 | config/cris/cris.h (REVERSIBLE_CC_MODE): Define to true. | Hans-Peter Nilsson | 2 | -0/+5 |
2020-05-09 | cris: Define TARGET_FLAGS_REGNUM. | Hans-Peter Nilsson | 2 | -0/+12 |
2020-05-09 | cris: Emit trivial btstq expected by gcc.target/cris/sync-2i.c, sync-2c.c | Hans-Peter Nilsson | 2 | -0/+31 |
2020-05-09 | cris: Move trivially from cc0 to reg:CC model, removing most optimizations. | Hans-Peter Nilsson | 7 | -2570/+612 |
2020-05-09 | gcc/config/cris: Remove shared-library and CRIS v32 support. | Hans-Peter Nilsson | 9 | -2278/+204 |
2020-05-09 | gcc/config/cris/t-elfmulti: Remove crisv32 multilib. | Hans-Peter Nilsson | 2 | -4/+4 |
2020-05-09 | gcc/testsuite: Remove traces of crisv32-* outside gcc.target/cris | Hans-Peter Nilsson | 15 | -17/+21 |
2020-05-09 | gcc/testsuite: gcc.target/cris: Remove crisv32-* and cris-linux-* tests. | Hans-Peter Nilsson | 38 | -107/+15 |
2020-05-09 | cris: Remove from gcc/config/cris: t-linux, linux.h, linux.opt | Hans-Peter Nilsson | 4 | -188/+2 |
2020-05-09 | config.gcc: Remove support for crisv32-*-* and cris-*-linux*. | Hans-Peter Nilsson | 2 | -26/+4 |
2020-05-09 | dbr: Filter-out TARGET_FLAGS_REGNUM from end_of_function_needs. | Hans-Peter Nilsson | 2 | -0/+11 |
2020-05-09 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2020-05-08 | Improve hard reg preference propapagation. | Vladimir N. Makarov | 4 | -23/+58 |
2020-05-08 | coroutines: Update TREE_SIDE_EFFECTS on inserted bind exprs. | Iain Sandoe | 4 | -5/+73 |
2020-05-08 | c++: No news is good news | Nathan Sidwell | 2 | -408/+2 |
2020-05-08 | preprocessor: Reimplement directives only processing, support raw literals. | Nathan Sidwell | 16 | -12/+262 |
2020-05-08 | move permutation validity check | Richard Biener | 9 | -180/+180 |
2020-05-08 | EOF has a location | Nathan Sidwell | 38 | -43/+104 |
2020-05-08 | Fix uniqueness of address for aliased objects | Eric Botcazou | 4 | -3/+41 |
2020-05-08 | Couple of tweaks to help in LTO mode | Eric Botcazou | 3 | -8/+141 |
2020-05-08 | Fix missing information in exception messages with -gnateE | Eric Botcazou | 2 | -25/+33 |
2020-05-08 | Small tweak to gnat_to_gnu_param | Eric Botcazou | 2 | -2/+10 |
2020-05-08 | Fix availability compute during VN DOM elimination | Richard Biener | 5 | -20/+76 |
2020-05-08 | match.pd: A ^ ((A ^ B) & -(C cmp D)) -> (C cmp D) ? B : A simplification [PR9... | Jakub Jelinek | 4 | -0/+85 |
2020-05-08 | ix86: Add peephole2 for *add<mode>3_cc_overflow_1 followed by matching memory... | Jakub Jelinek | 4 | -0/+37 |
2020-05-08 | tree: Avoid variable sharing in get_narrower [PR94724] | Jakub Jelinek | 2 | -1/+5 |
2020-05-08 | match.pd: Canonicalize (X + (X >> (prec - 1))) ^ (X >> (prec - 1)) to abs (X)... | Jakub Jelinek | 4 | -0/+28 |
2020-05-08 | match.pd: Optimize ffs of known non-zero arg into ctz + 1 [PR94956] | Jakub Jelinek | 4 | -0/+45 |
2020-05-08 | match.pd: Simplify unsigned A - B - 1 >= A to B >= A [PR94913] | Jakub Jelinek | 4 | -2/+52 |
2020-05-08 | csa: Fix --enable-checking=yes,df bootstrap failure in csa [PR94961] | Jakub Jelinek | 5 | -9/+24 |
2020-05-08 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2020-05-07 | rs6000: Tests for setnbc | Segher Boessenkool | 8 | -0/+99 |
2020-05-07 | rs6000: New insns setnbc and setnbcr | Segher Boessenkool | 2 | -4/+31 |
2020-05-07 | rs6000: Tests for setbc | Segher Boessenkool | 8 | -0/+99 |
2020-05-07 | rs6000: New insns setbc and setbcr | Segher Boessenkool | 2 | -11/+76 |
2020-05-07 | Move all patterns and expanders out of h8300.md and into other files that are... | Jeff Law | 15 | -3144/+3159 |
2020-05-07 | More cleanups. Merging patterns with iterators, split out peepholes, etc. | Jeff Law | 3 | -1805/+1649 |
2020-05-07 | Drop original H8/300 support. This should generate identical code for th... | Jeff Law | 8 | -1639/+683 |
2020-05-07 | Drop more COFF support from H8 port | Jeff Law | 2 | -6/+3 |
2020-05-07 | Remove remnants of COFF support which was dropped eons ago. | Jeff Law | 2 | -21/+5 |
2020-05-07 | coroutines: Improve error recovery [PR94817, PR94829]. | Iain Sandoe | 14 | -16/+195 |
2020-05-07 | c-family: Add "nonstatic" to badwords. | Marek Polacek | 2 | -0/+5 |
2020-05-07 | c++: Detect long double -> double narrowing [PR94590] | Marek Polacek | 4 | -1/+35 |
2020-05-07 | c++: Fix crash with template spec in different namespace [PR94255] | Marek Polacek | 4 | -1/+34 |
2020-05-07 | Fix bogus calls to set_rtx_cost. | Alan Modra | 3 | -4/+12 |
2020-05-07 | Check alignment for no peeling gaps handling | Kewen Lin | 2 | -9/+18 |
2020-05-07 | Wrap global variables in tree-ssa-operands.c into a class. | Giuliano Belinassi | 2 | -117/+216 |