aboutsummaryrefslogtreecommitdiff
path: root/gcc/ubsan.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-2/+2
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-5/+4
2014-11-19re PR sanitizer/63690 (ICE: tree check: expected class 'expression', have 'co...Marek Polacek1-1/+7
2014-11-19re PR sanitizer/63913 (ICE: verify_gimple failed: statement marked for throw,...Jakub Jelinek1-5/+26
2014-11-18re PR sanitizer/63866 (ICE in C++ printer with -fdump-ipa)Marek Polacek1-7/+31
2014-11-14re PR sanitizer/63839 (ICE: tree check: expected ssa_name, have var_decl in s...Marek Polacek1-9/+18
2014-11-04ubsan.c (instrument_object_size): Optimize [x & CST] array accesses.Marek Polacek1-0/+21
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-1/+12
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+5
2014-10-22New syntax for -fsanitize-recover.Jakub Jelinek1-11/+13
2014-10-10asan.c (pass_sanopt::execute): Handle IFN_UBSAN_OBJECT_SIZE.Marek Polacek1-5/+207
2014-10-06ubsan.h (ubsan_get_source_location): New prototype.Jakub Jelinek1-4/+11