llvm-6502/test
Duncan Sands 203f7cb68b Fix a variant of PR6112 found by thinking about it: when doing
RAUW of a global variable with a local variable in function F,
if function local metadata M in function G was using the global
then M would become function-local to both F and G, which is not
allowed.  See the testcase for an example.  Fixed by detecting
this situation and zapping the metadata operand when it occurs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103007 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-04 12:43:36 +00:00
..
Analysis
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Implement builtin_return_address(x) and builtin_frame_address(x) 2010-05-03 22:59:34 +00:00
DebugInfo Set DW_AT_APPLE_omit_frame_ptr in endFunction() where MachineFunction is available all the time. 2010-05-04 06:15:30 +00:00
ExecutionEngine
Feature
FrontendAda
FrontendC Add -o /dev/null to some tests which don't care about their output. 2010-04-30 17:42:30 +00:00
FrontendC++ Revert r102948. 2010-05-03 21:51:21 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC Changed llvm-mc to use the same suffixes with floating point compare 2010-05-03 21:31:40 +00:00
Other Add lint checks for invalid uses of memory. 2010-04-30 19:05:00 +00:00
Scripts
TableGen
Transforms Fix a variant of PR6112 found by thinking about it: when doing 2010-05-04 12:43:36 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh