summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/Windows/overflow.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: address WOA unsigned division overflow crashMartell Malone2015-11-261-6/+44
| | | | | | | | | Building on r253865 the crash is not limited to signed overflows. Disable custom handling of unsigned 32-bit and 64-bit integer divide. Add test cases for both 32-bit and 64-bit unsigned integer overflow. llvm-svn: 254158
* ARM: address WoA division overflow crashMartell Malone2015-11-231-0/+39
Disable custom handling of signed 32-bit and 64-bit integer divide. Add test cases for both 32-bit and 64-bit integer overflow crashes. llvm-svn: 253865
OpenPOWER on IntegriCloud