Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -4640/+0 |
2022-01-03 | i386, fab: Optimize __atomic_{add,sub,and,or,xor}_fetch (x, y, z) {==,!=,<,<=... | Jakub Jelinek | 1 | -36/+313 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-15 | Fix ICE. [PR103682] | liuhongt | 1 | -2/+2 |
2021-11-24 | Enhance optimize_atomic_bit_test_and to handle truncation. | liuhongt | 1 | -48/+51 |
2021-11-15 | Add a missing return when transforming atomic bit test and operations | H.J. Lu | 1 | -0/+2 |
2021-11-15 | Check optab before transforming atomic bit test and operations | H.J. Lu | 1 | -17/+21 |
2021-11-10 | Improve integer bit test on __atomic_fetch_[or|and]_* returns | liuhongt | 1 | -42/+414 |
2021-11-09 | Introduce build_debug_expr_decl | Martin Jambor | 1 | -4/+1 |
2021-08-31 | tree-ssa-ccp: Fix up bit_value_binop on RSHIFT_EXPR [PR102134] | Jakub Jelinek | 1 | -1/+2 |
2021-08-26 | Improved handling of shifts/rotates in bit CCP. | Roger Sayle | 1 | -0/+160 |
2021-08-23 | Improved handling of division/modulus in bit CCP. | Roger Sayle | 1 | -0/+62 |
2021-08-17 | Improved handling of MINUS_EXPR in bit CCP. | Roger Sayle | 1 | -9/+12 |
2021-08-17 | Improved handling of MULT_EXPR in bit CCP. | Roger Sayle | 1 | -18/+87 |
2021-08-09 | Improve handling of unknown sign bit in CCP. | Roger Sayle | 1 | -14/+104 |
2021-07-06 | Improve warning suppression for inlined functions. | Martin Sebor | 1 | -3/+3 |
2021-06-24 | middle-end: add support for per-location warning groups. | Martin Sebor | 1 | -1/+1 |
2021-05-20 | PR middle-end/100684 - spurious -Wnonnull with -O1 on a C++ lambda | Martin Sebor | 1 | -0/+4 |
2021-04-26 | Simplify {gimplify_and_,}update_call_from_tree API | Richard Biener | 1 | -10/+5 |
2021-01-25 | PR c++/98646 - spurious -Wnonnull calling a member on the result of static_cast | Martin Sebor | 1 | -1/+1 |
2021-01-11 | make FOR_EACH_IMM_USE_STMT safe for early exits | Alexandre Oliva | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-24 | middle-end, c++: Treat shifts by negative as undefined [PR96929] | Jakub Jelinek | 1 | -7/+1 |
2020-11-12 | openmp: Implement allocate clause in omp lowering. | Jakub Jelinek | 1 | -0/+1 |
2020-11-06 | core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN | Nathan Sidwell | 1 | -1/+1 |
2020-10-27 | Use EAF_RETURN_ARG in tree-ssa-ccp.c | Jan Hubicka | 1 | -14/+11 |
2020-10-01 | Convert vr-values to value query class. | Aldy Hernandez | 1 | -2/+2 |
2020-08-12 | ipa: fix bit CPP when combined with IPA bit CP | Martin Liska | 1 | -0/+3 |
2020-06-29 | Use gsi_bb instead of iterator->bb. | Martin Liska | 1 | -1/+1 |
2020-06-28 | Underline argument in -Wnonnull and in C++ extend warning to the this pointer... | Martin Sebor | 1 | -33/+48 |
2020-06-10 | Merge evrp uses of substitute_and_fold_engine into the engine itself. | Aldy Hernandez | 1 | -2/+2 |
2020-05-28 | Add support for __builtin_bswap128 | Eric Botcazou | 1 | -0/+1 |
2020-01-07 | re PR tree-optimization/93156 (abused nonnull attribute evokes new segfault i... | Jakub Jelinek | 1 | -0/+11 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-18 | ipa-param-manipulation.h (get_original_index): Declare. | Jan Hubicka | 1 | -2/+22 |
2019-11-20 | re PR c/90898 (ICE in insert_clobber_before_stack_restore, at tree-ssa-ccp.c:... | Jakub Jelinek | 1 | -5/+3 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -1/+1 |
2019-11-05 | PR middle-end/92333 - missing variable name referencing VLA in warnings | Martin Sebor | 1 | -1/+19 |
2019-09-26 | function.c (gimplify_parameters): Use build_clobber function. | Jakub Jelinek | 1 | -3/+1 |
2019-09-18 | Make get_value_for_expr check for INTEGER_CSTs | Richard Sandiford | 1 | -3/+11 |
2019-08-21 | re PR tree-optimization/91482 (__builtin_assume_aligned should not break writ... | Richard Biener | 1 | -0/+26 |
2019-08-13 | Protect some checks of DECL_FUNCTION_CODE | Richard Sandiford | 1 | -4/+1 |
2019-08-05 | Add a gimple_move_vops helper function | Richard Sandiford | 1 | -3/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-04-30 | re PR tree-optimization/89475 (Teach ccp about __builtin_bswap{16,32,64}) | Jakub Jelinek | 1 | -0/+29 |
2019-04-15 | re PR ipa/88936 (-fipa-pta breaks bash (incorrect optimisation of recursive s... | Richard Biener | 1 | -11/+14 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-10-22 | Add a fun parameter to three stmt_could_throw... functions | Martin Jambor | 1 | -1/+1 |
2018-10-05 | re PR middle-end/63155 (memory hog) | Richard Biener | 1 | -1/+1 |