summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/trapv.c
Commit message (Expand)AuthorAgeFilesLines
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-6/+6
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-4/+4
* Remove divison-by-zero checks from -ftrapv. These checks were incompatible withRichard Smith2012-11-011-0/+9
* -fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith2012-10-091-1/+0
* -fcatch-undefined-behavior: Factor emission of the creation of, and branch to,Richard Smith2012-09-081-3/+6
* -fcatch-undefined-behavior: add the -ftrapv checks to the set of things caughtRichard Smith2012-08-251-0/+1
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-11/+9
* Correct -ftrapv to trap on errors, instead of calling theChris Lattner2010-08-071-24/+3
* Fix a major bug with -ftrapv and ++/--. Patch by David Keaton!John McCall2010-08-051-3/+65
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Oops, almost forgot the testcases.Mike Stump2009-04-021-0/+10