Sanjoy Das
aabacb67c3
[CallGraph] Teach the CallGraph about non-leaf intrinsics.
...
Summary:
Currently intrinsics don't affect the creation of the call graph.
This is not accurate with respect to statepoint and patchpoint
intrinsics -- these do call (or invoke) LLVM level functions.
This change fixes this inconsistency by adding a call to the external
node for call sites that call these non-leaf intrinsics. This coupled
with the fact that these intrinsics also escape the function pointer
they call gives us a conservatively correct call graph.
Reviewers: reames, chandlerc, atrick, pgavlin
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D10526
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240039 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-18 19:28:26 +00:00
..
2015-05-06 17:41:54 +00:00
2015-06-15 21:07:11 +00:00
2015-05-26 21:03:23 +00:00
2014-10-28 01:29:26 +00:00
2015-06-16 20:24:25 +00:00
2015-03-03 21:56:11 +00:00
2015-02-15 22:54:22 +00:00
2015-02-15 22:54:22 +00:00
2015-04-03 01:15:16 +00:00
2015-03-18 00:41:24 +00:00
2015-05-18 22:12:43 +00:00
2015-03-17 23:54:51 +00:00
2015-04-29 16:38:44 +00:00
2015-02-21 00:37:53 +00:00
2015-06-15 23:18:03 +00:00
2015-04-29 16:38:44 +00:00
2015-06-17 01:21:20 +00:00
2015-06-15 20:30:22 +00:00
2015-06-15 20:30:22 +00:00
2015-05-21 20:37:30 +00:00
2015-01-14 10:19:28 +00:00
2015-06-17 20:52:32 +00:00
2015-05-21 21:12:43 +00:00
2015-04-29 21:22:39 +00:00
2015-04-06 18:06:06 +00:00
2015-06-10 06:00:59 +00:00
2015-06-12 17:48:10 +00:00
2015-05-15 18:20:14 +00:00
2015-06-03 12:33:56 +00:00
2015-03-16 18:06:57 +00:00
2015-04-11 02:11:45 +00:00
2015-05-26 21:03:23 +00:00
2015-06-17 20:52:32 +00:00
2015-05-20 17:16:39 +00:00
2015-05-20 17:16:39 +00:00
2015-06-18 19:28:26 +00:00
2015-06-11 22:32:23 +00:00
2014-11-13 17:58:48 +00:00
2015-03-27 18:51:42 +00:00
2015-03-18 16:23:44 +00:00
2014-08-29 15:30:20 +00:00
2015-06-11 06:21:25 +00:00
2015-01-06 23:00:37 +00:00
2015-05-05 19:31:09 +00:00
2015-06-18 12:30:53 +00:00
2015-06-17 20:52:32 +00:00
2015-04-15 02:38:06 +00:00
2015-04-11 02:11:45 +00:00
2015-01-28 09:47:21 +00:00
2015-04-11 02:11:45 +00:00
2015-05-19 20:10:19 +00:00
2015-03-17 20:40:21 +00:00
2015-06-01 14:53:55 +00:00
2015-04-29 16:38:44 +00:00
2015-04-29 16:38:44 +00:00
2014-12-09 18:38:53 +00:00
2015-06-12 08:19:32 +00:00
2015-04-03 01:15:16 +00:00
2015-06-12 17:48:05 +00:00
2015-05-21 21:12:43 +00:00
2015-05-01 15:26:22 +00:00
2015-05-27 09:36:33 +00:00
2015-04-10 21:07:09 +00:00
2015-04-21 21:11:50 +00:00
2015-05-12 23:52:24 +00:00
2014-12-22 19:07:45 +00:00
2015-04-17 15:32:15 +00:00
2015-04-21 21:15:35 +00:00
2014-12-09 18:38:53 +00:00
2015-02-15 22:54:22 +00:00
2015-04-15 03:14:06 +00:00
2015-06-17 20:52:32 +00:00
2015-06-12 17:48:10 +00:00
2015-03-03 21:18:16 +00:00
2015-04-16 12:43:33 +00:00
2015-03-19 22:24:17 +00:00