Age | Commit message (Expand) | Author | Files | Lines |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 1 | -0/+12 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-10-31 | tree-eh.c (replace_trapping_overflow): Simplify ABS_EXPR case using ABSU_EXPR. | Richard Biener | 1 | -21/+3 |
2018-10-22 | Add a fun parameter to three stmt_could_throw... functions | Martin Jambor | 1 | -24/+28 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -1/+1 |
2018-08-27 | Add new gswitch related functions into tree-cfg.c. | Martin Liska | 1 | -13/+13 |
2018-06-16 | re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile.... | Kugan Vivekanandarajah | 1 | -0/+4 |
2018-06-11 | tree-eh.c (lower_eh_constructs_2): Add a comma to comment. | Zhouyi Zhou | 1 | -1/+1 |
2018-05-18 | Replace FMA_EXPR with one internal fn per optab | Richard Sandiford | 1 | -4/+2 |
2018-02-07 | tree-eh.c (operation_could_trap_helper_p): Ignore honor_trapv for *DIV_EXPR a... | Jakub Jelinek | 1 | -1/+1 |
2018-02-06 | re PR tree-optimization/84225 (ICE in operation_no_trapping_overflow, at tree... | Aldy Hernandez | 1 | -0/+1 |
2018-02-01 | re PR tree-optimization/81661 (ICE in gimplify_modify_expr, at gimplify.c:5638) | Jakub Jelinek | 1 | -0/+86 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | poly_int: MEM_REF offsets | Richard Sandiford | 1 | -6/+7 |
2017-11-03 | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 1 | -0/+1 |
2017-10-27 | re PR middle-end/81659 (ICE in verify_dominators, at dominance.c:1184) | Richard Biener | 1 | -1/+4 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -3/+0 |
2017-08-30 | tree-eh.c (lower_try_finally_switch): Set the location of the finally on the ... | Eric Botcazou | 1 | -2/+3 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -0/+2 |
2017-07-14 | Remove Java references in source code. | Martin Liska | 1 | -7/+1 |
2017-06-30 | Call BUILT_IN_ASAN_HANDLE_NO_RETURN before BUILT_IN_UNWIND_RESUME (PR sanitiz... | Martin Liska | 1 | -0/+13 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -5/+3 |
2017-03-17 | re PR c++/80075 (ICE: "statement marked for throw, but doesn’t" with -fnon-... | Richard Biener | 1 | -12/+24 |
2017-02-25 | re PR middle-end/79396 (ICE (verify_flow_info failed) with -fnon-call-excepti... | Jakub Jelinek | 1 | -2/+4 |
2017-02-05 | tree-eh.c (lower_resx): Sanitize profile. | Jan Hubicka | 1 | -0/+3 |
2017-01-05 | [-fcompare-debug] skip more debug stmts in cleanup_empty_eh | Alexandre Oliva | 1 | -3/+4 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-22 | Give EH_ELSE access to __builtin_eh_pointer | Richard Henderson | 1 | -48/+49 |
2015-11-09 | Fix memory leaks and use a pool_allocator | Martin Liska | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -12/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -9/+9 |
2015-10-28 | * tree-eh.c (mark_reachable_handlers): Fix typo in assert. | Richard Henderson | 1 | -1/+1 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -4/+3 |
2015-09-24 | [tree-inline][obvious] Delete redundant count_insns_seq | Kyrylo Tkachov | 1 | -1/+1 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -70/+70 |
2015-09-15 | tree-eh.c (lower_try_finally_dup_block): Clear location information on stack ... | Eric Botcazou | 1 | -2/+11 |
2015-08-12 | Revert "replace several uses of the anon namespace with GCC_FINAL" | Trevor Saunders | 1 | -10/+30 |
2015-08-11 | replace several uses of the anon namespace with GCC_FINAL | Trevor Saunders | 1 | -30/+10 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 1 | -1/+1 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -18/+5 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-25 | hash-traits.h (free_ptr_hash): New class. | Richard Sandiford | 1 | -3/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -7/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-04-18 | remove need for store_values_directly | Trevor Saunders | 1 | -6/+8 |
2015-02-18 | re PR gcov-profile/64634 (gcov reports catch(...) as not executed) | Jakub Jelinek | 1 | -3/+13 |