]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/asan.c
remove need for store_values_directly
[thirdparty/gcc.git] / gcc / asan.c
2015-04-18  Trevor Saundersremove need for store_values_directly
2015-04-17  Yury Gribovasan.c (set_sanitized_sections): New function.
2015-03-11  Marat Zakirovasan.c (instrument_derefs): Disable instrumentation...
2015-01-15  Prathamesh Kulkarnidojump.h: New header file.
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-02  Dmitry Vyukovasan: support for globals in kernel
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-26  Marek Polacekre PR sanitizer/63788 (ICE: SIGSEGV in contains_struct_...
2014-11-19  David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-19  Jakub Jelinekgimple.h (gimple_build_assign_with_ops): Add unary...
2014-11-18  Marek Polacekre PR sanitizer/63866 (ICE in C++ printer with -fdump...
2014-11-14  Marek Polacekre PR sanitizer/63839 (ICE: tree check: expected ssa_na...
2014-11-04  Marek PolacekMakefile.in (OBJS): Add sanopt.o.
2014-11-01  Andrew MacLeod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-29  Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
2014-10-28  Max OstapenkoDon't inline GCC memory builtins if ASan is enabled.
2014-10-28  Yury GribovEnable -fsanitize-recover for KASan.
2014-10-28  Yury GribovAllow to override Asan shadow offset.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-22  Jakub JelinekNew syntax for -fsanitize-recover.
2014-10-13  Marat Zakirovasan.c (instrument_derefs): BIT_FIELD_REF added.
2014-10-12  Trevor Saundersmove many gc hashtab to hash_table
2014-10-10  Marek Polacekasan.c (pass_sanopt::execute): Handle IFN_UBSAN_OBJECT_...
2014-10-06  Jakub Jelinekubsan.h (ubsan_get_source_location): New prototype.
2014-10-03  Yury Gribovasan.c (asan_finish_file): Disable __asan_init calls...
2014-09-24  Marek Polacekre PR c/61405 (Not emitting "enumeration value not...
2014-09-24  Jakub Jelinekre PR sanitizer/63316 (False asan positive)
2014-09-23  Kostya Serebryany[libsanitizer merge from upstream r218156]
2014-09-19  Marat Zakirovasan.c (build_check_stmt): Alignment arg was added.
2014-09-18  Jakub Jelinekre PR c++/62017 (AddressSanitizer reports *-buffer...
2014-09-03  Trevor Saundersuse rtx_code_label more
2014-09-01  Yury Gribovre PR sanitizer/61897 (sanitizer internal compiler...
2014-08-21  David Malcolmasan.c: strengthen some rtx locals
2014-08-19  David Malcolmasan_emit_stack_protection returns an insn
2014-08-18  Yury Gribovre PR sanitizer/62089 (Sanitizer may fail to instrument...
2014-08-11  Yury GribovMove inlining of Asan memory checks to sanopt pass.
2014-08-01  Jakub Jelinekopts.c (common_handle_option): Handle -fsanitize=alignment.
2014-08-01  Andi KleenConvert asan.c to inchash
2014-07-25  Andi KleenAdd an abstract incremental hash data type
2014-07-24  Martin LiskaIPA C++ refactoring 2/N
2014-07-24  Martin LiskaIPA C++ refactoring 1/N
2014-07-15  Bernd SchmidtChange an assignment to an assert.
2014-07-09  Trevor Saundersremove has_execute
2014-07-07  Max OstapenkoDo not instrument first byte in strlen if already instr...
2014-06-24  Trevor SaundersRemove a layer of indirection from hash_table
2014-06-20  Marek Polacekasan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
2014-06-20  Yury Gribovasan.c (instrument_strlen_call): Fixed instrumentation...
2014-06-20  Yury Gribovre PR sanitizer/61530 (segfault with asan)
2014-06-16  Yury Gribovasan.c (build_check_stmt): Fix maybe-uninitialized...
2014-06-16  Yury GribovNew asan-instrumentation-with-call-threshold parameter.
2014-06-12  Jan Hubickasymtab.c (section_hash): New hash.
2014-06-11  Jan Hubickavarasm.c (set_implicit_section): New function.
2014-06-02  Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-30  Jakub Jelinekasan.c (report_error_func): Add SLOW_P argument, use...
2014-05-30  Jakub Jelineksanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N, [...])...
2014-05-06  Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-22  Lin Zuojianre PR middle-end/60281 (Address Sanitizer triggers...
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-09  Max Ostapenkocfgexpand.c (expand_stack_vars): Optionally disable...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-20  Jakub Jelinekubsan.c: Include tree-ssanames.h, asan.h and gimplify...
2013-12-09  David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09  David MalcolmEliminate last_basic_block macro.
2013-12-06  Oleg Endoasan.c: Remove struct tags when referring to class...
2013-12-04  Marek PolacekImplement -fsanitize=signed-integer-overflow.
2013-11-28  Jakub Jelinekcfgexpand.c (struct stack_vars_data): Add asan_base...
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  Jakub Jelineksanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, ...
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-19  Marek Polacekbootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.
2013-11-18  Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-14  Andrew MacLeodgimplify-be.h: New file.
2013-11-14  Jakub Jelinekre PR sanitizer/59122 (libsanitizer merge from upstream...
2013-11-13  Andrew Macleodgimple-walk.h: New File.
2013-11-12  Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-07  Yury GribovAllow integer literals as addresses in instrumented...
2013-11-04  Kostya Serebryanylibsanitizer merge from upstream r191666
2013-11-03  Marek PolacekImplement -fsanitize=vla-bound.
2013-10-31  Richard Sandifordre PR sanitizer/58543 (Invalid unpoisoning of stack...
2013-10-29  David MalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-23  Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-21  Diego NovilloRe-factor inclusion of tree.h.
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-26  Andrew MacLeodgimple.c (gimple_replace_lhs): Move to tree-ssa.c and...
2013-09-23  Richard Sandifordrtl.texi (REG_NOTES): Say that int_list can also be...
2013-09-12  Andrew MacLeodtree-ssa.h: New.
2013-09-09  Richard Sandifordasan.c (asan_emit_stack_protection): Use gen_int_mode...
2013-09-09  Richard Sandifordasan.c (asan_clear_shadow): Use gen_int_mode with the...
2013-09-09  Richard Sandifordasan.c (asan_shadow_cst): Use gen_int_mode.
2013-08-30  Marek PolacekMerge ubsan into trunk.
2013-08-22  Gabriel Dos Reispretty-print.h (output_buffer::output_buffer): Declare.
2013-08-13  Jakub Jelinekre PR middle-end/56417 (internal compiler error: verify...
next