Age | Commit message (Expand) | Author | Files | Lines |
2020-10-26 | Extend builtin fnspecs | Jan Hubicka | 1 | -19/+20 |
2020-10-02 | Commonize handling of attr-fnspec | Jan Hubicka | 1 | -36/+25 |
2020-10-02 | c++: Set CALL_FROM_NEW_OR_DELETE_P on more calls. | Jason Merrill | 1 | -2/+2 |
2020-10-02 | make use of CALL_FROM_NEW_OR_DELETE_P | Richard Biener | 1 | -0/+4 |
2020-09-01 | vec: use inexact growth where possible. | Martin Liska | 1 | -6/+1 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -1/+1 |
2020-08-25 | gimple: Ignore *0 = {CLOBBER} in path isolation [PR96722] | Jakub Jelinek | 1 | -3/+4 |
2020-08-03 | Removal of HSA offloading from gcc and libgomp | Martin Jambor | 1 | -15/+0 |
2020-04-08 | Allow new/delete operator deletion only for replaceable. | Martin Liska | 1 | -3/+3 |
2020-03-05 | Commit correct version of gimple.c file | Jeff Law | 1 | -1/+1 |
2020-03-05 | Fix location maybe_diag_overlap passes to diagnostics so that diagnostic prag... | Jeff Law | 1 | -0/+13 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-07 | Allow COND_EXPR and VEC_COND_EXPR condtions to trap | Ilya Leoshkevich | 1 | -1/+13 |
2019-09-30 | gimple.c (gimple_get_lhs): For PHIs return the result. | Richard Biener | 1 | -0/+2 |
2019-09-24 | Use more switch statements. | Martin Liska | 1 | -10/+12 |
2019-09-16 | Auto-generate maybe_fold_and/or_comparisons from match.pd | Li Jia He | 1 | -15/+22 |
2019-08-05 | Add a gimple_move_vops helper function | Richard Sandiford | 1 | -0/+12 |
2019-07-25 | Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383). | Martin Liska | 1 | -0/+12 |
2019-07-25 | Come up with function_decl_type and use it in tree_function_decl. | Martin Liska | 1 | -1/+1 |
2019-06-10 | tree.def (OMP_SCAN): New tree code. | Jakub Jelinek | 1 | -0/+25 |
2019-04-01 | re PR c/71598 (Wrong optimization with aliasing enums) | Richard Biener | 1 | -0/+11 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-11 | re PR middle-end/88448 (gnat.dg/opt66.adb etc. FAIL) | Richard Biener | 1 | -1/+1 |
2018-12-10 | re PR tree-optimization/88415 (ICE: verify_gimple failed (error: dead STMT in... | Richard Biener | 1 | -6/+7 |
2018-11-15 | re PR tree-optimization/88029 (ICE in execute_todo, at passes.c:1974) | Richard Biener | 1 | -6/+8 |
2018-11-08 | builtin-types.def (BT_FN_VOID_BOOL, [...]): New. | Jakub Jelinek | 1 | -8/+16 |
2018-11-05 | Come up with SIZE_AMOUNT and use it in memory statistics and sort stats. | Martin Liska | 1 | -5/+6 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -4/+3 |
2018-07-11 | vr-values.c (gimple_stmt_nonzero_p): Abstract common code to... | Aldy Hernandez | 1 | -0/+51 |
2018-06-08 | Convert dump and optgroup flags to enums | David Malcolm | 1 | -1/+1 |
2018-06-08 | Remove MPX | Martin Liska | 1 | -1/+0 |
2018-05-18 | Replace FMA_EXPR with one internal fn per optab | Richard Sandiford | 1 | -2/+1 |
2018-05-17 | Gimple FE support for internal functions | Richard Sandiford | 1 | -2/+9 |
2018-02-09 | [IEPM] Introduce inline entry point markers | Alexandre Oliva | 1 | -0/+21 |
2018-01-12 | Fix integer overflow in stats of GIMPLE statements. | Martin Liska | 1 | -7/+10 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-12 | [SFN] introduce statement frontier notes, still disabled | Alexandre Oliva | 1 | -0/+24 |
2017-11-10 | PR c/81117 - Improve buffer overflow checking in strncpy | Martin Sebor | 1 | -0/+1 |
2017-10-26 | Fix unsharing of GIMPLE_OMP_{SINGLE,TARGET,TEAMS} in gimple_copy | Tom de Vries | 1 | -1/+25 |
2017-10-20 | Add generic part for Intel CET enabling. The spec is available at | Igor Tsimbalist | 1 | -1/+18 |
2017-10-19 | asan.c (handle_builtin_alloca): Deal with all alloca variants. | Eric Botcazou | 1 | -2/+1 |
2017-10-10 | Require wi::to_wide for trees | Richard Sandiford | 1 | -5/+6 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -0/+2 |
2017-07-29 | use c++ for gimple_build_debug_bind{,_source} | Trevor Saunders | 1 | -2/+2 |
2017-07-29 | replace gimple_alloc_stat with c++ | Trevor Saunders | 1 | -2/+2 |
2017-07-25 | gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace to update E... | Eric Botcazou | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-13 | Add pretty printer for ASAN_MARK and add a helper fn | Martin Liska | 1 | -1/+1 |
2016-11-07 | Introduce -fsanitize-address-use-after-scope | Martin Liska | 1 | -0/+3 |
2016-10-16 | re PR ada/37139 (DEP prevents using Ada tasking) | Eric Botcazou | 1 | -0/+4 |