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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Show notes inside implicit calls at the last explicit call site.
Jordan Rose
2013-01-21
1
-3
/
+6
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-1
/
+2
*
[analyzer] Don't show "Entered 'foo'" if 'foo' is implicit.
Jordan Rose
2013-01-19
1
-0
/
+5
*
[analyzer] Suppress warnings coming out of macros defined in sys/queue.h
Anna Zaks
2013-01-19
1
-0
/
+25
*
[analyzer] Special path notes for C++ special member functions.
Jordan Rose
2013-01-18
1
-14
/
+56
*
[analyzer] Do a better job describing C++ member functions in the call stack.
Jordan Rose
2013-01-18
1
-21
/
+51
*
Fix Cast
David Greene
2013-01-15
1
-1
/
+2
*
[analyzer] Add ProgramStatePartialTrait<const void *>.
Jordan Rose
2013-01-14
1
-2
/
+2
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
7
-8
/
+8
*
Refine analyzer's handling of unary '!' and floating types to not assert.
Ted Kremenek
2013-01-11
1
-1
/
+4
*
Correctly propagate uninitialized values within logical expressions.
Ted Kremenek
2013-01-11
1
-14
/
+18
*
Do not model loads from complex types, since we don't accurately model the im...
Ted Kremenek
2013-01-09
1
-0
/
+5
*
[analyzer] Only include uniqueling location as issue_hash when available
Anna Zaks
2013-01-08
1
-11
/
+18
*
[analyzer] Include the bug uniqueing location in the issue_hash.
Anna Zaks
2013-01-08
3
-6
/
+26
*
[analyzer] Plist: change the type of issue_hash from int to string.
Anna Zaks
2013-01-08
1
-2
/
+2
*
[analyzer] Rename callback EndPath -> EndFunction
Anna Zaks
2013-01-03
2
-11
/
+11
*
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
[analyzer] Address Jordan's nitpicks as per code review of r170625.
Anna Zaks
2012-12-21
3
-15
/
+12
*
[analyzer] Add the pointer escaped callback.
Anna Zaks
2012-12-20
5
-16
/
+156
*
Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options acces...
Ted Kremenek
2012-12-19
3
-9
/
+20
*
[analyzer] Implement "do not inline large functions many times"
Anna Zaks
2012-12-17
2
-2
/
+19
*
fixed line endings
Anton Yartsev
2012-12-14
1
-22
/
+22
*
added post-statement callback to CXXNewExpr and pre-statement callback to CXX...
Anton Yartsev
2012-12-14
1
-15
/
+22
*
[analyzer] Propagate the checker's state from checkBranchCondition
Anna Zaks
2012-12-14
1
-3
/
+3
*
Refactor dump methods to make RegionBindingsRef printable in the debugger.
Ted Kremenek
2012-12-14
1
-9
/
+16
*
[analyzer] Don't crash running destructors for multidimensional arrays.
Jordan Rose
2012-12-12
1
-1
/
+2
*
[analyzer] Optimization heuristic: do not reanalyze every ObjC method as
Anna Zaks
2012-12-07
2
-3
/
+5
*
[analyzer] Fix r168019 to work with unpruned paths as well.
Jordan Rose
2012-12-07
1
-24
/
+44
*
Reduce conversions between Store <-> ImmutableMapRef in RegionStore.
Ted Kremenek
2012-12-07
1
-147
/
+151
*
Add helper method to convert from a RegionStoreRefBindings to a Store.
Ted Kremenek
2012-12-07
1
-8
/
+13
*
Cache queries to lookupPrivateMethod() within ObjCMethodCall::getRuntimeDefin...
Ted Kremenek
2012-12-07
1
-1
/
+29
*
Further reduce analysis time by 0.2% on a heavy Objective-C example by avoidi...
Ted Kremenek
2012-12-07
1
-8
/
+9
*
Unbreak the GCC (4.4 & other bot) builds from r169571.
David Blaikie
2012-12-07
1
-2
/
+4
*
Change RegionStore to always use ImmutableMapRef for processing cluster bindi...
Ted Kremenek
2012-12-07
1
-224
/
+250
*
Revert "[analyzer] Aggressively cut back on the canonicalization in RegionSto...
Ted Kremenek
2012-12-06
1
-37
/
+31
*
[analyzer] Remove isa<> followed by dyn_cast<>.
Jordan Rose
2012-12-06
1
-7
/
+6
*
[analyzer] Remove unused fields from ExprEngine.
Jordan Rose
2012-12-06
2
-17
/
+10
*
[analyzer] Remove checks that predate the linearized CFG.
Jordan Rose
2012-12-06
1
-10
/
+1
*
[analyzer] Use a smarter algorithm to find the last block in an inlined call.
Jordan Rose
2012-12-06
1
-18
/
+3
*
[analyzer] Use optimized assumeDual for branches.
Jordan Rose
2012-12-06
1
-6
/
+12
*
[analyzer] Aggressively cut back on the canonicalization in RegionStore.
Jordan Rose
2012-12-06
1
-31
/
+37
*
[analyzer] Remove bindExprAndLocation, which does extra work for no gain.
Jordan Rose
2012-12-06
3
-90
/
+7
*
Only provide explicit getCapturedRegion() and getOriginalRegion() from refere...
Ted Kremenek
2012-12-06
1
-1
/
+1
*
Pull logic to map from VarDecl* to captured region using a helper function. ...
Ted Kremenek
2012-12-06
1
-17
/
+24
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
20
-61
/
+60
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
6
-0
/
+6
*
Don't include Type.h in DeclarationName.h.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
2
-1
/
+3
*
Correctly handle IntegralToBool casts in C++ in the static analyzer. Fixes <...
Ted Kremenek
2012-11-29
1
-2
/
+8
[next]