Age | Commit message (Expand) | Author | Files | Lines |
2015-01-16 | sanititer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters. | Bernd Edlinger | 1 | -1/+1 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -5/+17 |
2015-01-12 | tsan.c (instrument_expr): Use force_gimple_operand. | Bernd Edlinger | 1 | -31/+9 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+11 |
2015-01-08 | tsan.c (pass_tsan::gate): Add no_sanitize_thread support. | Mike Stump | 1 | -2/+6 |
2015-01-05 | re PR sanitizer/64265 (r217669 broke tsan) | Jakub Jelinek | 1 | -34/+71 |
2015-01-05 | Enable experimental TSAN support for Ada. | Bernd Edlinger | 1 | -0/+11 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-01-02 | * tsan.c (instrument_expr): corrected previous checkin. | Bernd Edlinger | 1 | -1/+1 |
2015-01-02 | Instrument bit field and unaligned accesses for TSAN. | Bernd Edlinger | 1 | -11/+73 |
2014-12-15 | re PR sanitizer/64265 (r217669 broke tsan) | Jakub Jelinek | 1 | -8/+7 |
2014-12-01 | gimple.h (gimple_build_assign_stat): Remove prototype. | Jakub Jelinek | 1 | -15/+10 |
2014-11-29 | gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg... | Jakub Jelinek | 1 | -12/+8 |
2014-11-19 | gimple.h (gimple_build_assign_with_ops): Add unary arg overload. | Jakub Jelinek | 1 | -5/+3 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -1/+1 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -0/+3 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -7/+10 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+6 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -2/+0 |
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 |