summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/LiveVariables.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek2011-10-241-5/+5
* Pull TopologicallySortedCFG out of LiveVariables into its own analysis: PostO...Ted Kremenek2011-10-221-105/+7
* Remove AnalysisContext::getLiveVariables(), and introduce a templatized mecha...Ted Kremenek2011-10-071-0/+2
* [static analyzer] Fix crash in LiveVariables and Environment::getSVal() when ...Ted Kremenek2011-10-061-3/+4
* Fix another major performance regression in LiveVariables by not canonicalizi...Ted Kremenek2011-10-021-1/+6
* Fix LiveVariables analysis bug with MaterializeTemporaryExpr and fix handling...Ted Kremenek2011-10-021-4/+0
* Fix massive LiveVariables regression (due to LiveVariables rewrite) by addres...Ted Kremenek2011-09-161-62/+222
* Constify the result of CFGStmt::getStmt().Ted Kremenek2011-08-231-1/+1
* Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...Ted Kremenek2011-08-121-3/+3
* [analyzer] Simplify logic for ExprEngine::VisitUnaryExprOrTypeTraitExpr to av...Ted Kremenek2011-08-061-10/+33
* Make helper functions static.Benjamin Kramer2011-08-021-2/+3
* [analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...Ted Kremenek2011-07-281-307/+401
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* [analyzer] PR8962 again. Ban ParenExprs (and friends) from block-level expres...Jordy Rose2011-06-101-13/+3
* [analyzer] Ignore parentheses around block-level expressions when computing l...Jordy Rose2011-06-091-3/+13
* Don't report dead stores on unreachable code paths. Fixes <rdar://problem/84...Ted Kremenek2011-02-111-4/+8
* Add alternate version of LiveVariables analysis that does not kill liveness a...Tom Care2010-08-271-6/+8
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-5/+5
* Assignments to reference variables shouldn't kill the variable.Jordy Rose2010-06-041-9/+13
* Fix an algorithmic bug in LiveVariables pointed out by Zhongxing.Ted Kremenek2010-03-031-6/+9
* Register all parameters even if they didn't occur in the function body.Zhongxing Xu2010-03-021-0/+6
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-1/+1
* Simplify code by using an equivalent template class.Zhongxing Xu2009-12-301-11/+2
* Enhance dataflow analyses to recognize branch statements in the CFG used as h...Ted Kremenek2009-12-241-1/+13
* lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam2009-11-281-3/+2
* Enhance LiveVariables to understand that blocks can extend the liveness of a ...Ted Kremenek2009-11-261-3/+17
* Fix clang's use of DenseMap iterators after r86636 fixed their constness.Jeffrey Yasskin2009-11-101-1/+1
* Use SaveAndRestore to simplify logic in LiveVariables::runOnAllBlocks(). Pat...Ted Kremenek2009-11-071-3/+3
* add some const qualifiers, patch by Kovarththanan Rajaratnam!Chris Lattner2009-11-061-2/+2
* PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar2009-10-181-1/+1
* Use raw_ostream instead of C stdio.Daniel Dunbar2009-10-171-9/+6
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-60/+60
* Move the source-level CFG from libAST to libAnalysis.Ted Kremenek2009-07-161-1/+1
* Instead of r74522, use another approach to fix xfail_regionstore_wine_crash.c.Zhongxing Xu2009-06-301-1/+0
* Block level expr should be visited. Otherwise variables in init expr ofZhongxing Xu2009-06-301-1/+3
* Remove hack from LiveVariables analysis where variables whose address are takenTed Kremenek2009-04-071-18/+0
* rename some methods.Chris Lattner2009-03-281-1/+1
* Fix horrible non-termination bug in LiveVariables. The issue was thatTed Kremenek2009-01-301-2/+2
* Introduce a new PresumedLoc class to represent the concept of a locationChris Lattner2009-01-271-7/+3
* Change some terminology in SourceLocation: instead of referring to Chris Lattner2009-01-161-4/+4
* Fixed LiveVariables bug where we didn't consider block-level expressions that...Ted Kremenek2008-12-091-2/+12
* Minor tweaks to liveness analysis:Ted Kremenek2008-11-141-0/+7
* Handle the case where 'element' in ObjCforCollectionstmt is not a DeclStmt or...Ted Kremenek2008-11-141-5/+8
* Rename header file.Ted Kremenek2008-11-141-2/+2
* Fix uninitialized variable.Ted Kremenek2008-11-131-1/+1
* Update CFGStmtVisitor to recognize that ObjCForCollectionStmts are special bl...Ted Kremenek2008-11-121-2/+4
* Use Stmt* instead of Expr* for block-level expression.Ted Kremenek2008-11-121-1/+1
* Accesses to a collection within a fast enumeration 'for' statement constitute...Ted Kremenek2008-11-111-9/+15
* Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...Sebastian Redl2008-11-111-1/+0
* Add transfer function support for ObjCForCollectionStmt to LiveVariables.Ted Kremenek2008-11-111-1/+17
OpenPOWER on IntegriCloud