Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't pass -O0 to clang_cc1, it is the default. | Rafael Espindola | 2013-09-04 | 1 | -3/+3 |
| | | | | llvm-svn: 189910 | ||||
* | [checked-arithmetic builtins] Added builtins to enable users to perform ↵ | Michael Gottesman | 2013-06-20 | 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 |