Will Dietz
|
949ec546c4
|
ubsan: Only emit constants for filenames and type descriptors once.
Produces neater IR in significantly less time.
(~18% faster -O0 compile time for sqlite3 with -fsanitize=undefined)
llvm-svn: 194231
|
2013-11-08 01:09:22 +00:00 |
Will Dietz
|
450f1a1f45
|
[ubsan] Make static check data non-const so it can be used for deduplication.
llvm-svn: 171947
|
2013-01-09 03:39:41 +00:00 |
Dmitri Gribenko
|
7daa1a2201
|
CodeGen/compound-assign-overflow.c: include stdint.h in freestanding mode
This hopefully fixes the ARM buildbot.
llvm-svn: 171853
|
2013-01-08 14:47:41 +00:00 |
Will Dietz
|
cefb44869a
|
[ubsan] Use correct type for compound assignment ops.
llvm-svn: 171801
|
2013-01-07 22:25:52 +00:00 |