aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-ubsan.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-05-25* c-ubsan.c (ubsan_instrument_shift): Use type0.Marek Polacek1-1/+1
2015-05-07c-ubsan.c (ubsan_instrument_bounds): Don't skip instrumenting flexible member...Marek Polacek1-2/+4
2015-03-06re PR sanitizer/65280 (-fsanitize=bounds does not detect out-of-bounds access)Marek Polacek1-2/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-08ubsan.c (do_ubsan_in_current_function): New.Jason Merrill1-6/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-28c-ubsan.c (ubsan_instrument_shift): Use op1_utype for MINUS_EXPR instead of u...Marek Polacek1-1/+1
2014-11-28re PR c/63862 (C frontend converts shift-count to int while standard wants in...Marek Polacek1-1/+1
2014-11-18re PR sanitizer/63813 ([UBSAN] ICE in ubsan_type_descriptor, at ubsan.c:346)Jakub Jelinek1-10/+18
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+12
2014-10-23c-ubsan.c (ubsan_instrument_shift): Perform the MINUS_EXPR in unsigned type.Marek Polacek1-5/+6
2014-10-22New syntax for -fsanitize-recover.Jakub Jelinek1-3/+3
2014-09-10ubsan.h (struct ubsan_mismatch_data): Removed.Jakub Jelinek1-8/+24
2014-08-23cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland1-2/+2
2014-08-01opts.c (common_handle_option): Handle -fsanitize=alignment.Jakub Jelinek1-0/+98
2014-07-15c-ubsan.c (ubsan_instrument_bounds): Don't instrument if TYPE_MAX_VALUE is NULL.Marek Polacek1-1/+1
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek1-10/+132
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-3/+3
2014-04-30gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.Marek Polacek1-6/+12
2014-04-23re PR sanitizer/60275 ([UBSAN] Add -f[no-]sanitize-recover/-fsanitize-undefin...Jakub Jelinek1-26/+53
2014-04-08re PR sanitizer/60745 (Many ICEs running libstdc++ testsuite with ubsan, mayb...Marek Polacek1-0/+5
2014-03-26ubsan.h (ubsan_create_data): Change second argument's type to const location_...Jakub Jelinek1-4/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22ubsan.c (ubsan_source_location): Don't crash on unknown locations.Jakub Jelinek1-0/+11
2013-11-19bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek1-4/+9
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+0
2013-11-03Implement -fsanitize=vla-bound.Marek Polacek1-3/+20
2013-09-25re PR sanitizer/58413 (ubsan constant folding)Marek Polacek1-8/+10
2013-08-30Merge ubsan into trunk.Marek Polacek1-0/+158