llvm-6502/lib
Jeffrey Yasskin c89d27a440 ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse
mappings, which could cause errors and assert-failures.  This patch fixes that,
adds a test, and refactors the global-mapping-removal code into a single place.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83678 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-09 22:10:27 +00:00
..
Analysis Revert r83606 and add comments explaining why it isn't safe. 2009-10-09 16:35:06 +00:00
Archive
AsmParser
Bitcode
CodeGen isTriviallyReMaterializable checks the 2009-10-09 21:02:10 +00:00
CompilerDriver
ExecutionEngine ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse 2009-10-09 22:10:27 +00:00
Linker
MC
Support
System
Target Add a const qualifier. 2009-10-09 22:09:05 +00:00
Transforms Use names instead of numbers for some of the magic 2009-10-09 21:42:02 +00:00
VMCore Add a form of addPreserved which takes a string argument, to allow passes 2009-10-08 17:00:02 +00:00
Makefile