summaryrefslogtreecommitdiff
path: root/gcc/tsan.c
Commit message (Expand)AuthorAgeFilesLines
* sanititer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.Bernd Edlinger2015-01-161-1/+1
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-5/+17
* tsan.c (instrument_expr): Use force_gimple_operand.Bernd Edlinger2015-01-121-31/+9
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* tsan.c (pass_tsan::gate): Add no_sanitize_thread support.Mike Stump2015-01-081-2/+6
* re PR sanitizer/64265 (r217669 broke tsan)Jakub Jelinek2015-01-051-34/+71
* Enable experimental TSAN support for Ada.Bernd Edlinger2015-01-051-0/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* * tsan.c (instrument_expr): corrected previous checkin.Bernd Edlinger2015-01-021-1/+1
* Instrument bit field and unaligned accesses for TSAN.Bernd Edlinger2015-01-021-11/+73
* re PR sanitizer/64265 (r217669 broke tsan)Jakub Jelinek2014-12-151-8/+7
* gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek2014-12-011-15/+10
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-12/+8
* gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek2014-11-191-5/+3
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-1/+1
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+3
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-7/+10
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+6
* remove has_executeTrevor Saunders2014-07-091-2/+0
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-2/+2
* pass cfun to pass::executeTrevor Saunders2014-04-171-2/+2
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-16/+10
* remove has_gateTrevor Saunders2014-04-171-2/+0
* re PR middle-end/59630 (ICE converting the return type of a builtin function)Richard Biener2014-01-081-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger2013-11-271-1/+1
* Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger2013-11-261-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford2013-11-181-6/+3
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-3/+3
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-3/+3
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-2/+4
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Merge ubsan into trunk.Marek Polacek2013-08-301-2/+2
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-34/+71
* tsan.c (tsan_atomic_table): Make const.David Malcolm2013-06-051-1/+1
* re PR sanitizer/57104 (ICE: in expand_expr_addr_expr_1, at expr.c:7594 with -...Jakub Jelinek2013-04-301-1/+3
* re PR sanitizer/56990 (ICE: SIGFPE with -fsanitize=thread and empty struct)Marek Polacek2013-04-221-1/+2
* re PR sanitizer/55702 (ICE: in instrument_func_exit, at tsan.c:684 with -fsan...Marek Polacek2013-04-031-1/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* tsan.c (instrument_expr): If expr_ptr isn't a gimple val, first store it into...Jakub Jelinek2012-12-041-11/+16
* re PR sanitizer/55439 (ThreadSanitizer: handle atomic operations)Jakub Jelinek2012-12-041-6/+409