aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/trapv.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov1-8/+8
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-1/+1
2022-02-16Use functions with prototypes when appropriate; NFCAaron Ballman1-3/+3
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-4/+4
2020-12-08UBSAN: emit distinctive trapsTim Northover1-3/+3
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-6/+6
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-4/+4
2012-11-01Remove divison-by-zero checks from -ftrapv. These checks were incompatible withRichard Smith1-0/+9
2012-10-09-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith1-1/+0
2012-09-08-fcatch-undefined-behavior: Factor emission of the creation of, and branch to,Richard Smith1-3/+6
2012-08-25-fcatch-undefined-behavior: add the -ftrapv checks to the set of things caughtRichard Smith1-0/+1
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner1-11/+9
2010-08-07Correct -ftrapv to trap on errors, instead of calling theChris Lattner1-24/+3
2010-08-05Fix a major bug with -ftrapv and ++/--. Patch by David Keaton!John McCall1-3/+65
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-1/+1
2009-04-02Oops, almost forgot the testcases.Mike Stump1-0/+10