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
/
CallEvent.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Strip CXXBaseObjectRegions when devirtualizing method calls.
Jordan Rose
2012-08-10
1
-1
/
+25
*
[analyzer] Try to devirtualize even if the static callee has no definition.
Jordan Rose
2012-08-10
1
-2
/
+2
*
[analyzer] Track if a region can be a subclass in the dynamic type info.
Anna Zaks
2012-08-10
1
-4
/
+13
*
[analyzer] Optimize dynamic dispatch bifurcation by detecting the cases
Anna Zaks
2012-08-10
1
-2
/
+59
*
[analyzer] Improve readability of the dyn. dispatch bifurcation patch
Anna Zaks
2012-08-09
1
-5
/
+5
*
Unbreak the build.
Anna Zaks
2012-08-09
1
-2
/
+2
*
[analyzer] Bifurcate the path with dynamic dispatch.
Anna Zaks
2012-08-09
1
-18
/
+22
*
[analyzer] Address Jordan's review of DynamicTypePropagation.
Anna Zaks
2012-08-07
1
-2
/
+2
*
[analyzer] Add a checker to manage dynamic type propagation.
Anna Zaks
2012-08-06
1
-5
/
+4
*
[analyzer] Track null/uninitialized C++ objects used in method calls.
Jordan Rose
2012-08-03
1
-12
/
+4
*
[analyzer] Don't try to inline if there's no region for a message receiver.
Jordan Rose
2012-07-31
1
-0
/
+3
*
[analyzer] Add a FIXME about devirtualization in ctors/dtors.
Jordan Rose
2012-07-31
1
-0
/
+8
*
[analyzer] Let CallEvent decide what goes in an inital stack frame.
Jordan Rose
2012-07-31
1
-30
/
+116
*
[analyzer] Handle inlining of instance calls to super.
Anna Zaks
2012-07-30
1
-10
/
+16
*
[analyzer] Perform post-call checks for all inlined calls.
Jordan Rose
2012-07-30
1
-0
/
+57
*
[analyzer] Very simple ObjC instance method inlining
Anna Zaks
2012-07-30
1
-25
/
+25
*
[analyzer] Only allow CallEvents to be created by CallEventManager.
Jordan Rose
2012-07-30
1
-0
/
+21
*
[analyzer] CallEvent is no longer a value object.
Jordan Rose
2012-07-26
1
-33
/
+35
*
[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.
Jordan Rose
2012-07-26
1
-0
/
+620