llvm-6502/test/Transforms/ArgumentPromotion
Chris Lattner a541b0fde2 Change CallGraphNode to maintain it's Function as an AssertingVH
for sanity.  This didn't turn up any bugs.

Change CallGraphNode to maintain its "callsite" information in the 
call edges list as a WeakVH instead of as an instruction*.  This fixes
a broad class of dangling pointer bugs, and makes CallGraph have a number
of useful invariants again.  This fixes the class of problem indicated
by PR4029 and PR3601.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80663 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-01 06:31:31 +00:00
..
2008-02-01-ReturnAttrs.ll Don't drop function/call return attributes like 'nounwind'. 2008-02-01 20:37:16 +00:00
2008-07-02-array-indexing.ll Restructure ArgumentPromotion a bit. Instead of just having a single boolean 2008-07-29 10:00:13 +00:00
2008-09-07-CGUpdate.ll Update the callgraph correctly in ArgumentPromotion. 2008-09-08 11:07:35 +00:00
2008-09-08-CGUpdateSelfEdge.ll Update the callgraph correctly in ArgumentPromotion. 2008-09-08 11:07:35 +00:00
aggregate-promote.ll Fix two more not-grep tests that were missing llvm-dis. 2008-06-09 22:36:45 +00:00
attrs.ll Fix arg promotion to propagate the correct attrs on the calls to 2008-01-17 01:17:03 +00:00
basictest.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
byval-2.ll add a test to ensure that argpromote of one argument doesn't 2008-01-15 22:38:12 +00:00
byval.ll Teach argpromote to ruthlessly hack small byval structs when it can 2008-01-11 22:31:41 +00:00
callgraph-update.ll Change CallGraphNode to maintain it's Function as an AssertingVH 2009-09-01 06:31:31 +00:00
chained.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
control-flow2.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
control-flow.ll Update old-style syntax in some "not grep" tests. 2008-05-01 23:50:07 +00:00
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
pr3085.ll Fix typo. 2009-04-23 04:24:19 +00:00