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
/
StaticAnalyzer
/
Core
/
RangeConstraintManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[analyzer] print() JSONify: Constraints implementation
Csaba Dabis
2019-05-29
1
-15
/
+26
*
[Analyzer] Constraint Manager - Calculate Effective Range for Differences
Adam Balogh
2019-03-28
1
-5
/
+28
*
[analyzer] ConditionBRVisitor: Remove GDM checking
Csaba Dabis
2019-03-16
1
-0
/
+5
*
Revert "[analyzer] ConditionBRVisitor: Remove GDM checking"
Csaba Dabis
2019-03-16
1
-5
/
+0
*
[analyzer] ConditionBRVisitor: Remove GDM checking
Csaba Dabis
2019-03-16
1
-0
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer] Fix the "Zombie Symbols" bug.
Artem Dergachev
2018-11-30
1
-1
/
+1
*
[analyzer] pr38273: Legalize Loc<>NonLoc comparison symbols.
Artem Dergachev
2018-07-23
1
-2
/
+4
*
[Analyzer] Constraint Manager Negates Difference
Adam Balogh
2018-06-28
1
-1
/
+68
*
Revert "[Analyzer] Moved RangeConstraintManager to header. NFC."
Mikhail R. Gadelha
2018-06-27
1
-0
/
+83
*
[Analyzer] Moved RangeConstraintManager to header. NFC.
Mikhail R. Gadelha
2018-06-27
1
-83
/
+0
*
Moved RangedConstraintManager header to the StaticAnalyser include dir
Mikhail R. Gadelha
2018-06-04
1
-1
/
+1
*
[analyzer] Move RangeSet related declarations into the RangedConstraintManage...
Mikhail R. Gadelha
2018-05-24
1
-236
/
+144
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
1
-1
/
+3
*
[analyzer] [NFC] remove duplicated function
George Karpenkov
2017-12-04
1
-31
/
+12
*
[analyzer] assume bitwise arithmetic axioms
George Karpenkov
2017-11-09
1
-6
/
+54
*
[analyzer] Refactor and simplify SimpleConstraintManager
Dominic Chen
2017-02-25
1
-24
/
+78
*
[analyzer] Run clang-format and fix style
Dominic Chen
2016-12-13
1
-103
/
+94
*
[analyzer] Minor optimization: avoid setting state if unchanged
Dominic Chen
2016-11-15
1
-4
/
+6
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
[analyzer] Fix RangeConstraintManager's pinning of single value ranges.
Pierre Gousseau
2016-01-12
1
-2
/
+2
*
[analyzer] Create one state for a range switch case instead of multiple.
Devin Coughlin
2015-09-22
1
-34
/
+142
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-7
/
+7
*
unique_ptrify the result of ConstraintManagerCreator and StoreManagerCreator
David Blaikie
2014-09-04
1
-2
/
+2
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-16
/
+16
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-10
/
+12
*
[analyzer] Teach constraint managers about unsigned comparisons.
Jordan Rose
2013-03-23
1
-8
/
+8
*
[analyzer] Translate "a != b" to "(b - a) != 0" in the constraint manager.
Jordan Rose
2013-03-23
1
-3
/
+3
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
[analyzer] Move convenience REGISTER_*_WITH_PROGRAMSTATE to CheckerContext.h
Jordan Rose
2012-11-05
1
-1
/
+3
*
[analyzer] Use nice macros for the common ProgramStateTraits (map, set, list).
Jordan Rose
2012-11-02
1
-14
/
+1
*
[analyzer] Let ConstraintManager subclasses provide a more efficient checkNull.
Jordan Rose
2012-10-31
1
-0
/
+25
*
[analyzer] Make ProgramStateManager's SubEngine parameter optional.
Jordan Rose
2012-10-01
1
-2
/
+2
*
Revert "Use sep instead of ' '."
Ted Kremenek
2012-09-26
1
-1
/
+1
*
Use sep instead of ' '.
Ted Kremenek
2012-09-26
1
-1
/
+1
*
Remove unnecessary ASTContext& parameter from SymExpr::getType().
Ted Kremenek
2012-09-26
1
-1
/
+1
*
Remove ConstraintManager:isEqual(). It is no longer used.
Ted Kremenek
2012-09-07
1
-6
/
+0
*
Despite me asking Jordan to do r162313, revert it. We can provide
Ted Kremenek
2012-08-22
1
-1
/
+11
*
[analyzer] Push "references are non-null" knowledge up to the common parent.
Jordan Rose
2012-08-21
1
-11
/
+1
*
[analyzer] Assume that reference symbols are non-null.
Jordan Rose
2012-08-21
1
-1
/
+11
*
[analyzer] Rework both constraint managers to handle mixed-type comparisons.
Jordy Rose
2012-05-08
1
-74
/
+201
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-28
/
+28
*
[analyzer] Minor improvements on RangeConstraint pretty-printing.
Anna Zaks
2011-12-05
1
-3
/
+5
*
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
Jordy Rose
2011-09-02
1
-1
/
+0
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-34
/
+34
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-20
/
+20
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-3
/
+3
*
[analyzer] Remove ManagerRegistry which is not used. In the future we may loa...
Argyrios Kyrtzidis
2011-02-14
1
-1
/
+0
[next]