Age | Commit message (Expand) | Author | Files | Lines |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -2/+2 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -2/+2 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -16/+10 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -2/+0 |
2014-01-08 | re PR middle-end/59630 (ICE converting the return type of a builtin function) | Richard Biener | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -1/+1 |
2013-11-27 | 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de> | Bernd Edlinger | 1 | -1/+1 |
2013-11-26 | Remove parameter keep_aligning from get_inner_reference. | Bernd Edlinger | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+4 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -2/+2 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+2 |
2013-11-18 | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 1 | -6/+3 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -3/+3 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -3/+3 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -2/+4 |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -1/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -4/+4 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-30 | Merge ubsan into trunk. | Marek Polacek | 1 | -2/+2 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -34/+71 |
2013-06-05 | tsan.c (tsan_atomic_table): Make const. | David Malcolm | 1 | -1/+1 |
2013-04-30 | re PR sanitizer/57104 (ICE: in expand_expr_addr_expr_1, at expr.c:7594 with -... | Jakub Jelinek | 1 | -1/+3 |
2013-04-22 | re PR sanitizer/56990 (ICE: SIGFPE with -fsanitize=thread and empty struct) | Marek Polacek | 1 | -1/+2 |
2013-04-03 | re PR sanitizer/55702 (ICE: in instrument_func_exit, at tsan.c:684 with -fsan... | Marek Polacek | 1 | -1/+2 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2012-12-04 | tsan.c (instrument_expr): If expr_ptr isn't a gimple val, first store it into... | Jakub Jelinek | 1 | -11/+16 |
2012-12-04 | re PR sanitizer/55439 (ThreadSanitizer: handle atomic operations) | Jakub Jelinek | 1 | -6/+409 |
2012-12-03 | sanitizer.def: Add Address Sanitizer builtins. | Jakub Jelinek | 1 | -18/+18 |
2012-11-30 | tsan.c (is_load_of_const_p): Removed. | Jakub Jelinek | 1 | -57/+21 |
2012-11-23 | tsan.c: Fix up comment formatting. | Jakub Jelinek | 1 | -10/+9 |
2012-11-22 | builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins. | Dmitry Vyukov | 1 | -0/+405 |