summaryrefslogtreecommitdiff
path: root/gcc/ubsan.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* re PR sanitizer/59333 (ICE with long long and -m32 -fsanitize=undefined)Marek Polacek2013-12-051-34/+46
* Implement -fsanitize=signed-integer-overflow.Marek Polacek2013-12-041-4/+97
* re PR sanitizer/59306 (ICE with -fsanitize=null: gimple check: expected gimpl...Marek Polacek2013-11-271-14/+16
* ubsan.c (ubsan_type_descriptor): If varpool_get_node returns NULL for a decl,...Marek Polacek2013-11-271-5/+8
* re PR sanitizer/59258 (ubsan: ICE(segfault): stack-buffer-overflow with -fsan...Jakub Jelinek2013-11-261-3/+4
* ubsan.c (ubsan_create_data): Increase the size of the fields array.Marek Polacek2013-11-251-2/+2
* ubsan.c (ubsan_source_location): Don't crash on unknown locations.Jakub Jelinek2013-11-221-3/+3
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+3
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek2013-11-191-31/+310
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-1/+1
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-1/+1
* re PR sanitizer/58420 (internal compiler error: in ubsan_type_descriptor, at ...Marek Polacek2013-09-251-2/+9
* re PR sanitizer/58413 (ubsan constant folding)Marek Polacek2013-09-201-4/+3
* ubsan.c: Include tm_p.h.Marek Polacek2013-08-311-0/+1
* Merge ubsan into trunk.Marek Polacek2013-08-301-0/+416