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