llvm-6502/test
Duncan Sands fec2c2bf5e When PruneEH turned an invoke into an ordinary
call (thus changing the call site) it didn't
inform the callgraph about this.  But the
call site does matter - as shown by the testcase,
the callgraph become invalid after the inliner
ran (with an edge between two functions simply
missing), resulting in wrong deductions by
GlobalsModRef.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55872 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-06 17:19:29 +00:00
..
Analysis Testcase for commits 55700 and 55714. 2008-09-03 19:38:41 +00:00
Archive
Assembler Read and write function notes. 2008-09-02 21:47:13 +00:00
Bindings/Ocaml PR2731: C and Ocaml bindings for setTailCall and isTailCall. 2008-08-30 16:34:54 +00:00
Bitcode
BugPoint
CodeGen Fix for PR2687: Add patterns to match sint_to_fp and fp_to_sint for <2 x 2008-09-05 23:07:03 +00:00
DebugInfo
ExecutionEngine
Feature
FrontendAda Teach constant folding that an inttoptr of a 2008-08-13 20:20:35 +00:00
FrontendC Prevent our own passes from promoting this to 2008-09-05 21:34:32 +00:00
FrontendC++
FrontendFortran
FrontendObjC Move tests of the ObjC++ front-end to their own 2008-08-07 17:48:08 +00:00
FrontendObjC++ Move tests of the ObjC++ front-end to their own 2008-08-07 17:48:08 +00:00
Integer
lib Use correct compiler component names for objc 2008-08-07 17:59:54 +00:00
Linker
LLVMC Renaming LLVMC/dg.exp to LLVM/llvmc.exp 2008-08-14 23:37:58 +00:00
Other Remove GCSE and LoadVN from the testsuite. 2008-08-16 00:00:54 +00:00
Scripts
TableGen
Transforms When PruneEH turned an invoke into an ordinary 2008-09-06 17:19:29 +00:00
Verifier Diagnose uses of unsized types with the byval attribute in the 2008-08-27 14:48:06 +00:00
Makefile
Makefile.tests
TestRunner.sh