llvm-6502/lib
Jim Grosbach 66978bd81c Fix double-free of Module.
The ExecutionEngine constructor already added the module, so there's no
need to call addModule() directly. Doing so causes a double-free of the
Module at program termination.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128171 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-23 21:35:02 +00:00
..
Analysis Revert r128140 for now. 2011-03-23 15:51:12 +00:00
Archive
AsmParser
Bitcode
CodeGen Ensure that def-side physreg copies are scheduled above any other uses 2011-03-23 20:42:39 +00:00
CompilerDriver
ExecutionEngine Fix double-free of Module. 2011-03-23 21:35:02 +00:00
Linker
MC Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like BLX, rather than a 2-byte instruction like B. 2011-03-23 21:19:56 +00:00
Object
Support We don't need a null terminator for the output file. 2011-03-22 19:20:47 +00:00
Target PTX: Improve support for 64-bit addressing 2011-03-23 16:58:51 +00:00
Transforms Fix PR9464 by correcting some math that just happened to be right in most cases 2011-03-23 05:25:55 +00:00
VMCore
CMakeLists.txt
Makefile