| commit | 930ecdb77b415f25d15dd65b7461b6b4f469bfe3 | [log] [tgz] |
|---|---|---|
| author | Michael Gottesman <mgottesman@apple.com> | Thu Jun 20 23:28:10 2013 +0000 |
| committer | Michael Gottesman <mgottesman@apple.com> | Thu Jun 20 23:28:10 2013 +0000 |
| tree | 10743296533abd9fb97933daa24c8ff57df4efb8 | |
| parent | 72ae1736b33ea5bdeb3cdee7894bb0b1f7601ace [diff] |
[checked-arithmetic builtins] Added builtins to enable users to perform 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