]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tsan.c
switch from gimple to gimple*
[thirdparty/gcc.git] / gcc / tsan.c
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-12  Andrew MacLeodre PR target/65697 (__atomic memory barriers not strong...
2015-03-19  Jakub Jelinekre PR sanitizer/65400 (tsan mis-compiles inlineable...
2015-01-16  Bernd Edlingersanititer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parame...
2015-01-15  Prathamesh Kulkarnidojump.h: New header file.
2015-01-12  Bernd Edlingertsan.c (instrument_expr): Use force_gimple_operand.
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-08  Mike Stumptsan.c (pass_tsan::gate): Add no_sanitize_thread support.
2015-01-05  Jakub Jelinekre PR sanitizer/64265 (r217669 broke tsan)
2015-01-05  Bernd EdlingerEnable experimental TSAN support for Ada.
2015-01-05  Jakub JelinekUpdate copyright years.
2015-01-02  Bernd Edlinger* tsan.c (instrument_expr): corrected previous checkin.
2015-01-02  Bernd EdlingerInstrument bit field and unaligned accesses for TSAN.
2014-12-15  Jakub Jelinekre PR sanitizer/64265 (r217669 broke tsan)
2014-12-01  Jakub Jelinekgimple.h (gimple_build_assign_stat): Remove prototype.
2014-11-29  Jakub Jelinekgimple-expr.h (create_tmp_var_raw, [...]): Add default...
2014-11-19  Jakub Jelinekgimple.h (gimple_build_assign_with_ops): Add unary...
2014-10-29  Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16  Andrew MacLeodfunction.h: Flatten file.
2014-07-09  Trevor Saundersremove has_execute
2014-05-06  Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-17  Trevor Saunderspass cfun to pass::execute
2014-04-17  Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17  Trevor Saundersremove has_gate
2014-01-08  Richard Bienerre PR middle-end/59630 (ICE converting the return type...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-09  David MalcolmEliminate FOR_EACH_BB macro.
2013-11-27  Bernd Edlinger2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
2013-11-26  Bernd EdlingerRemove parameter keep_aligning from get_inner_reference.
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
2013-11-19  David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18  Richard Sandifordc-common.c (convert_vector_to_pointer_for_subscript...
2013-11-18  Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-18  Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-14  Andrew MacLeodgimplify-be.h: New file.
2013-11-13  Andrew Macleodgimple-walk.h: New File.
2013-11-12  Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-10-23  Andrew MacLeodtree-ssa.h: Remove all #include's
2013-09-30  Richard Sandifordbasic-block.h (edge_list): Prefix member names with...
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-12  Andrew MacLeodtree-ssa.h: New.
2013-08-30  Marek PolacekMerge ubsan into trunk.
2013-08-05  David MalcolmAutomated conversion of passes to C++ classes
2013-06-05  David Malcolmtsan.c (tsan_atomic_table): Make const.
2013-04-30  Jakub Jelinekre PR sanitizer/57104 (ICE: in expand_expr_addr_expr_1...
2013-04-22  Marek Polacekre PR sanitizer/56990 (ICE: SIGFPE with -fsanitize...
2013-04-03  Marek Polacekre PR sanitizer/55702 (ICE: in instrument_func_exit...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-12-04  Jakub Jelinektsan.c (instrument_expr): If expr_ptr isn't a gimple...
2012-12-04  Jakub Jelinekre PR sanitizer/55439 (ThreadSanitizer: handle atomic...
2012-12-03  Jakub Jelineksanitizer.def: Add Address Sanitizer builtins.
2012-11-30  Jakub Jelinektsan.c (is_load_of_const_p): Removed.
2012-11-23  Jakub Jelinektsan.c: Fix up comment formatting.
2012-11-22  Dmitry Vyukovbuiltins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins.