Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-29 | Add support for __builtin_{add,sub,mul}_overflow. | John McCall | 1 | -0/+165 | |
Patch by David Grayson! llvm-svn: 251651 | |||||
2013-09-04 | Don't pass -O0 to clang_cc1, it is the default. | Rafael Espindola | 1 | -3/+3 | |
llvm-svn: 189910 | |||||
2013-06-20 | [checked-arithmetic builtins] Added builtins to enable users to perform ↵ | Michael Gottesman | 1 | -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 |