Age | Commit message (Expand) | Author | Files | Lines |
2016-07-28 | re PR middle-end/72657 ([CHKP] internal compiler error: in ix86_expand_builtin) | Ilya Enkovich | 1 | -5/+4 |
2016-07-25 | cgraph.c (cgraph_node::verify_node): Compare against builtin by using DECL_BU... | Richard Biener | 1 | -2/+3 |
2016-05-10 | re PR middle-end/70877 ([MPX] ICE in in convert_move) | Ilya Enkovich | 1 | -2/+13 |
2016-05-10 | re PR tree-optimization/70876 (ICE in chkp_find_bounds: Unexpected tree code ... | Ilya Enkovich | 1 | -0/+1 |
2016-02-21 | Properly initialize variable in tree-chkp.c (chkp_mark_invalid_bounds_walker) | Markus Trippelsdorf | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-15 | struct-layout-1_generate.c: Avoid generating further fields after the first f... | Martin Sebor | 1 | -1/+3 |
2015-12-10 | tree-chkp.c (chkp_call_returns_bounds_p): Return true for VA_ARG call. | Ilya Enkovich | 1 | -1/+68 |
2015-11-27 | Fix memory leak in tree-chkp.c | Martin Liska | 1 | -0/+2 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -11/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -11/+10 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -44/+44 |
2015-09-01 | re PR target/67405 (ICE on invalid use of struct on x86_64-linux-gnu) | Ilya Enkovich | 1 | -2/+3 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-09 | lto-streamer.h: Don't include target.h and alloc-pool.h. | Andrew MacLeod | 1 | -1/+0 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -20/+5 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -1/+0 |
2015-06-19 | tree-chkp.c (chkp_compute_bounds_for_assignment): Don't reuse bounds created ... | Ilya Enkovich | 1 | -0/+17 |
2015-06-18 | re PR middle-end/66568 ([CHKP] internal compiler error: in expand_expr_addr_e... | Ilya Enkovich | 1 | -0/+15 |
2015-06-18 | re PR middle-end/66567 ([CHKP] internal compiler error: in assign_parms) | Ilya Enkovich | 1 | -1/+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 | -6/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-06-01 | re PR target/65527 (ICE: in expand_builtin_with_bounds, at builtins.c:7120 wi... | Ilya Enkovich | 1 | -0/+65 |
2015-05-20 | tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless gimple_buil... | Ilya Enkovich | 1 | -9/+9 |
2015-05-15 | re PR middle-end/66134 ([CHKP] ICE: Unable to coalesce ssa_names 18 and 17 wh... | Ilya Enkovich | 1 | -5/+15 |
2015-04-21 | cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE. | Richard Biener | 1 | -1/+2 |
2015-04-15 | Fix fdump-passes | Tom de Vries | 1 | -2/+4 |
2015-04-08 | tree-chkp.c (chkp_find_const_bounds_var): Remove. | Ilya Enkovich | 1 | -61/+24 |
2015-04-08 | tree-chkp.h (chkp_insert_retbnd_call): New. | Ilya Enkovich | 1 | -0/+29 |
2015-03-25 | re PR target/65508 (ICE: in initialize_inlined_parameters, at tree-inline.c:3... | Ilya Enkovich | 1 | -0/+1 |
2015-03-23 | re PR target/65523 (ICE: in gimple_op, at gimple.h:2270 with -fcheck-pointer-... | Jakub Jelinek | 1 | -4/+4 |
2015-03-02 | re PR target/65183 (ICE: verify_ssa failed: virtual use of statement not up-t... | Ilya Enkovich | 1 | -2/+8 |
2015-01-27 | tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of bounds narrowing... | Ilya Enkovich | 1 | -2/+8 |
2015-01-16 | re PR target/64363 (Unresolved labels with -fcheck-pointer-bounds and -mmpx) | Ilya Enkovich | 1 | -3/+2 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -2/+16 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -2/+12 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-09 | re PR bootstrap/63995 (Bootstrap error with -mmpx -fcheck-pointer-bounds) | Ilya Enkovich | 1 | -4/+24 |
2014-12-08 | tree-chkp.c (chkp_build_returned_bound): Don't predict return bounds for strc... | Ilya Enkovich | 1 | -2/+1 |
2014-12-08 | tree-chkp.c (chkp_call_returns_bounds_p): New. | Ilya Enkovich | 1 | -1/+35 |
2014-12-01 | gimple.h (gimple_build_assign_stat): Remove prototype. | Jakub Jelinek | 1 | -7/+5 |
2014-12-01 | re PR target/64055 (gnat.dg/derived_aggregate.adb FAILs on 32-bit i386) | Ilya Enkovich | 1 | -1/+3 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -37/+39 |
2014-11-17 | tree-core.h (built_in_class): Add builtin codes to be used by Pointer Bounds ... | Ilya Enkovich | 1 | -18/+69 |
2014-11-05 | ipa-chkp.c: New. | Ilya Enkovich | 1 | -0/+4252 |