Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-30 | Update max_bb_count in execute_fixup_cfg | Jan Hubicka | 1 | -1/+5 |
2019-11-14 | Vectorise conversions between differently-sized integer vectors | Richard Sandiford | 1 | -0/+18 |
2019-08-29 | re PR tree-optimization/91351 (-fstrict-enums generates incorrect code) | Jakub Jelinek | 1 | -1/+1 |
2019-07-29 | Prevent -Og from deleting stores to write-only variables | Richard Sandiford | 1 | -1/+2 |
2019-07-23 | tree-cfg.c (label_for_bb): Remove global var. | Richard Biener | 1 | -17/+18 |
2019-07-15 | re PR tree-optimization/91162 (ICE: tree check: expected class 'type', have '... | Richard Biener | 1 | -1/+8 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -26/+26 |
2019-07-05 | tree-cfg.c (gimple_make_forwarder_block): Propagate location info on phi node... | Eric Botcazou | 1 | -1/+6 |
2019-06-07 | re PR debug/90574 ([gdb] gdb wrongly stopped at a breakpoint in an unexecuted... | Richard Biener | 1 | -3/+3 |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 1 | -2/+2 |
2019-05-21 | Don't split non-critical edges in crited | Vladislav Ivanishin | 1 | -6/+8 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -89/+122 |
2019-05-16 | re PR target/90424 (memcpy into vector builtin not optimized) | Richard Biener | 1 | -1/+10 |
2019-05-09 | Support profile (BB counts and edge probabilities) in GIMPLE FE. | Martin Liska | 1 | -3/+23 |
2019-04-24 | re PR tree-optimization/90208 (error: EH landing pad label) | Jakub Jelinek | 1 | -1/+1 |
2019-03-14 | c-tree.h (enum c_declspec_il): New. | Richard Biener | 1 | -49/+5 |
2019-03-11 | Wrap apostrophes in gcc internal format with %'. | Martin Liska | 1 | -1/+1 |
2019-03-11 | Wrap option names in gcc internal messages with %< and %>. | Martin Liska | 1 | -2/+2 |
2019-03-08 | re PR tree-optimization/89550 (Spurious array-bounds warning when using __PRE... | Jakub Jelinek | 1 | -6/+6 |
2019-03-08 | re PR target/89578 (5% runtime regression for 481.wrf at -Ofast -flto) | Richard Biener | 1 | -1/+2 |
2019-02-22 | re PR tree-optimization/87609 (miscompilation with restrict and loop) | Richard Biener | 1 | -1/+3 |
2019-02-22 | re PR tree-optimization/87609 (miscompilation with restrict and loop) | Richard Biener | 1 | -1/+31 |
2019-02-01 | re PR tree-optimization/88107 (ICE in find_outermost_region_in_block, at tree... | Jakub Jelinek | 1 | -5/+17 |
2019-01-28 | re PR tree-optimization/88739 (Big-endian union bug) | Richard Biener | 1 | -0/+12 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -2/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-16 | Don't use %z printf length specifier | Michael Matz | 1 | -3/+3 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -1/+1 |
2018-11-13 | Improve -fprofile-report. | Martin Liska | 1 | -6/+5 |
2018-11-05 | Come up with SIZE_AMOUNT and use it in memory statistics and sort stats. | Martin Liska | 1 | -4/+4 |
2018-10-23 | re PR tree-optimization/87105 (Autovectorization [X86, SSE2, AVX2, DoublePrec... | Richard Biener | 1 | -5/+13 |
2018-10-22 | Add a fun parameter to three stmt_could_throw... functions | Martin Jambor | 1 | -4/+4 |
2018-09-03 | Make __builtin_expect effective in switch statements (PR middle-end/PR59521). | Martin Liska | 1 | -4/+2 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -5/+4 |
2018-08-27 | Add new gswitch related functions into tree-cfg.c. | Martin Liska | 1 | -25/+58 |
2018-08-22 | re PR tree-optimization/86945 (BUG with optimisation of select case statement... | Richard Biener | 1 | -11/+7 |
2018-06-28 | tree-cfg.c (verify_gimple_in_cfg): Call verify_location on the goto_locus of ... | Eric Botcazou | 1 | -0/+6 |
2018-06-16 | re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile.... | Kugan Vivekanandarajah | 1 | -0/+14 |
2018-06-15 | re PR tree-optimization/86159 (g++ ICE at -O1 and above on valid code: incorr... | Richard Biener | 1 | -6/+0 |
2018-06-15 | re PR tree-optimization/86076 (ICE: verify_gimple failed (error: location ref... | Richard Biener | 1 | -1/+10 |
2018-06-05 | tree-cfg.c (struct locus_discrim_map): Store line, not location. | Richard Biener | 1 | -19/+23 |
2018-05-29 | tree-cfg.c (verify_gimple_assign_unary): Add checking for VEC_UNPACK_*_EXPR. | Jakub Jelinek | 1 | -3/+37 |
2018-05-29 | re PR target/85918 (Conversions to/from [unsigned] long long are not vectoriz... | Jakub Jelinek | 1 | -0/+20 |
2018-05-18 | Replace FMA_EXPR with one internal fn per optab | Richard Sandiford | 1 | -14/+0 |
2018-05-16 | tree-cfg.c (verify_gimple_assign_ternary): Properly verify the [VEC_]COND_EXP... | Richard Biener | 1 | -0/+6 |
2018-04-30 | tree-cfg.c (verify_address): Remove base argument, add flag whether to check ... | Richard Biener | 1 | -348/+171 |
2018-04-30 | tree-chrec.h (evolution_function_is_constant_p): Remove redundant check. | Richard Biener | 1 | -7/+4 |
2018-04-28 | tree-cfg.c (verify_gimple_phi): Take a gphi * argument. | Richard Biener | 1 | -8/+6 |
2018-04-27 | tree-cfg.c (verify_expr): Make dead code hit gcc_unreachable. | Richard Biener | 1 | -69/+21 |