llvm-6502/test
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
..
Analysis rename test so that name reflects what it is testing for. 2009-08-30 21:36:39 +00:00
Archive
Assembler Remove obsolete -f flags. 2009-08-25 15:38:29 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Add test for vld{234}_lane instructions. 2009-09-01 04:27:10 +00:00
DebugInfo Reapply 79977. 2009-08-28 23:24:31 +00:00
ExecutionEngine
Feature
FrontendAda
FrontendC Mark test as passing on all x86, which it should, 2009-08-31 17:49:20 +00:00
FrontendC++ Reapply 79977. 2009-08-28 23:24:31 +00:00
FrontendFortran
FrontendObjC Fix some misspellings of XTARGET. 2009-08-31 18:05:23 +00:00
FrontendObjC++
Integer
lib
Linker
LLVMC
MC llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. 2009-08-31 08:09:28 +00:00
Other
Scripts
TableGen
Transforms Change CallGraphNode to maintain it's Function as an AssertingVH 2009-09-01 06:31:31 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh