summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtins-overflow.c
Commit message (Expand)AuthorAgeFilesLines
* Bring r325915 back.Rafael Espindola2018-02-231-9/+9
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-9/+9
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-9/+9
* [CGBuiltin] Handle unsigned mul overflow properly (PR35750)Vedant Kumar2018-01-031-2/+6
* [CodeGen] Specialize mixed-sign mul-with-overflow (fix PR34920)Vedant Kumar2017-12-161-0/+119
* Add support for __builtin_{add,sub,mul}_overflow.John McCall2015-10-291-0/+165
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-3/+3
* [checked-arithmetic builtins] Added builtins to enable users to perform check...Michael Gottesman2013-06-201-0/+175