aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/builtins-overflow.c
AgeCommit message (Collapse)AuthorFilesLines
2015-10-29Add support for __builtin_{add,sub,mul}_overflow.John McCall1-0/+165
Patch by David Grayson! llvm-svn: 251651
2013-09-04Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola1-3/+3
llvm-svn: 189910
2013-06-20[checked-arithmetic builtins] Added builtins to enable users to perform ↵Michael Gottesman1-0/+175
checked-arithmetic in c. This will enable users in security critical applications to perform checked-arithmetic in a fast safe manner that is amenable to c. Tests/an update to Language Extensions is included as well. rdar://13421498. llvm-svn: 184497