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
/
lib
/
Checker
/
IdempotentOperationChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added psuedo-constant analysis and integrated it into the false positive redu...
Tom Care
2010-08-18
1
-15
/
+37
*
Added basic psuedoconstant checking in IdempotentOperationChecker and fixed s...
Tom Care
2010-08-16
1
-2
/
+16
*
Zap unused UnaryOperator::OffsetOf.
Eli Friedman
2010-08-13
1
-2
/
+1
*
Improved IdempotentOperationChecker false positives and false negatives.
Tom Care
2010-08-12
1
-98
/
+203
*
Removed IdempotentOperationChecker from default analysis and returned back to...
Tom Care
2010-08-06
1
-1
/
+1
*
Changed GRExprEngine to pass down a reference to itself when checkers are doi...
Tom Care
2010-08-03
1
-4
/
+3
*
'Assumption &A' gets default initialized to 'Possible' if it doesn't exist; n...
Ted Kremenek
2010-08-02
1
-8
/
+5
*
Uncomment unfinished work bailout in IdempotentOperationsChecker.
Tom Care
2010-07-30
1
-2
/
+2
*
Extracted out some useful common functions in IdempotentOperationChecker to t...
Tom Care
2010-07-27
1
-86
/
+3
*
Finesse 'idempotent operations' analyzer issues to include the opcode of the ...
Ted Kremenek
2010-07-27
1
-10
/
+16
*
Put 'Idempotent operations' static analyzer issues in the 'Dead code' category.
Ted Kremenek
2010-07-27
1
-1
/
+2
*
Fix APFloat assertion failure in IdempotentOperationChecker resulting in having
Ted Kremenek
2010-07-17
1
-4
/
+6
*
Improved false positive rate for the idempotent operations checker and moved ...
Tom Care
2010-07-16
1
-3
/
+80
*
Change explicit handling of impossible condition to call llvm_unreachable in ...
Tom Care
2010-07-07
1
-2
/
+2
*
Silence an annoying GCC warning about use of an uninitialized variable. Even
Chandler Carruth
2010-07-07
1
-1
/
+1
*
Use 'llvm_unreachable' to mark impossible code paths so that GCC doesn't
Chandler Carruth
2010-07-07
1
-1
/
+2
*
Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope...
Tom Care
2010-07-06
1
-0
/
+453