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
/
Analysis
/
additive-folding.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Put the tautological-comparison-of-unsigned-against-zero warnings in
John McCall
2010-09-08
1
-2
/
+2
*
sabre points out that the timing here is pretty pessimal; I'll retry the
John McCall
2010-09-02
1
-2
/
+2
*
Experimentally move the tautological comparison warnings from -Wsign-compare
John McCall
2010-09-02
1
-2
/
+2
*
Added some false positive checking to UnreachableCodeChecker
Tom Care
2010-07-27
1
-3
/
+3
*
Added an path-sensitive unreachable code checker to the experimental analyzer...
Tom Care
2010-07-23
1
-10
/
+10
*
Don't depend on system headers in clang -cc1 tests.
Benjamin Kramer
2010-06-24
1
-1
/
+1
*
Revert "Tweak tests to hopefully fix include of limits.h on win32.", tweak fa...
Daniel Dunbar
2010-06-23
1
-2
/
+2
*
Tweak tests to hopefully fix include of limits.h on win32.
Daniel Dunbar
2010-06-23
1
-2
/
+2
*
When folding additive operations, convert the values to the same type. When a...
Jordy Rose
2010-06-21
1
-0
/
+40
*
Fold additive constants, and support comparsions of the form $sym+const1 <> c...
Jordy Rose
2010-06-18
1
-0
/
+163