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
/
SymbolManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer] Make sure base-region and its sub-regions are either all alive or ...
Artem Dergachev
2019-01-18
1
-3
/
+7
*
[analyzer] Fix the "Zombie Symbols" bug.
Artem Dergachev
2018-11-30
1
-9
/
+0
*
[analyzer] Fix dumping for SymbolConjured conjured at no particular statement.
Artem Dergachev
2018-10-22
1
-4
/
+7
*
[analyzer] Further printing improvements: use declarations,
George Karpenkov
2018-09-15
1
-1
/
+4
*
[analyzer] Memoize complexity of SymExpr
Mikhail R. Gadelha
2018-07-19
1
-7
/
+0
*
[analyzer] [NFC] A convenient getter for getting a current stack frame
George Karpenkov
2018-06-27
1
-1
/
+1
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-03-06
1
-14
/
+23
*
[analyzer] Dump signed integers in SymIntExpr and IntSymExpr correctly
Gabor Horvath
2017-10-19
1
-3
/
+9
*
[analyzer] Print type for SymbolRegionValues when dumping to stream
Dominic Chen
2016-12-05
1
-1
/
+2
*
[analyzer] Add LocationContext information to SymbolMetadata.
Artem Dergachev
2016-08-17
1
-3
/
+4
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
[analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency.
Artem Dergachev
2016-01-13
1
-18
/
+18
*
[analyzer] Fix symbolic element index lifetime.
Artem Dergachev
2015-12-10
1
-0
/
+12
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-6
/
+6
*
Wdeprecated: CollectReachableSymbolsCallback are move constructed/returned by...
David Blaikie
2015-08-13
1
-2
/
+0
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-3
/
+3
*
Use llvm::DeleteContainerSeconds when possible
Reid Kleckner
2014-02-19
1
-5
/
+1
*
[analyzer] Add support for testing the presence of weak functions.
Jordan Rose
2013-08-28
1
-0
/
+3
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-2
/
+1
*
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-09
1
-2
/
+2
*
[analyzer] Use isLiveRegion to determine when SymbolRegionValue is dead.
Anna Zaks
2013-03-15
1
-3
/
+1
*
[analyzer] Include opcode in dumping a SymSymExpr.
Jordan Rose
2013-03-15
1
-34
/
+15
*
[analyzer] Run remove dead on end of path.
Anna Zaks
2012-11-03
1
-1
/
+11
*
Remove unnecessary ASTContext& parameter from SymExpr::getType().
Ted Kremenek
2012-09-26
1
-5
/
+6
*
Reapply "[analyzer] Remove constraints on dead symbols as part of removeDeadB...
Jordan Rose
2012-09-25
1
-6
/
+2
*
[analyzer] Calculate liveness for symbolic exprs as well as atomic symbols.
Jordan Rose
2012-09-25
1
-28
/
+40
*
Revert "[analyzer] Remove constraints on dead symbols as part of removeDeadBi...
Jordan Rose
2012-09-20
1
-2
/
+6
*
[analyzer] Remove constraints on dead symbols as part of removeDeadBindings.
Jordan Rose
2012-09-08
1
-6
/
+2
*
Revert "[analyzer] Treat all struct values as regions (even rvalues)."
Jordan Rose
2012-09-05
1
-0
/
+3
*
[analyzer] Treat all struct values as regions (even rvalues).
Jordan Rose
2012-09-01
1
-3
/
+0
*
Fix undefined behavior: member function calls where 'this' is a null pointer.
Richard Smith
2012-08-23
1
-2
/
+2
*
Rename 'getConjuredSymbol*' to 'conjureSymbol*'.
Ted Kremenek
2012-08-22
1
-5
/
+5
*
[analyzer] Add a complexity bound on history tracking.
Anna Zaks
2012-05-03
1
-0
/
+7
*
[analyzer] Run remove dead bindings right before leaving a function.
Anna Zaks
2012-04-20
1
-0
/
+7
*
Have conjured symbols depend on LocationContext, to add context sensitivity f...
Ted Kremenek
2012-02-17
1
-3
/
+4
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-1
/
+10
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+4
*
[analyzer] Introduce IntSymExpr, where the integer is on the lhs.
Anna Zaks
2011-12-10
1
-13
/
+49
*
[analyzer] Refactor: Move symbol_iterator from SVal to SymExpr, use it
Anna Zaks
2011-12-06
1
-0
/
+48
*
[analyzer] Propagate taint through NonLoc to NonLoc casts.
Anna Zaks
2011-12-06
1
-0
/
+22
*
Remove AnalysisContext::getLiveVariables(), and introduce a templatized mecha...
Ted Kremenek
2011-10-07
1
-4
/
+2
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-21
/
+21
*
[analyzer] Introduce new MemRegion, "TypedValueRegion", so that we can separa...
Ted Kremenek
2011-08-12
1
-2
/
+2
*
Optimizations for Dependent Symbol tracking (as per Ted's code review for r13...
Anna Zaks
2011-08-12
1
-8
/
+27
*
Analyzer Core: Adding support for user-defined symbol dependencies. (For exam...
Anna Zaks
2011-08-11
1
-1
/
+30
*
[analyzer] Change SymbolReaper to store region roots implied by the Environme...
Ted Kremenek
2011-08-06
1
-5
/
+12
*
[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...
Ted Kremenek
2011-07-28
1
-5
/
+28
[next]