summaryrefslogtreecommitdiff
path: root/test/CodeGen/trapv.c
AgeCommit message (Expand)Author
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-11-01Remove divison-by-zero checks from -ftrapv. These checks were incompatible withRichard Smith
2012-10-09-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith
2012-09-08-fcatch-undefined-behavior: Factor emission of the creation of, and branch to,Richard Smith
2012-08-25-fcatch-undefined-behavior: add the -ftrapv checks to the set of things caughtRichard Smith
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2010-08-07Correct -ftrapv to trap on errors, instead of calling theChris Lattner
2010-08-05Fix a major bug with -ftrapv and ++/--. Patch by David Keaton!John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-04-02Oops, almost forgot the testcases.Mike Stump