PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expression
[gcc.git] / gcc / asan.c
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-23 Max Ostapenkolibsanitizer merge from upstream r253555, compiler...
2015-11-08 Eric BotcazouMerge of the scalar-storage-order branch.
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-21 Max Ostapenkolibsanitizer merge from upstream r250806, compiler...
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-09-16 Mikhail MaltsevShare memory blocks between pool allocators
2015-07-16 Martin LiskaAdd new object_allocator and clean-up allocator usage.
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Richard Sandifordhash-table.h: Update comments.
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-06-01 Martin LiskaChange use to type-based pool allocator in asan.c.
2015-04-22 Yury GribovAllow wildcards in -fsanitize-sections.
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...
next