aboutsummaryrefslogtreecommitdiff
path: root/gcc/ubsan.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-08re PR sanitizer/59667 (ubsan: ICE ubsan_type_descriptor)Marek Polacek1-0/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h.Jakub Jelinek1-1/+109
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-05re PR sanitizer/59333 (ICE with long long and -m32 -fsanitize=undefined)Marek Polacek1-34/+46
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek1-4/+97
2013-11-27re PR sanitizer/59306 (ICE with -fsanitize=null: gimple check: expected gimpl...Marek Polacek1-14/+16
2013-11-27ubsan.c (ubsan_type_descriptor): If varpool_get_node returns NULL for a decl,...Marek Polacek1-5/+8
2013-11-26re PR sanitizer/59258 (ubsan: ICE(segfault): stack-buffer-overflow with -fsan...Jakub Jelinek1-3/+4
2013-11-25ubsan.c (ubsan_create_data): Increase the size of the fields array.Marek Polacek1-2/+2
2013-11-22ubsan.c (ubsan_source_location): Don't crash on unknown locations.Jakub Jelinek1-3/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+3
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-19bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek1-31/+310
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-09-25re PR sanitizer/58420 (internal compiler error: in ubsan_type_descriptor, at ...Marek Polacek1-2/+9
2013-09-20re PR sanitizer/58413 (ubsan constant folding)Marek Polacek1-4/+3
2013-08-31ubsan.c: Include tm_p.h.Marek Polacek1-0/+1
2013-08-30Merge ubsan into trunk.Marek Polacek1-0/+416