index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGen
/
integer-overflow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-3
/
+3
*
Use the individual -fsanitize=<...> arguments to control which of the UBSan
Richard Smith
2012-11-05
1
-1
/
+1
*
-fcatch-undefined-behavior: add the -ftrapv checks to the set of things caught
Richard Smith
2012-08-25
1
-0
/
+9
*
hopefully fix a bunch of ARM buildbot failures
Nuno Lopes
2012-05-09
1
-4
/
+4
*
PR9350: increment/decrement of char (and anything else narrower than int)
Eli Friedman
2011-03-02
1
-1
/
+7
*
-fwrapv should turn off the inbounds markers from geps used for pointer
Chris Lattner
2011-03-01
1
-0
/
+8
*
Add a -ftrapv-handler= option which allows a handler to invoke instead of sim...
David Chisnall
2010-09-17
1
-0
/
+7
*
fix inc/dec to honor -fwrapv and -ftrapv, implementing PR7426.
Chris Lattner
2010-06-26
1
-5
/
+17
*
Fix unary minus to trap on overflow with -ftrapv, refactoring binop
Chris Lattner
2010-06-26
1
-1
/
+1
*
Implement support for -fwrapv, rdar://7221421
Chris Lattner
2010-06-26
1
-0
/
+33