aboutsummaryrefslogtreecommitdiff
path: root/gcc/ubsan.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-1/+1
2016-10-05re PR sanitizer/66343 ("Error: .Lubsan_type3 already defined" with UBSan and ...Jakub Jelinek1-1/+4
2016-10-05re PR sanitizer/66343 ("Error: .Lubsan_type3 already defined" with UBSan and ...Jakub Jelinek1-5/+7
2016-09-03ubsan.c (ubsan_use_new_style_p): Fix check for empty string.Kirill Yukhin1-1/+1
2016-09-01PR tree-optimization/71831 - __builtin_object_size poor results with noMartin Sebor1-2/+2
2016-08-12re PR c/71512 (ICE: verify_gimple failed with UBSAN)Jakub Jelinek1-3/+6
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-1/+1
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-2/+2
2016-05-06re PR sanitizer/70875 (ICE in get_ubsan_type_info_for_type with -fsanitize=un...Marek Polacek1-1/+0
2016-05-02Support <, <=, > and >= for offset_int and widest_intRichard Sandiford1-4/+4
2016-01-06re PR sanitizer/69099 (ICE when compiling gcc.dg/atomic/c11-atomic-exec-2.c w...Marek Polacek1-5/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2016-01-01re PR sanitizer/69055 (Internal compiler error -fsanitize=float-cast-overflow)Jakub Jelinek1-0/+1
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-4/+4
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-16/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-13/+10
2015-10-21libsanitizer merge from upstream r250806, compiler part.Max Ostapenko1-2/+37
2015-09-20switch from gimple to gimple*Trevor Saunders1-24/+24
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-2/+6
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-6/+2
2015-08-05re PR c/16351 (NULL dereference warnings)Manuel López-Ibáñez1-2/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (ggc_cache_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-25decl.c (value_annotation_hasher::handle_cache_entry): Delete.Richard Sandiford1-9/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-04re PR middle-end/65984 (ICE: definition in block 4 does not dominate use in b...Jakub Jelinek1-3/+4
2015-04-09re PR tree-optimization/65709 (Bad code for LZ4 decompression with -O3 on x86...Jakub Jelinek1-2/+2
2015-03-27re PR sanitizer/65583 ([UBSAN] ICE segfault in inline_edge_summary)Marek Polacek1-1/+34
2015-03-12tree-cfg.c (gimple_split_block): Remove loop finding stmt to split on.Richard Biener1-0/+1
2015-03-10re PR sanitizer/65367 (indefinite loop occurs with sanitize enabled and certa...Marek Polacek1-1/+6
2015-02-18re PR sanitizer/65081 (-fsanitize=object-size fails with simple pointer arithm)Marek Polacek1-1/+41
2015-02-12re PR sanitizer/65019 (Compare debug failure with -fsanitize=alignment,object...Jakub Jelinek1-1/+1
2015-02-10re PR sanitizer/65004 (Compare debug failure with -fno-sanitize-recover -fsan...Jakub Jelinek1-1/+1
2015-01-27re PR sanitizer/64741 (Incorrect size of UBSan type descriptors)Jakub Jelinek1-11/+15
2015-01-22ubsan.c (ubsan_type_descriptor): Use 'pretty_print' for 'pretty_name' to avoi...Chen Gang1-29/+34
2015-01-15flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek1-0/+161
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-08ubsan.c (do_ubsan_in_current_function): New.Jason Merrill1-3/+11
2015-01-05re PR sanitizer/64344 ([UBSAN] ICE with -fsanitize=float-cast-overflow [ICE i...Jakub Jelinek1-8/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01re PR tree-optimization/64121 (ICE: SSA corruption with -O -fsanitize=undefined)Marek Polacek1-1/+8
2014-12-01re PR sanitizer/63956 ([UBSAN] ICE segfault in cxx_eval_call_expression ../.....Marek Polacek1-0/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-8/+6
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-12/+9
2014-11-20convert many if_marked htab to hash_tableTrevor Saunders1-20/+32